
5. On the “New Virtual Machine – Guide Me” screen, click “Configure Later”
6. Boot the “jon-server” virtual ma chine
7. On the top navigation bar, click the “Run” button
8. On the top navigation bar, Click on the “Console” button
9. When the virtual machine boots, select the appropriate entry from the PXE menu.
12.When the jon-server reboots, log in and check the rhq service
# service rhq-server.sh status
13.Check the install log to ensure everything completed
# cat ks-post.log
14.Configure iptables
IP Port Number Protocol Component
16163 TCP / UDP Server to Agent
7080 TCP / UDP Agent to Server (Standard)
7443 TCP / UDP Agent to Server (Secure)
5432 TCP / UDP PostgreSQL
# ./firewall-config.sh
Please put the ports you would like to firewall here, separated by a
space:
16163 7080 7443 5432
Please put the protocols you would like to firewall here, separated by a
space:
tcp udp
iptables: Chain already exists.
iptables --append RHCF --protocol tcp --destination-port 16163 --jump
ACCEPT
iptables --append RHCF --protocol tcp --destination-port 7080 --jump
ACCEPT
iptables --append RHCF --protocol tcp --destination-port 7443 --jump
ACCEPT
iptables --append RHCF --protocol tcp --destination-port 5432 --jump
ACCEPT
iptables --append RHCF --protocol udp --destination-port 16163 --jump
ACCEPT
iptables --append RHCF --protocol udp --destination-port 7080 --jump
ACCEPT
iptables --append RHCF --protocol udp --destination-port 7443 --jump
93 www.redhat.com
Comentarios a estos manuales