iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Installing the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide523346-002
2-6
Event Management Service (EMS) Template
Installation
Event Management Service (EMS) Template
Installation
Before you install the iTP Secure WebServer, you should install the EMS templates.
When the templates are installed, each event reported by the iTP Secure WebServer
appears in EMS displays and logs using the subsystem identifier
TANDEM.WEBSERV.version and an event number that identifies the error or other
event. See Appendix B, Error Messages for more information and examples.
If you do not install the EMS templates, all event messages from the iTP Secure
WebServer appear as if generated by OSS. Each message has the subsystem
identifier TANDEM.OSS.version and an event number that represents not the event
itself but a severity ranking.
Follow this procedure after you unpax the iTP Secure WebServer pax file (as
described in Installing and Configuring the iTP Secure WebServer on page 2-7):
To install a new set of EMS templates:
1. Log on as super.super:
TACL> logon super.super
2. Rename the files $system.zweb.newres and $system.zweb.newnres. (For
example, you could call them newres1 and newnres1).
3. If you are using a NonStop K-series server, run the HP Configuration Utility
Program (COUP), including the following commands:
ASSUME ALLPROCESSORS
ALTER EMS^TEMPLATES (RESIDENT newres1, NONRESIDENT newnres1)
If you are using a NonStop S-series server, run the Subsystem Control Facility
(SCF), including the following commands:
ALTER SUBSYS $zzkrn, NONRESIDENT_TEMPLATES newnres1
ALTER SUBSYS $zzkrn, RESIDENT_TEMPLATES newres1
4. Run the template script to create the new versions of newres and newnres.
5. Run the install.EMS script, located in the
/usr/tandem/webserver/admin/conf directory, as follows:
: cd /usr/tandem/webserver/admin/conf
: ./install.EMS
The install.EMS script moves the template file to the proper NonStop directory, and
merges the template file with the system template. Use of install.EMS requires the
Guardian CTOEDIT program (part of the T8373 C Runtime Library) to function
properly.
The EMS template installation can take up to five minutes to complete.