Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- Remote Web Console XP - Access Problem
Disk Enclosures
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- 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
11-11-2009 08:58 AM
11-11-2009 08:58 AM
Remote Web Console XP - Access Problem
Recently we acquired a storage XP-1024 and are having trouble accessing Remote Web Console.
Locally the notebook (SVP) it accesses the Remote Web Console with a user "DKCMaintenance" with limited functions. Any other station accessing the network "http://IP" it asks username and password, which could not get any.
In documentation, we see the first time the Remote Web Console is accessed, it is requested password change, possibly think that occurred, and that does not have access to define LUN Auto LUN, install licenses, we can not manage the storage remotely.
Please tell me if it is possible to reset all passwords, or if there is a way to reinstall the product so I can reconfigure new users and passwords.
Thank you very much
Locally the notebook (SVP) it accesses the Remote Web Console with a user "DKCMaintenance" with limited functions. Any other station accessing the network "http://IP" it asks username and password, which could not get any.
In documentation, we see the first time the Remote Web Console is accessed, it is requested password change, possibly think that occurred, and that does not have access to define LUN Auto LUN, install licenses, we can not manage the storage remotely.
Please tell me if it is possible to reset all passwords, or if there is a way to reinstall the product so I can reconfigure new users and passwords.
Thank you very much
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 06:50 PM
11-11-2009 06:50 PM
Re: Remote Web Console XP - Access Problem
Hi Wilder,
The RWC can be reset to default passwords. I have seen this done on the XP12000 / XP10000 arrays, so I would assume it would work also for the XP1024.
You will have to have the HP Storage Technology Center log in to the array to do this. This assume you are on support with HP. If not, I don't know what to tell you.
Good Luck,
Curt
The RWC can be reset to default passwords. I have seen this done on the XP12000 / XP10000 arrays, so I would assume it would work also for the XP1024.
You will have to have the HP Storage Technology Center log in to the array to do this. This assume you are on support with HP. If not, I don't know what to tell you.
Good Luck,
Curt
"In Vino Veritas"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2010 06:45 AM
11-25-2010 06:45 AM
Re: Remote Web Console XP - Access Problem
hi Wilder,
you can reset the remote web console password.
i report here the procedure we used on the XP24000, it should be the same on XP12000 and XP10000 but i never tested it.
on the svp server you should have a file named:
C:\DKC200\san\cgi-bin\Utility\CSV\userlist.csv
the first field is the username and the second field is the password encoded as md5(username+passwd)
the file should looks like this:
administrator,5ed37d19cd95cba0c6759092efe81aa0,FFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF,1,FFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF,65535,0,1900/1/1,1,0,1900/1/1,0,0
now you should generate a new hash. here the output from a linux terminal:
$ echo -n administratoradministrator | md5sum
5ed37d19cd95cba0c6759092efe81aa0 -
this is the hash you have to use to set the administrator password to "administrator"
backup the userlist.csv file and then overwrite the hash in the file with the one you have generated and try to login to the remote web console
regards
Luigi
you can reset the remote web console password.
i report here the procedure we used on the XP24000, it should be the same on XP12000 and XP10000 but i never tested it.
on the svp server you should have a file named:
C:\DKC200\san\cgi-bin\Utility\CSV\userlist.csv
the first field is the username and the second field is the password encoded as md5(username+passwd)
the file should looks like this:
administrator,5ed37d19cd95cba0c6759092efe81aa0,FFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF,1,FFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF,65535,0,1900/1/1,1,0,1900/1/1,0,0
now you should generate a new hash. here the output from a linux terminal:
$ echo -n administratoradministrator | md5sum
5ed37d19cd95cba0c6759092efe81aa0 -
this is the hash you have to use to set the administrator password to "administrator"
backup the userlist.csv file and then overwrite the hash in the file with the one you have generated and try to login to the remote web console
regards
Luigi
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP