AIX daemon

Every thing worked great until we add a second ts 8 the daemon only ran for the first device. We tried to reinstall the driver but to no avail. How do we restart the daemon short of restarting the machine? High production environment and we are becoming unpopular.

To restart the daemon, you should fist confirm it is not running:

ps -ef | grep ncxd

kill -9 (PID)

Also, be sure RealPort is able to communicate with the new unit:

telnet (IP_of_unit) 771

If connected, then it would appear the driver will be able to communicate. To disconnect from telnet:

]
telnet> quit

To initialize new hardware:

cfgmgr

This command will take several minutes to complete.