Storage Software
1748246 Members
3099 Online
108760 Solutions
New Discussion юеВ

SSSU Error

 
Sajeev2007
Frequent Advisor

SSSU Error

i am gettign this error:



SSSU for HP StorageWorks Command View EVA
Version: 6.0.2
Build: 5
NoSystemSelected> file

Error: Incomplete command
NoSystemSelected> get_config_sssu.cmd
^
Error: Syntax error at or near here


Could you please tell me what should be done ?

i am running the default script.

thanks,

Sajeev

 

 

P.S. This thread has been moved from Disk Array to HP Storage System Scripting Utility (SSSU). -HP Forum Moderator

14 REPLIES 14
Rob Leadbeater
Honored Contributor

Re: SSSU Error

Hi Sajeev,

Can you explain exactly what command you're running... I've no idea what you mean by "the default script".

Cheers,

Rob
V├нctor Cesp├│n
Honored Contributor

Re: SSSU Error

I think he's trying to run the script that saves a list of disk groups, vdisks, hosts, etc to a file.
That would be:
SSSU.EXE 'file get_config_sssu.cmd' > output.txt

The ' are needed, and that's what is generating the error.
Sajeev2007
Frequent Advisor

Re: SSSU Error

yup. thats the one. will try with the '
V├нctor Cesp├│n
Honored Contributor

Re: SSSU Error

Correction, it's with double quotes:

SSSU "File SSSUscan.txt" > Config.txt

Re: SSSU Error

You need too create two batchs. The first one (get_config.bat redirected in a text file) with call to sssu and command file :

sssu "file \"C:\Documents and Settings\Test\My_Script_SSSU.txt\"" > result_config_eva.txt

and the second (My_script_sssu.txt) with few lines :
"
select manager name_of_server user=administrator pass=your_password
select cell name_of_eva
ls vdisk full
ls disk_group full
ls disk full
ls host full
ls lun full
ls DR_group full
"
You can add also
capture config c:\my_configuration.txt
Lo├пc, from AntemetA, France
Sajeev2007
Frequent Advisor

Re: SSSU Error

Still same problem

>sssu "get_config_sssu.cmd" > EVA_Config.txt


gives an out put of:

SSSU for HP StorageWorks Command View EVA
Version: 6.0.2
Build: 5
NoSystemSelected> get_config_sssu.cmd
^
Error: Syntax error at or near here
Rob Leadbeater
Honored Contributor

Re: SSSU Error

Hi,

Could you post the output of get_config_sssu.cmd ...

Maybe, you haven't modified it to specify the name of your EVA.

Cheers,

Rob
V├нctor Cesp├│n
Honored Contributor

Re: SSSU Error

You need to edit the file get_config_sssu.cmd or SSSUscan.txt (attached in a previous post) to include the management server IP address, user and password, and the name of the EVA.
Sajeev2007
Frequent Advisor

Re: SSSU Error

yup. i did edit it :(