- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VxVm & 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
01-21-2006 07:25 PM
01-21-2006 07:25 PM
VxVm & ServiceGuard
I m trying to configur VxVM in a ServiceGuard packet, but it doesn´t work. I have modified
the cntl file in the
#VxVM_DG and #LV[0] etc.
we have imported and deported the vxvm manualy and it works, but when I start the packet. the packet hang and in the packet.log I can see importing disk group.
Can some body help me.
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2006 07:31 PM
01-21-2006 07:31 PM
Re: VxVm & ServiceGuard
Need some info:
SG version:
swlist -l product | grep -i serviceguard
The log file
The package script.
If the SG version supports it, its likely an error in the package control script or patches are needed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 03:03 AM
01-22-2006 03:03 AM
Re: VxVm & ServiceGuard
the SG version is 11.15
HP UX 11.11
regards,
Alf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 03:25 AM
01-22-2006 03:25 AM
Re: VxVm & ServiceGuard
thanks
Alf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 04:43 AM
01-22-2006 04:43 AM
Re: VxVm & ServiceGuard
By which comand do you activate the volume group?
Is the comand the same, which you have in *cntl file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 09:59 AM
01-22-2006 09:59 AM
Re: VxVm & ServiceGuard
vxvol -g msa30dg startall
in the last step the command is waiting for something.
VXVOL="vxvol -g \$DiskGroup -o bg startall"modify
but the problem is still there.
thanks
Alf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 02:54 PM
01-22-2006 02:54 PM
Re: VxVm & ServiceGuard
Have you followed the steps mentioned in the following document?
http://docs.hp.com/en/B3936-90079/apgs03.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 10:10 PM
01-22-2006 10:10 PM
Re: VxVm & ServiceGuard
thees commands are type in console mode, not in the script, they will be work as well.( My SG version is 11.15.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2006 10:52 PM
01-22-2006 10:52 PM
Re: VxVm & ServiceGuard
Provide the package log.
Has this ever worked, and you have now made changes? or is this an intial config?
What SG patch are you using? do:
what /usr/lbin/cmcld |grep PHSS and post the ouptut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 12:51 AM
01-23-2006 12:51 AM
Re: VxVm & ServiceGuard
The packet is not new, this is a packet mix,
mix with LVM&VxVM. I only need to add VxVM disk to this packet.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 01:07 AM
01-23-2006 01:07 AM
Re: VxVm & ServiceGuard
Can you manually run those 4 VxVM commands ? The log does not seem to be verbose enough to show where it is having a problem.
Also, hav eyou actually tried :
VXVOL="vxvol -g \$DiskGroup -o bg startall
instead of what seem to be your default active one in the script which is:
VXVOL="vxvol -g \$DiskGroup startall" # Default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 01:52 AM
01-23-2006 01:52 AM
Re: VxVm & ServiceGuard
vxdg import MyDgName result import ok (vxdg list )
vxvol -g MyDgName startall and I also try with option -o bg but this command never end. I think I need some patch?.Because for some reason this is where the packet hang.