Salesforce

OneControl: All NEs managed by remote M6K server are LOA

« Go Back
Information
OneControl: All NEs managed by remote M6K server are LOA
OneControl-All-NEs-managed-by-remote-M6K-server-are-LOA
Validated
Hung Le
4/13/2022, 4:45 AM
5/8/2020, 2:43 PM
Content
  • All NEs managed by remote M6K server are LOA
  • OneControl managing both co-resident and remote M6K server.
  • Co-resident M6K = SERVER_A
  • Remote M6K = SERVER_D
  • OneControl is utilizing external NDS server for name IP resolution
Step 1: Verify connection between OneControl and M6K servers

1C GUI -> Administration -> Manage EMS Configuration -> EMS Servers

SERVER_A: Connectivity = Connected
SERVER_D: Connectivity = Not Connected - LDAP Not Reachable


Step 2: Verify comms between OneControl and remote M6K SERVER_D

[root@1c]# nslookup SERVER_D
;; connection timed out; no servers could be reached



Step 3: add SERVER_D IP to OneControl server /etc/hosts file
  • Before editing
[root@1c]# cat /etc/hosts
127.0.0.1       localhost.localdomain   localhost
10.1.192.12    SERVER_A.customer.com        SERVER_A   loghost
  • After editing
[root@1c]# cat /etc/hosts
127.0.0.1       localhost.localdomain   localhost
10.1.192.12    SERVER_A.customer.com        SERVER_A   loghost
10.1.193.21    SERVER_D.customer.com        SERVER_D


Step 4: Verify that SERVER_D is now connected and its managed NEs are synced


1C GUI -> Administration -> Manage EMS Configuration -> EMS Servers

SERVER_A: Connectivity = Connected
SERVER_D: Connectivity = Connected

Powered by