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

Pradeep Soundararajan commented on CLOUDSTACK-185:
--------------------------------------------------

Yes, I think we have to remove cloud-premium from the install.sh since it is 
not used:


if [ "$installtype" == "q" -o "$installtype" == "Q" ] ; then
    true
elif [ "$installtype" == "m" -o "$installtype" == "M" ] ; then
    echo "Installing the Management Server..." >&2
    doinstall cloud-client cloud-premium
    true
elif [ "$installtype" == "a" -o "$installtype" == "A" ] ; then
    echo "Installing the Agent..." >&2
    if doinstall cloud-agent cloud-premium ; then
        echo "Agent installation is completed, please add the host from 
management server" >&2
    else
        true
    fi
elif [ "$installtype" == "b" -o "$installtype" == "B" ] ; then
    echo "Installing the BareMetal Agent..." >&2
    doinstall cloud-baremetal-agent
    true
elif [ "$installtype" == "s" -o "$installtype" == "S" ] ; then
    echo "Installing the Usage Server..." >&2
    doinstall cloud-usage cloud-premium
    true

It has to be removed from the above lines. We don’t use the same for Citrix 
install.sh script. 

Can we compare the latest Citrix install.sh and merge the related only to ASF 
since the install.sh has been modified a lot over the period for Citrix.

Thanks,
Pradeep.S

                
> install script for usage server asking for JSVC package
> -------------------------------------------------------
>
>                 Key: CLOUDSTACK-185
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-185
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Install and Setup, Management Server
>         Environment: Git Revision: 2a5e5b2e62a9f35d674f016e02abc1da77b95745
> Git URL: https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.gi
>            Reporter: sadhu suresh
>            Assignee: Pradeep Soundararajan
>             Fix For: 4.0.0
>
>
> Steps:
> 1.Download the new build rhel6.3
> 2.Install the management server
> 3.try to install the usage server
> Actual result:
> fail to install the usage server and it looking for depency package for 
> JSVC.i think we don't require this package for usage server.
> Also installer says no package  cloud-premium package  available
> [root@rhel63 hh]# ./install.sh
> Setting up the temporary repository...
> Cleaning Yum cache...
> Loaded plugins: product-id, subscription-manager
> Updating certificate-based repositories.
> Unable to read consumer identity
> Cleaning repos: cloud-temp rhel
> 2 metadata files removed
> Welcome to the Cloud.com CloudStack Installer.  What would you like to do?
>     A) Install the Agent
>     B) Install BareMetal Agent
>     S) Install the Usage Monitor
>     U) Upgrade the CloudStack packages installed on this computer
>     R) Stop any running CloudStack services and remove the CloudStack 
> packages from this computer
>     E) Remove the MySQL server (will not remove the MySQL databases)
>     Q) Quit
>     > s
> Installing the Usage Server...
> Loaded plugins: product-id, subscription-manager
> Updating certificate-based repositories.
> Unable to read consumer identity
> cloud-temp                                                                    
>                                                         | 1.3 kB     00:00 ...
> rhel                                                                          
>                                                         | 4.0 kB     00:00 ...
> Setting up Install Process
> No package cloud-premium available.
> Resolving Dependencies
> --> Running transaction check
> ---> Package cloud-usage.x86_64 0:4.0.0-0.22.el6.4.0 will be installed
> --> Processing Dependency: jsvc for package: 
> cloud-usage-4.0.0-0.22.el6.4.0.x86_64
> --> Finished Dependency Resolution
> Error: Package: cloud-usage-4.0.0-0.22.el6.4.0.x86_64 (cloud-temp)
>            Requires: jsvc
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest

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

Reply via email to