SmartMIB Small Solution:

Main Chassis Inventory Information Report


(SM-SmallSol0027)

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

DESCRIPTION "Chassis Entity Management Process";

BEGIN

            POLL-FREQ

            {

                        MODULE-CALL ChassisEntity();

 

                        WAIT (15000);

            };

END

 


 

MODULE ChassisEntity ();

DESCRIPTION "Chassis 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 == "3")

                                    THEN

                                                POLL (   entPhysicalHardwareRev;

                                                            entPhysicalName;

                                                            entPhysicalSerialNum;

                                                            entPhysicalMfgName;

                                                            entPhysicalModelName;

                                                            entPhysicalIsFRU;

                                                            entPhysicalSoftwareRev;

                                                            entPhysicalFirmwareRev );

                                    ENDIF;

                        };

END

 


Main Chassis 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]