Preparo un cluster due nodi, Solaris10, Sun cluster 3.2, un bunch di risorse e il RACche installerà il DBA.
Pasticciando con l'initiator-scsi (si, è uno StorEdge Scsi Jbod abbastanza vetusto a fare da shared disk container), mi ritrovo alla fine con c1 come controller connesso al Jbod sul primo nodo e c2 sul secondo.
Mode Ricerca ON
Trovo una risposta molto sintetica ma di inestimabile valore, ed è nientemeno che D. Dhunam a darla sui forums di Sun:
You might try renaming the links in /dev/cfg to how you want, then deleting the /dev links for the c1 and c2 devices, then doing a reconfiguration reboot.
Mode Ricerca OFF
Presto fatto:
cd /dev/cfg
ls -l
lrwxrwxrwx 1 root root 40 Jul 31 14:14 c2 -> ../../devices/pci@1f,0/pci@1/scsi@4:scsi
lrwxrwxrwx 1 root root 53 Jul 31 14:14 c1 -> ../../devices/pci@1f,0/pci@1/pci@2/SUNW,isptwo@4:scsi
mv c1 c3
mv c2 c1
rm -rf /dev/rdsk/c2*
rm -rf /dev/dsk/c2*
reboot -- -rv
Funziona!
Andiamo avanti con l'installazione
1 commento:
Good for people to know.
Posta un commento