Guest User

setupmanagement.log

a guest
Jun 29th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. DEBUG:root:execute:hostname -f
  2. DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
  3. DEBUG:root:Failed to execute:
  4. DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 8080 -j ACCEPT
  5. DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
  6. DEBUG:root:Failed to execute:
  7. DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 7080 -j ACCEPT
  8. DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
  9. DEBUG:root:Failed to execute:
  10. DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 8250 -j ACCEPT
  11. DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
  12. DEBUG:root:Failed to execute:
  13. DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 9090 -j ACCEPT
  14. DEBUG:root:execute:iptables-save > /etc/sysconfig/iptables
  15. DEBUG:root:execute:service iptables status
  16. DEBUG:root:execute:service iptables status
  17. DEBUG:root:execute:service iptables start
  18. DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml /etc/cloudstack/management/server.xml
  19. DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf /etc/cloudstack/management/tomcat6.conf
  20. DEBUG:root:execute:hostname --fqdn
  21. DEBUG:root:execute:mkdir /var/log/cloudstack-management/
  22. DEBUG:root:Failed to execute:mkdir: cannot create directory `/var/log/cloudstack-management/': File exists
  23. DEBUG:root:execute:service tomcat6 status
  24. DEBUG:root:Failed to execute:tomcat6 is stopped [ OK ]
  25. DEBUG:root:execute:chkconfig --del tomcat6
  26. DEBUG:root:execute:service cloudstack-management status
  27. DEBUG:root:Failed to execute:cloudstack-management is stopped
  28. The pid file locates at /var/run/cloudstack-management.pid and lock file at /var/lock/subsys/cloudstack-management.
  29. Starting cloudstack-management will take care of them or you can manually clean up.
  30. DEBUG:root:execute:chkconfig --level 2345 cloudstack-management on
  31. DEBUG:root:execute:service cloudstack-management status
  32. DEBUG:root:Failed to execute:cloudstack-management is stopped
  33. The pid file locates at /var/run/cloudstack-management.pid and lock file at /var/lock/subsys/cloudstack-management.
  34. Starting cloudstack-management will take care of them or you can manually clean up.
  35. DEBUG:root:execute:service cloudstack-management start
Advertisement
Add Comment
Please, Sign In to add comment