RHEL 4 up2date


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users RHEL 4 up2date
# 1  
Old 10-31-2008
RHEL 4 up2date

has someone ever update their servers using up2date? I already got my server listed in the up2date redhat network and there is security updates and so on. the thing is I would like to know, whether is there any steps on to download it in 1 server and apply it to the other servers?? so something like get the file and run it on the other servers, any guidance for doing the update on redhat servers? Thanks.
# 2  
Old 10-31-2008
Download your updates on one server. They get downloaded to /var/spool/up2date. Each package has .hdr and .rpm file. Once done, copy files over to your other servers (or to some network share).

Then run
Code:
up2date -k 
or 
up2date --packagedir

There is a way to edit etc/sysconfig/rhn/sources and point it to /your/local/directory, but I'm not sure how "exactly" to do that.

HTH,
Nitin
# 3  
Old 11-05-2008
oh so you suggesting me to download it from one server and copy that file and move it to other servers? ok..

I found the command

Install local packages solving and satisfying dependencies as needed
up2date -k <dir>[:<dir>...]

can someone explain it to me the meaning of <dir>[:<dir>...]

<dir> supposed to be the file directory path that I just downloaded right? but what about the [:<dir>...]

I did not understand that.. does it mean I need to specify the directory location where I'm gonna install those packages that I just downloaded?

Thanks.
# 4  
Old 11-05-2008
Quote:
Originally Posted by flekzout
can someone explain it to me the meaning of <dir>[:<dir>...]

<dir> supposed to be the file directory path that I just downloaded right? but what about the [:<dir>...]
That is just for if you put packages in more than one directory. As long as you keep them all together you don't have to care about that part.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Is it possible to install RHEL 7 on top of RHEL 6?

Hi We have RHEL 6.7 on an HP physical server and want to install RHEL 7 (not upgrade) on top of it by means of virtualization. Is it possible to install/configure RHEV/KVM virtualization on base RHEL 6.7 OS instance and then install RHEL 7 as a VM guest on it? If yes, could you please guide me... (1 Reply)
Discussion started by: magnus29
1 Replies

2. UNIX for Dummies Questions & Answers

Windows->RHEL->RHEL X11 Forwarding?

I know this question might have been asked a lot but couldn't find anything that worked. From a windows machine 'A' I can only SSH into Linux server 'B' from where I can SSH into another Linux server 'C'. I need to be able to run GUI interfaces on server C which run on my Windows machine. I... (3 Replies)
Discussion started by: hr.prasan
3 Replies

3. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies

4. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

5. Red Hat

up2date command not found on Ent. 6.2 install

Folks; New to redhat coming from hp-ux.. After fresh install of Ent 6.2, can not find up2date on the system except the manpage .. Does 6.2 stop using up2date ?? Googled it but nothing concrete came up.. Thnx (2 Replies)
Discussion started by: delphys
2 Replies

6. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

7. Red Hat

Disable up2date --register during PXE install

Hi, I really hope someone can help me (soon :) ) as I can't work out what I'm doing wrong and google is not helpful either. Basically I have to setup 20 Dell servers with RHEL 4.8 (no, not 5, must be 4.8). Of course I have tftp and I'm trying to install them via nfs with kickstart and PXE. OS... (0 Replies)
Discussion started by: columb
0 Replies

8. Emergency UNIX and Linux Support

Disable up2date --register during PXE install

Hi folks, I really hope someone can help me (soon :) ) as I can't work out what I'm doing wrong and google is not helpful either. Basically I have to setup 20 Dell servers with RHEL 4.8 (no, not 5, must be 4.8). Of course I have tftp and I'm trying to install them via nfs with kickstart and... (4 Replies)
Discussion started by: columb
4 Replies

9. Red Hat

RHEL New UP2DATE Method

Does anyone else think RHEL's way of getting software updates to their customers (via the up2date utility) is not a friendly process? UP2DATE is fine to use, but it either has to be connected to the internet to get updates, or a "satellite server" has to be setup ( which ocsts more money). And... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

10. Linux

up2date -i package

Hi, I'm under Red Hat Enterprise Linux AS release 3 (Taroon) and I want to go from compat-gcc-7.3-2.96.122 to compat-gcc-7.3-2.96.128. Then I downloaded compat-gcc-7.3-2.96.128 and I issued : up2date -i compat-gcc But I receive : This system may not be updated until it is associated... (2 Replies)
Discussion started by: big123456
2 Replies
Login or Register to Ask a Question