Storage Software
1753534 Members
5492 Online
108795 Solutions
New Discussion юеВ

Re: Automacic login to SSSU ?

 
SOLVED
Go to solution
Jiri Koutnik
Advisor

Automacic login to SSSU ?

hi everybody,
got CommandView V6 , SSSU also version 6.
Is there any possibility to login automaticly through SSSU script to for example download capture of our EVA storages ?
Iam able to do this interactivly, but It would be more convinient to get this by script, even if the password would be vissible. thanx for your help.
Jiri
4 REPLIES 4
Jiri Koutnik
Advisor

Re: Automacic login to SSSU ?

I enclose what I do
Interactively the login works
Uwe Zessin
Honored Contributor
Solution

Re: Automacic login to SSSU ?

I've split the functions over several files - this is Windows, but I am sure you can adapt it for OpenVMS. I've cut the following files from a more complex environment and made some minor changes...

+--- capture.cmd
sssu.exe "set options command_delay=1" "file input\EVA1-capture-config.txt" > capture-config.log
----

+--- EVA1-capture-config.txt
file logon.txt
set options display_width = 132
select system EVA1
capture configuration EVA1-config.txt SAVE_ALL_WORLD_WIDE_LUN_NAME
exit
----

+--- logon.txt
set options command_delay=1
select manager localhost username=CVEVA password=????????
----
.
Jiri Koutnik
Advisor

Re: Automacic login to SSSU ?

Hi Uwe,

and thanx, because obviously I had to bend a bit to let it work on OVMS, but generally your solution works, which is great ! :-)

Jiri
Jiri Koutnik
Advisor

Re: Automacic login to SSSU ?

Uwes solution works :-)

Jiri