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 [28.04.2010 16:44 CEST] – Page moved from docs:tips_n_tricks:tivoli:itds.html to docs:tips_n_tricks:ibm:itds.html 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
 +
 +Stop locally or from remote: 
 +
 +  idsdirctl -D cn=root -w ? stop
  
 ===== Admistrative Server ===== ===== Admistrative Server =====
  
-Start:+Start locally:
  
   idsdiradm -I <instance>   idsdiradm -I <instance>
  
-Stop:+Stop locally:
  
   idsdiradm -I <instance> -k   idsdiradm -I <instance> -k
 +
 +Stop locally or from remote:
 +
 +  idsdirctl -D cn=root -w ? admstop
  
 ===== Drop Instance ===== ===== Drop Instance =====
Line 27: 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.1272465876.txt.gz · Last modified: 28.04.2010 16:44 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki