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 |
How do you get system diagnostics information?
Performance monitoring tools?
Suppose if u want to reconfigure the kernel then how ur going to do?
how to repair /etc/system file with out using jump start and without using os software cd
how to kill the process
Important daemons for zones
what is a milestone and, how can we change the default milestone?
how to install multiple patches
Difference between secure copy and remote copy
If fsck is running, one thind u should not do.. what's that?
who to change the nis users passwd
Hi All, Q. I have one log file that log file contains application message but the application message in log file not append any date value. so after 1 to 2 date that file is big size , I want to delete contents only that was appended before 4 days ago from that single file and rest of the file contents would be remains same.