Use this procedure to start the PortAssist Manager communication agent and, if you so choose, to ensure it is automatically loaded each time the system is initialized. PortAssist Manager can monitor and manage your Digi adapters. To read about and use PortAssist Manager, go to PortAssist Manager Users Guide.
The drivers for the Digi adapters to be monitored by PortAssist Manager must have already been installed.
At a root prompt on the AIX system, change the working directory to /usr/lbin/tty with the following command:
cd /usr/lbin/tty
If you want to manually load the communication agent (without booting), enter at the command line prompt:
./agent [UDP_Port_Number] &
where UDP_Port_Number is the number of the
communication agent's UDP port, if different from the default.
Note: The default UDP number is 2362, which was assigned to Digi by the Internet Assigned Number Authority (IANA). Although you can change this port number, it should not be necessary. If another application uses it, the best way to resolve the conflict is to reconfigure the application to use another UDP port number, one that has not been assigned by the IANA.
If you want the communication agent automatically loaded at startup, continue with the next step.
mkitab “pamagent:2:respawn:/usr/lbin/tty/agent > /dev/console 2>&1”
Note: If you no longer want the communication agent loaded automatically, delete the following from the /etc/inittab file:
“pamagent:2:respawn:/usr/lbin/tty/agent > /dev/console 2>&1”