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.
If you want the agent to automatically start on reboot, continue with step#2.
If you want to manually load the communication agent (without causing it to automatically start on reboot), go to to step #4.
/etc/rc.config/dgdxb with vi (or your choice of
text editor)
export dgdxb_startagent=0
to this:
export dgdxb_startagent=1
The communication agent will be loaded automatically at the next system startup.
Note: If you no longer want the communication agent loaded
automatically, change
export dgdxb_startagent=1 back to
export dgdxb_startagent=0.
/usr/conf/digi/dgdxb/dgdm_agent &