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/08 22:54] – gsys | opentext:linux:oes [2024/12/19 12:38] (current) – [ndstrace] gsys | ||
---|---|---|---|
Line 18: | Line 18: | ||
< | < | ||
< | < | ||
- | | + | < |
- | < | + | < |
</ | </ | ||
</ | </ | ||
Line 25: | Line 25: | ||
Restart Tomcat | Restart Tomcat | ||
< | < | ||
- | systemctl restart novell-tomcat9-service.service | + | systemctl restart novell-tomcat.service |
</ | </ | ||
+ | ===== Change ndsHome for multiple users ===== | ||
+ | |||
+ | Export ldap objects with attribute '' | ||
+ | |||
+ | <code plain export.ldf> | ||
+ | version: 1 | ||
+ | |||
+ | dn: cn=SpechtB-S01, | ||
+ | changetype: add | ||
+ | ndsHomeDirectory: | ||
+ | | ||
+ | </ | ||
+ | |||
+ | Import customized ldif file into eDir: | ||
+ | |||
+ | <code plain import.ldf> | ||
+ | version: 1 | ||
+ | |||
+ | dn: cn=SpechtB-S01, | ||
+ | changetype: modify | ||
+ | replace: ndsHomeDirectory | ||
+ | ndsHomeDirectory: | ||
+ | | ||
+ | </ | ||
===== ndsrepair ===== | ===== ndsrepair ===== | ||
Line 33: | Line 57: | ||
< | < | ||
ndsrepair -T # check edir and replica status | ndsrepair -T # check edir and replica status | ||
+ | </ | ||
+ | |||
+ | ===== ndstrace ==== | ||
+ | |||
+ | < | ||
+ | ndstrace -c connections | grep " | ||
</ | </ | ||
Line 52: | Line 82: | ||
https:// | https:// | ||
+ | ===== NSS ===== | ||
+ | |||
+ | ==== Commands ==== | ||
+ | |||
+ | < | ||
+ | nss / | ||
+ | nss / | ||
+ | |||
+ | nss / | ||
+ | nss / | ||
+ | |||
+ | nss / | ||
+ | nss / | ||
+ | </ | ||
+ | |||
===== DFS ===== | ===== DFS ===== | ||
Line 78: | 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.1725828857.txt.gz · Last modified: 2024/09/08 22:54 by gsys