The “Agent Port Number” field in the Hub Portal specifies the TCP/IP port used to connect to the IBM i LPAR. The default port is 9000. Command line commands, like netstat, can be used to determine the status of the port. For example:
netstat -a | findstr "9000"
For correct operation, the port should be “Established”.