SSSU script file template ! This script should be used if you have installed HP Command View 4.x or later. ! ! This script can be launched by placing it in the same folder as SSSU.exe and typing ! the following at the command prompt: sssu “file SSSU_Script_Post_V4.txt” > EVA_config.txt ! The output file that is generated (EVA_config.txt) can be imported directly into Navigator. ! ! Before using this script, you must do the following: ! — Change the username and password values of the SELECT MANAGER command if they are ! something other than “administrator”. ! — Replace with the name of the cell you are interested in. ! SET OPTION COMMAND_DELAY=10 SET OPTION RETRIES=1 ! SELECT MANAGER localhost USERNAME=administrator PASSWORD=administrator ! EMVERSION ! SELECT CELL “” ! ! Ls Commands for Command View 4.x or later ! LS CELL FULL XML LS GROUP FULL XML LS FOLDER FULL XML LS VDISK FULL XML LS HOST FULL XML LS LUN FULL XML LS DR_GROUP FULL XML LS CONTROLLER FULL XML LS CONTROLLER_ENCLOSURE FULL XML LS DISKSHELF FULL XML LS DISK FULL XML LS ISCSI_CONTROLLER FULL XML LS ISCSI_LUN FULL XML LS DR_PROTOCOL ! EXIT