Sun N1 System Manager 1.1 Administration Guide

ProcedureHow to Regenerate Common Agent Container Security Keys

Steps
  1. On the management server as root, stop the common agent container management daemon.

    If the management server is running Linux:


    # /opt/sun/cacao/bin/cacaoadm stop
    

    If the management server is running the Solaris OS:


    # /opt/SUNWcacao/bin/cacaoadm stop
    
  2. Regenerate security keys using the create-keys subcommand.

    If the management server is running Linux:


    # /opt/sun/cacao/bin/cacaoadm create-keys --force
    

    If the management server is running the Solaris OS:


    # /opt/SUNWcacao/bin/cacaoadm create-keys --force
    
  3. As root on the management server, restart the common agent container management daemon.

    If the management server is running Linux:


    # /opt/sun/cacao/bin/cacaoadm start
    

    If the management server is running the Solaris OS:


    # /opt/SUNWcacao/bin/cacaoadm start