SmartMIB Small Solution:

Main Modules Inventory Information Report


(SM-SmallSol0026)

Solution’s SOSL Based management process script:

 

The solution defines a single main module:

 

MainChassisEntity:

This is the main module that controls and instantiates the ‘ChassisEntity’ module.

 

The details of the Main module and the transient Service module are provided below:

 


 

MODULE MainModuleEntity ();

DESCRIPTION "Module Entity Management Process";

BEGIN

            POLL-FREQ

            {

                        MODULE-CALL ModuleEntity();

 

                        WAIT (15000);

            };

END

 


 

MODULE ModuleEntity ();

DESCRIPTION "Module Entity Management Process";

BEGIN

            ALL-DEV BY DEV

            {

                        SET-INDEX entPhysicalTable (entPhysicalDescr[entPhysicalIndex, INT]);

 

                        WITH-INDEX  entPhysicalTable

                        {

                                    POLL (entPhysicalClass);

 

                                    DEFINE entPhysicalClass DB INT;

 

                                    IF (entPhysicalClass == "9")

                                    THEN

                                                POLL (   entPhysicalHardwareRev;

                                                            entPhysicalName;

                                                            entPhysicalSerialNum;

                                                            entPhysicalMfgName;

                                                            entPhysicalModelName;

                                                            entPhysicalIsFRU;

                                                            entPhysicalSoftwareRev;

                                                            entPhysicalFirmwareRev );

                                    ENDIF;

                        };

END

 


Main Modules Inventory Information Report Index Page

Previous Page Page 4/6 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]