lslite - Display a summary of the statelite information.
lslite [-h | --help]
lslite [-V | --verbose] [-i imagename] | [noderange]
The lslite command displays a summary of the statelite information that has been defined for a noderange or an image.
Display usage message.
Verbose mode.
The name of an existing xCAT osimage definition.
A set of comma delimited node names and/or group names. See the ``noderange'' man page for details on additional supported formats.
0 The command completed successfully.
1 An error has occurred.
To list the statelite information for an xCAT node named ``node01''.
lslite node01
Output is similar to:
>>>Node: node01
Osimage: 61img
Persistent directory (statelite table): xcatmn1:/statelite
Litefiles (litefile table): tmpfs,rw /etc/adjtime tmpfs,rw /etc/lvm/.cache tmpfs,rw /etc/mtab ........
Litetree path (litetree table): 1,MN:/etc 2,server1:/etc
To list the statelite information for an xCAT osimage named ``osimage01''.
lslite -i osimage01
Output is similar to:
tmpfs,rw /etc/adjtime tmpfs,rw /etc/lvm/.cache tmpfs,rw /etc/mtab ........
/opt/xcat/bin/lslite