5.0
Table Of Contents
- Getting Started with vFabric Cloud Application Platform
- Table of Contents
- 1. About Getting Started with vFabric Cloud Application Platform
- 2. Quick Start Guide
- 3. Introducing vFabric Cloud Application Platform 5.0
- vFabric Platform Application Services and Packages
- Simplified VM-Based Licensing Model
- Integration with vSphere
- Engineered for Spring-Built Applications
- 4. vFabric Licensing
- 5. Installing vFabric Platform
- vSphere, JVM, and Operating System Support
- Install vFabric License Server on Your vCenter Server
- Activate vFabric Platform Licenses
- RHEL: Installing vFabric Components from the VMware YUM Repository
- Important Information About Installing Using RPMs
- Install the vFabric Repository RPMs
- Pre-Installation Instructions
- Install vFabric Components: General Instructions
- Post-Installation Instructions
- Post-Installation Instructions for tc Server
- Post-Installation Instructions for Spring Insight Operations (Agent and Dashboard)
- Post-Installation Instructions for Web Server
- Post-Installation Instructions for GemFire
- Post-Installation Instructions for SQLFire
- Post-Installation Instructions for RabbitMQ
- Post-Installation Instructions for Hyperic Server
- Post-Installation Instructions for Hyperic Agent
- Windows/Linux: Example Walkthrough of Installing Component from Download Page
- Monitor vFabric License Usage
- Upgrade vFabric License Server
- Uninstall vFabric License Server from vCenter Server
- RHEL: Upgrade vFabric Components From the VMware YUM Repository
44 vFabric Platform
44 Installing vFabric Platform
prompt$ ./tcruntime-ctl.sh myserver stop
See the specific vFabric component documentation for details about stopping a component or an instance of a component.
Procedure
1. On the RHEL VM on which you are going to upgrade the vFabric component, start a terminal either as the root user or as
an unprivileged user using sudo.
2. Execute the appropriate yum upgrade component command to upgrade the vFabric component, where component is
name of the RPM package for the component.
For the exact name of each RPM, see Important Information About Installing Using RPMs, or use the output of yum
search vfabric.
For example, to upgrade vFabric tc Server:
prompt# yum upgrade vfabric-tc-server-standard
Warning: The yum upgrade command shown in the preceding examples upgrades the vFabric component to the most
recent RPM it finds in all repositories the yum command knows about. If you want to upgrade to a version that is not
the most recent, then you must explicitly specify the version on the yum upgrade command line. Use yum search
vfabric-component --showduplicates to find all versions of a component in all repositories. For example, to
explicitly upgrade to version 2.6.2 of tc Server:
prompt# yum search vfabric-tc-server-standard --showduplicates
===================== Matched: vfabric-tc-server-standard ======================
vfabric-tc-server-standard-2.6.0-RELEASE.noarch : VMWare vFabric tc Server Standard
vfabric-tc-server-standard-2.6.1-RELEASE.noarch : VMWare vFabric tc Server Standard
vfabric-tc-server-standard-2.6.2-RELEASE.noarch : VMWare vFabric tc Server Standard
prompt# yum upgrade vfabric-tc-server-standard-2.6.2-RELEASE
3. Enter y at the prompt to begin the actual upgrade. Depending on the component, you may be asked additional questions;
answer as appropriate. If you need more detailed information, see the component documentation.
If the upgrade is successful, you will see a Complete! message at the end.
What to do next
The next steps depend on the specific component you upgraded.
• If you upgraded tc Server, then you will likely want to upgrade specific tc Runtime instances. To upgrade the myserver
instance to tc Runtime 7.0.22.A.RELEASE, su to the tc-server user and run the following commands:
prompt$ cd /opt/vmware/vfabric-tc-server-standard
prompt$ ./tcruntime-instance.sh upgrade -v 7.0.22.A.RELEASE myserver
prompt$ ./tcruntime-ctl.sh myserver start
See the specific component documentation for additional details about the next steps after upgrading the component.