how to create 30 gb of volume using raid 0 concatination on
three different disk
Answers were Sorted based on User's Feedback
Answer / yogender
to create 30 gb of space as we want to add space as concat
so
metainit d20 3 1 c0t0d0s3 1 c0t2d0s3 1 c0t3d0s3
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / santhosh m nair
if you want to create a concantination
#metainit -d d30 3 1 c0t0d0s7 1 c0t2d0s7 1 c0t3d0s7
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / madhukar
to create 30 gb of space as we need to create 3 slices with 10gb each and exicute following command
metainit d20 3 1 c0t0d0s3 1 c0t2d0s3 1 c0t3d0s3
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / remo.ram84
metainit d1 1 3 c0t1d0s0 c0t2d0s0 c0t3d0s0
take each slice size is 10gb
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / norton anti virus
First create two slices of 10GB each
format command and create two slices in two disk with 10gb
each
metainit d0 2 1 c0t0d0s1 1 c0t0d1s1
newfs /dev/md/rdsk/d0
mount /dev/md/dsk/d0 /ibm
growfs -M /d0 /c0t0d3s1 - create a slice of 10GB and then
use growfs command
| Is This Answer Correct ? | 2 Yes | 7 No |
Answer / praveen
first create 3 slices of 10 GB each on 3 disks
#metainit d10 1 3 c0t1dos7 c0t2d0s7 c0t3d0s7
it will create 30 gb of volume d10
| Is This Answer Correct ? | 2 Yes | 9 No |
what is the use of TCP wrappers
what is the disadvantage of 'tar' command?
What is the difference between initialization & encapsulation in VXVM?
how will you start VCS service? What are the configuration files in VCS?
what is mean by netfmd in sun cluster what is the use of netfmd and what is the relation between ccd and netfmd?
Major Difference between sparc and X86 systems
What does init 5 do?
How to repalce a failed disk?
what is use of boot -a
Someone pings a server from another location and gets a different result than if you ping the same server onsite. What is going on?
Is there any difference b/w dhcp and jumpstart..?
when new Luns are added to server ,how to brought them under veritas control?