Setup Guide
Table Of Contents
- Dell OpenManage Plug-in Version 3.0 For Nagios XI Installation Guide
- Introduction
- System requirements
- Downloading and Installing the Dell EMC OpenManage Plug-in Version 3.0 for Nagios XI
- Post installation requirements
- Upgrading to Dell EMC OpenManage Plug-in Version 3.0 for Nagios XI
- Uninstalling the Dell EMC OpenManage Plug-in Version 3.0 for Nagios XI
- Accessing support content from the Dell EMC support site
- Related Documentation
- OMSDK Installation
OMSDK Installation
OMSDK is available as a standard python package in pypi.org. You can install OMSDK using pip.
Installing OMSDK package:
Run the below command to Install OMSDK:
pip install omsdk==1.1.268
pip install omdrivers==1.1.268
Upgrading OMSDK package:
Run the below command to Upgrade OMSDK:
pip install omsdk --upgrade
pip install omdrivers --upgrade
Uninstalling OMSDK package:
Run the below command to Uninstall OMSDK:
pip uninstall omsdk
pip uninstall omdrivers
A
OMSDK Installation 17