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 |
In a two node cluster i have typed #hastart command in one node.The cluster is starting in second node also,what is going in background?
After installing kernal patch if system crashed,then how to recover?
wht is the umask value to crate directory with only rw options to root..?
how can u create aggregate
If root file system 100% full what you have to do?
If ping command is not working then how to check the status of the server..?
How RPC will work..?
How can u configure two DHCP and Two DNS servers r there and u have 100's of users then 1st system takes which DHCP server and which DNS sever
What does ndd do?
what is major number and what is minor number..?
What r the different file systems..?
What is the use of ufsdump command in solaris