Code: Select all
[root@ip-10-136-87-143 nagiosxi]# tail install.log
Running transaction
Installing : iptables-services-1.4.21-16.el7.x86_64 1/1
warning: /etc/sysconfig/iptables created as /etc/sysconfig/iptables.rpmnew
Verifying : iptables-services-1.4.21-16.el7.x86_64 1/1
Installed:
iptables-services.x86_64 0:1.4.21-16.el7
Complete!
Failed to execute operation: Access denied
Code: Select all
[root@ip-10-136-87-143 nagiosxi]# netstat -nltp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 10485/mysqld
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 4427/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1846/master
tcp6 0 0 :::22 :::* LISTEN 4427/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1846/master
How to check the server status from command line?
How to start/stop the Nagios XI server from command line?