opentext:linux:oes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| opentext:linux:oes [2024/09/11 17:27] – [Change ndsHome for multiple users] gsys | opentext:linux:oes [2025/09/25 15:27] (current) – [rmupwd] gsys | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| </ | </ | ||
| - | ====== Change ndsHome for multiple users ====== | + | ===== Change ndsHome for multiple users ===== |
| - | Export ldap objects with attribute '' | + | Export ldap objects with attribute '' |
| - | < | + | < |
| version: 1 | version: 1 | ||
| Line 43: | Line 43: | ||
| Import customized ldif file into eDir: | Import customized ldif file into eDir: | ||
| - | < | + | < |
| version: 1 | version: 1 | ||
| Line 57: | Line 57: | ||
| < | < | ||
| ndsrepair -T # check edir and replica status | ndsrepair -T # check edir and replica status | ||
| + | </ | ||
| + | |||
| + | ===== ndstrace ==== | ||
| + | |||
| + | < | ||
| + | ndstrace -c connections | grep " | ||
| </ | </ | ||
| Line 76: | Line 82: | ||
| https:// | https:// | ||
| + | ===== NSS ===== | ||
| + | |||
| + | ==== Commands ==== | ||
| + | |||
| + | < | ||
| + | nss / | ||
| + | nss / | ||
| + | |||
| + | nss / | ||
| + | nss / | ||
| + | |||
| + | nss / | ||
| + | nss / | ||
| + | </ | ||
| + | |||
| ===== DFS ===== | ===== DFS ===== | ||
| Line 103: | Line 124: | ||
| Should contain the DFS-GUID from eDir Object | Should contain the DFS-GUID from eDir Object | ||
| + | |||
| + | ===== NDS / eDirectory Health Check Procedures ===== | ||
| + | |||
| + | ==== Frequency ==== | ||
| + | ^ Static Tree | Every Month on every Server | | ||
| + | ^ Dynamic Tree | Every Week on every Server | | ||
| + | |||
| + | ==== Steps ==== | ||
| + | |||
| + | - Check DS Versions and Timesync < | ||
| + | ndsrepair -T </ | ||
| + | - Check Server-to-Server Synchronization < | ||
| + | ndstrace </ | ||
| + | #enables screen and file logging to the ndstrace.log file | ||
| + | SET NDSTRACE=ON | ||
| + | |||
| + | #turns off all preset filters | ||
| + | SET NDSTRACE=NODEBUG | ||
| + | |||
| + | #enables filtering of synchronization traffic | ||
| + | SET NDSTRACE=+SKLK | ||
| + | |||
| + | #heartbeat; initiates synchronization between file servers | ||
| + | SET NDSTRACE=*H | ||
| + | </ | ||
| + | ndsconfig get n4u.server.log-file | ||
| + | </ | ||
| + | - Check Replica Synchronization status< | ||
| + | ndsrepair -E | ||
| + | </ | ||
| + | - Check external references < | ||
| + | ndsrepair -C -Ad -A | ||
| + | </ | ||
| + | - Check Replica States < | ||
| + | ndsrepair -P | ||
| + | </ | ||
| + | - Check Schema Synchronization < | ||
| + | ndstrace | ||
| + | </ | ||
| + | #enables screen and file logging to the ndstrace.log file | ||
| + | SET NDSTRACE=ON | ||
| + | |||
| + | #turn off all preset filters | ||
| + | SET NDSTRACE=NODEBUG | ||
| + | |||
| + | #enables filter of schema synchronization traffic | ||
| + | SET NDSTRACE=+SCMA | ||
| + | |||
| + | Additionally you can look at the schema-related operations for both inbound and outbound by entering: | ||
| + | |||
| + | SET NDSTRACE=+SCMD | ||
| + | #initiates synchronization of all schemas | ||
| + | SET NDSTRACE=*SS | ||
| + | </ | ||
| + | ndsconfig get n4u.server.log-file | ||
| + | </ | ||
| + | - Repair Local Database < | ||
| + | ndsrepair -R | ||
| + | </ | ||
| + | |||
| + | https:// | ||
| + | |||
| + | ===== rmupwd ===== | ||
| + | Remove password attributes | ||
| + | < | ||
| + | export LD_LIBRARY_PATH=/ | ||
| + | ./rmupwd -pwd 10.1.1.32 636 / | ||
| + | </ | ||
opentext/linux/oes.1726068435.txt.gz · Last modified: by gsys