- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MC-ServiceGuard on HP-J2240
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
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
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
тАО02-28-2002 06:39 PM
тАО02-28-2002 06:39 PM
MC-ServiceGuard on HP-J2240
Could able to install MC-ServiceGuard on HP-J2240?
And I have two HP-J2240 connect to one third party diskarray but I encounter vgchange problem, I export VG from HP-J2240 via command vgexport -v -s -p -m /tmp/vg02.map vg02 , then import to alternative HP-J2240 via command vgimport -v -s -m /tmp/vg02.map vg02 and it is complete without error, but system appear error message when I issue command vgchange -a y vg02
vgchange: Couldn't activate volume group "vg02":
Invalid argument
I don't know what's happend.
Jack Fan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 06:58 PM
тАО02-28-2002 06:58 PM
Re: MC-ServiceGuard on HP-J2240
Hello
You will have to deactivate Volume group from the system where you did vgexport.
Volume group can only activate in one system at a time.
machine1
#vgchange -a n /dev/vg02
manchune2
#vgchange -a y /dev/vg02
Rgds
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 07:01 PM
тАО02-28-2002 07:01 PM
Re: MC-ServiceGuard on HP-J2240
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 07:05 PM
тАО02-28-2002 07:05 PM
Re: MC-ServiceGuard on HP-J2240
The MC/SG is only supported in 800 series systems ( servers) and not in 700 series ( workstations). As you have a J Class workstation, you may find difficulty doing this.
But you can try activating VG by :
# vgchange -a e /dev/vg01 ( provided the cluster service is installed )
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 07:44 PM
тАО02-28-2002 07:44 PM
Re: MC-ServiceGuard on HP-J2240
Hello
MS service guard only supported on 800 series servers.700 series workstaions are not supported MC serice guard
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2002 08:01 PM
тАО02-28-2002 08:01 PM
Re: MC-ServiceGuard on HP-J2240
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 02:39 AM
тАО03-01-2002 02:39 AM
Re: MC-ServiceGuard on HP-J2240
As for the vgchange error, have you deactivated the vg on the other node?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 06:04 AM
тАО03-01-2002 06:04 AM
Re: MC-ServiceGuard on HP-J2240
First, HP will not support clusters running on 700 series systems (workstations) but it can be done. Second, you must make the volume group rights into exclusive mode:
vgchange -a -e (exclusive mode).
Gl.