Sponsored Content
Full Discussion: RHEL New UP2DATE Method
Operating Systems Linux Red Hat RHEL New UP2DATE Method Post 302098815 by Perderabo on Thursday 7th of December 2006 12:55:55 AM
Old 12-07-2006
No one wants to touch this hot potato... well, I will give it a try.

I have never used up2date and possibly never will. If you don't like it, why use it? Looking at up2date's docs, I see option to specify directories containing patches. It can get patches from directories and remote servers, so what might it be missing? This is the problem with your post... you only seem to state that you find up2date disagreeable but you give no clue as to what you actually want.

At my last job, a deployed server was frozen... no patching allowed. In theory a deployed server was tested and found to working correctly prior to deployment, so "if ain't broke, don't fix it". At some point, it would be redeployed with the latest OS, and DB server, etc... but frozen again. If a frozen system had a problem, we had to get approval for a patch. Once approved, it could be installed. On redhat, this took the form of a tarball with an rpm file or two that was ftp'ed or (scp'ed or whatever) into place.

As I said, it looks like up2date can function without a local server, but I don't see a local server as big deal. Most companies upgrade servers from time to time. And so servers from yester-year are usually available to be pressed into service. Even an old pentuim-pro with 10 GB of disk should work for this. Management usually seems love it when an old box is taken off the scrap heap and re-used. And I doubt that it needs to be a dedicated box. It could also run big brother to monitor the boxes, serve as an ntp server, etc. Nothing on the scrap heap? Then buy an old box off ebay. If a box like this dies, you can usually go a day or two without patches or ntp updates while it is fixed or replaced. So I do not see the big cost here that you do.
 

10 More Discussions You Might Find Interesting

1. 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

2. UNIX for Advanced & Expert Users

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... (3 Replies)
Discussion started by: flekzout
3 Replies

3. 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

4. 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

5. Solaris

svc:/network/physical:default: Method "/lib/svc/method/net-physical" failed with exit status 96. [ n

After a memory upgrade all network interfaces are misconfigued. How do i resolve this issue. Below are some out puts.thanks. ifconfig: plumb: SIOCLIFADDIF: eg000g0:2: no such interface # ifconfig eg1000g0:2 plumb ifconfig: plumb: SIOCLIFADDIF: eg1000g0:2: no such interface # ifconfig... (2 Replies)
Discussion started by: andersonedouard
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

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

8. 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

9. 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

10. 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
DUMP_SOCKDFC(8) 					      System Manager's Manual						   DUMP_SOCKDFC(8)

NAME
dump_sockdfc - Display contents of frozen configuratyion file for SOCKS server SYNOPSIS
dump_sockdfc [infile] DESCRIPTION
dump_sockdfc reads in a frozen configuration file for the SOCKS server and produces a listing of its contents on the standard output. The argument is optional; if omitted, /etc/sockd.fc is assumed. The frozen configuration file is produced by make_sockdfc and is essentially the memory image of the parsed configuration file. Using the frozen configuration file can reduce the start-up delay of the SOCKS server program since it no longer has to parse the file contents. When the SOCKS server starts, it always looks for the frozen configuration file /etc/sockd.fc first. If that file is not found, it then tries to use the plain-text configuration file /etc/sockd.conf. If you use frozen configuration, you must remember to run make_sockdfc every time after you modify the plain-text file or the SOCKS server will continue to use the frozen file of a previous configuration. FILES
/etc/sockd.fc, /etc/sockd.conf SEE ALSO
make_sockdfc(8), sockd.conf(5), sockd.fc(5) AUTHOR
Ying-Da Lee, yingda@best.com or yingda@esd.sgi.com May 6, 1996 DUMP_SOCKDFC(8)
All times are GMT -4. The time now is 10:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy