Registering Operations Director with Unified Management Console manually using IP address
Operations Director
with Unified Management Console
manually using IP addressIf
Operations Director
fails to register with Unified Management Console
during deployment, you must manually register Operations Director
with Unified Management Console
using the Operations Director
registration tool.- To executeOperations Directorregistration withUnified Management Consolemanually
- Connect to the Operations Director appliance using SSH.
- Go to the location:cd /usr/local/Symantec/so/
- Enter the command:java -cp "./lib/odregistration-Version_number.Build_number.jar:./lib/*" com.symantec.dcsc.common.odregistration.ODRegistration <UMC_IPaddress> <UMC_Port> <UMC_Admin_UserName> <UMC_Admin_User_Password> <OD_IPaddress/OD_Hostname> <OD_Port>Example:java -cp "./lib/odregistration-Version_number.Build_number.jar:./lib/*" com.symantec.dcsc.common.odregistration.ODRegistration <UMC_IPaddress> 8443 <UMC_Admin_UserName> <UMC_Admin_User_Password> <OD_IPaddress> 8443
If <umc_user> is a domain user, the credentials must be either within double quotation “ ” with or without domain name or separated by a double backward slash.
For example:
“<domain name>\umcadmin”
or
“umcadmin”
or
<domain name>\\umcadmin
The port number is 8443 for HTTPS communication.
If you are providing
Unified Management Console
host name/Operations Director
host name while registration, make sure the DNS server is configured correctly to resolve the host name. If DNS server is not configured, provide Unified Management Console
IP address/Operations Director
IP address instead of the host name for Operations Director
registration tool to work correctly. Refer to log file at
/var/log/Symantec/DCSC/od/odregistration.log
.