1833251 Members
2758 Online
110051 Solutions
New Discussion

Re: LVM

 
SOLVED
Go to solution
Indrajit Bhagat
Regular Advisor

LVM

Hi All,

Please wants to confirm that from the following sliced disk, which disk are free, which i can utilised to create LVM. I had pasted few output, which shows c0t0d0s2 disk is been utilised in lvm.
So does this mean c0t0d0s3 c0t0d0s1 c0t0d0 are free.


# vgdisplay -v |grep "PV Name"
PV Name /dev/dsk/c0t0d0s2
# vxdisk list
DEVICE TYPE DISK GROUP STATUS
c0t0d0s2 auto:LVM - - LVM
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t0d0s2 (0/0/0/0.0.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t0d0s2
Root: lvol3 on: /dev/dsk/c0t0d0s2
Swap: lvol2 on: /dev/dsk/c0t0d0s2
Dump: lv_dump on: /dev/dsk/c0t0d0s2, 0


# ioscan -funC disk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 0 0/0/0/0.0.0 sdisk CLAIMED DEVICE HP Virtual FileD isk
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
/dev/dsk/c0t0d0s1 /dev/rdsk/c0t0d0s1
/dev/dsk/c0t0d0s2 /dev/rdsk/c0t0d0s2
/dev/dsk/c0t0d0s3 /dev/rdsk/c0t0d0s3
#
4 REPLIES 4
Jeeshan
Honored Contributor
Solution

Re: LVM

pvdisplay those disks and verify they are attached to any VG or not.

#pvdisplay dev/dsk/c0t0d0s1
#pvdisplay dev/dsk/c0t0d0s2
#pvdisplay dev/dsk/c0t0d0s3
a warrior never quits
Rasheed Tamton
Honored Contributor

Re: LVM

Hi Indrajit,

man idisk
man efi

The slice 1, 2 and 3 are the partitions used in the itanium servers.

efi_ls -d /dev/rdsk/c0t0d0s1
efi_ls -d /dev/rdsk/c0t0d0s3

Ivan Krastev
Honored Contributor

Re: LVM

This disk is partitioned using idisk utility to 3 slices - 1 for EFI, 2 for HP-UX (LVM) and 3rd for HPSP.

See more info here - http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1213094183591+28353475&threadId=1164779

regards,
ivan
Torsten.
Acclaimed Contributor

Re: LVM

What you see is the normal disk layout for an Integrity.

3 partitions as follows:

EFI 500MB - boot partition
HPUX 100%
HPSP 400MB - service partition

see
Figure 3-1 Sample LVM Disk Layout on an HP Integrity Server

http://docs.hp.com/en/5992-3385/ch03s04.html#v686269



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!