Fog install RHEL 7
-
Yes, I am connected to the internet.
-
@israel-rodriquez Was this rhel 7 box installed from official RHEL ISO, or is this a customized server build?
You may try installing epel beforehand manually like this:
https://www.cyberciti.biz/faq/installing-rhel-epel-repo-on-centos-redhat-7-x/ -
-
@israel-rodriquez Please try those steps to manually install EPEL, see how that goes.
-
@wayne-workman I just did and no luck.
Would you like me to update this with the new log?
-
@israel-rodriquez What was the error when you manually tried?
-
@wayne-workman [root@localhost carlisleadmin]# yum -y install epel-release
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
No package epel-release available.
Error: Nothing to do -
I could be wrong but epel is a fedora/centos thing, not a redhat (native) thing.
You could try this:
https://access.redhat.com/discussions/3140721Particularly (or as root):
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm sudo yum update
-
@tom-elliott I’ve installed epel on RHEL 7 before. You need to use the CentOS 7 version of epel for RHEL 7. Although I have been meaning to tell you for a while now (10 months maybe?) that RHEL has a repository available called optional packages that is basically the same thing that epel is. I can get the exact details if needed, but it’s optional packages something something that is disabled by default inside of /etc/yum.repos.d/something (sorry, lots of fuzzy memories). It just needs
enabled=false
set toenabled=true
. I say this because it’s probably better to use Red Hat provided optional packages over EPEL packages because Red Hat ensures they work with RHEL. However - epel works just fine and dandy for RHEL as well. -
@wayne-workman Thanks alot guys that fix the issue, now I just have this issue when opening the fog via the webpage I see that no storage is attached.