0% found this document useful (0 votes)
55 views

Clear Var Spool Mqueue

The document outlines the steps taken to create a logical volume using LVM (Logical Volume Manager). It shows creating a physical volume on /dev/rdsk/c3t0d6, creating a volume group vg08 using this physical volume, and then creating a 1.6GB logical volume lvol1 within the vg08 volume group. Finally, it formats this logical volume with a VxFS file system.

Uploaded by

Carlos Xistra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views

Clear Var Spool Mqueue

The document outlines the steps taken to create a logical volume using LVM (Logical Volume Manager). It shows creating a physical volume on /dev/rdsk/c3t0d6, creating a volume group vg08 using this physical volume, and then creating a 1.6GB logical volume lvol1 within the vg08 volume group. Finally, it formats this logical volume with a VxFS file system.

Uploaded by

Carlos Xistra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

pvcreate /dev/rdsk/c3t0d6

LVM Unique PVID: syslog_LOG_INFO: /dev/log:: No such device or address


Physical volume "/dev/rdsk/c3t0d6" has been successfully created.
mcel_VMhost2[413]/ #

mcel_VMhost2[413]/ #mkdir -p /dev/vg08


mcel_VMhost2[415]/ #ll /dev/*/group
crw-r----- 1 root sys 64 0x000000 Jan 9 2012 /dev/vg00/group
crw-r--r-- 1 root sys 64 0x010000 Mar 7 2012 /dev/vg01/group
crw-r--r-- 1 root sys 64 0x020000 Mar 7 2012 /dev/vg02/group
crw-r--r-- 1 root sys 64 0x030000 Mar 7 2012 /dev/vg03/group
crw-r--r-- 1 root sys 64 0x040000 Mar 7 2012 /dev/vg04/group
crw-r--r-- 1 root sys 64 0x050000 Mar 7 2012 /dev/vg05/group
crw-r--r-- 1 root sys 64 0x060000 Mar 7 2012 /dev/vg06/group
crw-r--r-- 1 root sys 64 0x070000 Jul 1 2013 /dev/vg07/group
mcel_VMhost2[416]/ #
mknod /dev/vg08/group c 64 0x080000
vgcreate -s 128 /dev/vg08 /dev/dsk/c3t0d6
Increased the number of physical extents per physical volume to 12800.
Volume group "/dev/vg08" has been successfully created.
Volume Group configuration for /dev/vg08 has been saved in /etc/lvmconf/vg08.conf
mcel_VMhost2[418]/ #

lvcreate -L 1600000 /dev/vg08


Logical volume "/dev/vg08/lvol1" has been successfully created with
character device "/dev/vg08/rlvol1".
Logical volume "/dev/vg08/lvol1" has been successfully extended.
Volume Group configuration for /dev/vg08 has been saved in /etc/lvmconf/vg08.conf
mcel_VMhost2[419]/ #

mcel_VMhost2[419]/ #newfs -F vxfs -o largefiles /dev/vg08/rlvol1


version 7 layout
1638400000 sectors, 1638400000 blocks of size 1024, log size 262144 blocks
largefiles supported
mcel_VMhost2[420]/ #

You might also like