How to manually register DU Explorer to Univiewer Management Server
search cancel

How to manually register DU Explorer to Univiewer Management Server

book

Article ID: 447925

calendar_today

Updated On:

Products

Automic Dollar Universe

Issue/Introduction

How to manually a register DU Explorer to Univiewer Management Server in case the DU Explorer node is deleted via the Univiewer Console.

Environment

  • Products: Dollar Universe Explorer (DUX) 7.x , Univiewer Management Server (UVMS) 7.x 

Cause

The DUX does not have a command unims -register.

Resolution

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.