display cart
Displays the administrative and operational states of one or all cartridges. If an instance name is specified, only that instance is displayed; if the instance name is omitted, all cartridges are displayed.
provadmin display cart [ nodename=<value> ] [ instance=<value> ] [ detailed=<value> ] [ timeout=<value> ] [ addMaintenance=<value> ]
The following table describes the arguments of the display cart command.
Option | Description |
---|---|
nodename | Application node name. |
instance | The name of a cartridge instance. This refers to the short name, not the fully scoped name. If the instance name is not specified, the change is reflected on all instances. |
detailed | A boolean value that indicates whether or not an instance status should be displayed in detail. If true, the operational status of sessions is also displayed. The default is false. |
timeout | The duration to wait for command completion, in seconds. The default is 600 seconds. |
addMaintenance | A boolean value that indicates whether or not the maintenance state of an instance is displayed. The default is false. |
The following is typical output from this command:
>provadmin display cart nodename=. instance=DisabledLocked detailed=true Displaying cartridge <DisabledLocked>. Cartridge Instance: m_instanceName = DisabledLocked m_operationalState = OS_Disabled m_administrativeState = AS_Locked Session[0]: OS_Disabled Session[1]: OS_Disabled
Copyright © Cloud Software Group, Inc. All rights reserved.