Changing the Leading Interface on Multi-Domain Server or Multi-Domain Log Server
This procedure lets you change the current Leading Interface on a Multi-Domain Server or Multi-Domain Log Server.
- Connect to the command line on the Multi-Domain Server.
- Log in to the Expert mode.
- Stop the Multi-Domain Server:
# mdsstop
- Modify the
$MDSDIR/conf/LeadingIP file:- Back up the file:
# cp -v $MDSDIR/conf/LeadingIP{,_BKP}
- Edit the file:
# vi $MDSDIR/conf/LeadingIP
- Change the current IP address to the new IP address.
- Save the changes and exit the Vi editor.
- Modify the
$MDSDIR/conf/mdsdb/mdss.C file:- Back up the file:
# cp -v $MDSDIR/conf/mdsdb/mdss.C{,_BKP}
- Edit the file:
# vi $MDSDIR/conf/mdsdb/mdss.C
- Find the Multi-Domain Server object that has the source Multi-Domain Server's IP address.
- Change the object's IP address to the new IP address.
- Do not change the Multi-Domain Server's name.
- Save the changes and exit the Vi editor.
- Install a new license on the target Multi-Domain Server issued for the new Multi-Domain Server IP address.
- For multiple Multi-Domain Server environments, repeat Steps 1 to 5 for each Multi-Domain Server that has a changed IP address.
If your target machine and the source machine have different interface names (for example, eth0 and eth1), follow the steps listed below to adjust the restored Multi-Domain Server to the new interface name.
To change the interface:
- Change the interface name in file
$MDSDIR/conf/external.if to the new interface name. - For each Domain Management Server, replace the interface name in the
$FWDIR/conf/vip_index.conf file.