You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Rohit Yadav (JIRA)" <ji...@apache.org> on 2012/10/10 21:25:02 UTC

[jira] [Commented] (CLOUDSTACK-311) CloudBridge database is missing on the non-oss setup

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473491#comment-13473491 ] 

Rohit Yadav commented on CLOUDSTACK-311:
----------------------------------------

The issue is that while packaging, dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
This is used while installing cloud* and fails.

We just need to fix this, no code or packaging, just repo creation.
Workaround: manually install awsapi package after mgmt server installation.
                
> CloudBridge database is missing on the non-oss setup
> ----------------------------------------------------
>
>                 Key: CLOUDSTACK-311
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-311
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Management Server
>    Affects Versions: pre-4.0.0
>            Reporter: Chandan Purushothama
>            Assignee: Rohit Yadav
>            Priority: Blocker
>             Fix For: pre-4.0.0
>
>
> The following bug has been reported by Sailaja. I am filing it on her behalf as there is no record of this bug in JIRA.
> Bug Information:
> > I have installed Ubuntu MS with non-oss build
> > CloudStack-non-OSS-4.0.0- 12.tar.  There is no cloudbridge db available.
> > 
> > mysql> show databases;
> > +--------------------+
> > | Database           |
> > +--------------------+
> > | information_schema |
> > | cloud              |
> > | cloud_usage        |
> > | mysql              |
> > | performance_schema |
> > | test               |
> > +--------------------+
> > 6 rows in set (0.00 sec)
> > 
> > 
> > Setup: 10.102.125.220  sailaja/freebsd  admin/password.
> > 
> > I have not configured zone yet :
> > 
> > sailaja@UB12ASF:/$ sudo cloud-setup-databases cloud:password@localhost 
> > --deploy-as=root:password Mysql user name:cloud [ OK ] Mysql user 
> > password:password [ OK ] Mysql server ip:localhost [ OK ] Mysql server
> > port:3306 [ OK ] Mysql root user name:root [ OK ] Mysql root user 
> > password:password [ OK ] Checking Cloud database files ...
> > [ OK ]
> > Checking local machine hostname ...
> > [ OK ]
> > Checking SELinux setup ...
> > [ OK ]
> > Detected local IP address as 10.102.125.220, will use as cluster 
> > management server node IP[ OK ] Preparing 
> > /etc/cloud/management/db.properties
> > [ OK ]
> > Applying /usr/share/cloud/setup/create-database.sql
> > [ OK ]
> > Applying /usr/share/cloud/setup/create-schema.sql
> > [ OK ]
> > Applying /usr/share/cloud/setup/create-database-premium.sql
> > [ OK ]
> > Applying /usr/share/cloud/setup/create-schema-premium.sql
> > [ OK ]
> > Applying /usr/share/cloud/setup/server-setup.sql
> > [ OK ]
> > Applying /usr/share/cloud/setup/templates.sql
> > [ OK ]
> > Applying /usr/share/cloud/setup/create-index-fk.sql
> > [ OK ]
> > Processing encryption ...
> > [ OK ]
> > Finalizing setup ...
> > [ OK ]
> > 
> > CloudStack has successfully initialized database, you can check your 
> > database configuration in /etc/cloud/management/db.properties
> > 
> > 
> > Thanks and Regards,
> > Sailaja.M

--
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