Storage Software
1748212 Members
3995 Online
108759 Solutions
New Discussion юеВ

Re: Default Username and Password for SSSU login

 
SOLVED
Go to solution

Default Username and Password for SSSU login

Hi

What is the default SSSU login for USERNAME and PASSWORD.

TIA
Srikanth

 

P.S. This thread has been moved from Storage Area Networks (SAN) (Enterprise) to HP Storage System Scripting Utility (SSSU). -HP Forum Moderator

6 REPLIES 6
Ruslan
Respected Contributor
Solution

Re: Default Username and Password for SSSU login

Try
user: administrator
pass: administrator

(!)Case sensitive
Uwe Zessin
Honored Contributor

Re: Default Username and Password for SSSU login

It depends on the SmartStart version. In recent releases you have to explicitly set the password:

> C:
> cd "\Program Files\Hewlett-Packard\SANworks\Element Manager for StorageWorks HSV\Bin"

> ElmSetup -pA:thepassword -f

Next, restart the "HP Command View EVA" service.
If that does not help, reboot the management server.
.
Mike Reznak
Trusted Contributor

Re: Default Username and Password for SSSU login

Hi,
it's the same as password set directly on EVA controler. So it's possible to change it there, in Command View and use it in SSSU.

May be the
ElmSetup -pA:thepassword -f
does it for both, the controler and CV. I'm not familiar with this.

Mike
...and I think to myself, what a wonderful world ;o)
Uwe Zessin
Honored Contributor

Re: Default Username and Password for SSSU login

I highly doubt that the controller and the Borg password are shared. I have not tried setting a password on the controllers for a long time, but I have just checked the dialogue in CV-EVA V4.0 and it looks like you can associate different passwords for different controllers (WWNNs).
.
Mike Reznak
Trusted Contributor

Re: Default Username and Password for SSSU login

That is how it was explained to me, when SSSU was set up for us. So I agree, I couldn't have to be right.

Mike
...and I think to myself, what a wonderful world ;o)
Mike Reznak
Trusted Contributor

Re: Default Username and Password for SSSU login

So I was wrong with the controler password.

This is a passage from SSSU manual


SELECT MANAGER
Use the SELECT MANAGER command to direct the command prompt to a
selected command view eva or management appliance. All configuration
commands run on the selected command view eva or management appliance and
affect its storage system configuration. The can be a server,
appliance name, or an IP address.
Syntax
SELECT MANAGER USERNAME=
PASSWORD=
Switches
The following switches are available with the SELECT MANAGER command:
├в   PASSWORD=
├в   USERNAME=
SSSU Command Reference
These switches are described in the following paragraphs.
PASSWORD=
Password associated with the username that you use to access the command view
eva.
USERNAME=
Username that you use to access the command view eva.
Required Switches
The following switches are required with the SELECT MANAGER command:
├в   PASSWORD=
├в   USERNAME=
Example
SELECT MANAGER north_campus USERNAME= XXX PASSWORD= XXXX
This example selects the manager north_campus. The username and password for the
manager are validated in the background on every command.
...and I think to myself, what a wonderful world ;o)