svpip xxx.xxx.xxx.xxx ; Specifies IP address of SVP <===== Change to IP Address of SVP login userid "password" ; Logs user into SVP <===== Change Userid/password for exclusive use by export tool show ; Outputs storing period & gathering 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 ; Parity Groups ;group PhyLDEV ; Logical Volumes ;group PhyProc ; Micro-Processor usage ;group PhyExG ; External Volume Group usage ;group PhyExLDEV ; External Volume usage ;group PhyESW ; Access Paths and Write Pending Removed due to previous collection error ;group PhyMPPK ; MPPK Performance Information ; +---------------------------------------------------------------------------------------------------+ ;group PG ; Parity Group Statistics ;group LDEV ; LDEV usage in PGs, External Volume Groups or V-VOL Groups ; ; Not required when using LDEVEachOfCU ;group Port ; Port usage ;group PortWWN ; Stats for HBAs connected to ports. ;group LU ; LDEV usage Summarised by LU Path ;group PPCGWWN ; Stats about HBAs ;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 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 ; LDEV usage in CUs - Recommended ; +---------------------------------------------------------------------------------------------------+ ; | 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 -2400: ; Number of monitored CUs is 64 or less ;shortrange -0800: ; Number of monitored CUs is 65 or more longrange -300000: ; +---------------------------------------------------------------------------------------------------+ ; | end of time statements ; +---------------------------------------------------------------------------------------------------+ outpath out65278 ; 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 ; +--------------------------------------------------------------------------------------------------+