1834598 Members
4001 Online
110069 Solutions
New Discussion

Question on pvlink

 
Jimmy Tom_1
Advisor

Question on pvlink

I am trying to determine how to tell when
the primary pvlink failed on HP-UX 11.0.

Is a logfile entry created when the alternate
pvlink is used because the primary pvlink
failed? What is the errorlog file name?

Thanks.
3 REPLIES 3
John Palmer
Honored Contributor

Re: Question on pvlink

I believe that you will get an appropriate message in the syslog (/var/adm/syslog/syslog.log) and also in the kernel's console message buffer (viewable with dmesg).

The former will have a date/time stamp, the latter will not.
Manju Kampli
Trusted Contributor

Re: Question on pvlink

when there is a failure in the primary link you will get the following error in the /var/adm/syslog/syslog.log file. The same message will appear even when you try to remove the primary link form the volume group.

Aug 15 15:05:30 $HOSTNAME vmunix: LVM: Performed a switch for Lun ID = 0 (pv = 0x00
000001033d7000), from raw device 0x1f163600 (with priority: 0, and current flags
: 0x200) to raw device 0x1f173600 (with priority: 1, and current flags: 0x0).
Never stop "LEARNING"
Kondaiah Vasuwandla
New Member

Re: Question on pvlink

When there is a pvlink failure, you will have a error reported on /var/adm/syslog/syslog.log file and also error is displayed on console.

Kondaiah