Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 Upgrading, Downgrading, Backing Up and Restoring Software Files : Upgrading TIBCO Messaging Appliance Software

Upgrading TIBCO Messaging Appliance Software
To install new TIBCO Messaging Appliance software from a remote server to the /loads subdirectory on your P-7500 system for software upgrade, follow this procedure:
1.
2.
Enter the show disk User EXEC command:
   tibco> show disk
The displayed output should be:
   Internal disks
   Disk 1 administrative state: enabled
   Disk 1 operational state: up
   Disk 2 administrative state: enabled
   Disk 2 operational state: up
       RAID in fully redundant state
       Reload required: no
3.
Enter the enable command at the User EXEC Level prompt:
   tibco> enable
   tibco#
The TMA P-7500 CLI is now in Privileged EXEC level.
4.
To avoid a situation where the P-7500 system does not have valid TIBCO Messaging Appliance configuration data to start from, enter the following copy Privileged EXEC command to retain the current TIBCO Messaging Appliance configuration in the /configs subdirectory by making a local copy of it:
   tibco# copy current-config /configs/old_version_preUpgradeCfg
where old_version is the version number of the current TIBCO Messaging Appliance software. Valid version values are of the form w.x.y.z, where w, x, y and z are decimal integers.
5.
Enter the copy Privileged EXEC command to copy the latest TIBCO Messaging Appliance software from the remote server to the /loads subdirectory on the system:
   tibco# copy scp://[username@]ip-addr/remote-pathname
   /loads
where username, ip-addr, and remote-pathname point to where the new TIBCO Messaging Appliance software is located.
6.
   tibco# configure
   tibco(config)# interface 1/1/lag1
   tibco(config-interface)# shutdown
   tibco(config-interface)# exit
   tibco(config)# exit
   tibco# exit
   tibco>
7.
After successfully transferring the new TIBCO Messaging Appliance software to the /loads subdirectory, the administrator enters the boot Privileged EXEC command to upgrade the P-7500 system software to the new TIBCO Messaging Appliance software and activate it:
   tibco# boot new_version
where new_version is the version number of the new TIBCO Messaging Appliance software to be activated.
8.
9.
   tibco# configure
   tibco(config)# interface 1/1/lag1
   tibco(config-interface)# no shutdown
   tibco(config-interface)# exit
   tibco(config)# exit
   tibco# exit
   tibco>
You have completed this procedure

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved