Storage Software
1752740 Members
5570 Online
108789 Solutions
New Discussion

SSSU SCRIPTING

 
SOLVED
Go to solution
Stefano Colombo
Valued Contributor

SSSU SCRIPTING

I've a very basic question regarding SSU scripting.
I'm trying to execute sssu scripts on windows .
I tried the Syntax
SSSU FILE "script.txt" but it fails . It tries to use script.txt and FILE as command .

Is there a document which explain hot to script SSSU in windows environment ?
Thanks

 

P.S. This thread has been moved from Storage Area Networks (SAN) (Enterprise) to HP Storage System Scripting Utility (SSSU). -HP Forum Moderator

2 REPLIES 2
Jonathan Harris_3
Trusted Contributor
Solution

Re: SSSU SCRIPTING

Try:

SSSU "FILE c:\script.txt"

Full details of SSSU scripting can be found in the HP SSSU Reference guide: http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?contentType=SupportManual〈=en&cc=us&docIndexId=179111&taskId=101&prodTypeId=12169&prodSeriesId=471497
Sheldon Smith
HPE Pro

Re: SSSU SCRIPTING

And if the file name string has one or more spaces, it must be in quotes. Which need to be escaped:

SSSU "FILE \"c:\my script.txt\""

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company

Accept or Kudo