- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM or disk problem?
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
06-11-2002 06:56 AM
06-11-2002 06:56 AM
LVM or disk problem?
I got this error message from the server:
LVM: PV 0 has been returned to vg[2]
LVM: vg[2]: pvnum=0 (dev_t=0x....) is POWERFAILED
Disk at 56/52.4.0 is not responding. Check device, power, and cables.
I already checked and all the disks were powered-up and mounted. Anyone know what's happening?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:59 AM
06-11-2002 06:59 AM
Re: LVM or disk problem?
This could be a temporary problem. The disk might not be getting sensed and hence this message. Are your disks connected to the disk array thro fiber channel cards. Sometimes for the old fiber channels cards, I used to get these messages. Do you have alternate path configured ??
You have to keep on checking the syslog.log files for this error to happen again. It is surely not an LVM problem. It is related to the hardware only....some loose connection etc.
Check all the devices and rectify loose conenctions.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:00 AM
06-11-2002 07:00 AM
Re: LVM or disk problem?
did you try diskinfo?
# diskinfo /dev/rdsk/c?t?d?
It should return information immediately.
also you can use dd
# dd if=/dev/rdsk/c?t?d? of=/dev/null
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:05 AM
06-11-2002 07:05 AM
Re: LVM or disk problem?
This refers to the second disk in the volume group , this disk is bad , please do a diskinfo /dev/dsk/cxtydz and check for the status , I hhope you ahve a good back for the volume group.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:07 AM
06-11-2002 07:07 AM
Re: LVM or disk problem?
If you are using AutoRaid 12H then these could be a timeout problem also.
Some of these errors can be reduced, masked and/or eliminated by changing the I/O timeouts from the default to 180 seconds or more. In general, however, the default value is quite adequate to handle normal drive seek errors, so increasing this value serves mainly to mask the fact that the disk drives have one or more bad spots that are not in the drive defect tables.
Do diskinfo and ioscan on the disk and check out for the errors.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:08 AM
06-11-2002 07:08 AM
Re: LVM or disk problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:13 AM
06-11-2002 07:13 AM
Re: LVM or disk problem?
Did U checked up for an HDD error in /var/adm/syslog/syslog.log file? Please check it up..
And please follow these
#strings /etc/lvmtab
Not down the device path of HDD's, Then
#ioscan -fnC disk
Make sure that all HDDs are listed here.. Then
#diskinfo /dev/rdsk/cxtxdx
Do this for all HDDs
By this time U will be able to trace the problematic HDD.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:15 AM
06-11-2002 07:15 AM
Re: LVM or disk problem?
Looks like an intermediate disk problem. It could be a disk timeout problem. You can solve this by increasing the disk timeout, but i would suggest you to replace the disk. If this is an autoraid lun, you can do a logprint and then look at the array log and determine which disk is timing out and replace that disk.
To increase the timeout, try
pvchange -t 180 /dev/dsk/??????
The timeout can be upto 300 seconds. By defaults it is 30, i think.
I have always preffered replacing the disk rather than incresing the timeout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:38 AM
06-12-2002 06:38 AM
Re: LVM or disk problem?
pvchange -t 180 /dev/dsk/c_t_c_
Now this doesn't mean that you DON'T have a failing drive. So be carefull and perform all of the above suggested steps. I run sar also and am able to have the errors coinside with periods of heavy disk I/O so I feel confident that I am not losing drives.