Retrieve grid configuration parameter.
grid get/tt> param | --all [--batch] grid get <param> | --all [--batch]
Name of grid configuration parameter to get. The following parameters may be retrieved:- recovery_password: Recovery GUI password
Retrieve all configurable grid parameters
Display output in UDL format
grid get recovery_password
Retrieve recovery GUI password
Grid Get Output
The output of this command is the following:
<parameter> : <val>
...
If --batch option is specified, the output is the following:
configuration
{
<parameter> = "<val>"
...
}
The output of this command is the following:
<parameter> : <val>
...
If --batch option is specified, the output is the following:
configuration
{
<parameter> = "<val>"
...
}
Display the grid ACL or that portion of the grid ACL which relates to a particular principal or internal ID.
grid get_acl [ <principal> ] [ --batch ]
Display only that portion of the grid ACL which pertains to the specified principal. <principal> is in the following form:
Local user or group.
Global user or group.
A fully qualified principal name where where <scope> is 'global' or 'local', <type> is 'group' or 'user', and <name> is the group or user name.
Display output in UDL format.
grid get_acl
Display the grid ACL.
grid get_acl local:user:admin
Display the grid ACL entry for local user 'admin'.
grid get_acl admin
Display the grid ACL entry for local user 'admin'.
The output of this command is as follows:
1. Non-batch output:
--- Owner Information --- ID Scope Type Name ------------------------------------------------------------------------- val val val val --- Entry Information --- ID Scope Type Name Access -------------------------------------------------------------------------------- val val val val val ... The value of Scope is local or global. The value of Type is user or group. The value of Access is a comma separated list of access levels or permissions.
1. Batch output:
acl
{
owner : id="val" # scope type name
entries
[
id="val", access_level1, ... access_levelN, permission1, ... permissionN # scope type name
...
]
}
Retrieve grid status and information
grid info [ --batch ] [ --verbose ]
Display output in UDL format
Display additional information
grid info
Retrieve grid status and information
Grid Name : petunia
Grid Description :
SysteCA 3Tera AppLogic Version : 3.0.12 eja_JPm Uptime : 4 days, 3 hours, 2 minutes
Controller Uptime : 4 days, 2 hours, 55 minutes
Last Server Failure Time : Thu 24 Mar 2011 11:21:55 AM PDT (srv1)
Grid Reboot Required : no
Controller Reboot Required : no
HA State : ok
Application HA State : ok
Controller HA State : ok
Backbone Network HA State: disabled
External Network HA State: disabled
Total Servers : 2
Servers Running : 2
Servers Enabled : 2
Applications Running : 1
Resource Information :
Pool Resource Count Total Alloc Hypervisor Free
------------------------------------------------------------------------------
grid CPU 4 16.00 0.05 - 15.85
MEM - 64.00 GB 128.00 MB - 61.39 GB
BW - 4.00 Gbps 100.00 Mbps - 3.90 Gbps
DISK 2 3.40 TB 667.13 GB - 2.73 TB
|
Copyright © 2012 CA.
All rights reserved.
|
|