HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cabling for disk array
Operating System - HP-UX
1833589
Members
4477
Online
110061
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
Forums
Discussions
Discussions
Discussions
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
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-12-2001 10:18 AM
02-12-2001 10:18 AM
Hello,
Currenly we have a HP12 Autoraid connected to a host computer via 1 SCSI controller on a core I/O. We are planning on installing two HP-PB cards to get an array off of the core I/0, and connect the array using 2 SCSI controllers, 2 SCSI Buses. I understand that after doing so a hardware paths to the LUNs would change. Could someone tell me if I need to make any LVM config changes to reflect the new hardware paths.
Thanks,
gene egournov
Currenly we have a HP12 Autoraid connected to a host computer via 1 SCSI controller on a core I/O. We are planning on installing two HP-PB cards to get an array off of the core I/0, and connect the array using 2 SCSI controllers, 2 SCSI Buses. I understand that after doing so a hardware paths to the LUNs would change. Could someone tell me if I need to make any LVM config changes to reflect the new hardware paths.
Thanks,
gene egournov
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 10:42 AM
02-12-2001 10:42 AM
Solution
I'd suggest using vgexport and vgimport for your changes. Here's a quick rundown on one possible solution.
1)umount and deactivate the vg, then export it.
vgexport -v -s m /tmp/vg_name.map
2)make your HW changes and bring system up.
3)import your vg
# mkdir /dev/vg_name
# mknod /dev/vg_name/group c 64 0x??0000 <-minor number will be unique, check w/ ll /dev/*/group
# vgimport -v -s -m /tmp/vg_name.map /dev/vg_name
You could also search the forums for vgexport and vgimport
Hope this helps!
-denver
1)umount and deactivate the vg, then export it.
vgexport -v -s m /tmp/vg_name.map
2)make your HW changes and bring system up.
3)import your vg
# mkdir /dev/vg_name
# mknod /dev/vg_name/group c 64 0x??0000 <-minor number will be unique, check w/ ll /dev/*/group
# vgimport -v -s -m /tmp/vg_name.map /dev/vg_name
You could also search the forums for vgexport and vgimport
Hope this helps!
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 02:30 PM
02-12-2001 02:30 PM
Re: Cabling for disk array
Gene,
An additional task will be to add the pv-links into the volume groups since you will be adding a second path to the LUNs. For each new LUN on one controller to the autoraid run "pvdisplay /dev/dsk/. This will show you the "alternate link" for each LUN. add these "alernate links" into the vg's with vgextend.
An additional task will be to add the pv-links into the volume groups since you will be adding a second path to the LUNs. For each new LUN on one controller to the autoraid run "pvdisplay /dev/dsk/
If you can focus your eyes far and straight enough ahead of yourself, you can see the back of your head.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP