We found that the solaris wizard need the solaris client open port 5666 for monitoring.
But no any solutions to open a port except this:
(on solaris client 192.168.255.68)
# vi /etc/services
*add lines like:*
nxi_monitoring 5666/tcp
nxi_monitoring 5666/udp
# svcadm restart inetd
And this doesn't work.
(on centos monitoring server)
# /usr/local/nagios/libexec/check_nrpe -H 192.168.255.68 -t 30 -c check_disk -a '-w 20% -c 10% -p /'
connect to address 192.168.255.68 port 5666: Connection refused
connect to host 192.168.255.68 port 5666: Connection refused
Please help us open a port on solaris.