How to add a custom header and footer messages in OpsCenter

Article: 100037968
Last Published: 2011-12-04
Ratings: 0 0
Product(s): NetBackup

Description

1.)  Create a file named customerpreferences.conf in the config directory.

Windows path: <install_path>\opscenter\server\config
UNIX path: /opt/SYMCOpsCenterServer/config
 
 
2.)  Edit the customerpreferences.conf file, adding the following contents:
 
SHOW_MESSAGE_IN_HEADER_AND_FOOTER=true
HEADER_FOOTER_MESSAGE_TEXT
=<Message_to_be_displayed>
 
 
3.)  Stop and restart the OpsCenter services.
 
 
Example:
customerpreferences.conf file entries:
SHOW_MESSAGE_IN_HEADER_AND_FOOTER=true
HEADER_FOOTER_MESSAGE_TEXT=Test header footer message. 

The results that are displayed:

Was this content helpful?