Previous Topic: Configure Database ReplicationNext Topic: BFC Troubleshooting


Configuring OEM Settings

CA AppLogic® supports the ability to customize the appearance and selected elements of the CA AppLogic® GUI. This includes:

The OEM kit consists of the following entities:

To configure the OEM kit

  1. Select Administration from the left Menu.

    The Administration page appears.

  2. Click the OEM Kits tab.
  3. Click the Add OEM Kit button.
  4. Specify the following fields:
    Name

    Specifies a name to assign to the OEM kit file. This is the name that will appear in the OEM Kit drop-down list when you are creating a grid.

    Set as Default

    Indicates the OEM kit will be the default kit to use for grid creation.

    OEM Kit File

    A TAR file that contains an oem.conf file and an optional banner.png or banner.jpg file.

  5. Click the Add button.

Note: Use the option on the Miscellaneous tab of the Grid Properties page to specify the name of an OEM kit for a grid.

Sample oem.conf File

The following is a sample oem.conf file.

oem
   {
   link terms: url="http://www.3tera.com/terms_of_use.html"
   link help : url="http://doc.3tera.net/bin/applogic30_help"

   tab dashboard
      {
      link logo  : url="http://www.3tera.com/applogic.html"
      link banner : url="http://www.mywebsite.com/index.html"
      }

   tab support
      {
      link doc   : icon=docs, label="Product Documentation", url="http://doc.3tera.net/AppLogic30/"
      link gridU : icon=uni, label="Grid University", url="http://www.3tera.com/Grid-Computing-University/"
      link forum : icon=chat, label="Support" ,  url="http://support.3tera.net"
      link web   : icon=globe, label="3Tera Website", url="http://www.3tera.com"
      }
   }

Section

Link

Notes

oem

 

terms

(optional) URL where the terms of use can be found. If not present, the terms of use link is not displayed on the dashboard.

link help

(optional) URL where the AppLogic documentation can be found. If not present, the factory default URL is used.

dashboard

 

logo

URL to which user is to be taken when the AppLogic logo is clicked on. If not present, the following URL is used: http://www.3tera.com/AppLogic/

banner

(optional) URL to which user is to be taken when the Banner graphic is clicked on. If not present, the banner logo is not clickable.

support

 

doc

(optional) URL to which user is to be taken when the "docs" icon is clicked on from the support tab.

gridu

(optional) URL to which user is to be taken when the "uni" icon is clicked on from the support tab.

forum

(optional) URL to which user is to be taken when the "forum" icon is clicked on from the support tab.

web

(optional) URL to which user is to be taken when the "globe" icon is clicked on from the support tab.

Notes: