Network
Element’s Fault Management
(SM-Pro-Fault)
(SM-ProUpd-Fault)
(SM-ProPlus-Fault)
Solution’s SOSL Based
management process scripts:
Below is the SOSL based Management Script in its basic (raw) format were further comments, journal messages, and maybe threshold conditions could be added as per the implementing Organization’s requirements:
MODULE MainFaultMgmt ();
DESCRIPTION "Fault Management Process";
BEGIN
MSG-MGR (" Fault Management Process started..");
MODULE-CALL FaultAlarms ();
MODULE-CALL FaultMgmt1 ();
POLL-FREQ
{
WAIT (9000);
MODULE-CALL FaultAlarms ();
MODULE-CALL FaultMgmt1 ();
};
END
MODULE MainFaultIndexes ();
DESCRIPTION "Fault Management Process";
BEGIN
POLL-FREQ
{
WAIT (9000);
MODULE-CALL FaultMgmtIndexes();
};
END
MODULE MainBufferData ();
DESCRIPTION "Fault Management Process";
BEGIN
POLL-FREQ
{
WAIT (9000);
MODULE-CALL BufferData ();
};
END
MODULE MainMIBTables ();
DESCRIPTION "Interface INVENTORY information";
BEGIN
POLL-FREQ
{
MODULE-CALL mibTables();
WAIT (12000);
};
END
|
Network
Element’s Fault Management
|
Previous Page Page 6/7 Next Page |
[Small Solutions], [Professional Solutions], [Security
Solutions], [Development Solutions]
[Home], [About],
[Solutions
Center], [NMS
Market],
[Products & Services],
[Management
Technology], [Technical Support],
[Contact us],
[Site Map]