Since the SpectroSERVER has recovered from the Terminated status, the OneClick Administration - Landscapes is displaying the following error message:
SPC-OCA-10382: The parent landscape does not exist in the location server map for the local landscape.
The MapUpdate -v is not displaying all the expected entries on the problematic SpectroSERVER machine.
DX NetOps Spectrum 20.2 or later
The following file
$SPECROOT/LS/.locrc
was changed, resulting in:
For example:
$ cat .locrc
LOC_SERVER_SOCKET_NUMBER=0xdaff
MAIN_LOCATION_SOCKET_NUMBER=0xbeef
MAIN_LOCATION_HOST_NAME=<Primary_MLS_hostname>
MAX_CONNECTIONS=750
orb_args=-Dvbroker.se.iiop_tp.scm.iiop_tp.listener.port=14004 -ORBpropStorage ../.corbarc
BACKUP_MAIN_LOCATION_HOST_NAME=
BACKUP_MAIN_LOCATION_SOCKET_NUMBER=
Fix the port number and add the Backup Main Location Host Name. For example:
$ cat .locrc
LOC_SERVER_SOCKET_NUMBER=0xdaff
MAIN_LOCATION_SOCKET_NUMBER=0xdaff
MAIN_LOCATION_HOST_NAME=<Primary_MLS_hostname>
MAX_CONNECTIONS=750
orb_args=-Dvbroker.se.iiop_tp.scm.iiop_tp.listener.port=14004 -ORBpropStorage ../.corbarc
BACKUP_MAIN_LOCATION_HOST_NAME= <Secondary_MLS_hostname>
BACKUP_MAIN_LOCATION_SOCKET_NUMBER= 0xdaff