Sun Management Center 3.6 Release Notes

CLI Batch Mode Does Not Work After Uninstalling and Reinstalling the Server (6298127)

Assume that the command-line interface (CLI) batch mode is run on system2, where back-end processes are created.

CLI batch mode does not work in the following scenarios:

CLI batch mode does not work because uninstalling the server does not kill the back-end process.

Workaround: Follow these steps to kill the back-end process:

  1. View the running back-end processes:

    # cat /var/opt/SUNWsymon/cli/process-file

    The process-file has the following format for each process:

    <username>:<hostname>:<cpid>:<jpid>, where cpid is the C process id and jpid is the Java process id. Note the IDs of the processes that you want to kill.

  2. Kill the back-end process:

    # kill -9 <cpid> <jpid>