SmartMIB Professional Solution:

Network Inventory and Assets Management


(SM-Pro-Inv&Asst)

(SM-ProUpd-Inv&Asst)

(SM-ProPlus-Inv&Asst)

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 MainElementEntity ();

DESCRIPTION "Chassis Entity Management Process";

BEGIN

            POLL-FREQ

            {

                        MODULE-CALL ElementEntity();

                        WAIT (30000);

            };

END


 

MODULE MainChassisEntity ();

DESCRIPTION "Chassis Entity Management Process";

BEGIN

            POLL-FREQ

            {

                        MODULE-CALL ChassisEntity(); 

                        WAIT (15000);

            };

END


 

MODULE MainModuleEntity ();

DESCRIPTION "Module Entity Management Process";

BEGIN

            POLL-FREQ

            {

                        MODULE-CALL ModuleEntity();

                        WAIT (15000);

            };

END

 


Network Inventory and Assets Management Index Page

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]