Sun N1 System Manager 1.3 Command Line Reference Manual

Chapter 1 Command Line Interface Help

This chapter provides the same help that you can access by using the help command in the command line interface (CLI).

You can access the CLI in two ways:

Command Help

help Command

You can get CLI help in the following ways:

The available commands are listed in the following table.

Command 

Description 

add

Add a member to an object or group. 

connect

Connect to a server's serial console. 

create

Create (or copy) a new object in the N1 System Manager.  

delete

Delete an object from the N1 System Manager. 

discover

Discover new servers to be managed. 

exit

Exit user from the N1-ok> shell.

help

Get help about a command or object. You can also use ? for the help command. Note that help help is not a valid command.

load

Install software on a server or group of servers. 

remove

Remove a member from an object or group. 

reset

Power off and power on a server or group of servers. 

set

Change attributes on a server, a group of servers, or other object. 

show

List summary or detailed information about an object or group.  

start

Enable an object or issue a command, for example, power on and boot a server. 

stop

Disable an object, for example, shut down and power off a server. 

unload

Uninstall software from a server or group of servers. 

The available objects are described in Object Help.

Command Line Interface Tips

This section contains a few tips to help you use the N1 System Manager CLI.

General Syntax

The general syntax for an N1 System Manager command is:


command object [object-value] [object [object-value]]* [attribute[=][attribute-value]]*

For simplification purposes, the attribute term is usually used to describe both objects and keywords.

User-Defined Names

User-defined names, such as OS profile or group names, may include numbers, letters, and some special symbols. The following special symbols are prohibited: comma, asterisk, single quotes, double quotes, parenthesis, question mark, equal sign, and newline.

id Keyword

The id keyword is an optional keyword that can be used on the N1 System Manager CLI before some attribute values, typically for the server attribute value. The purpose of this keyword is to allow the use of an attribute value that is the same name as a reserved keyword (for example, a server named upgrade).

Equal Sign

The equal sign (=) can be used between attribute names and attribute values on the N1 System Manager CLI. For example, the following commands are equivalent:


N1-ok> set role MyRole description myDescription
N1-ok> set role MyRole description=myDescription

The equal sign variant is not shown in the CLI help.

Script Comments

When creating a customized n1sh script, you can specify the comment character (#) at the beginning of the line to indicate that the rest of the line should be ignored. See To Run a Script of N1 System Manager Commands in Sun N1 System Manager 1.3 Discovery and Administration Guide for more information.

Multiple Attribute Values

Where allowed, multiple attribute values can be specified as a comma–separated list on the N1 System Manager command line. For example:


N1-ok> set server serverA,serverB,serverC locator on

In the CLI help, multiple attribute values are shown using the following syntax notation: set server <server>[,<server>...]


Note –

Spaces are not allowed between commas.


Quotation Marks

Single and double quotation marks are supported in the n1sh shell mode. If needed, either type of quotation mark can be escaped using the backslash character. For example:


N1-ok> set role myRole description "Some Role that I've made up"
N1-ok> set role myRole description='Some Role that I\'ve made up'

Special Characters in UNIX Command Mode

Depending on the shell you are using to run n1sh in UNIX command mode, some special characters may need to be escaped. For example, in the bash shell, quotation marks need to be escaped with the backslash character, like this:


$ n1sh set role MyRole description=\"Some Role that \\\"Paul\\\" made up\"

Or, you can use single quotation marks to escape double quotation marks:


$ n1sh set role MyRole description='"Some Role that \\"Paul\\" made up"'

See your specific shell's documentation for more information about escaping special characters.

In the n1sh shell mode, you do not have to escape special characters, so the same command described above would appear as follows:


N1-ok> set role MyRole description="Some Role that \"Paul\" made up"

Hiding Passwords

You can type a question mark (?) for any password attribute value if you do not want the password to display in the command line. Once you issue the command, you are prompted for the password. Examples include the rootpassword and agentssh attributes.

add

This command adds a member to an object or group.

Description

The add command can be used on the following objects: group, osprofile, role, server, and user.

Type help add object for details.

add group

This command adds servers to an existing server group so you can more easily perform management operations on multiple servers. See create group for information about how to create a new server group.

Synopsis

Parameters

add osprofile

This command adds a distribution group, disk partition, OS update, or custom installation script to an existing OS profile.

Description

If a distribution group is not specified in an OS profile, one of the following distribution groups is installed by default: Entire Distribution plus OEM Support (Solaris), Everything (Red Hat), or Default Installation (SUSE). At least one partition (root) is required for a valid Solaris profile, and at least two partitions (root and swap) are required for a valid Linux profile.

Synopsis

Parameters

add role

This command adds privileges to an existing role. See create role for information about how to create a new role.

Synopsis

Parameters

add server

This command adds the N1 System Manager features to a server.

Description

To benefit from some of the N1 System Management functionality, you must add features to the servers. The two types of features are base management and OS monitoring. The base management feature is required for basic OS monitoring, OS updates, and remote commands. The OS monitoring feature provides advanced OS monitoring, including support for threshold monitoring. When a feature is added, the feature is installed on the server, the specified agent credentials are set, and the feature becomes supported on the server. In the case of the OS monitoring feature, monitoring is also enabled if not already enabled. The Base Management Supported and OS Monitoring Supported fields in the show server output provide the current support status on a server's features.

There are some situations when you need to use the upgrade keyword to upgrade the existing features on a server. Refer to the N1 System Manager Discovery and Administration Guide for more information

Synopsis

Parameters

add user

This command adds roles to a user. Once added, the user will be able to assume each role and gain the associated privileges.

Synopsis

Parameters

connect

This command connects you to the serial console of a server.

Description

The connect command can be used on the server object.

Type help connect server for details.

connect server

This command connects you to the serial console of a server.

Description

You can use the connect server command to monitor installations or perform administration tasks. For most hardware platforms, the first user to log in is given read and write privileges on the serial console, and subsequent user sessions are read-only mode. Some platforms don't allow multiple serial console sessions on the same server. You can exit the serial console at any time through the following escape sequences:

ALOM-based systems: # .

Sun Fire(TM) X4000 series systems: ESC (

Sun Fire V20z and Sun Fire V40z systems: ^E c .

This command is not available in the browser interface's command line, but you can access a server's serial console in the browser interface by choosing Open Serial Console in the Actions menu on a Server's Details page. Also, because this command requires user input, do not use it in a custom N1 System Manager script through the n1sh -f command.

Synopsis

Parameters

create

This command creates a new object in the N1 System Manager. You can also use this command to copy objects that already exist outside N1 System Manager.

Description

The create command can be used on the following objects: application, applicationprofile, dhcpconfig, firmware, group, notification, os, osprofile, role, update, and user.

Type help create object for details.

See discover for information about adding servers to the N1 System Manager.

create application

This command copies an application to the N1 System Manager. You can then provision the application on the servers.

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned with this release of N1 System Manager, and it is available from the Sun Download Center (SDLC). You must copy an OS-specific N1GE application for each OS you plan to support.

Unlike the behavior for OS profiles, a default application profile is not automatically created when you copy an application to the N1 System Manager.

Synopsis

Parameters

create applicationprofile

This command creates an application profile.

Description

You use an application profile to deploy an application on the servers.

N1 Grid Engine (N1GE) is the only application that can be provisioned with this release of N1 System Manager.

Synopsis

Parameters

N1GE ATTRIBUTES

create dhcpconfig

This command creates a new instance of a DHCP configuration.

Synopsis

Parameters

create firmware

This command copies a firmware update to the N1 System Manager. You can then install the firmware update on the servers.

Synopsis

Parameters

create group

This command creates a new server group, which enables you to group servers by business or management needs.

Synopsis

Parameters

create notification

This command creates a new notification rule.

Synopsis

Parameters

create os

This command is used in three different ways to provide an OS distribution for a server.

Description

The three different ways to use this command are:

For the Windows OS, you configure a link to an existing RIS server.

For a Solaris/Linux OS, you copy an OS image from ISO files, CDs, or a DVD. Note that N1 System Manager does not support copying Solaris OS CDs and CD ISO files. You must copy a Solaris DVD or DVD ISO file.

To set up diskless clients, you configure a link to a diskless client image. The diskless client feature is not available for the Windows OS.

ABOUT COPYING SOLARIS/LINUX OS IMAGES

Solaris/Linux OS distributions are stored in different locations based on the various management server and OS combinations. See the N1 System Manager Site Preparation Guide for more information.

When copying an OS distribution from multiple installation CDs, you need to run the create os command multiple times with the same OS distribution name. For example, if you are trying to copy an OS distribution that is provided on two CDs, you must insert the first CD, run the create os command, and wait for the job to complete. Once the first job completes, you then must insert the second CD, run the create os command again, and wait for the job to complete. The OS distribution is successfully installed when the second job completes.

When copying the SUSE Linux Enterprise Server 9 SP1 distribution, you must run the create os command multiple times. First, copy the SLES 9 base distribution. When that job finishes, you can then copy the SLES 9 Update 1 distribution.

A default OS profile configured for Sun Fire V20z servers is automatically created for each newly created OS distribution, with the same name as the OS distribution. The default profile is provided as an example. You can either update the default profile to match your hardware or create a new profile. Use the show osprofile osprofile command to list the configuration of an OS profile.

Synopsis

Parameters

COPYING A SOLARIS OR LINUX OS IMAGE

CONFIGURING A LINK TO A WINDOWS RIS SERVER

CONFIGURING A LINK TO A DISKLESS CLIENT IMAGE

create osprofile

This command creates a new OS profile.

Description

For Solaris and Linux OS profiles, you must also use the add osprofile command to add distribution groups, partition information, resources, and scripts to the OS profile to make it usable.

You can also use this command to clone (copy) an existing profile. This command must be used if you want to modify or copy a profile that has been used to install a server.

Synopsis

Parameters

SOLARIS AND LINUX PROFILES

WINDOWS PROFILES

OPTIONAL WINDOWS ATTRIBUTES

DISKLESS CLIENT PROFILES

create role

This command creates a new role. Unless privileges are specified, a new role has no privileges added to it by default.

Synopsis

Parameters

create update

This command copies an OS update to the N1 System Manager. You can then install the OS update on the servers.

Description

You can copy various types of OS updates: RPMs for the Linux operating systems and packages or patches for the Solaris Operating System. By default, the load command installs an OS update using the corresponding native OS commands. However, you can specify an installation script to override the default installation and perform a customized installation. See “Managing Packages, Patches and RPMs” in Sun N1 System Manager Administration Guide for more information.

Synopsis

Parameters

create user

This command creates a new N1 System Manager user.

Description

The user must already exist on the OS of the management server. Unless roles are specified, a new user has no roles added to it by default.

Synopsis

Parameters

delete

This command deletes an object from the N1 System Manager.

Description

The delete command can be used on the following objects: application, applicationprofile, dhcpconfig, firmware, group, job, notification, os, osprofile, role, server, update, and user.

Type help delete object for details.

delete application

This command deletes an application from the N1 System Manager.

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned by N1 System Manager with this release.

An application cannot be deleted if it is currently deployed on a server.

Synopsis

Parameters

delete applicationprofile

This command deletes an application profile.

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned by N1 System Manager with this release.

An N1GE application profile cannot be deleted if a master host installed with the profile has not been uninstalled.

Synopsis

Parameters

delete dhcpconfig

This command deletes a DHCP configuration from N1 System Manager.

Synopsis

Parameters

delete firmware

This command deletes a firmware update from the N1 System Manager.

Synopsis

Parameters

delete group

This command deletes a server group. This command will not delete the servers from the N1 System Manager.

Synopsis

Parameters

delete job

This command deletes jobs.

Synopsis

Parameters

delete notification

This command deletes a notification rule.

Synopsis

Parameters

delete os

This command deletes an OS distribution from the N1 System Manager.

Description

An OS distribution can be deleted if it is currently deployed on a server. However, you cannot delete an OS distribution until all of its associated OS profiles are deleted from the management server by using the delete osprofile command.

Synopsis

Parameters

delete osprofile

This command deletes an OS profile.

Description

An OS profile can be deleted even if it is currently deployed on a server. However, you cannot delete a profile that is currently in use, which means it is actively being deployed on a server. Use the show osprofile command to see whether an OS profile is in use.

Synopsis

Parameters

delete role

This command deletes a role. You cannot delete a role if it is assigned to a user.

Synopsis

Parameters

delete server

This command deletes servers from the N1 System Manager. The server will no longer appear in the list displayed using the show server all command.

Synopsis

Parameters

delete update

This command deletes an OS update from the N1 System Manager.

Synopsis

Parameters

delete user

This command deletes an N1 System Manager user. This command does not delete the user from the OS of the management server.

Synopsis

Parameters

discover

This command discovers and adds new servers to be managed by the N1 System Manager.

Description

See the Sun N1 System Manager Site Preparation Guide for information about setting up a new server for discovery.

You can discover a server in three different ways: management network interface (SP-based discovery), provisioning network interface (OS-based discovery), or MAC address (manual discovery).

For SP-based discovery, each hardware platform requires a minimum set of credentials to be discovered. See the Sun N1 System Manager Site Preparation Guide for the list of system-specific default credentials that the discovery process uses if you do not specify credentials.

Note that the available N1 System Manager features for a server depend on how the server is discovered. Refer to the “Discovering Servers” chapter in Sun N1 System Manager Discovery and Administration Guide for more information.

Synopsis

Parameters

exit

This command exits you out of the N1–ok> shell. If the N1–ok> shell is your default shell, you will be logged out of the N1 System Manager completely; otherwise, you will be returned to your previous shell on the management server.

Synopsis

load

This command installs software on servers.

Description

The load command installs an OS distribution (using an OS profile), firmware update, OS update (packages, patches, and RPMs), or application (using an application profile). The load command can be used on the following objects: group and server.

Type help load object for details.

load group

This command installs software on a group of servers, such as an OS distribution (through an OS profile), OS update, firmware update, or application (through an application profile).

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned with this release of N1 System Manager.

Synopsis

Parameters

UNIX INSTALLATION ATTRIBUTES

The following attributes are temporarily used to boot and install the servers. The N1 System Manager provides default values for all of these attributes.

UNIX CONFIGURATION ATTRIBUTES

The following attributes are used to configure the server's network information during the installation. The N1 System Manager provides default values for all of these attributes.

WINDOWS INSTALLATION ATTRIBUTES

DISKLESS CLIENT INSTALLATION ATTRIBUTES

load guidconfig

This command provides a way to set the GUID on a large number of Windows systems.

Synopsis

Parameters

load server

This command installs software on servers, such as an OS distribution (through an OS profile), OS update, firmware update, or application (through an application profile).

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned with this release of N1 System Manager.

Synopsis

Parameters

UNIX INSTALLATION ATTRIBUTES

The following attributes are temporarily used to install one or more servers. Some attributes can be specified only when installing a single server. The N1 System Manager provides default values for all the attributes that are not single-server specific.

UNIX CONFIGURATION ATTRIBUTES

The following attributes are used to configure the server's network information during the installation. Some attributes can be specified only when installing a single server. The N1 System Manager provides default values for all the attributes that are not single-server specific.

WINDOWS INSTALLATION ATTRIBUTES

DISKLESS CLIENT INSTALLATION ATTRIBUTES

remove

This command removes a member from an object or group.

Description

The remove command can be used on the following objects: group, osprofile, role, server, and user.

Type help remove object for details.

remove group

This command removes servers from a server group.

Synopsis

Parameters

remove osprofile

This command removes a distribution group, disk partition, OS update, or a custom installation script from an OS profile.

Description

You cannot run this command against a profile that is currently in use, which means it is actively being deployed on a server. Use the show osprofile command to see whether an OS profile is in use.

Synopsis

Parameters

remove role

This command removes privileges from a role.

Synopsis

Parameters

remove server

This command removes the OS monitoring or base management feature from a server.

Description

This command provides two levels of removing the OS monitoring feature with this command. If you don't specify the uninstall keyword, the OS monitoring feature remains installed on the server but the feature is no longer supported and the server's OS can no longer be monitored with N1 System Manager. If you specify the uninstall keyword, the OS monitoring feature is uninstalled from the server and consequently the OS monitoring feature is no longer supported.

When you remove the base management feature, the feature is uninstalled from the server and it is no longer supported. The OS monitoring feature must be uninstalled from a server before the base management feature can be removed.

After you remove a feature, you can always use the add server command to add the feature back again. The Base Management Supported and OS Monitoring Supported fields in the show server output provide the current status of a server's features.

Synopsis

Parameters

remove user

This command removes roles from a user.

Synopsis

Parameters

reset

This command reboots servers.

Description

The reset command can be used on the following objects: group and server.

Type help reset object for details.

reset group

This command reboots (power off and power on) a group of servers. A boot of the operating system typically, which is dependent on the server's configuration.

Synopsis

Parameters

reset server

This command reboots (power off and power on) servers. A boot of the operating system typically occurs, which is dependent on the server's configuration.

Synopsis

Parameters

set

This command changes the attributes on an object or group.

Description

The set command can be used on the following objects: applicationprofile, dhcpconfig, firmware, group, notification, os, osprofile, role, server, session, user, and module.

Type help set object for details.

set applicationprofile

This command changes the configuration of an application profile.

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned with this release of N1 System Manager.

If an N1GE application profile is currently installed and the N1GE master host is one of servers managed by N1 System Manager, you can change only the following attributes: loadcritical, loadwarning, maxpentime, memcritical, and memwarning. If the N1GE master host is not managed by N1 System Manager, then you can change only the proxyhost attribute.

Synopsis

Parameters

N1GE ATTRIBUTES

set dhcpconfig

This command changes the settings for a DHCP configuration.

Synopsis

Parameters

set firmware

This command changes the attributes of a firmware update.

Synopsis

Parameters

set group

This command changes the name of a server group, or changes the locator lights or monitoring status on a group of servers.

Synopsis

Parameters

set notification

This command changes the name, description, or notification destination for a notification rule.

Synopsis

Parameters

set os

This command changes the name of an OS distribution.

Synopsis

Parameters

set osprofile

This command changes the configuration of an OS profile.

Synopsis

Parameters

SOLARIS PROFILE ATTRIBUTES

RED HAT LINUX PROFILE ATTRIBUTES

SUSE LINUX PROFILE ATTRIBUTES

WINDOWS PROFILE ATTRIBUTES

DISKLESS CLIENT PROFILE ATTRIBUTES

set role

This command changes the description of a role.

Synopsis

Parameters

set server

This command changes the N1 System Manager configuration information for a server or refreshes the N1 System Manager with the server's current settings and status.

Description

This command does not change the actual configuration parameters on the server, for example, like SSH credentials. It changes only configuration information used by N1 System Manager to manage the server.

Synopsis

Parameters

CONFIGURATION ATTRIBUTES

set session

This command changes the user's role or the output format for the current session.

Synopsis

Parameters

set user

This command changes the default role for a user.

Description

The default role for the root user is automatically set to Admin after you reboot the management server or if you restart the N1 System Manager. While you can still set the root user's default role to a different role, the assignment is not permanent.

Synopsis

Parameters

set module

This command enables or disables a module.

Description

Do not use this command concurrently with other N1 System Manager commands. Doing so might make the other commands fail.

Synopsis

Parameters

show

This command lists summary or detailed information about an object or group.

Description

The show command can be used on the following objects: application, applicationprofile, dhcpconfig, firmware, group, job, log, notification, os, osprofile, privilege, role, server, session, update, user, and module.

Type help show object for details.

show application

This command lists all available applications from the N1 System Manager or detailed information about a specific application.

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned by N1 System Manager with this release.

Synopsis

Parameters

show applicationprofile

This command lists all available application profiles or detailed information about a specific application profile.

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned by N1 System Manager with this release.

Synopsis

Parameters

show dhcpconfig

This command lists all the available DHCP configurations or detailed information about a specific DHCP configuration.

Synopsis

Parameters

show firmware

This command lists all the copied firmware updates or detailed information about a firmware update.

Synopsis

Parameters

show group

This command lists all server groups or detailed information about a specific server group.

Synopsis

Parameters

show job

This command lists all jobs, detailed information about a specific job, or jobs based on a specified filter.

Synopsis

Parameters

DATE FORMAT

The following date format is used for the endbefore, endafter, startbefore, and startafter options:

[CC]YY[-MM[-DD[Thh[:mm[:ss[Z]]]]]]

show log

This command lists all known events from the N1 System Manager or managed servers, detailed information about a specific event, or events based on a specified filter.

Synopsis

Parameters

DATE FORMAT

The following date format is used for the after and before options:

[CC]YY[-MM[-DD[Thh[:mm[:ss[Z]]]]]]

show notification

This command lists all notification rules or detailed information about a specific notification rule.

Synopsis

Parameters

show os

This command lists all available OS distributions from the N1 System Manager or detailed information about a specific OS distribution.

Synopsis

Parameters

show osprofile

This command lists all available OS profiles or detailed information about a specific OS profile.

Synopsis

Parameters

show privilege

This command lists all available privileges or detailed information about a specific privilege.

Synopsis

Parameters

show role

This command lists all available roles or the privileges for a specific role.

Synopsis

Parameters

show server

This command lists all the available managed servers, a filtered list of managed servers, or detailed information for a specific server.

Synopsis

Parameters

show session

This command lists the user's current role in the session.

Synopsis

show update

This lists all the OS updates or detailed information about a specific OS update.

Synopsis

Parameters

show user

This command lists all the available users or detailed information about a specific user.

Synopsis

Parameters

show module

This command lists all the installed modules or detailed information about a specific module. This command also indicates whether the module is enabled.

Synopsis

Parameters

start

This command enables an object or issues a command. For example, you can power on and boot servers or enable a notification rule.

Description

The start command can be used on the following objects: group, notification, and server.

Type help start object for details.

start group

This command powers on and boots a group of servers or issues a remote command on a group of servers. You can view the output of the remote command from the associated job that is started.

Synopsis

Parameters

start notification

This command enables or tests a notification rule.

Synopsis

Parameters

start server

This command powers on and boots servers or issues a remote command remotely on the servers. You can view the output of the remote command from the associated job that is started.

Synopsis

Parameters

stop

This command disables an object. For example, you can shut down and power off a server or cancel a job.

Description

The stop command can be used on the following objects: group, job, notification, and server.

Type help stop object for details.

stop group

This command shuts down and powers off a group of servers.

Synopsis

Parameters

stop job

This command stops a job from running. When a job is stopped, it is in the aborted state.

Synopsis

Parameters

stop notification

This command disables a notification rule.

Synopsis

Parameters

stop server

This command shuts down and powers off servers.

Synopsis

Parameters

unload

This command uninstalls software from servers or a group of servers.

Description

The unload command can be used on the following objects: group and server.

Type help unload object for details.

unload group

This command uninstalls an application, OS profile (for diskless clients only), and OS update from a group of servers.

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned with this release of N1 System Manager. You cannot use the unload group command to uninstall a N1GE master host; you must use the unload server command.

Synopsis

Parameters

unload server

This command uninstalls an application, OS profile (diskless clients only), or OS update from servers.

Description

N1 Grid Engine (N1GE) is the only application that can be provisioned with this release of N1 System Manager.

Synopsis

Parameters

Object Help

This section describes the objects that can be managed by the N1 System Manager commands.

The following table lists the available objects.

Object 

Definition 

application 

One or more installation files for an application that can be installed by N1 System Manager. 

applicationprofile 

An application profile, which is a configuration file that defines how to install an application. 

dhcpconfig 

A DHCP configuration used by N1 System Manager. 

firmware 

A firmware update for the servers. 

group  

A group of servers. 

guidconfig 

A file containing a list of server names with corresponding GUIDs. 

job 

An asynchronous action initiated and tracked by a user to perform some management task. 

log 

An event generated from a managed server or the N1 System Manager. 

notification 

A notification rule created by a user to define when, where, and how to notify an external source, such as a user, of a N1 System Manager event. 

os 

An installable image of an OS, also known as an OS distribution. 

osprofile 

An OS profile, which is a configuration file that defines how to install an OS distribution. 

privilege 

A predefined set of permissions enabling a user to perform certain operations within the N1 System Manager. To grant a privilege to a user, assign the privilege to a role. 

role 

A set of privileges that can be assigned to a N1 System Manager user. The N1 System Manager provides three predefined roles: ReadOnly, SecurityAdmin, and Admin. Authorized users may create customized roles, but users cannot modify the predefined roles.

server 

A managed server, which is a server that has been discovered by and can be managed by the N1 System Manager. 

session 

The role and other contextual information that is associated with every active user session. A separate user session is created for each user logged into the browser interface and n1sh command line interface. The browser interface and the browser interface's command line share a common session and hence have a common session role.

update 

An OS update, such as a patch or package for the Solaris operating system or an RPM for the Red Hat operating system. 

user 

A person who is authorized to log into the N1 System Manager.  

module 

Add-on features for the N1 System Manager. 

application

The application object consists of one or more installation files for an application that can be installed by N1 System Manager.

Description

The following commands are available for the application object: create, delete, set, and show. You must use the load server or load group commands to install an application.

Type help command application for details on each command.

applicationprofile

The applicationprofile object is a configuration file that defines how to install an application.

Description

The following commands are available for the applicationprofile object: create, delete, set, and show. You must use the load server or load group commands to install an application through an application profile.

Type help command applicationprofile for details on each command.

dhcpconfig

The dhcpconfig object specifies a DHCP configuration for the N1 System Manager.

Description

The following commands are available for the dhcpconfig object: create, delete, set, and show.

Type help command dhcpconfig for details on each command.

firmware

The firmware object is a firmware update for the servers.

Description

The following commands are available for the firmware object: create, delete, set, and show. You must use the load server or load group commands to install a firmware update.

Type help command firmware for details on each command.

group

The group object is a group of servers.

Description

The following commands are available for the group object: add, create, delete, load, remove, reset, set, show, start, stop, and unload.

Type help command group for details on each command.

guidconfig

The guidconfig object is a file containing a list of server names with their corresponding GUIDs.

Description

The load command is available for the guidconfig object.

Type help load guidconfig for details.

job

The job object is an asynchronous action that is initiated and tracked by a user to perform some management task.

Description

The following commands are available for the job object: delete, show, and stop.

Type help command job for details on each command.

log

The log object is an event generated from a managed server or the N1 System Manager.

Description

The following commands are available for the log object: show.

Type help command log for details on each command.

notification

The notification object is a notification rule created by a user to define when, where, and how to notify an external source, such as a user, of a N1 System Manager event.

Description

The following commands are available for the notification object: create, delete, set, show, start, and stop.

Type help command notification for details on each command.

os

The os object is an installable image of an OS, also known as an OS distribution.

Description

The following commands are available for the os object: create, delete, set, and show.

Type help command os for details on each command.

osprofile

The osprofile object is a configuration file that defines how to install an OS distribution.

Description

The following commands are available for the osprofile object: add, create, delete, remove, set, and show. You must use the load server or load group commands to install an OS profile.

Type help command osprofile for details on each command.

privilege

The privilege object is a predefined set of permissions enabling a user to perform certain operations within the N1 System Manager. To grant a privilege to a user, assign the privilege to a role.

Description

The following commands are available for the privilege object: show. You must use the add role and remove role commands to add and remove privileges from a role.

Type help command privilege for details on each command.

role

The role object is a set of privileges that can be assigned to a N1 System Manager user. The N1 System Manager provides three predefined roles: ReadOnly, SecurityAdmin, and Admin. Authorized users may create customized roles, but they cannot modify the predefined roles.

Description

The following commands are available for the role object: add, create, delete, remove, set, and show. You must use the add user and remove user commands to add and remove roles from a user.

Type help command role for details on each command.

server

The server object is a managed server, which is a server that has been discovered by and can be managed by the N1 System Manager.

Description

The following commands are available for the server object: add, connect, delete, load, remove, reset, show, start, stop, and unload. You must use the discover command to discover a server.

Type help command server for details on each command.

session

The session object is the role and other contextual information that is associated with every active user session. A separate user session is created for each user logged into the browser interface and n1sh command line interface. The browser interface and the browser interface's command line share a common session and hence have a common session role.

Description

The following commands are available for the session object: set and show.

Type help command session for details on each command.

update

The update object is an OS update, such as a patch or package for the Solaris Operating System or an RPM for the Red Hat operating system.

Description

The following commands are available for the update object: create, delete, and show. You must use the load server or load group commands to install an OS update.

Type help command update for details on each command.

user

The user object is a person who is authorized to log in to the N1 System Manager.

Description

The following commands are available for the user object: add, create, delete, remove, set, and show.

Type help command user for details on each command.

module

The module object is an add-on feature for the N1 System Manager.

Description

The following commands are available for the module object: set and show.

Type help command module for details on each command.