Test NIM ports on AIX to see if are opened trhought firewall
I faced a situation where I needed test if I was able to reach a NIM server ports for the NIM service, problem is that is not so easy test all the ports, the hard way for example if you need test if would be possible resotre a machine is start the mksysb restore on the NIM and on the client, boot the server on the SMS services and see if will start normally hte installation. As per the documentation below: https://www.ibm.com/support/pages/nim-communication-within-firewall-environment You can see that thare are several port/services used by the NIM, is not feasible discover only in a critical moment that you have ports blocked on the firewall. Is not possible start all the services to test from the NIM clients. So the easy way is. You identify a service that respond for telnet on the localhost. Telnet to this service, on my case I saw the port 513 up: bash-5.0# telnet localhost 513 Trying... Connected to loopback. Escape character is '^]'. Testing from the NIM clients I was abl...