| Netware cheatsheet 
 Restarting Netware servers:warm reboot, reload server.exe:
 restart server
 full reboot, same as cold boot:
 reset server
 
 Force DS (directory services) synchronization:
 set dstrace=on
 set dstrace=+s
 set dstrace=*h
 set dstrace=+blink
 set dstrace=*b
 
 Turn off dstrace:
 set dstrace=off
 
 Remove server from tree:
 1) Remove the replica from the server using ConsoleOne, Replica
      view
 2) Down server
 3) Delete NDS objects related to server using ConsoleOne
 4) Run dstrace to clean up:
 
 set dstrace=on
 set dstrace=+s
 set dstrace=*h
 set dstrace=+blink
 set dstrace=*b
 
 Alternately:
 1) Load nwconfig at a Netware console prompt:
 2) Under the Directory Services menu, pick Delete Directory Services
 3) Shut down server when the opration is complete
 
 Repair SLPDA issues:
 1)Remove SLPDA objects in NDS
 2)Type slpda /a to recreate
 
 Load DHCP server with debug screen:
 load dhcpsrvr -d2 -p5
 
 Enable Netware console screen saver:
 scrsaver disable lock (for no password protection)
 
 Time sync server:
 us.pool.ntp.org:123
 
 Unload apache2 and tomcat:
 ap2webdn
 admsrvdn
 tc4stop
 java -exit
 
 Load apache2 and tomcat:
 ap2webup
 admsrvup
 tcadmup
 tomcat4
 
 Netware troubleshooting TID's:Configuring SLP with an unscoped directory agent (DA) (TID 10060296)
 Configuring SLP with a SCOPED directory agent (DA) (TID 10059981)
 Recommended regular GroupWise system maintenance (TID 10008201)
 |