Service Registry 3.1 Update 1 Administration Guide

set Command

Sets a property value.

set Command Synopsis

set property value

set Command Description

The set command sets the value of a property of the Admin Tool shell.

The tool supports the following properties and values.

set debug {true | on | yes | false | off | no}

Enables or disables output of debugging messages.

set editor string

Sets the command to use when the Admin Tool launches an interactive editor. The default value is /bin/vi on UNIX and Linux systems.

set verbose {true | on | yes | false | off | no}

Enables or disables output of more verbose messages when executing commands.

set Command Operands

property

One of the following properties: debug, editor, verbose.

value

A supported value of the specified property. See the Description section for details.

set Command Examples

The following command sets the editor to /usr/bin/vi instead of the default /bin/vi.


admin> set editor /usr/bin/vi

The following command turns on debugging.


admin> set debug true

The following command turns off verbose output.


admin> set verbose off