You can work with the administrative CLI in one of three modes: single-shot, interactive, and script.
shell> sfscli lspool -l -type default Name Type Size(MB) Used(MB) Used(%) Threshold(%) Volumes Partition Size(MB) Allocation Size(KB) Description ___________________________________________________________________________ DEFAULT_POOL User Default 60272 336 0 80 1 16 Auto Default storage pool
shell> sfscli
sfscli> lspool -l -type default
DEFAULT,Default,10000,2500,25,80,10,64,Auto,Default Storage Pool
sfscli> exit
shell>
shell> sfscli -script ~/bin/listpools.bat
# This script file lists the default storage pool. lspool -l -type default
Parent topic: Administrative CLI overview