Link to home
Start Free TrialLog in
Avatar of netlynker
netlynker

asked on

Setting up local YUM Repositories for both 32 bit and 64 bit on RHEL 5.x

HI Experts,
I would like to set up local YUM repository for RHEL 5.3. I need to set up local repositories for 32bit and 64bit on one YUM local repo server.
I know how to set up a yum repo for one architecture. But no clue about both 32/64 on same server.

Please help me.
Avatar of farzanj
farzanj
Flag of Canada image

First you need to find out the directory locations of the local repos -- repomd.xml files.

Once you locate the path of those files, you can create a file to point to those.

So then you need to create/modify file in /etc/yum.repos.d folder.



ASKER CERTIFIED SOLUTION
Avatar of farzanj
farzanj
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of netlynker
netlynker

ASKER

Will it work with 'grouplist" command?

Regards,
Yes, of course.  All the yum commands.  In particular, the groups are provided by the repomd.xml file in the baseurl path.  That md provides it the group and package information it would use for all groupadd, grouplist, ... kind of commands