This post is more than 5 years old
1 Message
1
38993
December 3rd, 2014 02:00
Host Integration Tools for Linux on Centos 7
Hi,
I'm trying to install Host Integration Tools for Linux on my Centos 7, but the installation script return me: "Warning: This operating system is not supported by this version of the Host Integration Tools for Linux. Please see the installation and User Guide for the list of supported operating systems.
Packages for platform 'unknown' and architecture 'x86_64' are not found on this iso.",
Centos ver 7 is not supported for Host Integration Tools yet?
thanks!
No Events found!



J.Versteegen
9 Posts
2
May 30th, 2016 08:00
No worries. Got it running under CentOS 7 nevertheless. :)
linuxscoop
2 Posts
1
December 19th, 2016 10:00
I found comments from Dell's folks a bit funny.
something must have been done to force removal of CentOS as a supported platform.
in HIT 1.5 ISO image, the install script include the following statement:
# Determine installation platform: -
# Supported platforms are: RHEL; RHEL-compliant platforms CentOS, Oracle; and SuSE (SLES)
But the distro.py in the support folder played the "sorry i am blind" game, tagging centos as an "unknown" platform.
give me a break. at least have the ducks aligned.
You can state that centos is not supported but there are two nice things you can do:
1. don't state CentOS is supported in the install script
2. make the script work for CentOS without committing to support it. Warn the user to use at their own risk if they install HIT on any unsupported OS.
linuxscoop
2 Posts
3
December 20th, 2016 10:00
For those of users who cannot afford enterprise distributions:
If you want to use DELL HIT 1.5.0.2 on CentOS 6/7, here is the pointer to make it work:
1. download latest HIT ISO image and the GPG key.
2. mount the iso file (say in /mnt)
3. copy the iso content to a different folder for modification
rsync -aAvW /mnt /tmp/
3. import GPG key:
rpm --import ./RPM-GPG-KEY-DELLEQL
4. enforce DISTRO information (say you have Centos 7.2) in the install script:
cd /tmp; vi install
#add the following after line 1165. This will circumvent the distro.py script in the support folder. (you probably only need 2 lines - DISTRO_SHORTNAME and DISTRO_VERSION, but it does not hurt to include all.
SUPPORTED_PLATFORM="rhel"
PKGFORMAT="rpm"
DISTRO_VERSION="7.2"
DISTRO_ABBREV="el7"
DISTRO_SHORTNAME="rhel"
DISTRO_CODENAME="Maipo"
DISTRO_NAME="Red Hat Enterprise Linux Server"
Now you can can execute the install script as if you are installing on RHEL 7.2.
Similar things can be done for other distros that support yum/zypper/rpm
Disclaimer: no guarantee or support is provided. Use at your own risk.
J.Versteegen
9 Posts
1
May 26th, 2016 08:00
Sorry for bumping and old thread, but why is CentOS not supported?
Everything we run is run on CentOS. Also our scripts.
..everything else has almost 100% compatibility with RedHat.
facultyrowrevie
12 Posts
0
May 27th, 2016 01:00
Agreed with DELL-Donald Wi v7 support isn't going to be available
J.Versteegen
9 Posts
2
December 20th, 2016 08:00
Dell doesn't care...