A.92 set

Sets configuration options for the CLI.

Syntax

set { EndlineChars= { CRLF | CR | LF } | OutputMode= { Verbose | Sparse | Xml } }

Description

This command sets configuration options for the CLI.

Options

The following table shows the available options for this command.

Option

Description

EndlineChars= { CRLF | CR | LF }

Sets the end of line character to use for your SSH client, for example, if your SSH client adds a line feed (double spacing) to the end of a line, you can set the end of line characters to CR.

CRLF is used on Microsoft Windows systems, CR is used on early Apple systems, and LF is used on Linux, and Unix-like systems such a modern Apple systems.

OutputMode= { Verbose | Sparse | Xml }

Sets the output mode for command results. Verbose includes the command, status, time and time zone. Sparse returns just the results without the header files provided by Verbose. Xml returns the results in XML format.

Examples

Example A.126 Setting end of line characters

OVM> set EndlineChars=LF

Example A.127 Setting output mode to XML

OVM> set OutputMode=Xml