B.1 Automatic Rebranding Setup

The Cloud Manager 2.1.1 installation configuration automatically configures the Cloud Manager Application Server to serve up files from /var/opt/netiq/cloudmanager/webres and /var/opt/netiq/cloudmanager/webres/mobile.

B.1.1 New Installation

Use the following steps to finish the setup of the rebranding feature after the initial Cloud Manager Application Server installation:

  1. Copy the proprietary images you want to use to rebrand the mobile clients to /var/opt/netiq/cloudmanager/webres/mobile.

  2. Restart Cloud Manager services (making sure to clear the cache) using the following command:

    /etc/init.d/netiq-cloudmanager reload

  3. Make sure you can access one of the rebranded files via a Web browser. For example, login.png:

    https://<server>:8183/resources/mobile/login.png

    NOTE:When you reference Cloud Manager files from a browser or from a mobile client, the files must be referenced explicitly. For example, if you have a file called acme.jpg in a webres/mobile folder (/var/opt/netiq/cloudmanager/webres/mobile/acme.jpg), you cannot browse to it directly. You must browse to it using an explicit URL, similar to one of the following:

    • http://<server_name>:<port>/resources

    • http://<server_name>:<port>/resources/mobile

B.1.2 Upgrade

If you are upgrading from Cloud Manager 2.0 or 2.1 to Cloud Manager 2.1.1, the resource path for rebranding is the same path used in the earlier configuration.