Questions tagged [rhel5]

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

379 questions
2
votes
2 answers

How do I install Migration Manager with Plesk already installed?

I'm running Plesk 9.2 on RHEL 5. I just installed it only to realize that 9.2 supports, but doesn't include Migration Manager by default. What's the easiest way to install Migration Manager without having to redo the entire install?
Abraham Vegh
  • 1,045
  • 5
  • 17
  • 26
2
votes
1 answer

RHEL 5.8 [Oracle] too long to shutdown

We are using Oracle database on a machine running RHEL 5.8. Every month we restart our servers (including this one) however this one takes too long to shutdown. Last time took it 40 minutes. This was the last two lines on screen while waiting for…
charsta
  • 21
  • 1
2
votes
2 answers

MySQL tmpdir on /dev/shm with SELinux

On RHEL5, I have a small MySQL database that has to write temp files. To speed up this process, I would like to move the temporary directory to /dev/shm by putting the following line into my.cnf: tmpdir=/dev/shm/mysqltmp I can create…
user21715
  • 81
  • 1
  • 2
  • 8
2
votes
4 answers

Downloading files from internet to RHEL5 server

How to download a file from a location in internet to RHEL5 server running at runlevel 3 (without GUI)? Like, can we use sftp to directly download files from a website? Or, do we have any commands for downloading a file from an address like…
A.A Philip
2
votes
3 answers

Compiling 32-bit binaries on 64-bit RHEL

I have a 64-bit RHEL 5.3 server. There's a piece of server software that's more memory efficient if I compile it as 32-bit. Is there a way to tell GCC to target 32-bit? I just want a specific piece of software to be 32-bit, everything else should…
Hongli Lai
  • 2,222
  • 4
  • 23
  • 27
2
votes
2 answers

Change EXT3 stride and stripe-width settings post-install on CentOS 5.3

Is there a way to change the stride and stripe-width options on an ext3 file system under CentOS/RHEL 5.3? There's no way to specify it via anaconda during installation that I saw, and while I see the -E option to tune2fs available under Ubuntu, I…
Justin Ellison
  • 718
  • 5
  • 9
2
votes
1 answer

RHEL5 Minimal Installation

I've got my server hosted at theplanet, and I'm trying to get them to do a minimal install of RHEL5 (64bit). Here's what anaconda-ks.cfg shows: install url --url http://192.168.0.2/RHES5-x86_64 key --skip lang en_US.UTF-8 . . . selinux…
Neil
  • 161
  • 1
  • 1
  • 6
2
votes
3 answers

Installing using easy_install and bdist_rpm possible?

I'm setting up a new server based on RHEL5 and wanted to install some python modules which don't come with it. I've seen that setuptools have an option to build RPM packages out of modules, but unfortunately this only works with setup.py, not with…
2
votes
1 answer

yum update doesn't have any update?

Recently, I clean up the yum cache, then I found that I don't have any update when I do yum update. I am not sure whether there is actually no update or something is wrong. yum clean all rm -rf /var/cache/yum/* yum update Loaded plugins: replace,…
kenpeter
  • 177
  • 1
  • 6
2
votes
3 answers

Problem when installing package using RPM

I'm new to Linux, currently using RHEL 5. I want to install some package on my Server but there is an error: rpm: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory. Note: before this…
Sarith
  • 397
  • 3
  • 7
  • 16
2
votes
2 answers

How do I setup Red Hat Enterprise Cluster and oracle 9 to support failover?

I am trying to figure out how to use RHEL cluster to have automatic failover of an oracle 9 database from one physical machine to another. Ideally this solution would be fully hardware redundant in that there would be no single piece of hardware…
Nathan Feger
  • 151
  • 8
2
votes
2 answers

facing issue while installing oracle Database 11g on rhel5 And SOA

While installing required rpms for both SOA and Oracle the below rpms are conflicting with each other glibc-devel-2.5-49.x86_64.rpm and glibc-devel-2.5-24.i386.rpm How can I fix it? one package gets installed successfully if I remove the other and…
SME
  • 121
  • 5
2
votes
2 answers

In RHEL 5, yum cannot find a package (python-devel)

At work I need to use Red Hat Enterprise Linux (RHEL) version 5 on one particular server. I am experienced with Linux, but not much with RHEL (more with Debian and Ubuntu). I want to install gitosis, but the EPEL package for gitosis depends on…
steveha
  • 1,019
  • 3
  • 11
  • 16
2
votes
1 answer

What could cause *every* command in RHEL to be executed by root?

Recently I was asked to look at a system for a "friend" that left me completely stumped. Their original problem stated to me: They have a RHEL 5.10, gnome desktop fairly typical install They are having trouble running a Retina scan They claim…
DaveParillo
  • 148
  • 5
2
votes
0 answers

Set Linux GID based on LDAP OU in ldap.conf

In our company we have a given LDAP Server, which represents the Users of our Windows Active Directory. Unfortunately the gidNumber sent to the LDAP client is always containing the Value "1001" for every user of the Directory. The LDAP-Server…
rimshot
  • 111
  • 1
  • 4