dell / omsdk

Dell EMC OpenManage Python SDK
Apache License 2.0
57 stars 20 forks source link

How do I install this on a RHEL7 server that is not connected to the internet #18

Open jzcmyz opened 4 years ago

jzcmyz commented 4 years ago

QwikContext

Howto install omsdk on a RHEL7 server not connected to the internet

Details

Documentation needed to install omsdk on a RHEL7 server not connected to the internet

shailendra-singh93 commented 4 years ago

image Not able to install on rhel 8

Following below steps: git clone https://github.com/dell/omsdk.git cd omsdk pip3 install wheel pip3 install -r requirements-python3x.txt sh build.sh 1.2 423 # Note: Numbers may change based on current version. See the OMSDK repo for current. cd dist pip install omsdk-1.2.423-py2.py3-none-any.whl

jzcmyz commented 2 years ago

Its been a while but I've returned to have another go at this. I've created a python venv on my rhel7 server to try and get this working and followed the steps above. I can confirm that the these steps were successful for me.