Disclaimer: I have not tested the following method beyond verifying you can retrieve packages with reposync. In other words, I do NOT know if the resulting repos will install OMSA correctly. TEST before using in production!
Because of the directory structure, you'll need to create TWO repositories -- one for "os_independent", and one for your platform (find it under http://linux.dell.com/repo/hardware/latest/os_dependent/). The example below is for RHEL6_64. Example reposync commands: /usr/bin/reposync -l -n -d --config=dell-omsa.repo --repoid=dell-dependent --download_path=/var/www/html/testdell -a x86_64 /usr/bin/reposync -l -n -d --config= dell-omsa.repo --repoid=dell-independent --download_path=/var/www/html/testdell -a x86_64 Where dell-omsa.repo contains: [dell-dependent] name=dell-dependent # Change this URL to match your platform baseurl=http://linux.dell.com/repo/hardware/latest/os_dependent/RHEL6_64/ enabled=1 gpgcheck=0 priority=1 [dell-independent] name=dell-independent baseurl=http://linux.dell.com/repo/hardware/latest/os_independent/ enabled=1 gpgcheck=0 priority=1 > -----Original Message----- > From: [email protected] [mailto:linux-poweredge- > [email protected]] On Behalf Of DUPERRAY Pierre > Sent: Wednesday, December 07, 2016 3:05 AM > To: [email protected] > Subject: [Linux-PowerEdge] rsync mirror > > Hi, > > It's said here http://linux.dell.com/repo/hardware/omsa.html > > last entry in the faq: > > creating a local mirror > > Rsync is now available. The rsync address is: rsync://linux.dell.com/repo > > Recommended rsync command: > > rsync -avHz linux.dell.com::repo/hardware . > > unfortunatly it does'nt work for me because I suppose my company doesn't > allow traffic to the 873 port. > I'm sure we are a lot in this case. > > Would it be possible for you to make rsync over ssh or http? > > best regards, > > Pierre _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge
