Questions tagged [rhel5]

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

379 questions
0
votes
1 answer

LVM cannot detect my swap or '/' volume group but why is the swap still present

i have a server (hp x86 blade running OEL/RHEL5) that has a faulty lvm filter configured in lvm.conf filter = ["a|^/dev/emcpower.*|", "r/.*/"] we also use cciss devices so there should have been an accept statement in there for them at /dev/cciss. …
jwinders
  • 125
  • 1
  • 9
0
votes
2 answers

RHEL server Yum dependencies not working

I have a redhat server that isnt resolving dependencies correctly. I want to install httpd via yum "yum install httpd" and it installs correctly, but when i go to start httpd I get the following error: /sbin/service httpd restart Stopping httpd: …
Tony
  • 311
  • 4
  • 11
0
votes
2 answers

svn: Too many arguments to import command

Having a problem with the --message flag to the svn import command. On some servers it works, but on others it gets confused if the message contains spaces, even if you single or double quote the message string thus: svn import -m 'New stuff…
RCross
  • 449
  • 2
  • 6
  • 19
0
votes
1 answer

Is it possible to just update Java through YUM on a licensed RHEL5?

RHEL 5.6 64 bit running: Java(TM) SE Runtime Environment (build 1.6.0_27-b07) Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed mode) Can I update this with the latest build 29 using yum? if not what is the easiest way of doing this?
John Ingles
  • 119
  • 2
  • 7
0
votes
2 answers

MultiPath configuration on RHEL5 and Clariion CX-300

I have problem with discovering my FC-connected CX-300 storage. Frankly speaking I'm complete novice in FibreChannel, so step by step explanation would be appreciated. My configuration consist of two IBM HS20 blades with RHEL5.4 on board and 2x…
Kamil Z
  • 177
  • 1
  • 7
0
votes
2 answers

hostid command not returning consistent hostid on RHEL 5.6 server

We have two newly built RHEL 5.6 x86_64 servers which are part of an Oracle Database Cluster. One is named CMORAC1 and the other CMORAC2. The primary IP Addresses of both servers are 10.100.9.144 and 10.100.9.154 respectively. The network interfaces…
Yanick Girouard
  • 2,295
  • 1
  • 17
  • 18
0
votes
2 answers

Redirecting Syslog events from RHEL 6 to RHEL 5: is it possible to provide with the same event format?

For some reasons, we redirect syslog events from RHEL 6 (with rsyslog) to RHEL 5 (with syslogd). On RHEL 6 in rsyslog.conf: *.* @10.30.46.211 On RHEL 5 in /etc/sysconfig/syslog: SYSLOGD_OPTIONS="-r -m 0" On RHEL 6, the event looks…
user54614
  • 359
  • 2
  • 6
  • 18
0
votes
2 answers

After applying patches and rebooting, RHEL 5.3 hangs on udev

I suspect that one of the packages in the last system updated is causing problems with the system rebooting. When I reboot, the server hangs on udev. Here are a list of the updates that preceeded the problem: Oct 21 18:04:03 Updated:…
a coder
  • 719
  • 4
  • 20
  • 37
0
votes
1 answer

How do I get trac 12.2 to work on RHEL5's httpd with CollabNet SVN 1.6.17 (which has its own httpd)?

I installed CollabNetSubversion-client-1.6.17-1.x86_64.rpm, which installs httpd v2.2.19 # /opt/CollabNet_Edge/csvn/bin/httpd -v Server version: Apache/2.2.19 (Unix) I installed Trac-0.12.2.tar.gz. On the Apache httpd that comes with RHEL5, which…
Mark Rajcok
  • 103
  • 6
0
votes
1 answer

Access Vista Share from RHEL 5.3 Server - mount error 110

I am trying to access a file share on a Vista box from a RHEL 5.3 server. The Vista box is part of a domain, but it has two NIC cards. One is on the 158.x.x.x network. The other card is on the 10.10.10.x network. RHEL box is on the 10.10.10.x…
Engineer2021
  • 591
  • 7
  • 25
0
votes
1 answer

Adjusting Linux Group Access

I have created a group in RHEL with one user in it. This user will need full rwx access to /home/anotheruser/ ,recusively. How do I change the user/group permission to allow that user/group to rwx in /home/anotheruser/ If I do a vi group in /etc/…
0
votes
1 answer

Determine ArcGIS version for on RHEL machine

I have a machine that is running arcgis but can't determine what version it is. The documentation I have found so far has been fairly sparse especially with regards to the linux server version of the software. Does anyone know a way to easily…
Wilshire
  • 538
  • 6
  • 19
0
votes
3 answers

Creating more space for MySQL with new mount

I'm using a cloud CentOS 5 instance and I realized that I left the default partitioning in the beginning. Everything on / is mounted already on hda that is about 10GB. The other drive (sda) is about 90GB used for backups but I can free that up if…
lamp_scaler
  • 577
  • 1
  • 5
  • 18
0
votes
1 answer

Run CherryPy script with Python2.6 rather than Python2.4 on RHEL

Working on a RHEL 5 server. Trying to make a small CherryPy app that takes in arguments from the url (ex. internet.com/cherrypy/data/22/45 would return 22 and 45) and then use that to query a SQL Server with those arguments incorporated. Then…
Omega192
  • 125
  • 1
  • 1
  • 8
0
votes
1 answer

Problem building pyodbc on RHEL5

I'm trying to build the python module pyodbc on a RHEL5 server. I've downloaded the source directly from the pyodbc google code page. Whenever I run the python setup.py build command, I'm greeted with this: building 'pyodbc' extension gcc -pthread…
Omega192
  • 125
  • 1
  • 1
  • 8