- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding new scsi controllers
Operating System - HP-UX
1824841
Members
3685
Online
109674
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
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО01-23-2002 08:42 AM
тАО01-23-2002 08:42 AM
Adding new scsi controllers
We have 2 jbods daisy chained to 2 scsi controllers. 8 disks on each jbod. We are mirroring. These 16 disks are currently in one vg (/dev/vg01) mirrored (lvol1-8). We are going to install 2 more scsi controller cards and break the daisy chain. What will be the easiest way to match these disks to the old volume group so we can use the same mount points? Does anyone have any suggestions? Greatly appreciated. Thanks!
Don't think meat! It can only hurt the team!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2002 08:52 AM
тАО01-23-2002 08:52 AM
Re: Adding new scsi controllers
Hi,
The easiest way is to use -s option with vgexport.
Before re-arranging the JBODs, export all the volume groups.
#vgchange -a n vg??
#vgexport -v -s -m /tmp/vg??.map vg??
Re-arrange the disks. Do an ioscan -f and ioscan -fnC disks and make sure the count is correct. Then do the following for all the vgs.
#mkdir /dev/vg??
#mknod /dev/vg??/group c 64 0x0?0000
#vgimport -v -s -m /tmp/vg??.map vg??
This should pick up all the disks.
-Sri
The easiest way is to use -s option with vgexport.
Before re-arranging the JBODs, export all the volume groups.
#vgchange -a n vg??
#vgexport -v -s -m /tmp/vg??.map vg??
Re-arrange the disks. Do an ioscan -f and ioscan -fnC disks and make sure the count is correct. Then do the following for all the vgs.
#mkdir /dev/vg??
#mknod /dev/vg??/group c 64 0x0?0000
#vgimport -v -s -m /tmp/vg??.map vg??
This should pick up all the disks.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2002 10:48 AM
тАО01-23-2002 10:48 AM
Re: Adding new scsi controllers
The above option will work for you and is the best way if you are moving all 16 disks.
However, if the primary disk will stay put and only the mirrors are moving.....and you want to stay up and running. ( I know you have to go down to add the physical cards. )
You can simple reduce the logical volume to have 0 mirrors. ( lvreduce -m 0 /dev/vg01/lvol# )
Then reduce the volume group removing the mirrored disk from the volume group.
vgreduce /dev/vg01 /dev/dsk/c#t#d#
Then when you attach them to the new interface go through the steps of setting up the mirror.
However, if the primary disk will stay put and only the mirrors are moving.....and you want to stay up and running. ( I know you have to go down to add the physical cards. )
You can simple reduce the logical volume to have 0 mirrors. ( lvreduce -m 0 /dev/vg01/lvol# )
Then reduce the volume group removing the mirrored disk from the volume group.
vgreduce /dev/vg01 /dev/dsk/c#t#d#
Then when you attach them to the new interface go through the steps of setting up the mirror.
Positive Results requires Positive Thinking
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