Dell OMSA repository setup errors
Mukarram Syed
muksyed at stanford.edu
Tue Feb 10 13:49:10 CST 2009
We'll that didn't work...however I spoke to Dell OpenManage Team and they
told me to try downloading OMSA 5.4.
Here is the output for it:
# wget -q -O - http://linux.dell.com/repo/hardware/OMSA_5.4/bootstrap.cgi |
bash
Downloading GPG key:
http://linux.dell.com//repo/hardware/OMSA_5.4//RPM-GPG-KEY-dell
Importing key into RPM.
Downloading GPG key:
http://linux.dell.com//repo/hardware/OMSA_5.4//RPM-GPG-KEY-libsmbios
Importing key into RPM.
activating mirror mode:
/repo/hardware != /repo/hardware/OMSA_5.4/
and/or
http://linux.dell.com != http://linux.dell.com
Installing platform-independent RPM:
dell-hw-indep-repository-1-15.noarch.rpm
Installing platform-specific repository RPM.
Setting up Install Process
Setting up repositories
Cannot find a valid baseurl for repo: update
Error: Cannot find a valid baseurl for repo: update
Done!
============================================================================
=
If you encounter problems, please read the FAQ at:
http://linux.dell.com/wiki/index.php/Repository/FAQ
============================================================================
=
#
So it did install the dell-hw-indep rpm and the GPG keys and all.
# rpm -ql dell-hw-indep-repository-1-15
/etc/pki/rpm-gpg/RPM-GPG-KEY-dell
/etc/pki/rpm-gpg/RPM-GPG-KEY-libsmbios
/etc/yum.repos.d/dell-hw-indep-repository.repo
But still the up2date does not work.
Here is my sources file section for the Dell repositories:
#BEGIN dell-community-repository
yum dell-community-repository
http://linux.dell.com/repo/community//mirrors.cgi/osname=el4&basearch=i386\&
redirpath=/
yum-mirror dell-community-repository
http://linux.dell.com/repo/community//mirrors.cgi/osname=el4&basearch=i386
#END dell-community-repository
#BEGIN dell-omsa-hwindep
yum dell-omsa-repository
http://linux.dell.com/repo/hardware/latest/mirrors.cgi/osname=el4&basearch=i
386\&redirpath=/
yum-mirror dell-omsa-repository
http://linux.dell.com/repo/hardware/latest/mirrors.cgi/osname=el4&basearch=i
386
#END dell-omsa-hwindep
#BEGIN dell-hw-indep-repository
# This block is managed by the dell-hw-indep-repository RPM.
yum dell-hw-indep-repository
http://linux.dell.com/repo/hardware/OMSA_5.4//mirrors.pl?osname=el4&basearch
=$basearch&repo_config=$repo_config&dellsysidpluginver=$dellsysidpluginver&r
edirect=1&redir_path=
yum-mirror dell-hw-indep-repository
http://linux.dell.com/repo/hardware/OMSA_5.4//mirrors.pl?osname=el4&basearch
=$basearch&repo_config=$repo_config&dellsysidpluginver=$dellsysidpluginver
#END dell-hw-indep-repository
Any help would be appreciated. I couldn't find anything in:
http://linux.dell.com/wiki/index.php/Repository/FAQ that would help me.
Again I am running Oracle Enterprise Linux 4 on my box.
Thanks
# mukarram
-----Original Message-----
From: linux-poweredge-bounces at dell.com
[mailto:linux-poweredge-bounces at dell.com] On Behalf Of Mukarram Syed
Sent: Monday, February 09, 2009 9:12 AM
To: christian.peper at kpn.com; Jeffrey_L_Mendoza at dell.com;
linux-poweredge at lists.us.dell.com
Subject: RE: Dell OMSA repository setup errors
Thanks Chris.
That makes sense. I think it could be the /etc/redhat-release file that
it's checking. I'll try to modify it and test it out.
Keep you guys posted.
Thanks
# mukarram
-----Original Message-----
From: christian.peper at kpn.com [mailto:christian.peper at kpn.com]
Sent: Monday, February 09, 2009 12:28 AM
To: Jeffrey_L_Mendoza at dell.com; muksyed at stanford.edu;
linux-poweredge at lists.us.dell.com
Subject: RE: Dell OMSA repository setup errors
I tried to get this working on OEL4 before and got it working by editing
the part of the script where the redhat-release package is checked. I
added strings in there for OEL4. That was the path that led to
enlightenment. :)
I can get you the OS string, but unfortunately the test server I worked
on has already been reinstalled many times since then. :(
Chris.
> -----Original Message-----
> From: linux-poweredge-bounces at dell.com
> [mailto:linux-poweredge-bounces at dell.com] On Behalf Of
> Jeffrey_L_Mendoza at dell.com
> Sent: Friday, February 06, 2009 11:06 PM
> To: muksyed at stanford.edu; linux-poweredge at lists.us.dell.com
> Subject: RE: Dell OMSA repository setup errors
>
> Ahh, I see. I don't have an OEL 4 setup here, RHEL 4 is
> working. Didn't someone say they've seen this before? Care to share?
>
> -Jeff
>
> > -----Original Message-----
> > From: Mukarram Syed [mailto:muksyed at stanford.edu]
> > Sent: Friday, February 06, 2009 1:41 PM
> > To: Mendoza, Jeff; linux-poweredge-Lists
> > Subject: RE: Dell OMSA repository setup errors
> >
> > Thanks Jeffrey for pointing this out.
> > I think I am back to square one of my problem.
> >
> > # mukarram
> >
> > # wget -q -O -
> > http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash
> > Downloading GPG key:
> > http://linux.dell.com/repo/hardware/latest/RPM-GPG-KEY-dell
> > Importing key into RPM.
> > Downloading GPG key:
> > http://linux.dell.com/repo/hardware/latest/RPM-GPG-KEY-libsmbios
> > Importing key into RPM.
> > Downloading repository RPM
> > Installing repository rpm:
> > http://linux.dell.com/repo/hardware/latest/platform_independen
> > t/rh40/prereq/
> > dell-omsa-repository-2-4.noarch.rpm
> > error: unpacking of archive failed: cpio: read failed - No
> such file
> > or directory
> >
> > # which cpio
> > /bin/cpio
> >
> > -----Original Message-----
> > From: Jeffrey_L_Mendoza at Dell.com [mailto:Jeffrey_L_Mendoza at Dell.com]
> > Sent: Friday, February 06, 2009 9:25 AM
> > To: muksyed at stanford.edu; linux-poweredge at lists.us.dell.com
> > Subject: RE: Dell OMSA repository setup errors
> >
> > Oh, I see now. That output looks funny because it is for
> the community
> > repo, and I was expecting output for the hardware repo bootstrap
> > script.
> >
> > The OMSA/hardware repo is available here:
> > http://linux.dell.com/repo/hardware/
> >
> > > -----Original Message-----
> > > From: Mukarram Syed [mailto:muksyed at stanford.edu]
> > > Sent: Thursday, February 05, 2009 5:53 PM
> > > To: Mendoza, Jeff; linux-poweredge-Lists
> > > Subject: RE: Dell OMSA repository setup errors
> > >
> > > EL4.
> > >
> > > Thanks for responding.
> > >
> > > # mukarram
> > >
> > > -----Original Message-----
> > > From: Jeffrey_L_Mendoza at Dell.com
> [mailto:Jeffrey_L_Mendoza at Dell.com]
> > > Sent: Thursday, February 05, 2009 3:40 PM
> > > To: muksyed at stanford.edu; linux-poweredge at lists.us.dell.com
> > > Subject: RE: Dell OMSA repository setup errors
> > >
> > > > # wget -q -O -
> > > > http://linux.dell.com/repo/community/bootstrap.cgi | bash
> > > >
> > > > Downloading GPG key:
> > > > http://linux.dell.com/repo/community/RPM-GPG-KEY-dell
> > > >
> > > > Key already exists in RPM, skipping Downloading GPG key:
> > > > http://linux.dell.com/repo/community/RPM-GPG-KEY-libsmbios
> > > > Key already exists in RPM, skipping Downloading GPG key:
> > > > http://linux.dell.com/repo/community/mirrors.cgi?osname=el4&ba
> > > search=i386&re
> > > > dirpath=/repodata/repomd.xml.key
> > > > Importing key into RPM.
> > > > Downloading repository RPM
> > > > Installing repository rpm:
> > > > http://linux.dell.com/repo/community/content/el4-i386/noarch/d
> > > ell-community-
> > > > repository-1-10.2.el4.noarch.rpm
> > > > Done!
> > > >
> > >
> > > This output doesn't look right. It looks like the script couldn't
> > > figure out which OS it was running on. Which version of
> OEL are you
> > > using?
> > >
> > > Thanks,
> > > Jeff
>
> _______________________________________________
> Linux-PowerEdge mailing list
> Linux-PowerEdge at dell.com
> http://lists.us.dell.com/mailman/listinfo/linux-poweredge
> Please read the FAQ at http://lists.us.dell.com/faq
>
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge at dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.us.dell.com/pipermail/linux-poweredge/attachments/20090210/85883a0f/attachment-0001.htm
More information about the Linux-PowerEdge
mailing list