Install Guide
Table Of Contents
- Nagios Core 適用的 Dell EMC OpenManage Plug-in 3.0 版 安裝指南
- Introduction to Dell EMC OpenManage Plug-in Version 3.0 for Nagios Core
- 系統需求
- 下載和安裝 Nagios Core 適用的 Dell EMC OpenManage Plug-in 3.0 版
- 升級至 Nagios Core 適用的 Dell EMC OpenManage Plug-in 3.0 版
- 解除安裝 Nagios Core 適用的 Dell EMC OpenManage Plug-in 3.0 版
- Accessing documents from the Dell EMC support site
- 相關說明文件
- OMSDK 安裝

OMSDK 安裝
OMSDK 在 pypi.org 是以標準 python 套件形式提供。您可以使用 pip 安裝 OMSDK。
安裝 OMSDK 套件:
執行下列命令來安裝 OMSDK:
pip install omsdk
pip install omdrivers
升級 OMSDK 套件:
執行下列命令來升級 OMSDK:
pip install omsdk --upgrade
pip install omdrivers --upgrade
解除安裝 OMSDK 套件:
執行下列命令來解除安裝 OMSDK:
pip uninstall omsdk
pip uninstall omdrivers
A
OMSDK 安裝
15