Storage Software
1753970 Members
7519 Online
108811 Solutions
New Discussion

SSSU V9.1.0 Build 050509A Scripting Capture Config

 
Scotty.Dugan
Occasional Contributor

SSSU V9.1.0 Build 050509A Scripting Capture Config

Hi Guys,
I have spent all morning trying to find a solution to this. While i have found numerious posts on previous version it still has not fixed my problem
--------------------------------------------
My input file is 4400_sdc.txt
--------------------------------------------
SELECT MANAGER localhost username="test" password="XXXXXX"
SELECT CELL “eva4400_sdc”
----------------------------------------------
My Execution file is Capture_Config_SDC_4400.cmd
----------------------------------------------
c:
cd C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for StorageWorks HSV
sssu "file \"c:\scripts\4400_SDC.txt" "capture configuration c:\eva_config_backup\eva4400sdc\eva4400_sdc.txt"
---------------------------------------------
when i run this execution cmd below is the output
--------------------------------------------
C:\Scripts>Capture_Config_SDC_4400.cmd

C:\Scripts>c:

C:\Scripts>cd C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for Stor
ageWorks HSV

C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for StorageWorks HSV>s
ssu "file \"c:\scripts\4400_SDC.txt" "capture configuration c:\eva_config_backup
\eva4400sdc\eva4400_sdc.txt"


SSSU for HP StorageWorks Command View EVA
Version: 9.1.0
Build: 050509A
NoSystemSelected> file "c:\scripts\4400_SDC.txt

Error: Incomplete command
NoSystemSelected> capture configuration c:\eva_config_backup\eva4400sdc\eva4400_
sdc.txt

CAPTURE CONFIGURATION may take awhile. Do not modify configuration
until command is complete.


Error: Command not valid until a manager is selected (SELECT MANAGER)
C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for StorageWorks HSV>

----------------------------------------------
This is driving me crazy
Error: Command not valid until a manager is selected (SELECT MANAGER)

Is anyone able to assit me with capturing this config?

also

If i run the command manually I.E select the manager, Authenticate, Select the Cell & run capture config. It all works fine.
1 REPLY 1
susanta_dutta
Trusted Contributor

Re: SSSU V9.1.0 Build 050509A Scripting Capture Config

Hello Gonguana,

Use these scripts:

4400_sdc.txt
------------
SELECT MANAGER localhost username="test" password="XXXXXX"
SELECT CELL "eva4400_sdc"
capture configuration c:\eva_config_backup\eva4400sdc\eva4400_sdc.txt


Capture_Config_SDC_4400.cmd
---------------------------
c:
cd C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for StorageWorks HSV
sssu "file \"c:\scripts\4400_SDC.txt\""

Regards
Susanta