- Community Home
- >
- Storage
- >
- Legacy
- >
- Storage Software
- >
- SSSU config capture
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2009 05:55 AM - last edited on 02-17-2014 06:46 PM by Lisa198503
07-30-2009 05:55 AM - last edited on 02-17-2014 06:46 PM by Lisa198503
how to configure sssu config for the CV..
Manager:localhost
Username - administrator
password - xxxxxx
select system xxxxx
capture configuration
is the above commands are ok to capture the cv config??
or anyother commands to be run ??
P.S. This thread has been moved from Storage Area Networks (SAN) (Enterprise) to HP Storage System Scripting Utility (SSSU). -HP Forum Moderator
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2009 05:56 AM
07-30-2009 05:56 AM
Re: SSSU config capture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2009 06:54 AM
07-30-2009 06:54 AM
Re: SSSU config capture
I had attached the config capture script.. copy it at location where you have sssu.exe located and then open commad prmt ..
from there you need to run :
C/>sssux.exe "file get_config_sssu.txt" >output.txt
If you open config capture file you will see lot of sections ... if you dont want any particular,you can always comment it and save it..
You just need to fill these in capture file :Manager:localhost
Username - administrator
password - xxxxxx
select system xxxxx
and save it..
hope it helps..:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2009 07:15 AM
07-30-2009 07:15 AM
Re: SSSU config capture
C:\xxx\xxx>sssu.exe "file eva_capture.txt" > output.txt
its sssu.exe not sssux.exe :P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2009 10:00 AM
07-31-2009 10:00 AM
Re: SSSU config capture
[c:\SANscripts\eva8000]:
select manager localhost username=sanadmin password=readonly
select system EVA8000
set options command_delay=5 display_time_on ! don't set command_delay too low on busy arrays
A secondary file called EVA8000_capture_config.cmd that runs from the windows scheduler (or crontab if you prefer) calls the above file:
[c:\SANscripts\EVA8000_capture_config.cmd]:
c:
cd C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for StorageWorks HSV
sssu "file c:\SANScripts\eva8000" "capture configuration eva8000.txt"
By calling the credentials file first, you have your password in only one place per EVA. Then you can build other collection scripts for the LS commands that ks6542 was refering to.
- R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2009 01:41 PM
07-31-2009 01:41 PM
Re: SSSU config capture
Manager:localhost
Username - administrator
password - xxxxxx
select system xxxxx
capture configuration eva_xxxxx.txt
It will create one or more files named eva_xxxxx_step1a.txt (and possibly eva_xxxxx_step1b.txt, eva_xxxxx_step1c.txt and so on).
As others noted, the SSSU commands can be put in a file which can be used as input to SSSU.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 01:50 AM
08-06-2009 01:50 AM
Re: SSSU config capture
also i have editied the file for user name and password with EVA name as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 01:56 AM
08-06-2009 01:56 AM
Re: SSSU config capture
It's in an earlier post I believe:
C/>sssu.exe "file get_config_sssu.txt" >output.txt
You need to run from the dos prompt and I would advise you to have the SSSU.exe and the file you wish to execute in the same directory. Specifying paths to other directories often fails in my experiance.
Mark...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 02:01 AM
08-06-2009 02:01 AM
Re: SSSU config capture
My file name is sssu.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 02:10 AM
08-06-2009 02:10 AM
Solutiontry this exactly, do not redirect to c drive
> sssu.exe "file get_config_sssu.txt" >output.txt
the output file will then be in the same dir as everything else. You will need to substitute the name of your file for the "get_config_sssu.txt" unless that is what you have called it? It may take a few mins to complete depending on what is in your script.
Mark...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:26 AM
08-06-2009 06:26 AM
Re: SSSU config capture
Thanks for help.now i can able to get the sssu output.
So what is the command to restore this configuration in case of disaster situations.
At disaster recovery i will be rebuilding the Command view manually installing. then how to restore this to cv???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:38 AM
08-06-2009 06:38 AM
Re: SSSU config capture
To rebuild the EVA you would have to look at the output from the file you have captured so this requires lots on manual work and assumes that you understand the output in the file you have captured!
To save the config of the EVA then all you need to do is to start up SSSU, log onto your server and then use the "capture cofiguration" cmd within sssu. This will then generate between 1 and 5 files depending on the config of the EVA. If you have a basic config then it will create only one file. If you have a CA config then it will create between 4 to 5 files. I suspect that you have a basic config?
If you make any changes to your EVA then you should run capture config again.
*WARNING* capture config ONLY saves the config of the EVA ***NOT DATA*** You would still require backup media to restore your data.
Mark...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:42 AM
08-06-2009 06:42 AM
Re: SSSU config capture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 06:49 AM
08-06-2009 06:49 AM
Re: SSSU config capture
To restore the file the you need to go into SSSU prompt, select the storage array and then use the sssu file command - note: it is not the same command you used earlier.
"sssu prompt"> file "location of file you saved"
example
> file "c:\abc\recovery_step1a.txt"
The best way to understand is to go and capture a config script from a configured EVA and look at it.
Mark...