Red Hat Enterprise Linux version 7 is a Linux distribution sold by Red Hat, Inc. for the enterprise market. It is used for both servers and desktops. Although the binaries are not freely available, the sources are, and so there are numerous projects which provide compatible rebuilds of RHEL, such as CentOS and Scientific Linux.
Questions tagged [rhel7]
479 questions
0
votes
0 answers
MariaDB 10.3 won't restart after upgrade from 10.2 on RHEL 7
Could anyone please let me know what I am doing wrong after an upgrade from MariaDB10.2 to 10.3
[db@hawk ~]systemctl status mariadb.service
? mariadb.service - MariaDB 10.3.36 database server
Loaded: loaded…

Noor M
- 1
0
votes
2 answers
RHEL leapp upgrade fails on reboot
I am trying to upgrade several physical servers from RHEL 7.9 to RHEL 8.6 offline. So far the process was successful on 1 server. On the server that I have the issue everything works fine and when I reboot the server it goes to emergency mode.…

Chris Hatzis
- 11
- 1
- 4
0
votes
1 answer
Kubernetes Pods Getting in Pending State Forever
We have a CronJob which will run every 'x' minutes.
For each and every Schedule, A Pod will be Scheduled and it runs and it is doing its job.
Now, After 2-3 days, The Pod is getting into Pending State and now the Pod is not doing its job and not…

RajNikhil Marpu
- 101
- 2
0
votes
0 answers
RHEL 7 systemctl: Combine multiple services into one. start the service independently
I have followed the steps from RedHat to start the multiple services into one service.
https://access.redhat.com/solutions/3097871
/etc/systemd/system/myapps.target
[Unit]
Description=App Service Unit
# This collection of apps should be started at…

user1631072
- 1
- 1
- 1
0
votes
1 answer
Is it possible to use https with a Tang Network Bound Disk Encryption server?
Is it possible to use https with a Tang Network Bound Disk Encryption (NBDE) server?
Redhat's documentation casually says this is possible, but I can't find any examples of this anywhere and the source code leaves me to believe otherwise.
0
votes
0 answers
How to install TLS Cert (SAN?) on RHEL server behind a proxy?
I have a couple of RHEL server "clusters" - I'd call these loosely-coupled; they run artifactory and artifactory itself binds them together, rather than being coupled at an OS level - which have had new TLS certs issued by our internal CA (these are…
0
votes
1 answer
Failing SSH after disabling Root Login
After generating the private and public key for a RHEL Client and storing the public key in the authorized_keys folder of the RHEL 7 Server, I disabled the Root Login in the Server by going to /etc/ssh/sshd_config and setting PermitRootLogin to no.…

Raghav Gupta
- 111
- 3
0
votes
1 answer
./node_exporter: cannot execute binary file
I am using RHEL7.9 in my Virtual Box. I installed the binary file of node_exporter as explained in the official documentation. I tried to run node_exporter using the following command:
./node_exporter
but it shows me the following error, instead of…

Jd_mahmud
- 1
- 1
- 2
0
votes
1 answer
yum installation failed on RHEL 7
I tried to install telnet using yum with the following command:
yum install telnet
But I get the following error:
Error
How can I solve this and add third party repositories?

Jd_mahmud
- 1
- 1
- 2
0
votes
1 answer
No package epel-release available
I was trying to install epel-release in a freshly set RHEL 7. By the following command
yum -y install epel-release
And the output was following:
no package epel-release available
What was the reason of this error, and how can I install…

Jd_mahmud
- 1
- 1
- 2
0
votes
0 answers
Dependencies to install Prometheus 2.32.1 in RHEL 7.9
I am trying to install prometheus-2.32.1 in RHEL 7.9 in my virtualbox. But I am failing since it says that yum repository does not have the necessary repos. Can anybody tell me what are the dependencies that I should install before installing the…

Jd_mahmud
- 1
- 1
- 2
0
votes
2 answers
Permissions of /dev/null wrong in KVM guest
My host node is RHEL7 running KVM from the 'updates' repo. On the host node, the permissions for /dev/null are:
crw-rw-rw-. 1 root root 1, 3 Dec 18 04:45 /dev/null
In an Alpine KVM guest (5.14, but same behavior on other versions), the permissions…

tater
- 1,445
- 2
- 10
- 12
0
votes
1 answer
yum not updating dependency during install
I have a situation where my-software requires my-common via:
Requires: my-common >= 1.2.0
During yum update my-software, my-common is not upgraded, and is left at version 0.0.1.
Why is yum not updating my-common -- and the install of my-software…

Josh M.
- 679
- 1
- 10
- 21
0
votes
0 answers
Trying to partition aws linux server using shell script
When I created Amazon linux server(similar to Centos 7). I had these partitions
I am trying to create partitions using shell script
lsblk gives me following information
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme0n1 259:0 0 80G …

Daniel
- 109
- 6
0
votes
1 answer
$ xclock PuTTY X11 proxy: unable to connect to forwarded X server: Network error: Connection refused Error: Can't open display: XX.XX.XXX.XX:10.0
I getting below error when running xclock command to one RHEL 7 server
$ xclock
PuTTY X11 proxy: unable to connect to forwarded X server: Network error: Connection refused Error: Can't open display: XX.XX.XXX.XX:10.0
I did set below setting in…

Newlinux-men
- 15
- 1
- 5