I want to create a 30Gb of size in three different disks
10Gb,5Gb and 15Gb respectively in VxVm , how can we create
it kindly explain step by step procedure.
Answers were Sorted based on User's Feedback
Answer / arulkumar
Ex: Three different disks.
c0t0d0 -- 10Gb
c0t1d0 -- 5Gb
c0t2d0 -- 15Gb
#vxdctl enable
#vxdisksetup -i c0t0d0
#vxdisksetup -i c0t1d0
#vxdisksetup -i c0t2d0
Create a disk group.
#vxdg init -g <dgname> vxdiskname=c0t0d0
#vxdisk -g <dgname> adddisks vxdiskname=c0t1d0
vxdiskname=c0t2d0
#vxdg list -- Now we can see the newely created dg is
created to 30Gb
To see the maximum size of the volume;
#vxassist -g <dgname> maxsize
#vxassist -g <dgname> make <volume-name> <size-30G>
if it is ufs,
#newfs /dev/vx/rdsk/dgname/volume-name
#mount /dev/vx/dsk/dgname/volume-name /mount-point
| Is This Answer Correct ? | 7 Yes | 1 No |
Ans: Ex: Three different disks.
c0t0d0 -- 10 GB
c0t1d0 -- 5 GB
c0t2d0 -- 15 GB
#vxdctl enable
#/etc/vx/bin/vxdisksetup -i c0t0d0
#/etc/vx/bin/vxdisksetup -i c0t1d0
#/etc/vx/bin/vxdisksetup -i c0t2d0
Create a disk group.
#vxdg init <dgname> disk01=c0t0d0
#vxdg -g <dgname> adddisk disk02=c0t1d0
#vxdg –g <dgname> adddisk disk03=c0t2d0
#vxdg list -- Now we can see the newly created dg that is
30 GB
To see the maximum size of the volume;
#vxassist -g <dgname> maxsize layout=layouttype
#vxassist -g <dgname> make <volume-name> <size-30G>
If it is vxfs,
#mkfs –F vxfs /dev/vx/rdsk/dgname/volume-name
#mount –F vxfs /dev/vx/dsk/dgname/volume-name /mount-point
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pavan
in creation of disks you don't have to specify -g with vxdg init
| Is This Answer Correct ? | 1 Yes | 0 No |
c0t0d0 -- 10 GB
c0t1d0 -- 5 GB
c0t2d0 -- 15 GB
#vxdctl enable
#/etc/vx/bin/vxdisksetup -i c0t0d0
#/etc/vx/bin/vxdisksetup -i c0t1d0
#/etc/vx/bin/vxdisksetup -i c0t2d0
Create a disk group.
#vxdg init <dgname> disk01=c0t0d0
#vxdg -g <dgname> adddisk disk02=c0t1d0
#vxdg –g <dgname> adddisk disk02=c0t1d0
#vxdg list -- Now we can see the newly created dg that is
30 GB
To see the maximum size of the volume;
#vxassist -g <dgname> maxsize
#vxassist -g <dgname> make <volume-name> <size-30G>
If it is vxfs,
#mkfs –F vxfs /dev/vx/rdsk/dgname/volume-name
#mount –F vxfs /dev/vx/dsk/dgname/volume-name /mount-point
| Is This Answer Correct ? | 0 Yes | 0 No |
what is 2 in uadmin 2 0 command in solaris
What are processing daemon in nis
How many file to modify the host name to be changed without rebooting the system.
what are the solaris commands? how can i use them? are my requirements plz post it.
How to create a new volume
What is meant by persistant binding?
Tell me some of the differences between Solaris and Sun OS?
How to set the time zion
Iam facing an issue like below, any help why this is caused? $ ls -l /etc total 184 -rw-r--r-- 1 root other 3 Nov 28 09:35 abc1 -rw-r--r-- 1 root other 3 Nov 28 09:35 cb -r--r--r-- 1 root root 8358 Nov 28 19:04 ptmp -r-------- 1 root sys 5055 Nov 28 19:04 stmp -r--r----- 1 root root 76828 Nov 28 09:38 sudoers
how can system identify run level at boot time?
What is encapsulation?
1.Password less authentication in linux & Solaris