Questions tagged [rhel5]

Red Hat Enterprise Linux version 5 is a Linux distribution sold by Red Hat, Inc. for the enterprise market.

379 questions
1
vote
1 answer

RHEL ports not using same cipher

[UPDATE] I ran the openssl command from a couple servers and my local machine. It seems like port 9443 is not remaining consistent. The cipher on server1:9443 remained the same from the first server (RHEL5) I queried from. However, querying from my…
Ian
  • 71
  • 5
1
vote
2 answers

How do I enable PHP execution on the default directory?

I'm setting up a server with Plesk, and we'd like to be able to provide a publicly-accessible copy of phpMyAdmin. I was able to determine where it could go: /var/www/vhosts/default/httpsdocs However, it's serving phpMyAdmin as the actual PHP files,…
Abraham Vegh
  • 1,045
  • 5
  • 17
  • 26
1
vote
2 answers

Cannot get official CentOS 5.4 BIND package to start

Yesterday I installed CentOS 5.4 on one of my servers, and it appears that the official BIND/named package has trouble starting for reasons I cannot deduce. Here is what happens: [root@hal init.d]# service named start Starting named: …
Brian Cline
  • 162
  • 1
  • 3
  • 11
1
vote
1 answer

RHEL 5 YUM Python Throwing Traceback and Timeout errors

I know, the first thing I should do is upgrade to RHEL 6 or 7, but unfortunately, I'm stuck on it for the time being. I have been running into this error using any yum commands. The rpm command works just fine, so I think an update got snuck in by…
FilBot3
  • 234
  • 4
  • 18
1
vote
0 answers

What is the benefit of maintaining tags in System V init files?

This page describes tags that can be put into System V init scripts. http://mcs.une.edu.au/doc/initscripts/sysvinitfiles In RHEL5, chkconfig will parse the chkconfig tag. # chkconfig: 2345 20 80 In RHEL5, what other tools parse and utilize the…
1
vote
2 answers

How to resize an EXT3 if default block size is changed to 1K from 4K

I am working over RHEL 5.4 and using LVMs over the storage LUNs for storing my files. Each LVM infact reaches the size up to 16TB on ext3 even. And my server is in production. Just for introduction of criticality of the server. I have created an LVM…
1
vote
0 answers

Upgrading Jboss EAP 5.1 to 5.x in Zip installation

I have Jboss EAP 5.1 installed with ZIP method on RHEL5.(Not installed by me). Now I would like to upgrade it to 5.1.1 or 5.2 because of some compliance. May I know how I should upgrade it without hassle? Thanks in advance, TRA
TRA
  • 83
  • 1
  • 5
1
vote
0 answers

Linux multipath 1 lun not using all paths other luns OK

A new 50gb lun was added to the rhel5.8 linux server and we did a scan to detect and add. However multipath -ll shows that the 50gb lun is using only 1 path while the old existing luns are on 2 paths. #echo "- - -" >…
joeyski
  • 11
  • 2
1
vote
2 answers

Can I use Oracle's yum repository with RHEL and then go back to Redhat's yum?

Let me explain my problem :) I have a VM provisioned by my company's datacenter, RHEL 5.11: $ lsb_release -a Distributor ID: RedHatEnterpriseServer Description: Red Hat Enterprise Linux Server release 5.11 (Tikanga) $ uname -r 2.6.18-398.el5 Its…
1
vote
2 answers

Wrong date/time in dmesg

we have this strange issue. We use perl script for human-readable time-stamp in dmesg (taken from http://linuxaria.com/article/how-to-make-dmesg-timestamp-human-readable) and I also tried this one (…
Hudsik
  • 11
  • 3
1
vote
2 answers

Is it a good idea to alter MySQL system priority from default?

I'm running MySQL 5.0.x on RHEL 5.3. I read in the MySQL Manual (here) that 'it is essential to run the mysqld process with the highest possible priority on the 2.4 kernel to achieve maximum performance' and they recommend using renice -20. There…
Richard
  • 127
  • 1
  • 6
1
vote
2 answers

RHEL5 - Can't update packages because of i386 rpm conflicting with x86_64 rpm

When trying to run yum update, I receive the following errors: Downloading Packages: Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Check Error: file /usr/lib/rpm/macros from install of…
Matthew
  • 2,737
  • 8
  • 35
  • 51
1
vote
1 answer

Why my date command changed and how to restore the default one?

I'm having a problem in a RHEL 5.3 after I tried installing Perl Power Tools. Everything was working fine until I tried installing that package by hand (the server has no access to internet). At first every shell script that used awk was giving…
Nocturn
  • 133
  • 1
  • 10
1
vote
1 answer

Diagnose what is causing Linux system load

I understand that system load is kernel usage such as IO or network. If you don't believe you have high load of either of those two items, what would be some recommended steps to track down what is generating high system load? We are installing…
chrislovecnm
  • 143
  • 6
1
vote
1 answer

Drive faults not logged in HP IML on RHEL-based ProLiant server

Today I have had disks on two separate HP ProLiant servers go into Predictive Failure. One of these servers runs Windows Server 2008 R2 and one runs Oracle Enterprise Linux 5 (a RHEL5-based distro). If I look in the Integrated Management Logs for…
jimbobmcgee
  • 2,675
  • 4
  • 27
  • 43