- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
02-20-2006 03:33 AM
02-20-2006 03:33 AM
Any ideas????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 03:37 AM
02-20-2006 03:37 AM
Re: Serviceguard
Did you use the -s option for the vgexport?
If yes, then I suuggest that maybe the physical discs are NOT visible on the second node.
Post the commands you used and verify that you have the discs visible AND they have device files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 03:40 AM
02-20-2006 03:40 AM
Re: Serviceguard
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 03:41 AM
02-20-2006 03:41 AM
Re: Serviceguard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 03:42 AM
02-20-2006 03:42 AM
Re: Serviceguard
There's a couple of potential pitfalls. The first, and most obvious, is that the second system doesn't see the disks associated w/vg01.
Another potential problem is how you exported &/| imported the vg:
Sys1#: vgexport -s -m vg01.map vg01
Sys1#: scp vg01.map Sys2:/tmp
Sys2#: mkdir /dev/vg01
Sys2#: minor=$(ssh Sys1 ls -ld /dev/vg01/group | awk '{print $6}')
Sys2#: mknod /dev/vg01group c 64 ${minor}
Sys2#: vgimport -s -m /tmp/vg01.map vg01
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 03:42 AM
02-20-2006 03:42 AM
Re: Serviceguard
First, on the second node:
ioscan -fnC disk
See if the disks in question are visible. There could be a problem with cabling or the disk array if not.
If the disks are visible, make sure the volume group is deactivated on the first node.
vgchange -a n /dev/vg01
Post back any errors after trying this procedure.
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
02-20-2006 04:30 AM
02-20-2006 04:30 AM
Re: Serviceguard
On the first server (newPC):
1)i put the disk under lvm.
2) then i vgexport with the -s option
3) ftp /tmp/map onto the other server (newFIN).
On (newFIN)
1) I made the group file for the volume group, no problem there.
2)Now when i run the vgimport command with -s it doesnt work, it says it couldnt access the physical volumes.
and on newPC when i run vgchange -a n vg01 it says DEVICE BUSY.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 06:35 AM
02-20-2006 06:35 AM
SolutionIf you exported/imported the vg as you described, then we can only conclude that /dev/dsk/c3t6d0 on each server are not pointing to the same physical disk. The -s option exports the vg with the VGID embedded in the map file. The vgimport command scans all disks available to the system looking for that VGID. If it can't find it, it's becasue it's not assigned.
Just to make sure we're clear on the concept, MCSG clusters use shared disks - in other words disks that are available to both systems simultaneously.
Assuming you're clear on that concept, you will have to investigate/update the disk layout on each system to get them pointing to the same physical set of disks.
HTH;
Doug O'Leary
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 06:57 AM
02-20-2006 06:57 AM
Re: Serviceguard
I am attaching the disk configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 07:01 AM
02-20-2006 07:01 AM
Re: Serviceguard
# ioscan -fnkC disk
Class I H/W Path Driver S/W State H/W Type Description
==========================================================================
disk 0 1/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 36.4GMAU3036NC
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 1 1/0/0/3/1.2.0 sdisk CLAIMED DEVICE _NEC DVD_RW ND-
3540A
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 2 1/0/1/1/0/1/1.6.0 sdisk CLAIMED DEVICE HP 36.4G
MAU3036NC
/dev/dsk/c3t6d0 /dev/rdsk/c3t6d0
disk 3 1/0/6/1/0.8.0.110.0.0.0 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
disk 4 1/0/6/1/0.8.0.110.0.0.1 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c6t0d1 /dev/rdsk/c6t0d1
Server 2:
# ioscan -fnkC disk
Class I H/W Path Driver S/W State H/W Type Description
==========================================================================
disk 0 1/0/0/3/0.6.0 sdisk CLAIMED DEVICE HP 36.4GMAU3036NC
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 1 1/0/0/3/1.2.0 sdisk CLAIMED DEVICE _NEC DVD_RW ND-
3540A
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 2 1/0/1/1/0/1/1.6.0 sdisk CLAIMED DEVICE HP 36.4G
MAU3036NC
/dev/dsk/c3t6d0 /dev/rdsk/c3t6d0
disk 3 1/0/6/1/0.8.0.108.0.0.0 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
disk 4 1/0/6/1/0.8.0.108.0.0.1 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c6t0d1 /dev/rdsk/c6t0d1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 09:25 AM
02-20-2006 09:25 AM
Re: Serviceguard
Verify your hardware connectivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 06:17 PM
02-20-2006 06:17 PM
Re: Serviceguard
Server1:
disk 3 1/0/6/1/0.8.0.108.0.0.0 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
disk 4 1/0/6/1/0.8.0.108.0.0.1 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c6t0d1 /dev/rdsk/c6t0d1
Server2:
disk 3 1/0/6/1/0.8.0.110.0.0.0 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
disk 4 1/0/6/1/0.8.0.110.0.0.1 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c6t0d1 /dev/rdsk/c6t0d1
On Server2:
ioscan -fnC|grep "0.8.0.108.0.0.0"
ioscan -fnC|grep "0.8.0.108.0.0.0"
ran