Operating System - HP-UX
1833760 Members
2536 Online
110063 Solutions
New Discussion

Re: contains no LVM information

 
punithan_2
New Member

contains no LVM information

Hi Gurus....

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....
9 REPLIES 9
Kenan Erdey
Honored Contributor

Re: contains no LVM information

Hi,

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.
Computers have lots of memory but no imagination
Steven E. Protter
Exalted Contributor

Re: contains no LVM information

Shalom,

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
punithan_2
New Member

Re: contains no LVM information

Hi Gurus...

Still having same problem
but when run
#echo '0x2008?2x'| adb /dev/dsk/c11t11d0

there no any out put and echo just hang.
Sharma Sanjeev
Respected Contributor

Re: contains no LVM information

Hi

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
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
punithan_2
New Member

Re: contains no LVM information

Hi Sanjay....

Still Having same problem....
Torsten.
Acclaimed Contributor

Re: contains no LVM information

Looks like this array supports only 11.23 and 11.31:

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!   
SKR_1
Trusted Contributor

Re: contains no LVM information

Hi Punithan,

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
Steven E. Protter
Exalted Contributor

Re: contains no LVM information

So long as you skip the mknod step you can't create a volume group.

That simple.

Was your original post accurate?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
punithan_2
New Member

Re: contains no LVM information

Hi Steven

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.....