- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP/UX config required for Upgrading EVA from 6000 ...
Operating System - HP-UX
1821223
Members
2940
Online
109632
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО02-05-2008 04:38 AM
тАО02-05-2008 04:38 AM
Hello All,
Im going to be involved in upgrading an EVA6000 to an 8000 on the weekend. My role will be to perform the hp/ux administration required to complete this task and I have worked out all the steps required, but would appreciate any comments , suggestions and thoughts. HP will be performing the EVA upgrade.
System: HP/UX 11iv2 x 2, SG
Preimplementation steps:
Vgexport all volume groups,
1. vgexport -s -v -p -m /home/phit/config/${i}.map ${i}
2. Take a backup of /etc/lvmpvg, /etc/lvmtab, /etc/lvmconf, bdf, vgdisplay -v, group minor numbers and all devices listed under ioscan -fnC disk.
Implementation steps:
Once new EVA connected to unix machines
1.ioscan -fnC disk
2.insf -e
3.vgexport all existing vg besides vg00 with no switches therefore destroying existing information.
4. Vgimport steps
mkdir /dev/vg*
mknod /dev/vg*/group c 64 0x0?000
vgimport -s -v -m /home/phit/config/${VOL_GRP}.map ${VOL_GRP}
vgchange -a y ${VOL_GRP}
vgcfgbackup ${VOL_GRP}
5. Repeat on second node, making sure that vg are not active on the first node.
6. Cluster query and conf
cmquerycl -v -C /etc/cmcluster/cmclconf.ascii -n $My_host1_name -n $My_host2_name
copy cmclconf.ascci to other node
cmapplycl
7. Make vg cluster aware
vgchange -a y vg*
vgchange -c y vg*
8. Start cluster
Please let me know if there is something I am missing, I know some detail is missing from the cluster steps, but we have a program that applies and starts our cluster.
Im going to be involved in upgrading an EVA6000 to an 8000 on the weekend. My role will be to perform the hp/ux administration required to complete this task and I have worked out all the steps required, but would appreciate any comments , suggestions and thoughts. HP will be performing the EVA upgrade.
System: HP/UX 11iv2 x 2, SG
Preimplementation steps:
Vgexport all volume groups,
1. vgexport -s -v -p -m /home/phit/config/${i}.map ${i}
2. Take a backup of /etc/lvmpvg, /etc/lvmtab, /etc/lvmconf, bdf, vgdisplay -v, group minor numbers and all devices listed under ioscan -fnC disk.
Implementation steps:
Once new EVA connected to unix machines
1.ioscan -fnC disk
2.insf -e
3.vgexport all existing vg besides vg00 with no switches therefore destroying existing information.
4. Vgimport steps
mkdir /dev/vg*
mknod /dev/vg*/group c 64 0x0?000
vgimport -s -v -m /home/phit/config/${VOL_GRP}.map ${VOL_GRP}
vgchange -a y ${VOL_GRP}
vgcfgbackup ${VOL_GRP}
5. Repeat on second node, making sure that vg are not active on the first node.
6. Cluster query and conf
cmquerycl -v -C /etc/cmcluster/cmclconf.ascii -n $My_host1_name -n $My_host2_name
copy cmclconf.ascci to other node
cmapplycl
7. Make vg cluster aware
vgchange -a y vg*
vgchange -c y vg*
8. Start cluster
Please let me know if there is something I am missing, I know some detail is missing from the cluster steps, but we have a program that applies and starts our cluster.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2008 05:30 AM
тАО02-05-2008 05:30 AM
Re: HP/UX config required for Upgrading EVA from 6000 to 8000
One thing I forgot, we use PVLINKS and therefore vgreduce and vgextend will be required to sort disks into correct order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2008 06:43 AM
тАО02-05-2008 06:43 AM
Solution
Greetings Guy,
Its very important that you obtain the information of unique ID's of physical link in your configuration, before you undergo environmental changes. Since you have more than one alternate link. The attached script is a standard utility to store the system configuration information. This will be really handy when something goes wrong due to wrong setup of EVA.
The script is called cfg2html_hpux.sh.
It helped me once when I lost the VxVM disk on UAT system.
Thanks,
Srikanth
Its very important that you obtain the information of unique ID's of physical link in your configuration, before you undergo environmental changes. Since you have more than one alternate link. The attached script is a standard utility to store the system configuration information. This will be really handy when something goes wrong due to wrong setup of EVA.
The script is called cfg2html_hpux.sh.
It helped me once when I lost the VxVM disk on UAT system.
Thanks,
Srikanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2008 06:56 AM
тАО02-05-2008 06:56 AM
Re: HP/UX config required for Upgrading EVA from 6000 to 8000
Hi Srikanth,
Thanks for the reponse, when you mention Unique ID's of physical link are you refering to the H/W Paths?
Cheers
Thanks for the reponse, when you mention Unique ID's of physical link are you refering to the H/W Paths?
Cheers
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.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP