metainit: Segmentation Fault in Solaris 11.1 / osc4.1
I configured two cluster nodes on Solaris 11.1 with Oracle Solaris cluster 4.1 and according to the link below I need to create a mediator and therefore md.tab. When I tried to check the syntax by using the "-n" flag I got segmentation fault:
my md.tab file looks like:
diskSet1/d1 1 1 /dev/did/rdsk/d9s0
diskSet1/d2 1 1 /dev/did/rdsk/d10s0
diskSet1/d3 1 1 /dev/did/rdsk/d11s0
# metainit -n -s diskSet1 -a
diskSet1/d9: Concat/Stripe is setup
metainit: Segmentation Fault
Segmentation Fault (core dumped)
If I leave only one line it works. I also tried without the check flag (-n) but the same result. it worked on Solaris 10u11 and cluster 3.3u2 but not with 11.1/OSC4.1. At this point not sure what's wrong in my md.tab (d9 d10 and d11 are listed in cldevice). Any hints would be appreciated