How to Enable an Auxiliary (Remote) Console Across System Reboots
Log in to the system as superuser.
Enable the auxiliary console across system reboots.
# consadm -a -p devicename
This adds the device to the list of persistent auxiliary consoles.
Verify that the device has been added to the list of persistent auxiliary consoles.
# consadm
Example--Enabling an Auxiliary (Remote) Console Across System Reboots
# consadm -a -p /dev/term/a # consadm /dev/term/a |
How to Disable an Auxiliary (Remote) Console
Log in to the system as superuser.
Select one of the following steps:
Verify that the auxiliary console has been disabled.
# consadm
Example--Disabling an Auxiliary (Remote) Console
# consadm -d /dev/term/a # consadm |