Previous Topic: Configuring OEM SettingsNext Topic: Deleting 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: