Designing and Managing Behavior Models
-
Using Other Data Sources - Veritas Manage Exec - Creating Trap Masks for Manage Exec NT Agents -
This section explains specifically how to create a trap mask designed to receive a trap from Veritas Manage Exec. For general information about creating trap masks, see the section Defining a Trap Mask.
To create a trap mask for a trap from Manage Exec:
From the client's
Admin
menu, choose Mask List
.
The Mask List window is displayed.
Click the thumbnail above to view full-sized image.
New
button.The Mask Definition window is displayed.
Name
field.
EntSpecific = 6
from the Generic
drop-down list.All traps you receive from Manage Exec are enterprise-specific traps.
From Only
radio button.
Enterprise
field, type 1.3.6.1.4.1.1302.3.4.2.1.6
.This value -- the OID of Manage Exec's NT Trap Agent -- will match the value in the Enterprise field of all traps sent from Manage Exec.
Specific
field.The valid values for this field are the integers 1 through 11. For an explanation of what these integers mean, see the section Manage Exec's Specific Trap Numbers.
Trigger Function
radio button.
Trigger Function
tab.The Trigger Function page is displayed.
Generally, trigger functions in trap masks designed to receive Manage Exec traps have the form:
if (VbValue(1) == problemCode) {
FireTrigger("triggerName");
}
elsif (VbValue(1) == problemCode {
FireTrigger("triggerName")
}
...
While writing this trigger function, you may need to consult the following sections:
Save
button.Previous: Veritas Manage Exec | Next: Manage Exec's Specific Trap Numbers |
Please send comments or corrections to Information Development | This file was last updated on 10 October 2000 |