A P P E N D I X  A

Using the CLI to Install, Set Up, Uninstall, Start, and Stop Sun Management Center Software

This appendix describes how to install, set up, uninstall, start, and stop Sun Management Center Software from the command-line interface (CLI). For more details, refer to the Sun Management Center Installation and Configuration Guide.


Installing the Software

First ensure that the base Sun Management Center 3.5 software is installed on your system. Refer to the Sun Management Center Installation and Configuration Guide for instructions about installing this software.

Also ensure that any required patches are installed on your system.


procedure icon  To Install the Supplement Software Using the CLI

1. To install only the Sun Fire midrnage add-on software, run the es-inst command in the sbin directory where the Sun Fire Midrange add-on software was installed.

The es-inst script prompts you for a source directory.

2. Enter the source directory.

Refer to the Sun Management Center Installation and Configuration Guide for more information about the es-inst command and its options.

3. If the general Sun Management Center 3.5 software package is already installed, and you are installing only the Sun Fire supplement software, enter n (for no) when you are prompted to begin the setup process.



caution icon

Caution - Entering y(for yes) may cause the loss of any customized setup information, such as security keys.





Note - If you are installing the full Sun Management Center 3.5 software package, you have the option of running the setup script at the end of the installation procedure. If you choose not to run the setup script at that time, you can run it later. The setup script (es-setup) is in path/sbin, where path is the directory where the Sun Management Center software is installed. This step sets up all Sun Management Center agents, including the platform agent.



4. Install the Sun Management Center 3.5 software package on any systems (agent machines) that you will use for platform administration on the Sun Fire midrange systems.

Read the Caution and Note in Step 2 above. The Domain Administration and Dynamic Reconfiguration add-on software must be installed on the server, console, and agent machines. (Note that you can install the Sun Fire midrange or high-end systems Platform Agents on any machine where you have Sun Management Center software running.)

The system displays the following message:


--------------------------------------------------------------------------
Sun Management Center Product Selection
--------------------------------------------------------------------------
--------------------------------------------------------------------------
The following Add-On Products are available for your selection:
--------------------------------------------------------------------------
Sun Fire Midrange Systems Domain Administration
Sun Fire Midrange Systems Platform Administration
Dynamic Reconfiguration for Sun Fire High-End and Midrange platforms
 
Do you want to install the product: Sun Fire Midrange Systems Domain Administration? [y|n|q]
Do you want to install the product: Dynamic Reconfiguration for Sun Fire High-End and Midrange platforms? [y|n|q]
Do you want to install the product: Sun Fire Midrange Systems Platform Administration? [y|n|q]
---------------------------------------------------------------------------

5. Type y for those products you want to install.

If you type y for all the add-on software, the system displays this message:


--------------------------------------------------------------------------
The following Add-On Products will be installed:
Sun Fire Midrange Systems Domain Administration
Dynamic Reconfiguration for Sun Fire High-End and Midrange platforms
Sun Fire Midrange Systems Platform Administration
 
Do you want to proceed? [y|n|q]
---------------------------------------------------------------------------

6. Type y to continue installing the add-on products.


Setting Up the Sun Fire Midrange Systems Platform Administration Module Using the CLI

The setup has three parts:

Setting Up the System Controller

Before setting up the agent and server layers, you must first set up the SC.


procedure icon  To Set Up the System Controller

1. Enable the SC Failover Capability if you want to use it--See Enabling the SC Failover Capability.

2. Set Up SNMP on the System Controller--See Setting Up SNMP on the System Controller.

Setting Up the Agent and Server Layers

This section describes how to set up the agent and server layers.


procedure icon  To Set Up the Sun Fire Midrange Systems Platform Administration Module on an Agent Machine

If the agent machine has both server and agent layers, this procedure automatically sets up both layers.

1. Become superuser by using the su command.

2. Go to the PUn_path/addons/SunFirePltAdmin/sbin directory, where n is the number of the Platform Update, and PUn_path is the directory where Sun Management Center software is installed.

For example, if Sun Management Center software is installed in /opt/SUNWsymon, go to the directory /opt/SUNWsymon/addons/SunFirePltAdmin/sbin.

3. Run the es-setup.sh script.

To set up this module for the default platform agent instance, type:


# ./es-setup.sh

The script asks for the following information:

A ping command is sent to the system controller IP address or host name that you entered. If the ping command fails, you will have the option of providing a different IP address or host name. If you prefer, you can continue without providing a new value:


Do you want to setup Sun Fire Midrange Systems platform administration module (y|n|q) y
Enter the IP address of System Controller 12.3.45.67
Host 12.3.45.67 is not networked. 
If you would like to try another IP/Hostname enter it now or enter n to continue. 23.4.56.78 
Host 23.4.56.78 is not networked. 
If you would you like to try another IP/hostname enter it now or enter n to continue. n
Continuing with setup...



Tip - This script can be run again to change the information provided in the previous setup.



The Sun Management Center software ships with one platform agent named "platform."

When the module has been set up, you can start the appropriate agent. For more on how to start platform agents, see Starting Sun Management Center Software Using the CLI.


procedure icon  To Set Up the Sun Fire Midrange Systems Platform Administration Module Server Layer Only on the Server

This procedure sets up only the server layer. To set up the server, agent, and console layers on a server, see To Set Up the Sun Fire Midrange Systems Platform Administration Module on an Agent Machine.



Note - If you chose to set up only the server layer (without a console or agent layer), user groups are not automatically added to the /etc/group file unless you use the -S option, as shown in this procedure. For a list of user groups, see TABLE A-1.



1. Become superuser by using the su command.

2. Go to the PUn_path/addons/SunFirePltAdmin/sbin directory, where n is the number of the Platform Update, and PUn_path is the directory where Sun Management Center software is installed.

For example, if Sun Management Center software is installed in /opt/SUNWsymon, go to the directory /opt/SUNWsymon/addons/SunFirePltAdmin/sbin.

3. Run the es-setup.sh script with the -S option:


# ./es-setup.sh -S 

When the module has been set up, you can start the appropriate agent. The Sun Management Center software ships with one platform agent named "platform." For more on how to start platform agents, see Starting Sun Management Center Software Using the CLI.


Creating and Setting Up a Sun Fire Midrange Systems Platform Agent Instance

The default platform administration module can monitor one Sun Fire midrange system. To monitor more than one Sun Fire midrange system, you must create one platform agent instance for each additional Sun Fire midrange system.


procedure icon  To Create a Platform Agent Instance

1. Become superuser by using the su command.

2. Go to the directory where Sun Management Center software is installed.

For example, if Sun Management Center software is installed in /opt/SUNWsymon, go to the directory /opt/SUNWsymon/sbin.

3. Run the es-platform script:


# ./es-platform -a instanceName 

where instanceName is the name of a new platform agent instance.

This script asks for the port number for the new platform agent and the security seed. If you used a seed other than the default when setting up the Sun Management Center server, provide the same seed for this agent.


procedure icon  To Set Up a Sun Fire Midrange Systems Platform Administration Module for a New Platform Agent Instance

1. Become superuser by using the su command.

2. Go to the directory where Sun Management Center software is installed.

For example, if Sun Management Center software is installed in /opt/SUNWsymon, go to the directory /opt/SUNWsymon/addons/SunFirePltAdmin/sbin.

3. Type:


# ./es-setup.sh -I instanceName 

where instanceName is the name of a new platform agent instance.

The es-setup.sh script asks for the following information:



Note - This script can be run again to change the information provided in the previous setup.



When the module has been set up, you can start the appropriate agent. For more on how to start platform agents, see Starting Sun Management Center Software Using the CLI.


procedure icon  To Assign Users to Administrator and Operator Groups

If your user name is listed in the esusers file, you can log onto the Sun Fire midrange system with read-only access for domain administration agents. In order to read and/or write platform or domain information under the platform agent, your user name must also be listed in the group file on the server.

The setup procedure creates up to 10 groups on the Sun Fire midrange systems server machine. These groups are:


TABLE A-1 User Groups

Group Name

User Category

Type of Access

spltadm

Administrator

Platform

sdaadm

Administrator

Domain A

sdbadm

Administrator

Domain B

sdcadm

Administrator

Domain C

sddadm

Administrator

Domain D

spltop

Operator

Platform

sdaop

Operator

Domain A

sdbop

Operator

Domain B

sdcop

Operator

Domain C

sddop

Operator

Domain D


1. Become superuser by using the su command.

2. Add each user to the appropriate group in the file /etc/group.

3. Add each user to the file /var/opt/SUNWsymon/cfg/esusers.


Setting Up the Sun Fire Midrange Systems Add-On Software Using the CLI


procedure icon  To Set Up the Domain Administration Module on the Sun Management Center Server

single-step bulletAs superuser, type:


# ./es-setup -p SunFireDomAdmin

The system displays:


--------------------------------------------------------------
This script will help you to setup Sun (TM) Management Center 3.5.
--------------------------------------------------------------
 
Setting up Addon[s]


procedure icon  To Set Up the Platform Administration Module on the Platform

1. As superuser, type:


# ./es-setup -p SunFirePltAdmin

The system displays:


---------------------------------------------------------------------------
This script will help you to setup Sun (TM) Management Center 3.5.
---------------------------------------------------------------------------
 
Setting up Addon[s]
 
For setting up Sun Fire Midrange Systems platform administration module
you need to provide SC IP address, community strings, port numbers for domain agent etc.
 
Do you want to setup Sun Fire Midrange Systems platform administration module [y|n|q]

2. Type y to set up the platform administration module, or type n not to set up the module now.

One of the following occurs:

3. Type the IP address of the System Controller (for example, 10.8.28.209).

The system displays:


Enter the read community for platform

4. Type the read community for platform (for example, P-public).

The system displays:


Enter the write community for platform

5. Type the write community for platform (for example, P-private).

The system displays:


Enter the write community for domainX

where X is the domain letter (A-D).

6. Type the write community for each domain (for example, use A-private for domainA).

When you have finished entering the write community for each domain, the system displays (in our example):


Please wait, Pinging the host 10.8.23.209.
Host 10.8.38.209 is networked.
Please wait, getting domain info from system controller
Enter the Sun Management Center agent Port for domainX

where X is the domain letter (A-R).

7. Type the agent port number for each domain (for example, use 161 for each domain).

When you have finished entering the agent port number for each domain, the system displays:


Updating the configuration, Please Wait...
Done.
....
....
....
Do you want to start Sun Management Center agent and server components now? [y|n|q]


Uninstalling Software Using the CLI

You can uninstall:


procedure icon  To Uninstall All Sun Management Center Software

1. As superuser, type:


# ./es-uninst

The system displays this message:


This script will help you to uninstall the Sun Management Center software.
 
Following Sun Management Center Products are installed:
---------------------------------------------------------------------------
 
PRODUCT                                              DEPENDENT PRODUCTS
---------------------------------------------------------------------------
 
Production Environment                                           All Addons
Sun Fire Domain Administration                                   None
Dynamic Reconfiguration for Sun Fire High-End and Midrange Sys   None
Sun Fire Platform Administration                                 None
 
Do you want to uninstall Production Environment? [y|n|q]

2. Type y to uninstall the Production Environment, which uninstalls all Sun Management Center software.

The system displays this message:


This will uninstall ALL Sun Management Center Products. !!!
 
Do you want to change selection? [y|n|q]

3. Type n not to change your selection.

The system displays the following message:


Do you want to preserve database? [y|n|q]



Note - If you answer y for yes, the system preserves any data in the database, including open and closed alarms, loaded modules and their configurations, discoveries, managed objects, and rule thresholds.



4. Type y to keep any existing topology and event data; or type n to discard the data.

The system displays the following message:


Proceed with uninstall? [y|n|q]

5. Type y to proceed with the uninstall, or type n not to proceed with the uninstall.

If you type y to proceed, the system displays the list of packages to be uninstalled, the packages as they are uninstalled, the status of the uninstallation, and the location of the log file.


procedure icon  To Uninstall Add-On Software for Sun Fire Midrange Systems

1. As superuser, type:


# ./es-uninst

The system displays this message:


This script will help you to uninstall the Sun Management Center software.
 
Following Sun Management Center Products are installed:
---------------------------------------------------------------------------
 
PRODUCT                                                  DEPENDENT PRODUCTS
---------------------------------------------------------------------------
 
Production Environment                                           All Addons
Sun Fire Domain Administration                                   None
Dynamic Reconfiguration for Sun Fire High-End and Midrange Sys   None
Sun Fire Platform Administration                                 None
 
Do you want to uninstall Production Environment? [y|n|q]

2. Type n not to uninstall the Production Environment.

The system displays this message:


Do you want to uninstall Sun Fire Domain Administration? [y|n|q]
Do you want to uninstall Dynamic Reconfiguration for Sun Fire High-End and Midrange Systems? [y|n|q]
Do you want to uninstall Sun Fire Platform Administration? [y|n|q]

3. Type y beside each module you want to uninstall and n beside each module you do not want to uninstall.

The system displays the modules that will be uninstalled and the following message:


Do you want to change selection? [y|n|q]

4. Do one of the following:

a. Type y to change your selection.

The system displays your selections; go to the beginning of Step 2.

b. Type n not to change your selections.

The system displays the following message:


Proceed with uninstall? [y|n|q]

5. Type y to proceed with the uninstall, or type n not to proceed with the uninstall.

If you type y to proceed, the system displays the list of packages to be uninstalled, the packages as they are uninstalled, the status of the uninstallation, and the location of the log file.


Starting Sun Management Center Software Using the CLI

The es-start command requires different command arguments, depending on which component you are starting. Refer to the Sun Management Center Installation and Configuration Guide for a list of the options for es-start. The -h option for es-start also lists all the options. The following procedures describe some common es-start options.


procedure icon  To Start the Default Platform Agent

1. Become superuser by using the su command.

2. Go to the path/sbin directory, where path is the directory where the Sun Management Center software is installed.

3. Start the default platform agent by typing:


# ./es-start -l


procedure icon  To Start a Platform Agent Instance

1. Become superuser by using the su command.

2. Go to the path/sbin directory, where path is the directory where the Sun Management Center software is installed.

3. Start a specific platform agent instance by typing:


# ./es-start -y instanceName

For example, if P1 is the name of the platform agent instance, type:


# ./es-start -y P1


procedure icon  To Start All Sun Management Center Components

1. Become superuser by using the su command.

2. Go to the path/sbin directory, where path is the directory where the Sun Management Center software is installed.

3. Start all Sun Management Center components, except the console, by typing:


# ./es-start -A


Stopping Sun Management Center Components

The es-stop command requires different command arguments, depending on which component you are stopping. Refer to the Sun Management Center Installation and Configuration Guide for a list of the options for es-stop. The -h option for es-stop also lists all the options. The following procedures describe some common es-stop options.


procedure icon  To Stop the Default Platform Agent

1. Become superuser by using the su command.

2. Go to the path/sbin directory, where path is the directory where the Sun Management Center software is installed.

3. Stop the default platform agent by typing:


# ./es-stop -l


procedure icon  To Stop a Platform Agent Instance

1. Become superuser by using the su command.

2. Go to the path/sbin directory, where path is the directory where the Sun Management Center software is installed.

3. Stop a specific platform agent instance by typing:


# ./es-stop -y instanceName

For example, if P1 is the name of the platform agent instance, type:


# ./es-stop -y P1


procedure icon  To Stop All Sun Management Center Components

1. Become superuser by using the su command.

2. Go to the path/sbin directory, where path is the directory where the Sun Management Center software is installed.

3. Stop all Sun Management Center components, except the console, by typing:


# ./es-stop -A