Administration Guide › Subscription › Implementing Offline Subscription Updates › Get a Subscription Package When the Default Proxy Is Online
Get a Subscription Package When the Default Proxy Is Online
If your default subscription proxy is an online proxy, use this host to get subscription updates from the CA FTP site for offline subscription updates. In a large environment with multiple proxies, repeat this procedure with the proxies you use.
To download an offline subscription package directly to the online default subscription proxy
- Log into the default subscription proxy through ssh as the caelmadmin user.
- Switch to root.
- Log on to default subscription proxy and access the following CA FTP site: "ftp://ftp.ca.com/pub/elm/connectors/ftp/outgoing/pub/elm/ELM_Offline_Subscription”.
For example, browse to the CA FTP site for offline subscription updates.
- Open the folder named for the desired release.
- Use FTP to download the tar file or files that you need.
- To get the latest release or service pack for the latest release, download subscription_12_x_x_x.tar and save to the /opt/CA/LogManager/data directory.
- If you already installed the latest release or service pack and want the latest content updates and hotfixes, download subscription_monthly_update_M<n>.tar and save to the /opt/CA/LogManager/data/subscription directory.
- Stop the iGateway service.
- If you downloaded subscription_12_x_x_x.tar, do the following:
- Navigate to the /opt/CA/LogManager/data directory.
cd /opt/CA/LogManager/data
- Rename the existing subscription directory under /data to subscription.bak.
For example, rename it to mydir/data/subscription.bak
- Untar the tar file.
tar -xvf subscription_12_<x_x_x>.tar
This extraction creates a subscription folder with the new modules to download. Correct ownership and permissions are automatically set.
- If you downloaded subscription_monthly_update_M<n>.tar, do the following:
- Navigate to the /opt/CA/LogManager/data/subscription directory.
cd subscription
- Untar the tar file.
tar -xvf subscription_monthly_update_M<n>>.tar
This extraction replaces existing modules and files with the updated versions.
- Restart iGateway.