- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: EVA Disk Device Changes
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
05-30-2006 09:13 PM
05-30-2006 09:13 PM
EVA Disk Device Changes
I will be having my existing 8 port SAN switch (non-HP) to be changed to a 8 port SAN switch (HP).
All SAN connectivities will be left unchanged.
Query:
- Will the disks device file changed upon the new SAN switch changed?
- If so I will be doing the following
1)vgexport -p -v -s -
2)vgexport the existing vg
3)mkdir /dev/vgname
chmod 755 /dev/vgname
mknod /dev/vgname/group c 64 0x010000
4)vgimport -v -s
I encounter before the vgexport of -s option will automatically take care of the device file should there be changes.
Any advises on my steps and findings?
Thanks/Cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 09:24 PM
05-30-2006 09:24 PM
Re: EVA Disk Device Changes
Theoritically it should not change you dev files.
Only thing you missed out is "ioscan -fCdisk" and "insg -e"
#1 missed the -m
#4 does not have the /dev/dsk/
#5 vgchange -a y
Also what ever you have said is sufficient in the event of a change in dev file.
My advice is don't do all servers in one go. Just do one by one.
Please ensure you shutdown the application. Connect to the new san port.
All the best.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 09:26 PM
05-30-2006 09:26 PM
Re: EVA Disk Device Changes
Yes, you are right the device files may change so it is better to be on the safer side..wanted to add some changes to ur action plan..
Before the SAN changes
# vgexport -p -v -s -m
# vgcfgbackup /dev/vgname
# cp -p /etc/lvmtab /etc/lvmtab.
# cp -p /etc/lvmconf/vgnaem.conf /etc/lvmconf/vgname.date
# list of PV's part of this vg..
Once the changes on the san are completed..
# ioscan -fn
# insf -e (to recreate the device files)
# check if the device files have changed..then
# vgexport the existing vg
3)mkdir /dev/vgname
chmod 755 /dev/vgname
mknod /dev/vgname/group c 64 0x010000
4)vgimport -p -v -s -m
If there are no errors reported above then proceed further,else resolve the errors before proceeding..
# vgimport -v -s -m
# vgcfgbackup /dev/vgname
Hope this helps..
regards
albert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:15 AM
05-31-2006 12:15 AM
Re: EVA Disk Device Changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 03:48 AM
05-31-2006 03:48 AM
Re: EVA Disk Device Changes
As queried, I encounter before the vgexport of -s option will automatically take care of the device file should there be changes. Is that right to say?
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 04:26 AM
05-31-2006 04:26 AM
Re: EVA Disk Device Changes
If the device file name change is not a problem then, after the changing switch you can do a vgscan to re-create the lvmtab file with the new device names.
you can use vgscan -a -v
and then vgchange -a -y to resync the information on the disk