HP Systems Insight Manager 5.2 Installation and Configuration Guide for HP-UX

12 Using the command line interface
HP Systems Insight Manager provides a
command line interface
(CLI) in addition to the
graphical user
interface
(GUI). Many functions available in the GUI are also available through the CLI.
Logging in to the CLI
Access the HP Systems Insight Manager CLI directly on the CMS or from any network client using SSH client
software.
Logging in to the CMS directly
1. Log in to the CMS using a valid user name and password ( SSH system name ).
HP SIM grants authorizations based on your operating system user login.
2. Open a terminal window or a command prompt window to execute HP SIM commands.
Using an SSH client to log in remotely
The preferred way to log in remotely is using an SSH client. Telnet and rlogin work, but neither provides a
secure connection.
1. Open an SSH client application on any network client.
2. Log in to the CMS through the SSH client software, using a valid user name and password.
HP SIM grants authorizations based on your operating system user login.
manpages
Viewing manpages on UNIX systems
You can use the man utility on HP-UX systems to format and display CLI command line usage manpages.
Use the following format to specify a manpage to view: # man [ sectionNumber ] ManpageName
.
HP-UX
CLI command line usage manpages are specified as section 1M.
CLI Extensible Markup Language (XML) usage manpages are specified as section 4.
Examples: To view the command line usage or XML usage for the mxtask CLI, enter one of the following:
% man mxtask displays the command line usage for the mxtask CLI.
% man 1m mxtask displays the command line usage for the mxtask CLI.
% man 4 mxtask displays the XML usage for the mxtask CLI.
Logging in to the CLI 61