Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DEBUG:root:execute:hostname -f
- DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
- DEBUG:root:Failed to execute:
- DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 8080 -j ACCEPT
- DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
- DEBUG:root:Failed to execute:
- DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 7080 -j ACCEPT
- DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
- DEBUG:root:Failed to execute:
- DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 8250 -j ACCEPT
- DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
- DEBUG:root:Failed to execute:
- DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 9090 -j ACCEPT
- DEBUG:root:execute:iptables-save > /etc/sysconfig/iptables
- DEBUG:root:execute:service iptables status
- DEBUG:root:execute:service iptables status
- DEBUG:root:execute:service iptables start
- DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml /etc/cloudstack/management/server.xml
- DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf /etc/cloudstack/management/tomcat6.conf
- DEBUG:root:execute:hostname --fqdn
- DEBUG:root:execute:mkdir /var/log/cloudstack-management/
- DEBUG:root:Failed to execute:mkdir: cannot create directory `/var/log/cloudstack-management/': File exists
- DEBUG:root:execute:service tomcat6 status
- DEBUG:root:Failed to execute:tomcat6 is stopped [ OK ]
- DEBUG:root:execute:chkconfig --del tomcat6
- DEBUG:root:execute:service cloudstack-management status
- DEBUG:root:Failed to execute:cloudstack-management is stopped
- The pid file locates at /var/run/cloudstack-management.pid and lock file at /var/lock/subsys/cloudstack-management.
- Starting cloudstack-management will take care of them or you can manually clean up.
- DEBUG:root:execute:chkconfig --level 2345 cloudstack-management on
- DEBUG:root:execute:service cloudstack-management status
- DEBUG:root:Failed to execute:cloudstack-management is stopped
- The pid file locates at /var/run/cloudstack-management.pid and lock file at /var/lock/subsys/cloudstack-management.
- Starting cloudstack-management will take care of them or you can manually clean up.
- DEBUG:root:execute:service cloudstack-management start
Advertisement
Add Comment
Please, Sign In to add comment