- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Moving ES80's attached to EVA
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
06-03-2004 02:03 AM
06-03-2004 02:03 AM
Moving ES80's attached to EVA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:23 AM
06-03-2004 02:23 AM
Re: Moving ES80's attached to EVA
you only need to reconnect the cables to the same switch ports as before - then everything will continue working.
Do you inted to do any changes together with the move?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:28 AM
06-03-2004 02:28 AM
Re: Moving ES80's attached to EVA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 02:37 AM
06-03-2004 02:37 AM
Re: Moving ES80's attached to EVA
>>> show boot*
>>> show device
>>> show N*
>>> show wwid*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2004 07:16 AM
06-05-2004 07:16 AM
Re: Moving ES80's attached to EVA
Unplugging and re-plugging a cable has no effect on the SAN path, or availability of the storage to your alphaserver. Whoever told you this needs more SAN education. If you label your cables and adapters prior to unplugging anything, you should not have any problems after everything is plugged back in.
Potential gotchas are in the Alphaserver and SAN switches more than the storage controller.
The EVA Keys off of WWID of the ports for the host that you defined on the SAN appliance. This information will not change until you get on the appliance and change it. (You are safe here!) It doesn't matter which port that WWID comes in on the EVA, it will present out your LUNS to the host reguardless of what port that particular WWID is seen on.
IF you swap the cables, your boot parameters will change (Swapped)
1.) Did you Zone your SAN switches? If you did, Did you use hardware port zoning, or did you use WWID zoning. If you used WWID zoning, then swapped cables will mean that you do not see any storage at all. If you used port zoning, then you will be OK.
If you used hardware port zoning, AND you swapped your cables, your paths to the EVA have changed in that the PGA adapter now has the two ports that PGB used to have. You would have to run WWIDMGR to reset your boot LUN paths, or swap the cables to fix it.
If you did not want to swap the cables, here is what you would have to do to fix your Alphaserver boot parameters.
SHO BOOT* (Note the LUN # of the boot LUN)
INIT
...
WWIDMGR -clear all
WWIDMGR -quickset -udid {LUN#}
{you should get confirmation of 4 paths here}
INIT
...
set bootdef_dev dg*{lun#}.*.*.*.*
set dump_dev dg*{LUN#}.*.*.*.*
SHO BOOT*
SHO DUMP*
{Ready to boot!}
To sumarize. Do your move. Try to boot. If it fails, swap your Fibre cables. Now you should be able to boot.
Mike Naime