Solaris 11 metaset – allow remote rpcbind
By default remote rpc bind is disabled in Solaris 11 (secure by default).
Note: The remote workaround can be used with older versions of Metaset to form a cluster like working, or if you use Sun Cluster but its not working properly.
To modify the remote rpc propriety.
svc:> select network/rpc/bind svc:/network/rpc/bind> setprop config/local_only=false svc:/network/rpc/bind> quit
Then, enable the remote rpc service.
svcadm refresh network/rpc/bind:default svcprop network/rpc/bind:default | grep local_only
create /etc/nodelist and link
cat /etc/nodename 1 ifx-mac11a 10.10.12.11 2 ifx-mac11b 10.10.12.12 ln -s /etc/nodename /system/volatile/nodelist