Service Registry 3.1 Administration Guide

set

Sets a property value.

Synopsis

set property value

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.

Operands

property

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

value

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

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