svpip 10.1.1.1         ; Specifies IP address of SVP <===== Change to IP Address of SVP
login ioportal "ioportalhds"         ; Logs user into SVP          <===== Change to predefined Userid/password for exclusive use by export tool
show                            ; Outputs storing period & gethering interval to standard output

;  +---------------------------------------------------------------------------------------------------+
;  | Group commands define the data to be exported.
;  +---------------------------------------------------------------------------------------------------+
;  | For Physical, there is no need to specify Long or Short - the following will get Long and Short
;  | Of course, if you specify Short, you only get short!
;  +---------------------------------------------------------------------------------------------------+
group PhyPG Short               ; Parity Groups
group PhyLDEV Short             ; Logical Volumes
group PhyProc                   ; Micro-Processor usage
group PhyExG                    ; External Volume Group usage
group PhyExLDEV                 ; External Volume usage
group PhyCSW                    ; Access Paths and Write Pending
;  +---------------------------------------------------------------------------------------------------+
group PG                        ; Parity Group Statistics
group LDEV internal             ; LDEV usage in PGs, External Volume Groups or V-VOL Groups
group Port                      ; Port usage
group PortWWN                   ; Stats for HBAs connected to ports.
group LU                        ; LDEV usage Summarised by LU Path
;group PPCG                      ; SPM/PFC Group usage stats
;group PPCGWWN                   ; Stats about HBAs belonging to SPM/PFC Groups
group RemoteCopy                ; Remote Copy Usage Summarized by Subsystem
group RCLU                      ; Remote Copy Usage Summarized by LU path
group RCLDEV                    ; Remote Copy Usage Summarized by LDEV
group RCCLPR                    ; Remote Copy Usage Summarized by CLPR
group UniversalReplicator       ; Remote Copy Usage by UR Summarized by Subsystem
group URJNL                     ; Remote Copy Usage by UR Summarized by Journal Group
group URLU                      ; Remote Copy Usage by UR Summarized by LU Path
group URLDEV                    ; Remote Copy Usage by UR Summarized by LDEV
group LDEVEachOfCU virtual      ; LDEV usage in CUs
;  +---------------------------------------------------------------------------------------------------+
;  | end of group statements
;  +---------------------------------------------------------------------------------------------------+

;  +---------------------------------------------------------------------------------------------------+
;  | To limit the data collection within a date/time range, use the following sub-commands:-
;  | shortrange start_timestamp:end_timestamp
;  | longrange start_timestamp:end_timestamp
;  |
;  | Where start_timestamp and end_timestamp are in the format:- yyyyMMddHHmm
;  |
;  | For example:-
;  |            yyyyMMddHHmm:yyyyMMddHHmm
;  | shortrange 200607101200:200607111159
;  | longrange  200607101200:200607111159
;  |
;  | The above example will collect shortrange and longrange data between 12:00 on 10th July 2006
;  | and 11:59 on 11th July 2006
;  |
;  | NB - this is the time on the SVP - not on your server - and it may very well be GMT!
;  |
;  | Example below says get the latest 24 hours
;  |            (hhmm format)
;  | shortrange -2400:
;  |
;  | Example below says get the latest 72 hours
;  |           (ddhhmm format)
;  | longrange -030000:
;  +---------------------------------------------------------------------------------------------------+
shortrange  -1230:              ; Number of monitored CUs is 64 or less
;shortrange -0800:              ; Number of monitored CUs is 65 or more
;longrange -600000:
;  +---------------------------------------------------------------------------------------------------+
;  | end of time statements
;  +---------------------------------------------------------------------------------------------------+

outpath out78835                ; Specifies the sub-directory in which files will be saved
option compress                 ; Specifies whether to compress files
apply                           ; Executes processing for saving monitoring data in files
