1825731 Members
2539 Online
109687 Solutions
New Discussion

Configuring lvm PVG

 
Sreer
Valued Contributor

Configuring lvm PVG

Hi Gurus,

Could you pls guide me to configure lvm pvg in my 11.23 server?

# strings /etc/lvmtab
/dev/vg00
/dev/dsk/c2t1d0s2
/dev/vg05
/dev/dsk/c2t0d0
/dev/dsk/c3t2d0
[rx260-18]/
#


Currently the /etc/lvmpvg file is not existing.
Is it posiible to add /convert the existing vgs to a lvmpvg?

i have the syntax like..
VG vg_name
PVG pvg_name
pv_path


if it is possible how can I activate the lvm pvg?

rgds Sree


4 REPLIES 4
Michal Kapalka (mikap)
Honored Contributor

Re: Configuring lvm PVG

hi,

check this blog for example :

http://tips.stagira.net/2007/04/hpux-lvm-quick-reference-guide.html

PVG is a reference.

mikap
Michal Kapalka (mikap)
Honored Contributor

Re: Configuring lvm PVG

hi,

and one directly from HP :

http://docs.hp.com/en/B2355-60103/lvmpvg.4.html

mikap
Sreer
Valued Contributor

Re: Configuring lvm PVG

Hi Michal,
Thank you very much for your support.

I have created the lvmpvg file manually and created the Lv also:

# strings /etc/lvmpvg
VG /dev/vg05
PVG PVG0
/dev/dsk/c2t0d0
PVG PVG1
/dev/dsk/c3t2d0
[rx260-18]/
#


lvcreate -n lvol4 -s g -m 1 -L 400M /dev/vg05
Michal Kapalka (mikap)
Honored Contributor

Re: Configuring lvm PVG

hi,

great job.

mikap