1826471 Members
3904 Online
109692 Solutions
New Discussion

And now LVM @ 11.31

 
SOLVED
Go to solution
Grayh
Trusted Contributor

And now LVM @ 11.31

Hi All,

Till now i was surviving as u gurus have helped me out with most of the activities in here..Learning more & more over here...

Now..

Blade servers are setup in the lab
H/w installed on them
Powered on
Happily Running 11.31
Installed most of the Applications that came with 11.31..

And now the last One before I set the server into production is to LVM it.After which I would be pretty comfortable and would go with life...

Right now I have vg00 & vg01...The Oracle guys are going to install Oracle on this and work on it...So wondering what else could I add to there VG's...viz..ora,oracle..etc..

# vgdisplay
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 4356
VGDA 2
PE Size (Mbytes) 32
Total PE 4347
Alloc PE 998
Free PE 3349
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Version 1.0
VG Max Size 2178g
VG Max Extents 69696

VG Name /dev/vg01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 0
Open LV 0
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 8750
VGDA 2
PE Size (Mbytes) 16
Total PE 8750
Alloc PE 0
Free PE 8750
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Version 1.0
VG Max Size 2240000m
VG Max Extents 140000
------------------------------------------
# ioscan -fnc C disk
Class I H/W Path Driver S/W State H/W Type Description
===============================================================================
disk 7 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE USB SCSI Stack Adaptor
/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+797=HH66MC032VE1
/dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+797=HH66MC032VE1
disk 3 0/2/1/0.0.0.0.0 sdisk CLAIMED DEVICE HP DG146BABCF
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
/dev/dsk/c0t0d0s1 /dev/rdsk/c0t0d0s1
/dev/dsk/c0t0d0s2 /dev/rdsk/c0t0d0s2
/dev/dsk/c0t0d0s3 /dev/rdsk/c0t0d0s3
disk 2 0/2/1/0.0.0.1.0 sdisk CLAIMED DEVICE HP DG146BABCF
/dev/dsk/c0t1d0 /dev/rdsk/c0t1d0
# strings /etc/lvmtab
/dev/vg00
/dev/disk/disk4_p2
/dev/vg01
/dev/disk/disk5
# cat /etc/fstab
# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand vxfs tranflush 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2

# mount
/ on /dev/vg00/lvol3 ioerror=nodisable,log,dev=40000003 on Fri Sep 12 09:53:05 2
008
/stand on /dev/vg00/lvol1 ioerror=mwdisable,log,nodatainlog,tranflush,dev=400000
01 on Fri Sep 12 09:53:12 2008
/var on /dev/vg00/lvol8 ioerror=mwdisable,delaylog,nodatainlog,dev=40000008 on F
ri Sep 12 09:53:37 2008
/usr on /dev/vg00/lvol7 ioerror=mwdisable,delaylog,nodatainlog,dev=40000007 on F
ri Sep 12 09:53:37 2008
/tmp on /dev/vg00/lvol4 ioerror=mwdisable,delaylog,nodatainlog,dev=40000004 on F
ri Sep 12 09:53:37 2008
/opt on /dev/vg00/lvol6 ioerror=mwdisable,delaylog,nodatainlog,dev=40000006 on F
ri Sep 12 09:53:37 2008
/home on /dev/vg00/lvol5 ioerror=mwdisable,delaylog,nodatainlog,dev=40000005 on
Fri Sep 12 09:53:37 2008
/dev/deviceFileSystem on DevFS defaults,dev=1000000 on Fri Sep 12 09:53:44 2008
/net on -hosts ignore,indirect,nosuid,soft,nobrowse,dev=1000003 on Fri Sep 12 09
:54:19 2008
4 REPLIES 4
Patrick Wallek
Honored Contributor
Solution

Re: And now LVM @ 11.31

>>And now the last One before I set the server into production is to LVM it.

Say what?!?!? What do you mean "LVM it?" It is already LVM'ed. Your VG's are setup. It appears your VG00 LVOLs are set up.

>>The Oracle guys are going to install Oracle on this and work on it...

That's nice.

>>So wondering what else could I add to there VG's...viz..ora,oracle..etc..

They should tell you what they need. They should be able to tell you the mount points needed and the sizes.
Grayh
Trusted Contributor

Re: And now LVM @ 11.31

Well Thank you Patrick.. I was under the impression to create some default lv's which are normally used by the oracle's.....

And if needed may be I can do a lvextend or a vgextend as and when required...

Before i hand over the server to them Just wanted to make sure that it has been configured correctly from the Sys. Admin perspective...
Patrick Wallek
Honored Contributor

Re: And now LVM @ 11.31

Yes, you should create the LV's for them to use. However, you need to get the sizes and names that they, being "the Oracle guys", expect the filesystems to be.

You could create LV's and mount them till the cows come home, but if they are not what is needed you will just have to blow them away and recreate.

Communication with your end users is important.

Now, go ask them what they need!
Torsten.
Acclaimed Contributor

Re: And now LVM @ 11.31

Did you consider what version to use?

LVM 1.0, LVM 2.0 or LVM 2.1?

http://docs.hp.com/en/oshpux11iv3.html#LVM%20Volume%20Manager

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!