Ndsdcrashesafteridm

From CoolSolutionsWiki

-my other wikis

After installing IDM 3.5.1, ndsd would crash. IDM crashes edirectory IDM crashes ndsd


troubleshooting

  1. to get ndsd to run in the short term - get it back up and running quickly: I did the following:
    1. cd /opt/novell/eDirectory/lib/nds-modules
    2. mkdir idmtemp
    3. cp libvrdim.* to idmtemp
    4. rm libvrdim.*
    5. rcndsd start
    6. verify you do NOT have :/usr/lib/nds-modules/ if you do, you may have not done: rpm -Uvh --relocate=/usr/=opt/novell/eDirectory consider renameing /usr/lib/nds-modules and redoing the rpm update with the --relocate switch

helpful commands

  1. ndsmanage startall or stopall
  2. Spident
  3. ndstrace -c modules | grep -i V
  4. watch --interval=1 ' ps aux | grep ndsd'