Unsolved
1 Rookie
•
37 Posts
0
57
About DELL NagiosXI Pluging.
I installed according to the link below, but Python netaddr and OMSDK seem not to be installed.
How can I overcome this problem? Where am I making a mistake?
Python version (2.7.5 / 3.6.3) or above is installed.
Python argparse module is installed.
Python netaddr module is not installed or not appropriate. ? ?
OpenManage Python Software Development Kit (OMSDK) module is not installed or not appropriate. ??
DELL-Erman O
Moderator
Moderator
•
2.5K Posts
0
February 14th, 2024 13:20
Hi, from what I understand from this PDF. https://dell.to/3wiYyBN First, check whether it meets the system requirements.
Common prerequisites:
System requirements for management systems
A management system is the server where Nagios XI is installed. The requirements for the management systems are as follows:
The hypervisor that hosts the supported versions of Red Hat Enterprise Linux,and Ubuntu guest operating systems is also supported.
System requirements for managed systems
A managed system is a supported Dell EMC device that you are monitoring. The requirements for the managed systems are as follows:
4.0.0.0 and later versions
2.63.60.61 and later versions
NOTE: HCI , DSS devices also supports 13th Generation and iDRAC9
6.1 and later versions
1.1 and later versions
3.2 and later versions
2.2 and later versions
7.2.1 and later versions
9.1.4 and later versions
08.25.11.60 and later versions
GT280R004-01 and later versions
6.6.0.13 and later versions
19.4.1.8 and later versions
10.5.1.0 and later versions
Then you can try to install as below:
OMSDK Installation
OMSDK is available as a standard python package in https://dell.to/49y1wRg
Installing and uninstalling OMSDK package using pip
To install OMSDK package using pip, run the following commands:
To uninstall OMSDK package using pip, run the following commands:
Installing and uninstalling OMSDK package without pip
NOTE: https://dell.to/3UMIYs2 does not install omsdk dependent python libraries. Ensure to manually install along with the following libraries:
To uninstall OMSDK package without using pip, run the following commands:
NOTE: Do not alter the setup_file.txt generated during installation of omsdk using https://dell.to/3UD3uvi
NOTE: Set an environment to ensure python as a command is working.
Upgrading OMSDK package using pip
NOTE: To upgrade OMSDK without using pip, uninstall the current version and install the supported version of OMSDK.
Run the below command to Upgrade OMSDK using pip:
If you still have an issue to resolve your issue, you should reach out to the software support team and request a ticket for advanced engineering assistance. The software support team may remotely access your OS and simulate the issue to find the root cause.
Unfortunately, we cannot help you with remote troubleshooting or further investigation on this community forum.
Hope that helps!