lbcli Get Node
Returns information about a specific node. You must specify a specific node using the --uuid
flag.
Sample Command
lbcli get node --uuid=86b3f8ad-61a9-4423-97ec-55c301d9f09c
A -J flag after lbcli indicates that the JWT is not stored in the lbcli configuration file.
Sample Output
UUID: 86b3f8ad-61a9-4423-97ec-55c301d9f09c
clusterManagerMode: PassiveMode
ec: false
failureDomains:
- rack04-server78
failureInfo: ""
hostname: rack04-server78
inLocalRebuild: false
localRebuildProgress: 0
maxNvmeDevices: 12
name: server02-0
nvmeEndpoint: 10.17.95.7:4420
state: Active
Statistics:
effectivePhysicalStorage: "10442138753433"
estimatedFreeLogicalStorage: "2041183177113"
freePhysicalStorage: "2041183177113"
logicalStorage: "8400956030976"
logicalUsedStorage: "8400955576320"
managedPhysicalStorage: "12002458632192"
physicalUsedStorage: "8400955576320"
physicalUsedStorageIncludingParity: "8400955782739"
status: NoStatus
Was this page helpful?