Problem EMC disks, disksuite and mpxio after reboot
For a mail server i created one big volume with disksuite over 15 EMC volumes of 32GB each.
But after a reboot metainit complains it can't find any metadb's, (system needs maintenance).
It seems like metainit is invoked before the multipathing is enabled. So disksuite doesn't find any metadb's.
Has anybody an idea what's happening here?
In the server the're two fibre cards with mpxio enabled. The disks are then mapped under /devices/scsi_vhci/*
I then created five concats of three striped disks each.
echo "creating metadb on every emc-disk"
metadb -a -f -c 3 /dev/rdsk/c5t6006048000028570182253594D353038d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D353043d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D353130d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D353134d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D353138d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D353939d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D353944d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D354131d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D354135d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D354139d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D354144d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D354231d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D354235d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D354239d0s6
metadb -a -c 3 /dev/rdsk/c5t6006048000028570182253594D354244d0s6
echo "Creating concatenation of 5 striped disks, which contain three disks each"
metainit d1 5 3 c5t6006048000028570182253594D353038d0s0 c5t6006048000028570182253594D353043d0s0 c5t6006048000028570182253594D353130d0s0 \
3 c5t6006048000028570182253594D353134d0s0 c5t6006048000028570182253594D353138d0s0 c5t6006048000028570182253594D353939d0s0 \
3 c5t6006048000028570182253594D353944d0s0 c5t6006048000028570182253594D354131d0s0 c5t6006048000028570182253594D354135d0s0 \
3 c5t6006048000028570182253594D354139d0s0 c5t6006048000028570182253594D354144d0s0 c5t6006048000028570182253594D354231d0s0 \
3 c5t6006048000028570182253594D354235d0s0 c5t6006048000028570182253594D354239d0s0 c5t6006048000028570182253594D354244d0s0
Then I mounted these disk on /data and edited the vfstab.
Everything seems to work fine, until you reboot.
Thanks in advance

