Sun Microsystems, Inc.
spacerspacer
spacer www.sun.com docs.sun.com |
spacer
black dot
 
 
26.  Troubleshooting Software Problems (Overview) Enabling Remote Console Messaging How to Display a List of Auxiliary Consoles  Previous   Contents   Next 
   
 

How to Enable an Auxiliary (Remote) Console Across System Reboots

  1. Log in to the system as superuser.

  2. Enable the auxiliary console across system reboots.

    # consadm -a -p devicename     

    This adds the device to the list of persistent auxiliary consoles.

  3. 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

  1. Log in to the system as superuser.

  2. Select one of the following steps:

    1. Disable the auxiliary console.

      # consadm -d devicename

      or

    2. Disable the auxiliary console and remove it from the list of persistent auxiliary consoles.

      # consadm -p -d devicename
  3. Verify that the auxiliary console has been disabled.

    # consadm

Example--Disabling an Auxiliary (Remote) Console

# consadm -d /dev/term/a
# consadm
 
 
 
  Previous   Contents   Next