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
Start up Postgres service as different user (For reboots), company policy requires a service account
I've searched, what I thought to be relatively thoroughly, and was unable to find a previously asked similar question. My apologies ahead of time if I missed a duplicate question.
I have set up a Postgresql database on RHEL 7 at my work but have…

Ron
- 1
- 1
0
votes
4 answers
Unable to activate rhel-server-rhscl-7-rpms on RHEL7
I am trying to install PHP7.1 on my RHEL7 server and I am unable to get the repository where it exists to attach.
From various redhat support articles I have been following don't seem to do the trick.
[root@nj-way-intranet:~]# cat…

Jonathan
- 151
- 2
- 2
- 6
0
votes
1 answer
TigerVNC client cannot connect to VNC server
I am running an RHEL 7 instance in Amazon EC2 environment with VNC enabled and running (TigerVNC server) and listening on the expected ports:
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.4 (Maipo)
$ netstat -putna | grep…

Roy Hinkley
- 527
- 4
- 13
- 20
0
votes
2 answers
Mitigating HSTS Bypass
Friends,
Is there any way to prevent HSTS bypass on Apache/RHEL environment. I have a webserver with valid SSL certificate for the domain. Non HTTPS requests are being redirected to HTTPS. Necessary headers including Content Security Policy, Strict…

Sam
- 11
- 1
0
votes
3 answers
RHEL 7.4 PHP Multi-versions
I have an RHEL 7.4 Server that currently hosting few web apps, one of these apps requires PHP Version <= v5.6
I'm going to add a new app that requires PHP version>=v7
Can I combine both these versions and have them running in parallel, and how?

megz
- 13
- 2
0
votes
3 answers
Job for slapd.service failed because the control process exited with error code?
I have setup OpenLdap its starting properly after that due to some issue i kill the process.Now when ever i am trying systemctl start slapd.service i am getting
Job for slapd.service failed because the control process exited with
error code. See…

Subodh Joshi
- 127
- 1
- 3
- 10
0
votes
2 answers
How to Turn off debug mode in OpenLDAP?
I have start open ldap server with log mode from below command
slapd -u ldap -g ldap -d 65
after that i tried to stop the server and restart again but still i am getting too many log in terminal. Can some one please help me how to start the…

Subodh Joshi
- 127
- 1
- 3
- 10
0
votes
0 answers
minikube fails to start kubernetes cluster
I am new to Kubernetes and was trying to build a cluster using minikube. While trying to start the cluster using minikube , it fails with the following error
$ minikube start --vm-driver=kvm
Starting local Kubernetes v1.8.0 cluster...
Starting…

Zama Ques
- 523
- 1
- 9
- 24
0
votes
1 answer
How to correctly configure PHP settings on Zabbix installation?
I'm currently installing Zabbix on RedHat Enterprise Linux 7. I'm stuck at PHP configuration. Here you can see all PHP configurations required for Zabbix. Running cat /etc/httpd/conf.d/zabbix.conf I discovered all configurations are OK. But when I…

rado
- 103
- 1
- 1
- 6
0
votes
1 answer
Yum cannot find any packages on RHEL
I have two servers, both running RHEL 7, with very similar setup. Recently any package I try to find on server A fails like this:
[user@serverA ~]$ sudo yum install openldap-servers openldap-clients
Loaded plugins: langpacks, product-id,…

m.hashemian
- 125
- 2
- 6
0
votes
1 answer
Redhat / CentOS 7.4 Volume Group with different size disks and RAID 1
I have 4 disks: 2 x 1TB and 2 x 4TB.
In the RHEL 7.4 installation disk partitioning section, I can create a single Volume Group over all 4 disks and set RAID level: RAID 1 (Redundancy)
This theoretically gives me +- 5TB of available space in a…

Pancho
- 145
- 8
0
votes
1 answer
Keepalived VIP is active on both servers
I have configured keepalived on two RHEL 7 servers as below
Primary server
vrrp_instance VI_1 {
state MASTER
interface eth0
virtual_router_id 51
priority 100
advert_int 1
authentication {
auth_type PASS
…

Asha
- 3
- 1
- 3
0
votes
1 answer
Increase number of rsh connections
We are using a Server with OS RHEL 7.2 server version. Number of rsh connections to the system is limited to a number around 70. We are getting a message Connection reset by peer from server as that number gets exhausted.
I want to increase number…

Sushovan
- 111
- 1
- 2
0
votes
2 answers
How to rollback deleted root files in RHEL, command which I used (rm -rf *)
Unfortunately, I have used rm -rf * command in EC2 RHEL7.2 Instance. So the core dependency, utility files got deleted.
Is there any steps to recover those files ? or How to rollback the server as running ?
I followed few steps to resolve but that…

Shankar
- 219
- 1
- 4
- 14
0
votes
0 answers
RHEL 7 repository glibc yum installation
I have a problem to install glibc.i686 package from RHEL 7 repository. I doesn't understand why only glibc.i686 package from RHEL 6 repository is avialable:
sudo yum list glibc*
> **Installed Packages**
**glibc.x86_64 …

bodo
- 101
- 1
- 3