- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I have 2-N class with Serviceguard
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
10-31-2005 03:34 AM
10-31-2005 03:34 AM
I have 2-N class with Serviceguard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 04:08 AM
10-31-2005 04:08 AM
Re: I have 2-N class with Serviceguard
Take a look at the Managing Serviceguard manual for steps, available at:
http://docs.hp.com/en/ha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 04:19 AM
10-31-2005 04:19 AM
Re: I have 2-N class with Serviceguard
Whether the new volume group be activate on both node in the same time?? If not do this:
pvcreate /dev/rdsk/cXtYdZ
mkdir /dev/vg10
mknod /dev/vg10/group c 64 0x070000
vgcreate -e 30000 -s 16 /dev/vg10 /dev/dsk/cXtYdZ /dev/dsk/cX1tY1dZ1
This because you can put bigger disk in the futher in the volumegroup.
lvcreate -L size_of_lvol /dev/vg10/lvol1
newfs -F vxfs /dev/vg10/rvol1
vgexport -s -p -v mm /tmp/vg10.map /dev/vg10
rcp -p /tmp/vg10.map node2:/tmp/
vgchange -a n /dev/vg10
vgchange -c y /dev/vg10
on node 2
mkdir /dev/vg10
mknod group c 64 0x070000
vgimport -p -s -m /tmp/vg10.map -v /dev/vg10
vgcfgbackup /dev/vg10
0x070000 - first free number in:
#ll /dev/*/group
cXtYdZ - first path to lun
cX1tY1dZ1 - second path to lun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 07:12 AM
10-31-2005 07:12 AM
Re: I have 2-N class with Serviceguard
This volume will be active on a given host, but I should be able to vgchange the volume to the other host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 10:53 AM
10-31-2005 10:53 AM
Re: I have 2-N class with Serviceguard
You will be able to vgimport.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2005 04:05 AM
11-01-2005 04:05 AM
Re: I have 2-N class with Serviceguard
http://h71028.www7.hp.com/enterprise/cache/262609-0-0-0-121.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 01:06 AM
11-08-2005 01:06 AM
Re: I have 2-N class with Serviceguard
I finally got the chance to perform the commands; however, I am getting an error when performing(everything else run successfully) the vgcfgbackup /dev/vg05
I get:
# vgcfgbackup /dev/vg05
vgcfgbackup: Couldn't access the list of physical volumes for volume group "/dev/vg05".
Do I need to activate the volume before performing the vgcfgbackup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 01:54 AM
11-08-2005 01:54 AM
Re: I have 2-N class with Serviceguard
Rgds...Geoff