cmc show globalinfo
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
process | Process for executing the command. | The value can be "sys_app", "-devm", or "app_data". |
Example
Query the global information about the CM client.
admin:/diagnose> cmc show globalinfo -sys_app cmc global info: cmc nodeId : 1 cmc processId : 20 cmc nodeSession : 9479 cmc processSession: 0 cmc first session : 4294967295 cmc client info: ----------------------------------------------------------------------- client num: 1 cm master lsId: 1310720 cm master ip: cm master version: 1 cm master nodeId: 0 cm master processId: 20 cm master nodeSession: 8 cm master processSession: 0 cm server num: 2 cm server[0]:[1310720]127.17.0.2:50020 cm server[1]:[1310721]127.17.0.3:50020
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
cmc nodeId | Node ID where the CM client resides. |
cmc processId | Process ID where the CM client resides. |
cmc nodeSession | Node session of the CM client. |
cmc processSession | Process ID of the CM client. |
cmc first session | First session of the CM client. |
client num | Number of the CM clients opened. |
cm master lsId | "ls" ID of the primary CM node displayed on the CM client. |
cm master ip | IP address of the primary CM node. |
cm master version | Version number of the primary CM node. |
cm master nodeId | ID of the primary CM node. |
cm master processId | "ls" ID of the primary CM process. |
cm master nodeSession | Primary CM node session. |
cm master processSession | Primary CM process session. |
cm server num | Number of processes in the CM server cluster. |
cm server | IP address and port number of the CM server process. |