Storage Software
1745793 Members
3736 Online
108722 Solutions
New Discussion

Re: SSSU for linux and alternate CV Port

 
SOLVED
Go to solution
Thierry D
Valued Contributor

SSSU for linux and alternate CV Port

Hello All,

 

I am fairly new to SSSU and I am wondering if I am missing some thins to have sssu for linux working with an alternate port .

 

Here is how I try to connect:

 

$ ./sssu "FILE sssu.cfg.txt"


SSSU for HP StorageWorks Command View EVA
Version: 6.0.2
Build: 5
NoSystemSelected> FILE sssu.cfg.txt
NoSystemSelected> SET OPTIONS ON_ERROR = HALT_ON_ERROR
NoSystemSelected> SET OPTIONS NOCOMMAND_DELAY
NoSystemSelected> SET OPTIONS CV_PORT = 2374
                                                                  ^
Error: Syntax error at or near here

Press return to exit

Here is the sssu.cfg.txt file I am using :

 

$ cat sssu.cfg.txt
SET OPTIONS ON_ERROR = HALT_ON_ERROR
SET OPTIONS NOCOMMAND_DELAY
SET OPTIONS CV_PORT = 2374
SELECT MANAGER <my-ip-address> USERNAME = <my-user> PASSWORD = <my-password>
LS SYSTEM

According to the SSSU reference guide, if I am not using the default port 2372 I should use the CV_PORT option .

And from the above output this specific option is not recognized .

 

Am I missing something or doing something wrong ?

 

Thierry

 

6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: SSSU for linux and alternate CV Port

Did you change the port for CV itself too (on CV server)?

 

The port you want to use is usually in use by another process.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Thierry D
Valued Contributor

Re: SSSU for linux and alternate CV Port

Well there is no CV server, the P6000 command view in this case is installed within the management module.

Basically I access the management module via tcp port 2373 and then CV via port 2374  (or directly this port via a browser).

 

Thierry

giladzzz
Honored Contributor
Solution

Re: SSSU for linux and alternate CV Port

Hi

It seams you are not using the correct SSSU version you need the version that matches your version of command View

Regards

 

 

press the kudos star if you liked

Torsten.
Acclaimed Contributor

Re: SSSU for linux and alternate CV Port

The port is different since version 10.0.

 

 

You should get CV 10.2 from software.hp.com, update the management module and extract sssu from the ISO file.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Thierry D
Valued Contributor

Re: SSSU for linux and alternate CV Port

ok, will try to do that as soon as possible and post the result .

thanks

 

Thierry

Thierry D
Valued Contributor

Re: SSSU for linux and alternate CV Port

With the correct version, all is OK,
thanks a lot for the help

Thierry