- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: physical volume contains no lvm
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
03-02-2006 01:15 AM
03-02-2006 01:15 AM
physical volume contains no lvm
physical volume contains no lvm. Although when i used pvcreate, i got no errors.
Below is a little screen work:
# pvcreate -f /dev/rdsk/c6t0d0
# vgextend /dev/vg01 /dev/dsk/c6t0d0
vgextend: Physical Volume "/dev/dsk/c6t0d0" contains no LVM
information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 01:22 AM
03-02-2006 01:22 AM
Re: physical volume contains no lvm
can you see the disk with an
ioscan -fnC disk ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 01:27 AM
03-02-2006 01:27 AM
Re: physical volume contains no lvm
Can you do a
diskinfo & pvdisplay on the disk and check
#diskinfo /dev/rdsk/c6t0d0
#pvdisplay /dev/dsk/c6t0d0
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 01:50 AM
03-02-2006 01:50 AM
Re: physical volume contains no lvm
See if
# diskinfo /dev/rdsk/c6t0d0
should return an error.
Hopefully that disk device is not existing.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 01:55 AM
03-02-2006 01:55 AM
Re: physical volume contains no lvm
SCSI describe of /dev/rdsk/c6t0d0:
vendor: HP
product id: A6189B
type: direct access
size: 0 Kbytes
bytes per sector: 512
==============
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 D
EVICE HP 36.4GMAU3036NC
/dev/dsk/c3t6d0
/dev/rdsk/c3t6d0
disk 3 1/0/6/1/0.8.0.110.0.0.0 sdisk CLAIMED D
EVICE HP A6189B
/dev/dsk/c6t0d0
/dev/rdsk/c6t0d0
disk 4 1/0/6/1/0.8.0.110.0.0.1 sdisk CLAIMED D
EVICE HP A6189B
/dev/dsk/c6t0d1
/dev/rdsk/c6t0d1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 02:00 AM
03-02-2006 02:00 AM
Re: physical volume contains no lvm
See if following return any error:
# dd if=/dev/rdsk/c6t0d0 of=/dev/null
It could habppen that the information where LVM information is stored is physically damaged. Just a guess.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 03:17 AM
03-02-2006 03:17 AM
Re: physical volume contains no lvm
dd read error: Invalid argument
0+0 records in
0+0 records out
Hi Bharat, this is teh output i am getting when i put in ur commands. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 03:26 AM
03-02-2006 03:26 AM
Re: physical volume contains no lvm
I suspect your pvcreate may not have worked correctly.
I think the size in diskinfo should not be 0.
Also the dd should have picked something up.
Can you please go throught the process of pvcreate etc. again and attach a log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 03:48 AM
03-02-2006 03:48 AM
Re: physical volume contains no lvm
Is there anything in your syslog.log? did you look at your disk with stm tool?
I think like Peter so I would:
remove the disk from the vg and:
1)rmsf -a -D /dev/dsk c6t0d0
then
2)ioscan
then insf -e
Then start the pv creation process again
Good luck
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 03:59 AM
03-02-2006 03:59 AM
Re: physical volume contains no lvm
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 04:38 AM
03-02-2006 04:38 AM
Re: physical volume contains no lvm
Please to hear from you on the subject:
That was my first thought, but shouldnt you see under HPUX the disk as failed in such case?
The last time I had something of the sort: the disk was OK even in stm, I had scsi mad resets... and so the box crashed because of panic (swap...).
Enlighten me!!
Thanks in advance
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 11:22 AM
03-02-2006 11:22 AM
Re: physical volume contains no lvm
So the lack of syslog error messages indicates that the driver is happy with the responses but in no way validates the health of the disk. Inchecking the health, I would start with the basics: ioscan -f and diskinfo will test SCSI ID comands, while dd will read the raw disk regardless of content. If those don't work or return strange values, no need to try anything else.
One thing: Is the c6t0d0 disk internal or a simple external JBOD disk, or is it part of a SAN? Improperly configured access or LUNs on the SAN can create strange errors like this.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:58 AM
04-19-2006 08:58 AM
Re: physical volume contains no lvm
SCSI describe of /dev/rdsk/c6t0d0:
vendor: HP
product id: A6189B
type: direct access
size: 0 Kbytes
bytes per sector: 512
The 0KB size means that your LUN has no space allocated to it. It may need to be recreated. You can run a diskinfo on other LUNs that are part of the A6189B to see if it is the only misconfigured LUN. Also, make sure that the LUN is created to be the same size as the device you are mirroring it to.
The array you are using may support hardware RAID which may be used instead of LVM mirroring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 09:25 AM
04-19-2006 09:25 AM
Re: physical volume contains no lvm
Bill Hassell, sysadmin