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/10/27 16:37] – gsys | opentext:linux:oes [2024/12/19 12:38] (current) – [ndstrace] 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 '' | ||
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 106: | Line 127: | ||
===== NDS / eDirectory Health Check Procedures ===== | ===== NDS / eDirectory Health Check Procedures ===== | ||
- | Static Tree: Every Month | + | ==== Frequency ==== |
- | Dynamic Tree: Every Week | + | ^ Static Tree | Every Month on every Server | |
+ | ^ Dynamic Tree | Every Week on every Server | | ||
- | - Check Timesync | + | ==== Steps ==== |
- | < | + | |
- | ndsrepair -T | + | |
+ | 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:// | https:// | ||
opentext/linux/oes.1730043438.txt.gz · Last modified: 2024/10/27 16:37 by gsys