dell/omsdk

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

jzcmyz opened this issue · 2 comments

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

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

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.