How to change Dollar Universe Company / Node name
search cancel

How to change Dollar Universe Company / Node name

book

Article ID: 101073

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

When a Dollar Universe node is installed with the wrong Company / Node name, since there are no user settings already applied it is possible to change the company name value using the unirefactorinst command.

Environment

Release: ADUNAS99000-6.0-Automic Dollar Universe-AS
Component:

Resolution

The Unirefactorinst command syntax is documented in the online documentation (CA Automic Dollar Universe Guides) but here is a sample of what can be found:
 

Refactor Instance

The command unirefactorinst allows to change the identification of a newly installed Company, without user settings. Typically, this command allows to instantiate a Dollar Universe Company during a virtual machine deployment.

Prerequisites:

  • Full stop of the Company to change (Stop all on Windows)
  • Execute the Company logical environment unienv
  • Unregister the node from the UVMS : unims -unregister

Syntax:

unirefactorinst –company <arg> -node <arg> -host <arg> –port <arg> -tags <arg> -label <arg> -mslogin <arg> –mspwd <arg> –msport <arg> -mshost <arg>

 Then:

  • Move on the new folder : cd $UNI_DIR_EXEC
  • Load the env again : unienv
  • Start the node

 

Example: Changing the Dollar Universe node name:

unirefactorinst -node FRWPMDEV_ECA -mshost <Univiewer Management Server hostname> -msport 4184 -mslogin admin -mspwd admin > c:\temp\unirefactorinst.log