|
- 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
[root@1c]# cat /etc/hosts 127.0.0.1 localhost.localdomain localhost 10.1.192.12 SERVER_A.customer.com SERVER_A loghost
[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 synced1C GUI -> Administration -> Manage EMS Configuration -> EMS Servers
SERVER_A: Connectivity = Connected SERVER_D: Connectivity = Connected |
|