Storage Software
1753510 Members
4813 Online
108795 Solutions
New Discussion юеВ

Re: SSSU questions

 
JL Billman
Advisor

SSSU questions

Hi ya'll. I am trying to fidn a way to manage EVA's attached to HP-UX boxes. I understand that the management of the EVA is done from a Proliant DL380 server attached to the array. Now comes the problem. We need a way to be able to manage the array from the HP-UX boxes. The problem is we need to go through a VPN to manage the 9000's and the EVA's. We can telnet to the 9000's and I have placed SSSU on one of the them but I can't get it to communicate with the EVA manager. I get connection refused messages in SSSU.

My guess is something is not configured on the manager to allow remote management. The EVA's were setup and installed by HP so we have little documentation on what they did. Any idea what I need to do to the Windows based manager to beat it into submission?

14 REPLIES 14
Ivan Ferreira
Honored Contributor

Re: SSSU questions

Managing EVA using SSSU is not a simple task. I suggest you to create a remote desktop session to the Command View server or use something like VNC. For example see:

dingetje.homeip.net/howto/VNC/VNC_PuTTY_HOWTO.pdf
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
JL Billman
Advisor

Re: SSSU questions

Unfortunately we can only access the 9000's by telnet and it takes multiple hops to get to the machine. The VPN and/or firewall do not let anything except ftp and telnet through.
Steven Clementi
Honored Contributor

Re: SSSU questions

What, if any, errors are you getting?

ALso, do yo uhave corrosponding versions of CV and SSSU?

If you have CV 5, you should probably use SSSU 5.x, have CV 6 then you should use SSSU 6.x, etc.


Steven
Steven Clementi
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
JL Billman
Advisor

Re: SSSU questions

SSSU and CV are both version 6.0.

Here is a postion of the SSSU error log:

07/05/07 09:29:59 - 1723560401, cvclient, 9130, 1, 1, cvclientlib, 319, CVClient ERROR: the https session cannot connect.
07/05/07 09:30:50 - 1723611156, net, 9356, 1, 2, secsocket_ossl, 59, Initializing OpenSSL libs
07/05/07 09:30:50 - 1723611201, net, 9356, 1, 2, secsocket_ossl, 386, ***** _createContext *****
07/05/07 09:30:50 - 1723611204, net, 9356, 1, 2, httpclient, 36, WARNING: copy ctor used - dangerous
07/05/07 09:30:50 - 1723611212, net, 9356, 1, 2, httpclient, 56, Connect: 10.162.7.19:2372
07/05/07 09:30:50 - 1723611213, net, 9356, 1, 2, secsocket_ossl, 169, SSL Connect: 10.162.7.19:2372
07/05/07 09:30:50 - 1723611214, net, 9356, 1, 1, socket, 130, Failed to connect; errno is 239 (Connection refused)
07/05/07 09:30:50 - 1723611216, net, 9356, 1, 2, secsocket_ossl, 288, closing connection
07/05/07 09:30:50 - 1723611216, net, 9356, 1, 2, socket, 178, close
07/05/07 09:30:50 - 1723611217, net, 9356, 1, 1, secsocket_ossl, 179, Failed to establish socket connection
07/05/07 09:30:50 - 1723611217, net, 9356, 1, 2, secsocket_ossl, 288, closing connection
07/05/07 09:30:50 - 1723611219, net, 9356, 1, 2, socket, 178, close
07/05/07 09:30:50 - 1723611219, net, 9356, 1, 1, httpclient, 61, Failed to connect to: 10.162.7.19:2372
07/05/07 09:30:50 - 1723611220, cvclient, 9356, 1, 1, cvclientlib, 319, CVClient ERROR: the https session cannot connect.
Steven Clementi
Honored Contributor

Re: SSSU questions

what about any erros on your console when you run sssu? Is there anything?


Steven
Steven Clementi
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
JL Billman
Advisor

Re: SSSU questions

Here's what I see:

root OMG1-ALP# ./sssu_hpux11_11_parisc


SSSU for HP StorageWorks Command View EVA
Version: 6.0
Build: 34

Manager:10.162.7.19
Username:administrator
Password:

deleting file::/tmp/jlb/logs/cvclienttrace-070504-1.log, file age::5, maxAge::3
Error opening https connection

Press return to exit
root OMG1-ALP#
Amar_Joshi
Honored Contributor

Re: SSSU questions

Hi Billman,

I am suspecting something on password you use. Remeber that for CV6 it uses the Windows logon authentications. I believe you must use the same login/password which is tested to login to the command-view-eva.

In past SMAs used to use different username/password (default was administrator/administrator) but with new Command-view-eva it's different.

Also, check if with the network admin if port 2372 (used for SSSU to CV communication) is not blocked in your network, or a firewall setting on CV box which blocks access to this port.

My 2 cents worth.
Steven Clementi
Honored Contributor

Re: SSSU questions

Looks like an authentication problem...


I take it 10.162.7.19 is the IP address of your CV server?

Confirm that administrator is in the "HP Storage Admins" local group on the CV server.


Steven
Steven Clementi
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
JL Billman
Advisor

Re: SSSU questions

I am using the ip userid and password I was given by HP when they set up the systems. I am pretty sure abotu the ip address. I will be going on site next week but I cannot get into the system until then since I have no way to get to the network other htan multi-hops of telnet sessions.