How to manually a register DU Explorer to Univiewer Management Server in case the DU Explorer node is deleted via the Univiewer Console.
The DUX does not have a command unims -register.
To manually register a DUX node to UVMS, you must use the underlying Java registration class. Follow these steps:
-Load the DUX environment(unienv)
-Execute the following registration command:
java -cp "%DUX_DIR_ROOT%\lib\*" com.orsyp.workload.cli.unims.UniRegister -mshost [UVMS_HOST] -msport [UVMS_PORT] -login [ADMIN_LOGIN] -pwd [ADMIN_PWD] -host [DUX_HOST] -port [DUX_PORT]
-Verify that the DUX node appears in the Univiewer Console (UVC) under Nodes.
-Confirm the node is assigned appropriate permissions within UVMS.