You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rayees Namathponnan (JIRA)" <ji...@apache.org> on 2013/04/11 23:55:15 UTC

[jira] [Closed] (CLOUDSTACK-2012) 'R' Option to Stop CloudStack Services and Remove the packages doesn't work

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rayees Namathponnan closed CLOUDSTACK-2012.
-------------------------------------------

    Resolution: Fixed
      Assignee: Rayees Namathponnan

There is issue with install.sh in our internal package,  fixed this
                
> 'R' Option to Stop CloudStack Services and Remove the packages doesn't work
> ---------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2012
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2012
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Install and Setup
>    Affects Versions: 4.2.0
>            Reporter: Chandan Purushothama
>            Assignee: Rayees Namathponnan
>            Priority: Critical
>             Fix For: 4.2.0
>
>
> ===========
> Observations:
> ===========
> I see the following Message:
> Setting up Remove Process
> No Match for argument: cloud-*
> [root@asfmgmt CloudStack-non-OSS-MASTER-199-rhel6.3]# ./install.sh
> Setting up the temporary repository...
> Cleaning Yum cache...
> Loaded plugins: fastestmirror, security
> Cleaning repos: base cloud-temp extras updates
> 0 metadata files removed
> Welcome to the CloudStack Installer.  What would you like to do?
>         NOTE:   For installing KVM agent, please setup EPEL<http://fedoraproject.org/wiki/EPEL> yum repo first;
>                 For installing CloudStack on RHEL6.x, please setup distribution yum repo either from ISO or from your registeration account.
>                 3.We detect you already have MySql server installed, you can bypass mysql install chapter in CloudStack installation guide.
>         Or you can use E) to remove current mysql then re-run install.sh selecting D) to reinstall if you think existing MySql server has some trouble.
>         For MySql downloaded from community, the script may not be able to detect it.
>     M) Install the Management Server
>     A) Install the Agent
>     B) Install BareMetal Agent
>     S) Install the Usage Monitor
>     E) Remove the MySQL server (will not remove the MySQL databases)
>     Q) Quit
>  > M
> Installing the Management Server...
> Loaded plugins: fastestmirror, security
> Determining fastest mirrors
>  * base: mirror.tocici.com
>  * extras: mirrors.syringanetworks.net
>  * updates: mirrors.sonic.net
> base                                                                                                                                                                  | 3.7 kB     00:00
> base/primary_db                                                                                                                                                       | 4.4 MB     00:10
> cloud-temp                                                                                                                                                            | 1.3 kB     00:00 ...
> cloud-temp/primary                                                                                                                                                    | 3.5 kB     00:00 ...
> cloud-temp                                                                                                                                                                               8/8
> extras                                                                                                                                                                | 3.5 kB     00:00
> extras/primary_db                                                                                                                                                     |  19 kB     00:00
> updates                                                                                                                                                               | 3.5 kB     00:00
> updates/primary_db                                                                                                                                                    | 1.4 MB     00:01
> Setting up Install Process
> Resolving Dependencies
> --> Running transaction check
> ---> Package cloudstack-management.x86_64 0:4.2.0-SNAPSHOT.el6 will be installed
> --> Processing Dependency: cloudstack-common = 4.2.0 for package: cloudstack-management-4.2.0-SNAPSHOT.el6.x86_64
> --> Processing Dependency: cloudstack-awsapi = 4.2.0 for package: cloudstack-management-4.2.0-SNAPSHOT.el6.x86_64
> --> Running transaction check
> ---> Package cloudstack-awsapi.x86_64 0:4.2.0-SNAPSHOT.el6 will be installed
> ---> Package cloudstack-common.x86_64 0:4.2.0-SNAPSHOT.el6 will be installed
> --> Finished Dependency Resolution
> Dependencies Resolved
> =============================================================================================================================================================================================
>  Package                                             Arch                                 Version                                             Repository                                Size
> =============================================================================================================================================================================================
> Installing:
>  cloudstack-management                               x86_64                               4.2.0-SNAPSHOT.el6                                  cloud-temp                                70 M
> Installing for dependencies:
>  cloudstack-awsapi                                   x86_64                               4.2.0-SNAPSHOT.el6                                  cloud-temp                                60 M
>  cloudstack-common                                   x86_64                               4.2.0-SNAPSHOT.el6                                  cloud-temp                                82 M
> Transaction Summary
> =============================================================================================================================================================================================
> Install       3 Package(s)
> Total download size: 212 M
> Installed size: 249 M
> Is this ok [y/N]: y
> Downloading Packages:
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> Total                                                                                                                                                         90 MB/s | 212 MB     00:02
> Running rpm_check_debug
> Running Transaction Test
> Transaction Test Succeeded
> Running Transaction
>   Installing : cloudstack-common-4.2.0-SNAPSHOT.el6.x86_64                                                                                                                               1/3
>   Installing : cloudstack-awsapi-4.2.0-SNAPSHOT.el6.x86_64                                                                                                                               2/3
>   Installing : cloudstack-management-4.2.0-SNAPSHOT.el6.x86_64                                                                                                                           3/3
> ln: creating symbolic link `/usr/share/cloudstack-management/webapps7080/webapps': File exists
>   Verifying  : cloudstack-management-4.2.0-SNAPSHOT.el6.x86_64                                                                                                                           1/3
>   Verifying  : cloudstack-common-4.2.0-SNAPSHOT.el6.x86_64                                                                                                                               2/3
>   Verifying  : cloudstack-awsapi-4.2.0-SNAPSHOT.el6.x86_64                                                                                                                               3/3
> Installed:
>   cloudstack-management.x86_64 0:4.2.0-SNAPSHOT.el6
> Dependency Installed:
>   cloudstack-awsapi.x86_64 0:4.2.0-SNAPSHOT.el6                                                 cloudstack-common.x86_64 0:4.2.0-SNAPSHOT.el6
> Complete!
> Done
> [root@asfmgmt CloudStack-non-OSS-MASTER-199-rhel6.3]# ./install.sh
> Setting up the temporary repository...
> Cleaning Yum cache...
> Loaded plugins: fastestmirror, security
> Cleaning repos: base cloud-temp extras updates
> 7 metadata files removed
> Welcome to the CloudStack Installer.  What would you like to do?
>         NOTE:   For installing KVM agent, please setup EPEL<http://fedoraproject.org/wiki/EPEL> yum repo first;
>                 For installing CloudStack on RHEL6.x, please setup distribution yum repo either from ISO or from your registeration account.
>                 3.We detect you already have MySql server installed, you can bypass mysql install chapter in CloudStack installation guide.
>         Or you can use E) to remove current mysql then re-run install.sh selecting D) to reinstall if you think existing MySql server has some trouble.
>         For MySql downloaded from community, the script may not be able to detect it.
>     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
>  > R
> Removing all CloudStack packages on this computer...
> Loaded plugins: fastestmirror, security
> Setting up Remove Process
> No Match for argument: cloud-*
> Loading mirror speeds from cached hostfile
>  * base: mirrors.sonic.net
>  * extras: mirror.stanford.edu
>  * updates: mirrors.usc.edu
> base                                                                                                                                                                  | 3.7 kB     00:00
> cloud-temp                                                                                                                                                            | 1.3 kB     00:00 ...
> extras                                                                                                                                                                | 3.5 kB     00:00
> updates                                                                                                                                                               | 3.5 kB     00:00
> No Packages marked for removal
> Done
> [root@asfmgmt CloudStack-non-OSS-MASTER-199-rhel6.3]#

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