yum is not installed on all servers. Why?

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat yum is not installed on all servers. Why?
# 1  
Old 06-28-2012
yum is not installed on all servers. Why?

Hi,

I've found that YUM is not installed on all RHEL 4, 5, 6 servers in this client site. What could be the particular reasons designing systems like this? wget is installed.

Thank you in advance!
# 2  
Old 06-28-2012
did you check the absolute path to see if its there?

i can't remember what it is path it is
Code:
/usr/bin

or
Code:
 /usr/sbin

I've heard in some places it was a security issue because installs files automatically pull pre-reque's and some need to be determined by audit teams prior to installing. you can always find the RPM. You may want to check with your security team before enabling it.
# 3  
Old 06-28-2012
My guess is they did not use an engineered build, but had individuals build servers ad hoc. You get inconsistencies that way.
# 4  
Old 06-29-2012
It's a decent site with Red Hat support. No yum package installed.

Code:
# rpm -qa | grep yum
#

I'll ask them why. Thanks.
# 5  
Old 06-29-2012
If you get the answer from your client, could you share the same with us? I'm also curious to know the reason. It's very unlikely that you would not have yum, unless you have an alternative package management system in place.

Also, I don't think yum has security issues if the repository is protected and gpg checking is in place.
# 6  
Old 06-29-2012
We do not install yum on servers. We have a tested and approved build. We want that build and only that build installed on our servers. And we want all servers to have the same build. There is no repository available to our servers and without a repository yum is mostly useless. We do install rpm (the program). And once in a while we are forced to install a new rpm on all of the servers.

We have a RedHat 5 Server build, a RedHat 6 Server Build, and so on. We have just finished upgrading everything to RedHat 6. Once RedHat 7 hits the streets, we will test it and develop a standard build for RedHat 7. And then we will go around and update all of our servers again.

Some of these systems are on isolated networks. Some are in scif's. Most are behind firewall on our general internal network. 6 are on the Internet as DNS and NTP servers.

I agree with the general philosophy of this. I would install yum anyway. I do fight for more of the OS to be installed with each update. We have no telnet client installed! I don't like telnet, but the client is useful for troubleshooting. This is my current fight. However yum is pretty far down on the list.

Why are you guys so freaked out over the loss of yum?
# 7  
Old 06-29-2012
Quote:
Originally Posted by Perderabo
...We have a tested and approved build. We want that build and only that build installed on our servers. And we want all servers to have the same build...
In my case, there are dedicated yum repository servers which contain enough packages for fresh install, update and patching. Some packages can be installed without any additional approval process and some are only available through a change request. These servers are highly logged for each package transaction. This is same for Solaris IPS repository servers in our network as well.

Advantage of having package management system is that you do not have to carry around the package (along with numerous dependencies) by FTP/SCP-ing every time you need them to be installed. Of course, the packages available in the repository have to be selected carefully.

Quote:
We have no telnet client installed! I don't like telnet, but the client is useful for troubleshooting.
Very true especially when you need to be sure if certain port is open on a remote box and you do not have access to nmap.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. UNIX for Beginners Questions & Answers

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal. I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies

3. Linux

Need help on YUM

HI, First I'll use yum check-update to check any updates. Q1: How can I know that how much space needed to update all packages listed by yum check-update command? Q2: How can I list kernel related packages? TIA (2 Replies)
Discussion started by: Sumanthsv
2 Replies

4. Shell Programming and Scripting

How to Find List of MQ and Websphere certificates that are installed on Linux and UNIX servers?

Dear All, I am planning to find the list of certificates(WEBshpere/MQ) on a servers. My certificates are either stored in (.jks) / (.pem)/ (.cer) . But some of the certificates are stored without these file formats. I tried using find command but unless I give the file name its difficult for... (4 Replies)
Discussion started by: sidh_arth85
4 Replies

5. Red Hat

help with YUM

Hi All, Just installed new Redhat server. I am trying to do rhn_register. I get this error message. Fatal error: The SSL certificate failed verification. Any one ran into this error. Please let me know. I do have internet connection- ping www.google.com PING... (1 Reply)
Discussion started by: samnyc
1 Replies

6. Red Hat

Trouble with installed / not installed rpm unixODBC/libodbc.so.1

Hey there, i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies

7. AIX

OS Patches installed but they seem as not installed

Hello everyone: I've installed an OS patch into AIX 6.1 by running the following command: instfix -d /tmp/6100-02-03 -k "IZ41855" however it seem not installed instfix -i -k "IZ41855" There was no data for IZ41855 in the fix database. what am I doing wrong? (8 Replies)
Discussion started by: edgarvm
8 Replies

8. Shell Programming and Scripting

Script to check if SQLLDR has been installed on Unix/Aix servers

How can i check if sqlldr has been installed on my AIX/UNIX mechine? Is there any unix script to check this one out.... (0 Replies)
Discussion started by: msrahman
0 Replies

9. UNIX for Dummies Questions & Answers

Centos commands: Yum Upgrade versus Yum update

Hi, I would like to know the difference between YUM UPDATE and YUM UPGRADE. The man pages say upgrade is same as update with the obsolete option. And by default it says the obsolete option is turned on, which would make them equivalent. Does not say what obsolete does. Can someone please... (3 Replies)
Discussion started by: mojoman
3 Replies

10. UNIX for Dummies Questions & Answers

How to find how many CPU installed in the servers

We are using HP unix how to find out how many number of CPU's in the system. (7 Replies)
Discussion started by: salaathi
7 Replies
Login or Register to Ask a Question