> I have 2 880 servers that I have a question about disk partitioning.
> I don't have a license for the Sun Solstice software, much less a
> maintenance support.
> (don't ask me, I didn't buy these much less spec them out). By
> default, the Solaris 8 install defined a root and swap slice (0 and 1
> respectively) on the other five 36GB drives. since they are not
> mounted - I believe that I can reassign the space to other partitions.
> Yes/No? Please advise.
> Rod Phillips
> Not a UNIX guru by any means.
Here is the VTOC for the disks ...
# ls -1 /dev/rdsk/c1*s0 | xargs prtvtoc | grep -v "*"
0 2 00 0 4194828 4194827
1 7 00 4194828 8389656 12584483
2 5 00 0 71127180 71127179
3 3 01 12584484 8389656 20974139
4 0 00 20974140 17334 20991473
5 0 00 25186302 132894 25319195
6 4 00 20991474 4194828 25186301
7 0 00 25319196 45807984 71127179
0 2 00 0 4194828 4194827
1 7 00 4194828 8389656 12584483
2 5 00 0 71127180 71127179
3 3 01 12584484 8389656 20974139
4 0 00 20974140 17334 20991473
5 0 00 25186302 132894 25319195
6 4 00 20991474 4194828 25186301
7 0 00 25319196 45807984 71127179
2 5 01 0 71127180 71127179
5 8 00 0 71109846 71109845
7 0 00 71109846 17334 71127179
2 5 01 0 71127180 71127179
5 8 00 0 71109846 71109845
7 0 00 71109846 17334 71127179
2 5 01 0 71127180 71127179
5 8 00 0 71109846 71109845
2 5 01 0 71127180 71127179
5 8 00 0 71109846 71109845
I inserted carraige returns for clarity. Disks are mirrored in pairs
from top to bottom, you can see the symmetry.
# metastat -p
d59 -t d5 d9
d5 -m d15 d25 1
d15 2 1 c1t2d0s5 \
1 c1t4d0s5
d25 2 1 c1t3d0s5 \
1 c1t5d0s5
d9 -m d19 d29 -g 1
d19 1 1 c1t0d0s5
d29 1 1 c1t1d0s5
d0 -m d10 d20 -g 1
d10 1 1 c1t0d0s0
d20 1 1 c1t1d0s0
d1 -m d11 d21 -g 1
d11 1 1 c1t0d0s1
d21 1 1 c1t1d0s1
d2 -m d12 d22 -g 1
d12 1 1 c1t0d0s6
d22 1 1 c1t1d0s6
d3 -m d13 d23 -g 1
d13 1 1 c1t0d0s3
d23 1 1 c1t1d0s3
d4 -m d14 d24 -g 1
d14 1 1 c1t0d0s7
d24 1 1 c1t1d0s7
I hope that this has been of some value.
Dennis Clarke
Sun Solaris Admin