There is two ways to resolve this issue, either to reinstall the robot or make changes locally on the AIX machine.
Follow these steps to reinstall the robot with the correct settings:
=================================== =============
1. uninstall the robot
2. completely remove the contents of /opt/nimsoft
3. delete these files (if they exist)
/etc/rc.d/rc2.d/K00nimbus
/etc/rc.d/rc2.d/S99nimbus
4. Reinstall the robot using these specific versions:
Nimldr script:
http://support.nimsoft.com/Files/Archive/00056/nimldr-7_93.tar.Z
and use this robot package :
http://support.nimsoft.com/Files/Archive/00418/install_AIX_6_64-7_93.zip (rename to install_AIX_6_64.zip before installing)
Follow these steps to make manual changes to the startup script:
=================================================
To avoid the issue with initab, the startup can be moved from inittab to /etc/rc2.d.
In /etc/rc2.d you can create a Symbolic Link for S99Nimbus that is a link to /opt/nimsoft/bin/niminit.
This will have the OS call niminit start at startup and not have the continual logins that you are currently seeing with the /etc/inittab start up.
The existing entry can be removed from /etc/inittab.
robot_update-7.97HF3 does not include the fix for this.