Command:
“lssyscfg” will return system configuration information stored on the HMC. This can be used to extract information on partitions, partition profiles, managed systems, system profiles. This is a very useful tool for developing an understanding of a large environment that is managed by an HMC.
Usage:
lssyscfg -r sys -F “name” -> List all CEC’s on HMC
lssyscfg -r lpar -m [CEC] -F “name” -> List all LPARs on CEC
lssyscfg -r lpar -m [CEC] –filter “lpar_names=[lpar]” -> List information on specific LPAR
MAN Page:
NAME
lssyscfg – list system resources
SYNOPSIS
lssyscfg -r {lpar | prof | sys | sysprof | cage | frame} [-m managed-system | -e managed-frame] [--filter "filter-data"] [-F [attribute-names] [--header]] [--help]
DESCRIPTION
lssyscfg lists the attri...
Read More
