- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- physical volume not attached
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
09-10-2003 12:47 PM
09-10-2003 12:47 PM
physical volume not attached
The message says: The specified path does not correspond to physical volume attached to this volume group.
Could this be a reason for some problems we have on our database in these moments?
Any help would be really appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 12:49 PM
09-10-2003 12:49 PM
Re: physical volume not attached
It looks to me that you are trying to mirror your logical volume onto a disk that is not in the same volume group. You can only mirror logical volumes within the same volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 12:54 PM
09-10-2003 12:54 PM
Re: physical volume not attached
However, do us a favor: When you do an ioscan:
ioscan -fnkCdisk
do you get any "NO_HW" entries? If you do than you have had some disks "disappear", and that could be bad.
Look in /var/adm/syslog/syslog.log for any disk-looking error messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 12:56 PM
09-10-2003 12:56 PM
Re: physical volume not attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 12:56 PM
09-10-2003 12:56 PM
Re: physical volume not attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 01:02 PM
09-10-2003 01:02 PM
Re: physical volume not attached
I got this message:
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c9t6d0":
The specified path does not correspond to physical volume attached to
this volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 01:07 PM
09-10-2003 01:07 PM
Re: physical volume not attached
It seems you have a problem with the disk. If it looks OK after the ioscan that Stuart mentions you could try restring the LVM data to the disk with
vgcfgrestore -n vgn_est /dev/rdsk/c9t6d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 01:11 PM
09-10-2003 01:11 PM
Re: physical volume not attached
The specified disk I'm talking about is as CLAIMED.
In the syslog.log file are some reports but are about the others disk shown as NO_HW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 01:20 PM
09-10-2003 01:20 PM
Re: physical volume not attached
# vgdisplay -v vgn_est
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c9t6d0":
The specified path does not correspond to physical volume attached to
this volume group
Then, very simply, the disk once existed, you added it to the VG, and now it's gone. You lost the disk, somehow, and you have to figure out how.
What kind of disks are they? Have you changed anything lately? Moved i/o cables?
Are they EMC disks? Do you have the inq utility?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 01:33 PM
09-10-2003 01:33 PM
Re: physical volume not attached
Modify the script to send the email to YOUR email address.
I've already gotten two emails from people with disk layouts. Kinda fun, but I don't need it.
:-)
See attachment.
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
09-10-2003 01:48 PM
09-10-2003 01:48 PM
Re: physical volume not attached
No, I haven't changed anything lately, I guess the disks are SCSI2... how can I know that?
If the i/o cables had moved, I guess all the disk that belong the array would be as NO_HW...
Could be a possibility the disk's path is confused to the OS?
I mean It's been moved. Could I set it online (the disks are hot pluggable)?
Before I didn't have any problem like this.
What are EMC disks?
No I don't have the inq utility, what does the inq utility do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2003 03:52 PM
09-10-2003 03:52 PM
Re: physical volume not attached
Do a
vgdisplay -v > /tmp/vg.out 2>&1
vi /tmp/vg.out
This should list the disk that the system is complaining about. If you search with that disk device name in the same file, you will find the corresponding volume group.
This message tells that the VG headers on that disk do not match with VG that it belongs to. Either someone did a "pvcreate -f" on it by mistake or you lost that disk.
Try running ioscan,diskinfo,lssf etc., commands to make sure the disk is physically there. If you confirm that it is there and it is in fact the same disk, then do a vgcfgrestore on it to put back the VG headers.
vgcfgrestore -n vgname /dev/rdsk/cxtydz
vgchange -a y vgname
This should fix your issue if the data on that disk is not already overwritten.
-Sri