1753849 Members
7586 Online
108807 Solutions
New Discussion

sssu

 
S.Martin
Occasional Advisor

sssu

Okay now... how can I run commands and have output go into a file?

 

 

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
Víctor Cespón
Honored Contributor

Re: sssu

For example, to run some list commands and save the result, you'll have to create a file commands.txt like this:

SELECT MANAGER 192.168.1.55 USERNAME=administrator
PASSWORD=administrator
SELECT SYSTEM myEVA
LS DISK FULL

Then run this script with SSSU:

SSSU.EXE "file commands.txt" > output.txt

SSSU command reference here:
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00605847/c00605847.pdf
S.Martin
Occasional Advisor

Re: sssu

Awesome! Thanks! Logical .. duh!

Appreciate the response.

Suz...