User Tools

Site Tools


docs:tips_n_tricks:ibm:itds.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docs:tips_n_tricks:ibm:itds.html [04.05.2010 17:27 CEST] peterdocs:tips_n_tricks:ibm:itds.html [22.11.2010 18:07 CET] (current) peter
Line 1: Line 1:
-====== IBM Tivoli Directory Server ======+====== IBM Tivoli Directory Server 6.2 ======
  
 ===== Instance ===== ===== Instance =====
  
-Start:+Start locally:
  
 +  # sourcing the db2profile turned out to solve problems
 +  # sometimes althought the need is not documented
   . ~<instancehome>/sqllib/db2profile   . ~<instancehome>/sqllib/db2profile
   idsslapd -I <instance>   idsslapd -I <instance>
  
-Stop:+Stop locally:
  
   idsslapd -I <instance> -k   idsslapd -I <instance> -k
  
-oder +Stop locally or from remote: 
  
   idsdirctl -D cn=root -w ? stop   idsdirctl -D cn=root -w ? stop
Line 18: Line 20:
 ===== Admistrative Server ===== ===== Admistrative Server =====
  
-Start:+Start locally:
  
   idsdiradm -I <instance>   idsdiradm -I <instance>
  
-Stop:+Stop locally:
  
   idsdiradm -I <instance> -k   idsdiradm -I <instance> -k
  
-oder+Stop locally or from remote:
  
   idsdirctl -D cn=root -w ? admstop   idsdirctl -D cn=root -w ? admstop
Line 35: Line 37:
  
 will drop the instance and remove all database content and the database instance will drop the instance and remove all database content and the database instance
 +
 +===== Reread configuration =====
 +
 +  idsldapexop -D cn=root -w '?' -op readconfig -scope entire
 +
 +this will read ''ibmslapd.conf'' without restarting the server
 +
 +===== Check for last modification time =====
 +
 +  idsldapsearch -D cn=root -w '?' -b '<base>' '<filter>' modifyTimestamp
 +
 +this will will show the last modification timestamp of each entry found.
docs/tips_n_tricks/ibm/itds.html.1272986822.txt.gz · Last modified: 04.05.2010 17:27 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki