1831402 Members
3025 Online
110025 Solutions
New Discussion

syslog message

 
Tiago Marques_2
Advisor

syslog message

Hi!

The following message appears in my SYSLOG.LOG file every day, anyone know, what that means??

Jun 13 01:57:52 eessappd vmunix: LVM: PV 0 has been returned to vg[2].^M


Thanks
eestimq
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: syslog message

You probably have a corresponding POWERFAIL message for PV0 in vg[2] as well? What it looks like is that you have either a disk starting to go bad or you have a probably with the timeout value on the disk that is causing it to not respond in a timely manner, thus you are receiving those messages.

Martin Johnson
Honored Contributor

Re: syslog message

If you have diagnostics installed, use stm to check for errors on the disk.

HTH
Marty
S.K. Chan
Honored Contributor

Re: syslog message

If you're not seeing any other SCSI error messages that indicates a potential disk problem then this is most likely due to the low timeout value of the disk/disks in vg02. This timeout can be increase by running ..
# pvchange -t 180 /dev/dsk/
ie to 180secs.
Do a "man pvchange" for more details.
Sanjay_6
Honored Contributor

Re: syslog message

Hi,

you probably have a defective disk on your system. The disk is timing out and you can increase the timeout if you want. If this is aa disk array, you can use the arraymanager utilities to see if there is a disk problem with one of the LUN's,

Try this link for more help.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xe6eec6af36b7d5118ff10090279cd0f9,00.html

Hope this helps.

regds
Martin Johnson
Honored Contributor

Re: syslog message

The best way to say thanks is to assign points. :-) It also lets everyone know what advise was useful.

Marty
PIYUSH D. PATEL
Honored Contributor

Re: syslog message

Hi,

This error may also come if you have alternate path defined for the harddiks ( like if you are using a disk array). It could be a problem with the disk also or some loose connection.

Piyush