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:21] – [Change ndsHome for multiple users] 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 | + | Export |
- | <code ldif import.ldf> | + | |
+ | < | ||
+ | version: 1 | ||
+ | |||
+ | dn: cn=SpechtB-S01, | ||
+ | changetype: add | ||
+ | ndsHomeDirectory: | ||
+ | | ||
+ | </ | ||
+ | |||
+ | Import customized | ||
+ | |||
+ | <code plain import.ldf> | ||
version: 1 | version: 1 | ||
Line 45: | Line 57: | ||
< | < | ||
ndsrepair -T # check edir and replica status | ndsrepair -T # check edir and replica status | ||
+ | </ | ||
+ | |||
+ | ===== ndstrace ==== | ||
+ | |||
+ | < | ||
+ | ndstrace -c connections | grep " | ||
</ | </ | ||
Line 64: | Line 82: | ||
https:// | https:// | ||
+ | ===== NSS ===== | ||
+ | |||
+ | ==== Commands ==== | ||
+ | |||
+ | < | ||
+ | nss / | ||
+ | nss / | ||
+ | |||
+ | nss / | ||
+ | nss / | ||
+ | |||
+ | nss / | ||
+ | nss / | ||
+ | </ | ||
+ | |||
===== DFS ===== | ===== DFS ===== | ||
Line 90: | Line 123: | ||
</ | </ | ||
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:// | ||
opentext/linux/oes.1726068072.txt.gz · Last modified: 2024/09/11 17:21 by gsys