Go to main content
Netra Modular System Developer's Guide

Exit Print View

Updated: August 2015
 
 

CLI Overview

The CLI provides a comprehensive set of textual commands that you can issue to the system through Oracle ILOM.

The Oracle ILOM CLI is based on the Distributed Management Task Force specification, Server Management Command-Line Protocol Specification (DMTF CLP). The entire specification is available at: http://www.dmtf.org/.

The DMTF CLP provides a management user interface for servers regardless of server state, method of access, or installed operating system. The DMTF CLP architecture models a hierarchical namespace, which is a predefined tree that contains every managed object in the system.

In this model, commands operate on a namespace of targets, which you can modify by using options and properties. This namespace defines the targets for each command. The command syntax is as follows:

action [options] [target] [properties]

The action refers to the command purpose or action taking place. The standard actions are set, show, create, delete, reset, start, stop, cd, version, exit, and help. The target indicates the address or path of the target of the command.

From the CLI, you can access the /FMM namespace, which includes /FMM/FBNn.

In the /FMM namespace, you can manage and configure the FMM. In the /FMM namespaces, you can access and configure properties for managed components.

Namespace
CLI Management Target Description
/FMM
Use to monitor the SP on the FMM. The targets and properties in this target type are for configuring the FMM and viewing the configuration. The /FMM replaces the /CMM used in the Sun Blade 6000 Modular System.
/Frame
Use to provide inventory status, environmental conditions, and hardware management at the frame level. The /Frame address space replaces the /CH on the Sun Blade 6000 Modular System.
/Frame/FBNn
Use to access and configure /Frame FBN properties and options from the FMM CLI session.

For mapping management tasks to CLI targets on the FMM, refer to 3.2.x Oracle ILOM User's Guide for System Monitoring and Diagnostics at: https://docs.oracle.com/cd/E37444_01/html/E37447/z40000091420195.html#scrolltoc

For information about CLI commands, refer to the Oracle ILOM Quick Reference for CLI Commands at: https://docs.oracle.com/cd/E37444_01/html/E37448/z4000068165586.html#scrolltoc

Related Information