8.
Register the server to the Fusion Manager configuration:
a.
(Not a replacement server) Run the
register_server
command:
[root@X9720 ~]# /usr/local/ibrix/bin/register_server -p
172.16.3.65 -c bond1 -n r150b16 -u bond0
NOTE:
The command will fail if the server is a replacement server because the server
is already registered, as shown in the following example:
iadconf.xml does not exist...creating new config.
Registering Segment Server r150b16 with cluster r150b15
<-ERROR->: ResponseCode = 400
Engine already exists: r150b16
b.
(Replacement server) If it is a replacement server, run the command with the
-x
option:
[root@X9720 ~]#/usr/local/ibrix/bin/register_server -p 172.16.3.65
-c bond1 -n r150b16 -u bond0 -x
The following is the output:
iadconf.xml does not exist...creating new config.
wrote /etc/ibrix/iadconf.xml
command successful
c.
Restart the server by entering the following command:
NOTE:
If the chkconfig setting is set to
off
, the StoreAll server will not restart after a
reboot. Change the
chkconfig
setting to on so that the StoreAll server will restart after
a reboot:
chkconfig ibrix_server on
[root@X9720 ~]#service ibrix_server restart
The following is the output:
Unmounting IBRIX filesystem(s) [FAILED]
Stopping IBRIX IAD Server [ OK ]
Stopping IBRIX CUD : [ OK ]
Unloading IBRIX Filesystem Drivers [ OK ]
CHECKING: portmap ... portmap (pid 4676) is running...
CHECKING: rpcidmapd ... rpc.idmapd (pid 4905) is running...
Loading IBRIX Filesystem Drivers [ OK ]
Starting IBRIX CUD : [ OK ]
Starting IBRIX IAD Server [ OK ]
9.
Install and register the passive Fusion Manager:
Troubleshooting
167