lssamctrl

Name

lssamctrl - Lists already defined System Automation for Multiplatforms control parameters and their attributes.

Synopsis

lssamctrl [-h] [-A p | d | b] [-l | -t | -d | -D Delimiter] [-T] [-V] [Attr...]

Description

The lssamctrl command lists the control parameter values already set for System Automation for Multiplatforms. If the Attr operand is used, the value of each specified attribute is listed. If the attribute option -A is specified, the persistent, or dynamic attribute, or both of System Automation for Multiplatforms are listed. The Attr operand, if specified, overrides the -A option. The Attr operand must be a valid attribute of IBM® Tivoli® System Automation Control Class. When Attr operands are specified, the exact value of each attribute is listed. Otherwise, some of these attribute values are translated to English words.

Options

-h
Help. Writes the command's usage statement to standard output.
-A p | d | b
Attribute type. By default only persistent attributes are displayed. To view all the persistent attributes of the member resources, this option must be used with p attribute type.
  • p - Displays only persistent attributes.
  • d - Displays only dynamic attributes.
  • b - Displays both persistent and dynamic attributes.
For best performance, specify the -A p option.
-l
Long formatted output. Each attribute is displayed on a separate line, which is the default display format.
-t
Tabular formatted output. Each attribute is displayed on a separate column, one resource per line.
-d
Specifies delimiter-formatted output. The default delimiter is a colon (:). Use the -D option if you want to change the default delimiter.
-D Delimiter
Specifies delimiter-formatted output that uses the specified delimiter. Use this option to specify something other than the default colon (:); for example, when the data to be displayed contains colons. Use this option to specify a delimiter of one or more characters.
-T
Trace. Writes the command's trace messages to standard error. For your software-service organization's use only.
-V
Writes the command's verbose messages to standard output.

Parameters

Attr
The name of the attributes whose values are to be displayed. These attributes must be separated by spaces.

Exit Status

0
The command ran successfully.
1
Error occurred with RMC.
2
Error occurred with CLI script.
3
Incorrect flag on command line.
4
Incorrect parameter on command line.
5
Error occurred with RMC that was based on faulty command line input.
6
Resource specified was not found.

Security

This command requires root authority, or a user ID with appropriate permissions. For more information, see Setting up non-root user Ids for the command line interface.

Examples

To list all the currently defined System Automation for Multiplatforms parameters, type the following command:
lssamctrl
Output:
Displaying IBM Tivoli System Automation Control Information:

SAMControl:
    TimeOut                = 60
    RetryCount             = 3
    Automation             = Auto
    ExcludedNodes          = {}
    ResourceRestartTimeOut = 5
    ActiveVersion          = [3.2.2.0,Mon Jun 2 10:36:54 2008]
    Enable Publisher       = EEZ
    TraceLevel             = 63
    ActivePolicy           = []
    CleanupList            = {}
    PublisherList          = {}  

Files

/usr/sbin/rsct/bin/lssamctrl
Location of the lssamctrl command.

See Also

The samctrl command.

The rmccli general information file.