UNABLE TO COMPILE MIB (WINDOWS OS) OR HOW TO CHECK VMWWARE HOSTS

Started by 1fogenie, April 15, 2019, 05:11:54 PM

Previous topic - Next topic

1fogenie

Hello all,

I need to compile MIB files to check Health of ESXi's servers.

I've downloaded MIB files form VMWARE and put them in the C:\NetXMS\share\mibs directory

I'm using the followed command :

C:\NetXMS\bin\nxmibc.exe -z -d C:\NetXMS\share\mibs -o C:\NetXMS\var\netxms.mib

I've "no error" but the netxms.mib won't change...  i've tried for a different outpout path, le directory is empty ...

Please Help

NetXMS MIB Comiler v2.2.13

Victor Kirhenshtein

Hi,

NetXMS comes with some VMWare MIBs pre-packed:

VMWARE-AGENTCAP-MIB.txt
VMWARE-CIMOM-MIB.txt
VMWARE-ENV-MIB.txt
VMWARE-OBSOLETE-MIB.txt
VMWARE-PRODUCTS-MIB.txt
VMWARE-RESOURCES-MIB.txt
VMWARE-ROOT-MIB.txt
VMWARE-SRM-EVENT-MIB.txt
VMWARE-SYSTEM-MIB.txt
VMWARE-TC-MIB.txt
VMWARE-VC-EVENT-MIB.txt
VMWARE-VCOPS-EVENT-MIB.txt
VMWARE-VMINFO-MIB.txt

If you add same MIBs them may be just redundant. If you add new MIB files to MIB directory, make sure they have .txt extension - directory compile option only reads txt files.

Best regards,
Victor