question about setting up a local repository

karthikeyan karthik_arnold1 at yahoo.com
Tue Mar 3 03:31:52 UTC 2009


Hi Tia
 
U can setup yum repositorys for upadting the rhel4 machines .
 
Pls find the link which explains how to creare yum repository.
 
 
http://www.informit.com/articles/article.aspx?p=440160
 
 
Regards
Karthik


--- On Mon, 3/2/09, redhat-list-request at redhat.com <redhat-list-request at redhat.com> wrote:

From: redhat-list-request at redhat.com <redhat-list-request at redhat.com>
Subject: redhat-list Digest, Vol 61, Issue 2
To: redhat-list at redhat.com
Date: Monday, March 2, 2009, 10:30 PM

Send redhat-list mailing list submissions to
	redhat-list at redhat.com

To subscribe or unsubscribe via the World Wide Web, visit
	https://www.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
	redhat-list-request at redhat.com

You can reach the person managing the list at
	redhat-list-owner at redhat.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of redhat-list digest..."


Today's Topics:

   1. Re: Bonding and Multipathing (Erling Ringen Elvsrud)
   2. Re: question about setting up a local repository (Anton Hofmann)
   3. cron usage and squid daily log rotate (a bv)
   4. Deepak Ray wants to chat (Deepak Ray)
   5. Re: Kernel panic on kernel-2.6.18-128* kernels (Ugo Bellavance)
   6. RH 5.3 working with XFree86-libs (Margaret Doll)
   7. Re: RH 5.3 working with XFree86-libs (Ray Van Dolson)


----------------------------------------------------------------------

Message: 1
Date: Mon, 2 Mar 2009 08:23:07 +0100
From: Erling Ringen Elvsrud <erlingre at gmail.com>
Subject: Re: Bonding and Multipathing
To: wheakory at isu.edu,	General Red Hat Linux discussion list
	<redhat-list at redhat.com>
Message-ID:
	<664c5a070903012323w34c90da9t3d06409299c76724 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On 2/27/09, Kory V. Wheatley <kory.wheatley at gdev.isu.edu> wrote:
> We have Bonding and Multpathing setup on a HP Proliant 580 system using
the
> e1000g nics.  But were having a problem both will not work at the same
time.
>  If we break the bonding the iscsi multipathing
> will work.  The disks attach and the multipathing works great.  If we have
> both configured iscsi multpathing doesn't work.  Were not sure
what's going
> on.  Any solutions?  Basically we can't have both configured at the
same
> time and thats what we want.,

If you use the same interfaces for both iscsi and regular
network-traffic I would simply use only bonding. If you use dedicated
interfaces for iscsi, multipathing may be more interesting. Can you
describe why you want ot use both at the same time?

Best regards,

Erling Ringen Elvsrud



------------------------------

Message: 2
Date: Mon, 02 Mar 2009 08:39:55 +0100
From: Anton Hofmann <doomrunner.lists at gmail.com>
Subject: Re: question about setting up a local repository
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Message-ID: <49AB8D4B.8030401 at gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Mark,

you can try the "Red Hat Network Satellite" Server or Spacewalk.

http://www.redhat.com/red_hat_network/
http://www.redhat.com/spacewalk

Mark S schrieb:
> Hopefully this is not a faq.
> I have a few RH4 servers at my place of work (AS and ES) and I am
struggling with how and when to update them.
> Our general ROT is to keep Prod and Test servers at the same patch level. 
We only have a few servers with more to come so it is not a massive amount of
servers I am talking about but I still some process setup.
> So normally I would run the up2date command to update my Test server one
weekend during our Scheduled Maintenance window and then a month later during
our next maintenance window I would apply the same changes to Prod.  However
within that period of time new update or fixes may(will) have been released
which means my Prod server will now be applying newer (and untested in my
environment) fixes.
> Secondly the way it is setup now is each server has to download it's
updates over the internet which means each server has to go through the same
process.
> I have a pretty brief KB article talking about 'using up2date locally,
disconnected from the network'  where I edit the /etc/sysconfig/rhn/sources
file and create a directory to store locally copied rpms.
> I imagine I could use the up2date -d command to just download specific
packages but I don't know if I could download them all that way?
> I guess I could download the latest ISO's can run some cmd to unload
the packages into a directory which would get me to a specific update level but
how do I apply updates to it as they come out and how do I point my other
servers to it?
> I guess if I did get some configuration working like that then I'd
also have to duplicate that for each version like 32-bit ES and 64-bit AS.
> 
> So I'd like to know.
> 1. How do other people manage this?
> 2. How to setup a local repository properly so my servers can access that
instead of going to the web.
> 3. I imagine there are some tools available for larger organizations.
> 
> TIA, MJ
> 
> _________________________________________________________________
> Windows Live Messenger. Multitasking at its finest.
> http://www.microsoft.com/windows/windowslive/products/messenger.aspx-- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=subscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFJq41LXMoRx2jlGfkRAtpOAJwPa2ldplqugESusdF1l91o/tk0/ACgo1fb
0LBHgoIK/ok+9I7OLLBP7I8=
=97Ob
-----END PGP SIGNATURE-----



------------------------------

Message: 3
Date: Mon, 2 Mar 2009 10:24:09 +0200
From: a bv <vbavbalist at gmail.com>
Subject: cron usage and squid daily log rotate
To: redhat-list at redhat.com
Message-ID:
	<525320ef0903020024l10cc2e29l29a0023f4012cb7e at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi all,

I would like to daily logrotate the squid log files at everyday at
00:00(midnight) at some RHEL 5.x systems. I havent used cron things
for a long time so i forgot all about it. Also i have the
logrotate.conf  and /etc/logrotate.d/squid file.

i have tried to add a /usr../sbin/rotate -k thing as a cron job but it
seem to be unsuccessfull.  Googling makes some mind mixing samples
etc. also using crontab -e command brings an empty file, other than
the one i find crontab.

So is there someone who will shortly explain the cron related files
and usage , also making the squid rotate its daily logs easily.   Most
of the resources (including books) makes confusing the minds at these
simple subjects. Couldnt see  a step by step guide.

Regards



------------------------------

Message: 4
Date: Mon, 2 Mar 2009 02:44:06 -0800
From: Deepak Ray <deepakray at gmail.com>
Subject: Deepak Ray wants to chat
To: redhat-list at redhat.com
Message-ID: <14c04f450903020244j3a9ae85am at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

-----------------------------------------------------------------------

Deepak Ray wants to stay in better touch using some of Google's coolest new
products.

If you already have Gmail or Google Talk, visit:
http://mail.google.com/mail/b-ecc6f09912-214645ff9e-e328be003ebec0a7
You'll need to click this link to be able to chat with Deepak Ray.

To get Gmail - a free email account from Google with over 2,800 megabytes of
storage - and chat with Deepak Ray, visit:
http://mail.google.com/mail/a-ecc6f09912-214645ff9e-af71811eef

Gmail offers:
- Instant messaging right inside Gmail
- Powerful spam protection
- Built-in search for finding your messages and a helpful way of organizing
  emails into "conversations"
- No pop-up ads or untargeted banners - just text ads and related information
  that are relevant to the content of your messages

All this, and its yours for free. But wait, there's more! By opening a
Gmail
account, you also get access to Google Talk, Google's instant messaging
service:

http://www.google.com/talk/

Google Talk offers:
- Web-based chat that you can use anywhere, without a download
- A contact list that's synchronized with your Gmail account
- Free, high quality PC-to-PC voice calls when you download the Google Talk
  client

Gmail and Google Talk are still in beta. We're working hard to add new
features
and make improvements, so we might also ask for your comments and suggestions
periodically. We appreciate your help in making our products even better!

Thanks,
The Google Team

To learn more about Gmail and Google Talk, visit:
http://mail.google.com/mail/help/about.html
http://www.google.com/talk/about.html

(If clicking the URLs in this message does not work, copy and paste them into
the address bar of your browser).



------------------------------

Message: 5
Date: Mon, 02 Mar 2009 10:19:19 -0500
From: Ugo Bellavance <ugob at lubik.ca>
Subject: Re: Kernel panic on kernel-2.6.18-128* kernels
To: redhat-list at redhat.com
Message-ID: <gogtdn$62n$1 at ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Sanjay Chakraborty a écrit :
> See the var/log/messages or run in runlevel 3 and see what is message
> at console..

Thanks, it ended up to be a problem with the hp-ilo package.

http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?locale=en_US&objectID=c01658652

Ugo



------------------------------

Message: 6
Date: Mon, 2 Mar 2009 11:14:54 -0500
From: Margaret Doll <margaret_doll at brown.edu>
Subject: RH 5.3 working with XFree86-libs
To: General Red Hat Linux discussion list <redhat-list at redhat.com>,
	ITT Technical Support <support at ittvis.com>
Cc: Jeff Nettles <Jeffrey_Nettles at brown.edu>,	Bill Fripp
	<fripp at mare.geo.brown.edu>
Message-ID: <9AC9EEF4-C961-4FA6-B442-988FCCD376E9 at brown.edu>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

We have two RedHat 5.3 systems on which we need to install ENVI, a  
mapping graphics program.

ENVI needs  libXp.so.6 which is included in the old

> XFree86-libs-4.3.0-128.EL.x86_64.rpm
> XFree86-libs-data-4.3.0-128.EL.x86_64.rpm

packages.

When we install these packages on the RH 5.3 systems, the console on  
the systems goes totally blank.  On reboot we get a solid blue screen.

We need a work around for the RH system or from ITT for ENVI.

Thank you for any suggestions.



------------------------------

Message: 7
Date: Mon, 2 Mar 2009 08:43:43 -0800
From: Ray Van Dolson <rvandolson at esri.com>
Subject: Re: RH 5.3 working with XFree86-libs
To: redhat-list at redhat.com
Message-ID: <20090302164343.GA3347 at esri.com>
Content-Type: text/plain; charset=us-ascii

On Mon, Mar 02, 2009 at 08:14:54AM -0800, Margaret Doll wrote:
> We have two RedHat 5.3 systems on which we need to install ENVI, a  
> mapping graphics program.
> 
> ENVI needs  libXp.so.6 which is included in the old
> 
> > XFree86-libs-4.3.0-128.EL.x86_64.rpm
> > XFree86-libs-data-4.3.0-128.EL.x86_64.rpm
> 
> packages.
> 
> When we install these packages on the RH 5.3 systems, the console on  
> the systems goes totally blank.  On reboot we get a solid blue screen.
> 
> We need a work around for the RH system or from ITT for ENVI.
> 
> Thank you for any suggestions.

First recommendation would be to contact RH support for their
suggestions on this.

Second thing that comes to mind is that probably the above package is
stepping on the "real" libXp.so.6?  You might be able to extract the
RPM to /opt instead and tell your application to look for its libraries
under that hierarchy instead.

Ray



------------------------------

__
redhat-list mailing list
Unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

End of redhat-list Digest, Vol 61, Issue 2
******************************************



      


More information about the redhat-list mailing list