These following two files set up the criteria and destinations for the messages:
Defines the criteria for messages that are sent to each of five destinations. All warning messages are routed to the first destination. All informational messages with the prefix CAKO are sent to the second destination. The third destination receives German language messages with the prefix CAS9nxxE where n is a number from 6 through 8 and xx represents any two characters. Destination 4 receives all messages with the prefix IEF40 except those with the prefix IEF403. All messages that do not have the prefix XCOM are routed to destination 5.
DestId1: text(".") sev(WARN)
DestId2: text("^CAKO") sev(INFO)
DestId3: text("^CAS9[6-8]..E") sev(*) lang(IBM-273)
DestId4: text("^IEF40[^3]") sev(*)
DestId5: text("(^XCO[^M])|(^XC[^O])|(^X[^C])|(^[^X])") sev(*)
Defines the five destinations that are referenced above. Messages to the fourth destination are translated from the IBM-273 code page (German language) to the IBM-1047 code page (English). The second, third, and fifth destinations are remote nodes.
DestID1: driver(/cai/nsmem/bin/casyfem1) DESTID2: driver(/cai/nsmem/bin/casyfem1) drvropts(-n ABCNODE) DestID3: driver(/cai/nsmem/bin/casyfem1) drvropts(-n XYZNODE) DestID4: driver(/cai/nsmem/bin/casyfem4) lang(IBM-1047) DestID5: driver(/cai/nsmem/bin/casyfem5) + drvropts(-p nnnn) + drvrdata(1.3.6.1.4.1.791.2.9.2.2 6 12 1.3.6.1.4.1.791.2.2.3.1)
Where /cai/nsmem/bin depends on the installation location.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|