Upgrade Generic Windows Server Appliances
You can upgrade the APK in older appliances to the latest APK. The APK resides in the boot volume of the appliance. You should branch, upgrade, and test prior to moving the appliance to the catalog. The required privileges and ssh keys must exist.
The latest APK is always the highest version. APK versioning is managed independently of the CA AppLogic version numbers. All APK have backward compatibility. This ensures the latest APK will work with all supported versions of CA AppLogic.
When you install a new grid, the /usr/local/applogic/download directory automatically updates with the latest APK.
The following steps use the example of upgrading a WIN08S appliance.
Follow these steps:
The application displays in the Infrastructure Editor.
In the Documentation URL field, enter the catalog datasheet URL. For example:
http://doc.3tera.com/AppLogicxx/en/index.htm?toc.htm?CatGenericWindows.html.
where xx is the new version of AppLogic
Click OK. The Infrastructure Editor displays.
ipconfig /all | grep 'DHCP Server'
cd /cygdrive/c
wget http://ip-address:8080/download/Server_Windows-*.exe
chmod 755 *.exe
dir /Q
takeown.exe /A /R /F C:\appliance takeown.exe /A /R /F C:\cygwin
rmdir /S /Q C:\appliance
rmdir /S /Q C:\cygwin
class destroy /system_ms:WIN08S --force
class move /user:WIN08S /system_ms:WIN08S
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|