Step 1
Modify the install.conf file for Meta Server. It is located in the us-server-xx installation package.

Step 1
Modify the config/cn.init file on the client side.
For version 2.6, you need to copy unis\_cn and cn.init from the latest agent package into the installation directory.
If the Meta Server port has not been changed, leave it at the default port 9000.

Note:
If you find after installation that port 9000 is already in use, update cn.init on the client side, then run the unis\_cn installation/registration command again.
The command must be exactly the same as the one used previously.
After that, update the port number in the database.
mysql -uusadmin -p
use mndb;
UPDATE node_client SET csdPort = 900x WHERE hostName = '192.168.xx.xx';