HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change a fc target with ServiceGuard
Operating System - HP-UX
1830081
Members
2464
Online
109998
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
08-26-2010 02:55 AM
08-26-2010 02:55 AM
Hi,
I have ServiceGuard A.11.17.00, with two servers. Now I have all the packets in node B, and I have to change the fc target in node A.
My question is: If I change this target, how I see the disks?, The server will show them with the same cXtYdZ? I have to do something before and after to change the target?
Thanks a lot of!
Carmen.
I have ServiceGuard A.11.17.00, with two servers. Now I have all the packets in node B, and I have to change the fc target in node A.
My question is: If I change this target, how I see the disks?, The server will show them with the same cXtYdZ? I have to do something before and after to change the target?
Thanks a lot of!
Carmen.
Users are not too bad ;-)
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2010 05:02 AM
08-26-2010 05:02 AM
Re: How to change a fc target with ServiceGuard
fc target ????
Are you referring to the HBA on your node? Or are you talking about moving from one fiber channel port to another?
[As a SAN Administrator I will simply say-don't touch those fiber connections unless you are the SAN Administrator!! - cause you can seriously create a problem]
Cause doing what you're sounding like your saying may be involving changes in the fabric (i.e. zone) and that is whole different ball game that is on a different team!
But...always make a mapfile of the affected volume groups. Don't worry about the c-t-d- numbers changing, the server can handle that and you can clean up the older drivers later.
Regards,
Rita
Are you referring to the HBA on your node? Or are you talking about moving from one fiber channel port to another?
[As a SAN Administrator I will simply say-don't touch those fiber connections unless you are the SAN Administrator!! - cause you can seriously create a problem]
Cause doing what you're sounding like your saying may be involving changes in the fabric (i.e. zone) and that is whole different ball game that is on a different team!
But...always make a mapfile of the affected volume groups. Don't worry about the c-t-d- numbers changing, the server can handle that and you can clean up the older drivers later.
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2010 07:53 AM
08-26-2010 07:53 AM
Solution
If paths and device special files change for the LUNs, it's crucial to have LVM map files for each VG, to use with vgimport, which is necessary to update /etc/lvmtab - a file used by LVM to activate volume groups.
Create a map file:
# vgexport -pvs -m.map /dev/
The map file contains the VGID, which can be used with
'vgimport -s' to let LVM do the work of checking LVM metadata on all the disks and import the correct device special files for the VG into /etc/lvmtab.
While you are at it, create a file containing the group minor
numbers (for re-use when re-importing VGs)
# ll /dev/*/group >/etc/lvmconf/groupfiles
After you get the disk hardware path issues sorted out per Rita's recommendations, run ioscan and insf -f to create new device files for LUNs that moved to a new FC adapter hardware path.
Then use vgexport to remove any VGs that now use new device special files:
# vgexport
# mkdir /dev/'
# mknod /dev//group c 54 0xNN000, where NN is derived from /etc/lvmconf/groupfiles (original minor number).
Use the vgimport command to re-import the VG with the new device files:
# vgimport -vs -m.map /dev/
Repeat for all VGs that were moved to a new FC channel/hardware path.
Unfortunately, since the VGs are clustered (activated by Serviceguard), you can only test activation by starting the package, or, if the VG is deactivated on the other nodes, use:
# vgchange -a e
Deactivate using:
# vgchange -a n
Create a map file:
# vgexport -pvs -m
The map file contains the VGID, which can be used with
'vgimport -s' to let LVM do the work of checking LVM metadata on all the disks and import the correct device special files for the VG into /etc/lvmtab.
While you are at it, create a file containing the group minor
numbers (for re-use when re-importing VGs)
# ll /dev/*/group >/etc/lvmconf/groupfiles
After you get the disk hardware path issues sorted out per Rita's recommendations, run ioscan and insf -f to create new device files for LUNs that moved to a new FC adapter hardware path.
Then use vgexport to remove any VGs that now use new device special files:
# vgexport
# mkdir /dev/
# mknod /dev/
Use the vgimport command to re-import the VG with the new device files:
# vgimport -vs -m
Repeat for all VGs that were moved to a new FC channel/hardware path.
Unfortunately, since the VGs are clustered (activated by Serviceguard), you can only test activation by starting the package, or, if the VG is deactivated on the other nodes, use:
# vgchange -a e
Deactivate using:
# vgchange -a n
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