- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing SAN storage
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
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
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
тАО11-22-2007 09:43 PM
тАО11-22-2007 09:43 PM
I'm going to upgrade my old EMC storage system to a brand new model from EMC too. I want to take into account all the changes it will represent from a sys admin point of view, I mean, I know that with the change the HW path will change so, what steps I have to do to keep the data from the old system to the new one? The data from the old storage is going to be migrated to the new one throw SRDF (replication done by HW from one storage system to the other, without using the SO). The LUN┬┤s configuration will be the same in the new one than in the old one, of course the new one has more LUN┬┤s that will be assignated before the migration. The machine connected throw SAN switch to the storage is the main node of a 2 node┬┤s Service Guard system (quorum disk?)using HPUX 11.11. I think I'm not forgetting any important data to understand what I need.
Thanks in advance for your answers!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2007 10:51 PM
тАО11-22-2007 10:51 PM
SolutionIn HP-UX 11.11 is adressing dependent on the connection of the storage to the SAN
Than if you will connect new array to same switch and same port, with the same LUN's presented to the same host you'll see same adressing from OS point of view like from old array.
For the migration of data it's common in LVM to use
vgexport -p -s -m mapfile -f outfile vgname
and for import
vgimport -m mapfile -f outfile vgname
or
vgimport -m mapfile -s vgname
check manpages before you'll apply this command
I recommend to use vgexport with -s option to save also your vgID information to outfile.
If you'll use vgimport with -s option this will automatically scan your dsk devices and where will be same vgid in the header it'll be added to imported vg. This will also change order of the PVs in the lvmtab what shoudl cause problem if you have pvgstrict policy...
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2007 03:09 AM
тАО11-23-2007 03:09 AM
Re: Changing SAN storage
The storage is going to be connected to the SAN throw another switch port, so the adressing of the disks is going to change. In this case, additional tasks are required to the vgexport/vgimport?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2007 04:37 AM
тАО11-23-2007 04:37 AM
Re: Changing SAN storage
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2007 11:17 AM
тАО11-24-2007 11:17 AM
Re: Changing SAN storage
After 17 hours of work non stop (only a pizza...) we finally have changed the SAN storage.
For your information, as you said, using the same ports on the SAN switch and as the LUN's config is also the same, no additional changes had been necessary, the Service Guard package that activates all the vg's, starts the oracle DB and the SAP instances, has done its work successfully.
Thanks to all you for your information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2007 11:21 AM
тАО11-24-2007 11:21 AM