You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Noa Resare (JIRA)" <ji...@apache.org> on 2012/10/22 15:32:11 UTC

[jira] [Created] (CLOUDSTACK-405) management server startup missing from install documents

Noa Resare created CLOUDSTACK-405:
-------------------------------------

             Summary: management server startup missing from install documents
                 Key: CLOUDSTACK-405
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-405
             Project: CloudStack
          Issue Type: Bug
          Components: Doc
            Reporter: Noa Resare


For the simplest possible test case (that I can come up with) the Installation Guide instructions fail, with status 404 when attempting to connect to http://MANAGEMENT_SERVER:8080/client 

Expected outcome:
The cloudstack web UI in the web browser when accessing http://MANAGEMENT_SERVER:8080/client

Actual outcome:
The default tomcat 404 page

Steps to reproduce:
- I created a fully updated vmware vm running a 64 bit Ubuntu 12.04.1
- installed mysql-server, with root password abc123
- ran mysql_secure_installation, default options
- pulled the latest built ubuntu packages from jenkins: http://jenkins.cloudstack.org/job/build-4.0-ubuntu1204/535/artifact/CloudStack-oss-4.0.0-535.tar.bz2
- ran the install script installing the management server (which translates install 'apt-get install cloud-client')
- ran "cloud-setup-databases cloud:foobar --deploy-as=root:abc123" with the output "CloudStack has successfully initialized database"
- attempted to connect with my web browser at http://MANAGEMENT_SERVER:8080/client

Additional notes:
Looking at the output from the installer, it seems the tomcat6 starts on install, listening on port 8080. If I run
"/etc/init.d/tomcat6 stop" followed by "/etc/init.d/cloud-management start" I get a cloudstack login prompt at http://MANAGEMENT_SERVER:8080/client/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CLOUDSTACK-405) management server startup missing from install documents

Posted by "Jessica Tomechak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jessica Tomechak reassigned CLOUDSTACK-405:
-------------------------------------------

    Assignee: Jessica Tomechak
    
> management server startup missing from install documents
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-405
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-405
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: Noa Resare
>            Assignee: Jessica Tomechak
>
> For the simplest possible test case (that I can come up with) the Installation Guide instructions fail, with status 404 when attempting to connect to http://MANAGEMENT_SERVER:8080/client 
> Expected outcome:
> The cloudstack web UI in the web browser when accessing http://MANAGEMENT_SERVER:8080/client
> Actual outcome:
> The default tomcat 404 page
> Steps to reproduce:
> - I created a fully updated vmware vm running a 64 bit Ubuntu 12.04.1
> - installed mysql-server, with root password abc123
> - ran mysql_secure_installation, default options
> - pulled the latest built ubuntu packages from jenkins: http://jenkins.cloudstack.org/job/build-4.0-ubuntu1204/535/artifact/CloudStack-oss-4.0.0-535.tar.bz2
> - ran the install script installing the management server (which translates install 'apt-get install cloud-client')
> - ran "cloud-setup-databases cloud:foobar --deploy-as=root:abc123" with the output "CloudStack has successfully initialized database"
> - attempted to connect with my web browser at http://MANAGEMENT_SERVER:8080/client
> Additional notes:
> Looking at the output from the installer, it seems the tomcat6 starts on install, listening on port 8080. If I run
> "/etc/init.d/tomcat6 stop" followed by "/etc/init.d/cloud-management start" I get a cloudstack login prompt at http://MANAGEMENT_SERVER:8080/client/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-405) management server startup missing from install documents

Posted by "Noa Resare (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481740#comment-13481740 ] 

Noa Resare commented on CLOUDSTACK-405:
---------------------------------------

Browsing this issue tracker it seems to be common knowledge that 'cloud-setup-management' needs to be run as well (which does the above required steps, among other relevant things. 

Looking more carefully at the install guide (I'm looking at the version available at http://jenkins.cloudstack.org/job/docs-4.0/143/) there is indeed a reference to cloud-setup-management, item  4 under 4.5.6. Prepare and Start Additional Management Servers. Since I only intend to use a single management server in my setup, I had skipped this section.
                
> management server startup missing from install documents
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-405
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-405
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: Noa Resare
>
> For the simplest possible test case (that I can come up with) the Installation Guide instructions fail, with status 404 when attempting to connect to http://MANAGEMENT_SERVER:8080/client 
> Expected outcome:
> The cloudstack web UI in the web browser when accessing http://MANAGEMENT_SERVER:8080/client
> Actual outcome:
> The default tomcat 404 page
> Steps to reproduce:
> - I created a fully updated vmware vm running a 64 bit Ubuntu 12.04.1
> - installed mysql-server, with root password abc123
> - ran mysql_secure_installation, default options
> - pulled the latest built ubuntu packages from jenkins: http://jenkins.cloudstack.org/job/build-4.0-ubuntu1204/535/artifact/CloudStack-oss-4.0.0-535.tar.bz2
> - ran the install script installing the management server (which translates install 'apt-get install cloud-client')
> - ran "cloud-setup-databases cloud:foobar --deploy-as=root:abc123" with the output "CloudStack has successfully initialized database"
> - attempted to connect with my web browser at http://MANAGEMENT_SERVER:8080/client
> Additional notes:
> Looking at the output from the installer, it seems the tomcat6 starts on install, listening on port 8080. If I run
> "/etc/init.d/tomcat6 stop" followed by "/etc/init.d/cloud-management start" I get a cloudstack login prompt at http://MANAGEMENT_SERVER:8080/client/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-405) management server startup missing from install documents

Posted by "Jessica Tomechak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482793#comment-13482793 ] 

Jessica Tomechak commented on CLOUDSTACK-405:
---------------------------------------------

Looks like someone has made some unreviewed changes to the management server installation sections. The command was present in the original file on which we based the 4.0 Install Guide (that file is attached to the "Convert to XML" doc sprint wiki page). Not only was this step removed, but some language changes were made that introduce grammatical errors. I will take a look at this entire section.
                
> management server startup missing from install documents
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-405
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-405
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: Noa Resare
>
> For the simplest possible test case (that I can come up with) the Installation Guide instructions fail, with status 404 when attempting to connect to http://MANAGEMENT_SERVER:8080/client 
> Expected outcome:
> The cloudstack web UI in the web browser when accessing http://MANAGEMENT_SERVER:8080/client
> Actual outcome:
> The default tomcat 404 page
> Steps to reproduce:
> - I created a fully updated vmware vm running a 64 bit Ubuntu 12.04.1
> - installed mysql-server, with root password abc123
> - ran mysql_secure_installation, default options
> - pulled the latest built ubuntu packages from jenkins: http://jenkins.cloudstack.org/job/build-4.0-ubuntu1204/535/artifact/CloudStack-oss-4.0.0-535.tar.bz2
> - ran the install script installing the management server (which translates install 'apt-get install cloud-client')
> - ran "cloud-setup-databases cloud:foobar --deploy-as=root:abc123" with the output "CloudStack has successfully initialized database"
> - attempted to connect with my web browser at http://MANAGEMENT_SERVER:8080/client
> Additional notes:
> Looking at the output from the installer, it seems the tomcat6 starts on install, listening on port 8080. If I run
> "/etc/init.d/tomcat6 stop" followed by "/etc/init.d/cloud-management start" I get a cloudstack login prompt at http://MANAGEMENT_SERVER:8080/client/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-405) management server startup missing from install documents

Posted by "Noa Resare (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484430#comment-13484430 ] 

Noa Resare commented on CLOUDSTACK-405:
---------------------------------------

My insights into wether the changes are factually correct or not are limited, but I can confirm that the instruction to run cloud-setup-management is included in the installation variant where the mysql instance is installed on the same server as the management software.
                
> management server startup missing from install documents
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-405
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-405
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: Noa Resare
>            Assignee: Jessica Tomechak
>
> For the simplest possible test case (that I can come up with) the Installation Guide instructions fail, with status 404 when attempting to connect to http://MANAGEMENT_SERVER:8080/client 
> Expected outcome:
> The cloudstack web UI in the web browser when accessing http://MANAGEMENT_SERVER:8080/client
> Actual outcome:
> The default tomcat 404 page
> Steps to reproduce:
> - I created a fully updated vmware vm running a 64 bit Ubuntu 12.04.1
> - installed mysql-server, with root password abc123
> - ran mysql_secure_installation, default options
> - pulled the latest built ubuntu packages from jenkins: http://jenkins.cloudstack.org/job/build-4.0-ubuntu1204/535/artifact/CloudStack-oss-4.0.0-535.tar.bz2
> - ran the install script installing the management server (which translates install 'apt-get install cloud-client')
> - ran "cloud-setup-databases cloud:foobar --deploy-as=root:abc123" with the output "CloudStack has successfully initialized database"
> - attempted to connect with my web browser at http://MANAGEMENT_SERVER:8080/client
> Additional notes:
> Looking at the output from the installer, it seems the tomcat6 starts on install, listening on port 8080. If I run
> "/etc/init.d/tomcat6 stop" followed by "/etc/init.d/cloud-management start" I get a cloudstack login prompt at http://MANAGEMENT_SERVER:8080/client/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-405) management server startup missing from install documents

Posted by "Jessica Tomechak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482825#comment-13482825 ] 

Jessica Tomechak commented on CLOUDSTACK-405:
---------------------------------------------

New text submitted in 1e0b8e43ba2c076b6256b714d8bfcec34ae5694a. It would be excellent if this could be reviewed for accuracy.
                
> management server startup missing from install documents
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-405
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-405
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: Noa Resare
>            Assignee: Jessica Tomechak
>
> For the simplest possible test case (that I can come up with) the Installation Guide instructions fail, with status 404 when attempting to connect to http://MANAGEMENT_SERVER:8080/client 
> Expected outcome:
> The cloudstack web UI in the web browser when accessing http://MANAGEMENT_SERVER:8080/client
> Actual outcome:
> The default tomcat 404 page
> Steps to reproduce:
> - I created a fully updated vmware vm running a 64 bit Ubuntu 12.04.1
> - installed mysql-server, with root password abc123
> - ran mysql_secure_installation, default options
> - pulled the latest built ubuntu packages from jenkins: http://jenkins.cloudstack.org/job/build-4.0-ubuntu1204/535/artifact/CloudStack-oss-4.0.0-535.tar.bz2
> - ran the install script installing the management server (which translates install 'apt-get install cloud-client')
> - ran "cloud-setup-databases cloud:foobar --deploy-as=root:abc123" with the output "CloudStack has successfully initialized database"
> - attempted to connect with my web browser at http://MANAGEMENT_SERVER:8080/client
> Additional notes:
> Looking at the output from the installer, it seems the tomcat6 starts on install, listening on port 8080. If I run
> "/etc/init.d/tomcat6 stop" followed by "/etc/init.d/cloud-management start" I get a cloudstack login prompt at http://MANAGEMENT_SERVER:8080/client/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CLOUDSTACK-405) management server startup missing from install documents

Posted by "Jessica Tomechak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jessica Tomechak updated CLOUDSTACK-405:
----------------------------------------

    Status: Ready To Review  (was: In Progress)
    
> management server startup missing from install documents
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-405
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-405
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>            Reporter: Noa Resare
>            Assignee: Jessica Tomechak
>
> For the simplest possible test case (that I can come up with) the Installation Guide instructions fail, with status 404 when attempting to connect to http://MANAGEMENT_SERVER:8080/client 
> Expected outcome:
> The cloudstack web UI in the web browser when accessing http://MANAGEMENT_SERVER:8080/client
> Actual outcome:
> The default tomcat 404 page
> Steps to reproduce:
> - I created a fully updated vmware vm running a 64 bit Ubuntu 12.04.1
> - installed mysql-server, with root password abc123
> - ran mysql_secure_installation, default options
> - pulled the latest built ubuntu packages from jenkins: http://jenkins.cloudstack.org/job/build-4.0-ubuntu1204/535/artifact/CloudStack-oss-4.0.0-535.tar.bz2
> - ran the install script installing the management server (which translates install 'apt-get install cloud-client')
> - ran "cloud-setup-databases cloud:foobar --deploy-as=root:abc123" with the output "CloudStack has successfully initialized database"
> - attempted to connect with my web browser at http://MANAGEMENT_SERVER:8080/client
> Additional notes:
> Looking at the output from the installer, it seems the tomcat6 starts on install, listening on port 8080. If I run
> "/etc/init.d/tomcat6 stop" followed by "/etc/init.d/cloud-management start" I get a cloudstack login prompt at http://MANAGEMENT_SERVER:8080/client/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira