I am in the process of mirroring the rootdisk with Solaris 9 VM on a SunFire280R. I only have 2 36GB drives that came with the system. I want to set it up so that if the boot disk fails, the mirror will take over for the boot. The output of format:
AVAILABLE DISK SELECTIONS:
0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w500000e0108fb591,0
1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w500000e0108fbc11,0
The device path:
# ls -l /dev/dsk/c1t0d0s0 /dev/dsk/c1t1d0s0
lrwxrwxrwx 1 root root 70 Oct 14 19:20 /dev/dsk/c1t0d0s0 -> ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w500000e0108fb591,0:a
lrwxrwxrwx 1 root root 70 Oct 14 19:20 /dev/dsk/c1t1d0s0 -> ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w500000e0108fbc11,0:a
The only thing that looks different is the ssd@w.... I don't think the world number is part of the device so how does the system know which is which?
How can I set up an alias called rootmirror and have it boot if the normal disk fails?
I'm confused as usual. Any help would be greatly appreciated.
Tks
AVAILABLE DISK SELECTIONS:
0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w500000e0108fb591,0
1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w500000e0108fbc11,0
The device path:
# ls -l /dev/dsk/c1t0d0s0 /dev/dsk/c1t1d0s0
lrwxrwxrwx 1 root root 70 Oct 14 19:20 /dev/dsk/c1t0d0s0 -> ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w500000e0108fb591,0:a
lrwxrwxrwx 1 root root 70 Oct 14 19:20 /dev/dsk/c1t1d0s0 -> ../../devices/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w500000e0108fbc11,0:a
The only thing that looks different is the ssd@w.... I don't think the world number is part of the device so how does the system know which is which?
How can I set up an alias called rootmirror and have it boot if the normal disk fails?
I'm confused as usual. Any help would be greatly appreciated.
Tks