You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "satoru nakaya (JIRA)" <ji...@apache.org> on 2013/06/09 02:35:20 UTC

[jira] [Created] (CLOUDSTACK-2908) An automatic start setup is not carried out after cloudstack-usage installation.

satoru nakaya created CLOUDSTACK-2908:
-----------------------------------------

             Summary: An automatic start setup is not carried out after cloudstack-usage installation. 
                 Key: CLOUDSTACK-2908
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2908
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Install and Setup
    Affects Versions: 4.1.0
         Environment: cloudstack-usage-4.1.0-0.el6.x86_64
            Reporter: satoru nakaya
            Priority: Trivial


An automatic start setup is not carried out after cloudstack-usage installation. 

# yum install cloudstack-usage -y --nogpgcheck
# chkconfig --list | grep cloud
cloudstack-management   0:off   1:off   2:off   3:on    4:on    5:on    6:off
#

You have to carry out an automatic start setup manually. 
# chkconfig --add cloudstack-usage

In version 4.0.x, it was set up automatically.

# chkconfig --list | grep cloud
cloud-management        0:off   1:off   2:on    3:on    4:on    5:on    6:off
cloud-usage     0:off   1:off   2:off   3:on    4:on    5:on    6:off
#


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