- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: contains no LVM information
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
08-10-2008 11:09 PM
08-10-2008 11:09 PM
contains no LVM information
I having proble While add a disk to VG.
After i do PVcreate and do Vgcreate i am having error said
contains no LVM information.
OS: HPUX 11.11
Storage : Fujitsu Eternus.
root@prsdbtst:>pvcreate /dev/rdsk/c11t0d0
Physical volume "/dev/rdsk/c11t0d0" has been successfully created.
root@prsdbtst:>vgcreate -s 16 /dev/vg05 /dev/dsk/c11t0d0
vgcreate: Physical Volume "/dev/dsk/c11t0d0" contains no LVM information
check the attachmet for more detail of my probelm....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 12:35 AM
08-11-2008 12:35 AM
Re: contains no LVM information
try this command to check lvm information is written to disk:
echo '0x2008?2X' | adb /dev/dsk/c11t0d0
also try pvcreate with -f argument.
Kenan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 12:35 AM
08-11-2008 12:35 AM
Re: contains no LVM information
You may have forgotten a step here.
Did you do a mknod command for the new volume group?
http://www.unix.com/hp-ux/66710-mknod.html
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1175506
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
08-11-2008 01:38 AM
08-11-2008 01:38 AM
Re: contains no LVM information
Still having same problem
but when run
#echo '0x2008?2x'| adb /dev/dsk/c11t11d0
there no any out put and echo just hang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 02:32 AM
08-11-2008 02:32 AM
Re: contains no LVM information
Please try following
rmsf -H H/W path of device
insf -eC disk
pvcreate -f /dev/rdsk/c11t0d0
mkdir vgname
mknod
than vgcreate
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 03:08 AM
08-11-2008 03:08 AM
Re: contains no LVM information
Still Having same problem....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 05:09 AM
08-11-2008 05:09 AM
Re: contains no LVM information
http://www.fujitsu.com/downloads/STRSYS/system/eternus2000_brochure.pdf
Check this again.
If there are different "presentation" modes available, check if you set them to hp-ux mode.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 09:37 AM
08-11-2008 09:37 AM
Re: contains no LVM information
Are you adding the disk from fujitsu storage for the first time to this server having B11.11 OS. Is another similar server having same OS having these disks and working proprely there. If all this is ok then there is no need to think that your Server supports fujitsu storage or not.
try first diskinfo on any one disk and DD also.
Do pvcreate -f devicepath
mkdir vgname
mknod /dev/vgname/group c 64 0x------
vgcreate -s 16 -l 255 -p 255 -e 5119 /dev/vgname /dev/dsk/cxtxdx
vgextend /dev/vgname all other disks
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 10:54 AM
08-11-2008 10:54 AM
Re: contains no LVM information
That simple.
Was your original post accurate?
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
08-11-2008 08:14 PM
08-11-2008 08:14 PM
Re: contains no LVM information
May be miss mknod command in my document.
But i did the mknod command. Still having same problem.
And this is first time we adding Fujitsu Storage to HPUX Server.
But we have done for other server before this. such as Linux, Sun, Windows.
Any idea to solve my problem.....