[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-poweredge
Subject:    Re: [Linux-PowerEdge] DSU triggering yum update
From:       <Kalyan_Moharla () DELL ! com>
Date:       2015-11-07 11:53:55
Message-ID: EAEC0BCD44614F499E7CCE37C3B71F113828DB5D46 () BLRX7MCDC202 ! AMER ! DELL ! COM
[Download RAW message or body]

Dell Customer Communication
Pablo,
Thanks a lot for the feedback, really appreciate it. We will take some of this \
feedback and incorporate back into DSU.

Thanks,
Kalyan.


From: linux-poweredge-bounces-Lists On Behalf Of Pablo Ilarragorri
Sent: Friday, November 6, 2015 7:15 PM
To: Ponnandi, Soorej; linux-poweredge-Lists
Subject: Re: [Linux-PowerEdge] DSU triggering yum update

Thanks for the reply

That sounds more like a workaround rather than an acceptable option (also remember \
that if you have RHEL chances are that you are receiving your software channels via \
satellite and not declaring them on the yum.repos). One thing I've found useful tho \
is the option to select which category I want updates for , I'd be a good thing to be \
able to update more than one at the time. The tool is kinda rough on the edges but I \
found it to be more useful than what we had before, I'm hoping for upcoming updates \
that improve overall functionality and a better approach to how the tool actually \
works

Some interesting stuff I've found while looking into yum.


YUM History snippets

The transaction it ran while trying to get OMSA updated. A tool designed for firmware \
updates shouldn't be running yum upgrade -y like that.

Transaction ID : 65
Begin time     : Tue Nov  3 12:53:40 2015
Begin rpmdb    : 575:f47897383efcc8088ba99ee407505b96232fd8da
End time       :            12:56:00 2015 (140 seconds)
End rpmdb      : 576:f970a1cb073046be5a480f9a65bb15ec66c26650
Return-Code    : Success
Command Line   : upgrade -y



Also , every time I run dsu the tool installs the following RPMs and removes them \
afterwards, might be more efficient to use update if you want to ensure that you have \
the latest catalog and invcol.

Transaction ID : 149
Return-Code    : Success
Command Line   : install -y dsucatalog
Transaction performed with:
    Installed     rpm-4.8.0-47.el6.x86_64                   @ey-build-rhel-6
    Installed     subscription-manager-1.14.10-1.el6.x86_64 @ey-build-rhel-6
    Installed     yum-3.2.29-69.el6.noarch                  @ey-build-rhel-6
    Installed     yum-metadata-parser-1.1.2-16.el6.x86_64   \
@anaconda-RedHatEnterpriseLinux-201311111358.x86_64/6.4 Packages Altered:
    Install dsucatalog-0HW03-15.10.00.noarch @dell-dsu-patch-6-dsu

Transaction ID : 150
Return-Code    : Success
Command Line   : install -y invcol_V8336_LN64_15.06.00_A00
Transaction performed with:
    Installed     rpm-4.8.0-47.el6.x86_64                   @ey-build-rhel-6
    Installed     subscription-manager-1.14.10-1.el6.x86_64 @ey-build-rhel-6
    Installed     yum-3.2.29-69.el6.noarch                  @ey-build-rhel-6
    Installed     yum-metadata-parser-1.1.2-16.el6.x86_64   \
@anaconda-RedHatEnterpriseLinux-201311111358.x86_64/6.4 Packages Altered:
    Install invcol_V8336_LN64_15.06.00_A00-A00-15.10.00.x86_64 @dell-dsu-patch-6-dsu

Transaction ID : 151
Return-Code    : Success
Command Line   : remove -y dsucatalog
Transaction performed with:
    Installed     rpm-4.8.0-47.el6.x86_64                   @ey-build-rhel-6
    Installed     subscription-manager-1.14.10-1.el6.x86_64 @ey-build-rhel-6
    Installed     yum-3.2.29-69.el6.noarch                  @ey-build-rhel-6
Packages Altered:
    Erase dsucatalog-0HW03-15.10.00.noarch @dell-dsu-patch-6-dsu

Transaction ID : 152
Return-Code    : Success
Command Line   : remove -y invcol_V8336_LN64_15.06.00_A00
Transaction performed with:
    Installed     rpm-4.8.0-47.el6.x86_64                   @ey-build-rhel-6
    Installed     subscription-manager-1.14.10-1.el6.x86_64 @ey-build-rhel-6
    Installed     yum-3.2.29-69.el6.noarch                  @ey-build-rhel-6
Packages Altered:
    Erase invcol_V8336_LN64_15.06.00_A00-A00-15.10.00.x86_64 @dell-dsu-patch-6-dsu


Anyway , thanks for the confirmation , I'll be waiting for new updates to come and \
get this stuff sorted around :)

Regards!
--
Pablo Ilarragorri | Unix & Linux solutions engineer

Pistrelli, Henry Martin y Asociados SRL
Office: (+54) 11-4510 | \
                pablo.ilarragorri@ar.ey.com<mailto:pablo.ilarragorri@ar.ey.com>
From: Soorej_Ponnandi@Dell.com<mailto:Soorej_Ponnandi@Dell.com> \
                [mailto:Soorej_Ponnandi@Dell.com]
Sent: Thursday, November 05, 2015 7:13 AM
To: Pablo Ilarragorri; \
                linux-poweredge@lists.us.dell.com<mailto:linux-poweredge@lists.us.dell.com>
                
Subject: DSU triggering yum update


Dell - Internal Use - Confidential
Try disabling ('enabled=0') the repos configured in /etc/yum.repos.d/ except the one \
for dsu (usually dell-system-update.repo  or dsu_repository.repo) while updating \
OMSA.

You can remove the existing srvadmin packages and install from new also.

rpm -e $(rpm -qa | grep srvadmin)

yum install srvadmin-all


From: linux-poweredge-bounces-Lists On Behalf Of Pablo Ilarragorri
Sent: Wednesday, November 4, 2015 6:22 PM
To: linux-poweredge-Lists
Subject: [Linux-PowerEdge] DSU triggering yum update

Hi ,

I'm currently testing DSU on RHEL 6.7 over a Poweredge R730  and found out that when \
I choose to update OMSA DSU tries to run a full yum update command, not only updating \
the OMSA software but also tiggering a full OS update. Is this an intended behaviour? \
On the other hand , I didn't see an easy way to make this scriptable since the \
non-interactive option automatically installs all the updates (including the OMSA one \
which triggers the yum update)

Regards!


___________________________________
The information contained in this communication is intended solely for the use of the \
individual or entity to whom it is addressed and others authorized to receive it. It \
may contain confidential or legally privileged information. If you are not the \
intended recipient you are hereby notified that any disclosure, copying, distribution \
or taking any action in reliance on the contents of this information is strictly \
prohibited and may be unlawful. If you have received this communication in error, \
please notify us immediately by responding to this email and then delete it from your \
system. EY is neither liable for the proper and complete transmission of the \
information contained in this communication nor for any delay in its receipt.

___________________________________
The information contained in this communication is intended solely for the use of the \
individual or entity to whom it is addressed and others authorized to receive it. It \
may contain confidential or legally privileged information. If you are not the \
intended recipient you are hereby notified that any disclosure, copying, distribution \
or taking any action in reliance on the contents of this information is strictly \
prohibited and may be unlawful. If you have received this communication in error, \
please notify us immediately by responding to this email and then delete it from your \
system. EY is neither liable for the proper and complete transmission of the \
information contained in this communication nor for any delay in its receipt.


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type \
content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 \
(filtered medium)"><style><!-- /* Font Definitions */
@font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:"Trebuchet MS";
	panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
pre
	{mso-style-priority:99;
	mso-style-link:"HTML Preformatted Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
span.HTMLPreformattedChar
	{mso-style-name:"HTML Preformatted Char";
	mso-style-priority:99;
	mso-style-link:"HTML Preformatted";
	font-family:"Courier New";}
span.EmailStyle20
	{mso-style-type:personal;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
span.EmailStyle21
	{mso-style-type:personal;
	font-family:"Calibri",sans-serif;
	color:#1F497D;}
span.EmailStyle22
	{mso-style-type:personal;
	font-family:"Calibri",sans-serif;
	color:#1F497D;}
span.EmailStyle23
	{mso-style-type:personal;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
span.EmailStyle24
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:70.85pt 85.05pt 70.85pt 85.05pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" \
vlink="#954F72"><div class=WordSection1><p><b><span \
style='font-size:9.0pt;font-family:"Trebuchet MS",sans-serif;color:#AAAAAA'>Dell \
Customer Communication</span></b><o:p></o:p></p><p class=MsoNormal><span \
style='color:#1F497D'>Pablo,<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Thanks a lot for the feedback, really appreciate it. We will \
take some of this feedback and incorporate back into DSU.<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Thanks,<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Kalyan.<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div \
style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p \
class=MsoNormal><a name="_____replyseparator"></a><b>From:</b> \
linux-poweredge-bounces-Lists <b>On Behalf Of </b>Pablo Ilarragorri<br><b>Sent:</b> \
Friday, November 6, 2015 7:15 PM<br><b>To:</b> Ponnandi, Soorej; \
linux-poweredge-Lists<br><b>Subject:</b> Re: [Linux-PowerEdge] DSU triggering yum \
update<o:p></o:p></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p \
class=MsoNormal><span style='color:#1F497D'>Thanks for the \
reply<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>That sounds more like a workaround rather than an acceptable \
option (also remember that if you have RHEL chances are that you are receiving your \
software channels via satellite and not declaring them on the yum.repos). One thing \
I&#8217;ve found useful tho is the option to select which category I want updates for \
, I&#8217;d be a good thing to be able to update more than one at the \
time.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>The tool is \
kinda rough on the edges but I found it to be more useful than what we had before, \
I&#8217;m hoping for upcoming updates that improve overall functionality and a better \
approach to how the tool actually works<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Some interesting stuff I&#8217;ve found while looking into \
yum.<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>YUM History snippets<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>The transaction it ran while trying to \
get OMSA updated. A tool designed for firmware updates shouldn&#8217;t be running yum \
upgrade -y like that.<o:p></o:p></span></p><p class=MsoNormal \
style='text-indent:35.4pt'><span \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs \
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n \
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs \
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n \
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Transaction ID : \
65<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Begin \
time&nbsp;&nbsp;&nbsp;&nbsp; : Tue Nov&nbsp; 3 12:53:40 2015<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Begin rpmdb&nbsp;&nbsp;&nbsp; : \
575:f47897383efcc8088ba99ee407505b96232fd8da<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>End \
time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;12:56:00 2015 \
(140 seconds)<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>End \
rpmdb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : \
576:f970a1cb073046be5a480f9a65bb15ec66c26650<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Return-Code&nbsp;&nbsp;&nbsp; : \
Success<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Command \
Line&nbsp;&nbsp; : upgrade -y<o:p></o:p></span></p><p class=MsoNormal><span \
style='font-size:12.0pt;font-family:"Times New \
Roman",serif;color:black'>&nbsp;<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Also , every time I run dsu the tool installs the following \
RPMs and removes them afterwards, might be more efficient to use update if you want \
to ensure that you have the latest catalog and invcol.<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Transaction ID : \
149<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Return-Code&nbsp;&nbsp;&nbsp; : Success<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Command Line&nbsp;&nbsp; : install -y \
dsucatalog<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Transaction performed with:<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; \
Installed&nbsp;&nbsp;&nbsp;&nbsp; \
rpm-4.8.0-47.el6.x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
@ey-build-rhel-6<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Installed&nbsp;&nbsp;&nbsp;&nbsp; \
subscription-manager-1.14.10-1.el6.x86_64 @ey-build-rhel-6<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; </span><span \
lang=ES-AR style='color:#1F497D'>Installed&nbsp;&nbsp;&nbsp;&nbsp; \
yum-3.2.29-69.el6.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
@ey-build-rhel-6<o:p></o:p></span></p><p class=MsoNormal><span lang=ES-AR \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Installed&nbsp;&nbsp;&nbsp;&nbsp; \
yum-metadata-parser-1.1.2-16.el6.x86_64&nbsp;&nbsp; \
@anaconda-RedHatEnterpriseLinux-201311111358.x86_64/6.4<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Packages Altered:<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Install \
dsucatalog-0HW03-15.10.00.noarch @dell-dsu-patch-6-dsu<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Transaction ID : \
150<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Return-Code&nbsp;&nbsp;&nbsp; : Success<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Command Line&nbsp;&nbsp; : install -y \
invcol_V8336_LN64_15.06.00_A00<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Transaction performed with:<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; \
Installed&nbsp;&nbsp;&nbsp;&nbsp; \
rpm-4.8.0-47.el6.x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
@ey-build-rhel-6<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Installed&nbsp;&nbsp;&nbsp;&nbsp; \
subscription-manager-1.14.10-1.el6.x86_64 @ey-build-rhel-6<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; </span><span \
lang=ES-AR style='color:#1F497D'>Installed&nbsp;&nbsp;&nbsp;&nbsp; \
yum-3.2.29-69.el6.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;@ey-build-rhel-6<o:p></o:p></span></p><p \
class=MsoNormal><span lang=ES-AR style='color:#1F497D'>&nbsp;&nbsp;&nbsp; \
Installed&nbsp;&nbsp;&nbsp;&nbsp; yum-metadata-parser-1.1.2-16.el6.x86_64&nbsp;&nbsp; \
@anaconda-RedHatEnterpriseLinux-201311111358.x86_64/6.4<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Packages Altered:<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Install \
invcol_V8336_LN64_15.06.00_A00-A00-15.10.00.x86_64 \
@dell-dsu-patch-6-dsu<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Transaction ID : 151<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Return-Code&nbsp;&nbsp;&nbsp; : \
Success<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Command \
Line&nbsp;&nbsp; : remove -y dsucatalog<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Transaction performed with:<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; \
Installed&nbsp;&nbsp;&nbsp;&nbsp; \
rpm-4.8.0-47.el6.x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
@ey-build-rhel-6<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Installed&nbsp;&nbsp;&nbsp;&nbsp; \
subscription-manager-1.14.10-1.el6.x86_64 @ey-build-rhel-6<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; \
Installed&nbsp;&nbsp;&nbsp;&nbsp; \
yum-3.2.29-69.el6.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
@ey-build-rhel-6<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Packages Altered:<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Erase dsucatalog-0HW03-15.10.00.noarch \
@dell-dsu-patch-6-dsu<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Transaction ID : 152<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Return-Code&nbsp;&nbsp;&nbsp; : \
Success<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Command \
Line&nbsp;&nbsp; : remove -y invcol_V8336_LN64_15.06.00_A00<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>Transaction performed \
with:<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Installed&nbsp;&nbsp;&nbsp;&nbsp; \
rpm-4.8.0-47.el6.x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
@ey-build-rhel-6<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Installed&nbsp;&nbsp;&nbsp;&nbsp; \
subscription-manager-1.14.10-1.el6.x86_64 @ey-build-rhel-6<o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; \
Installed&nbsp;&nbsp;&nbsp;&nbsp; \
yum-3.2.29-69.el6.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
@ey-build-rhel-6<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Packages Altered:<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>&nbsp;&nbsp;&nbsp; Erase \
invcol_V8336_LN64_15.06.00_A00-A00-15.10.00.x86_64 \
@dell-dsu-patch-6-dsu<o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Anyway , thanks for the confirmation , I&#8217;ll be waiting \
for new updates to come and get this stuff sorted around </span><span \
style='font-family:Wingdings;color:#1F497D'>J</span><span \
style='color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='color:#1F497D'>Regards!<o:p></o:p></span></p><div><p class=MsoNormal><span \
style='font-size:12.0pt;font-family:"Times New \
Roman",serif;color:white'>--</span><span style='font-size:12.0pt;font-family:"Times \
New Roman",serif;color:black'> <o:p></o:p></span></p><p class=MsoNormal><b><span \
style='font-size:10.0pt;font-family:"Arial",sans-serif;color:black'>Pablo \
Ilarragorri</span></b><span \
style='font-size:10.0pt;font-family:"Arial",sans-serif;color:black'> | Unix &amp; \
Linux solutions engineer <o:p></o:p></span></p><p class=MsoNormal><span \
style='font-size:8.0pt;font-family:"Arial",sans-serif;color:black'>&nbsp;<o:p></o:p></span></p><p \
class=MsoNormal><span lang=ES-AR \
style='font-size:8.0pt;font-family:"Arial",sans-serif;color:black'>Pistrelli, Henry \
Martin y Asociados SRL<o:p></o:p></span></p></div><p class=MsoNormal><span \
style='font-size:8.0pt;font-family:"Arial",sans-serif;color:black'>Office: (+54) \
11-4510 | </span><span lang=ES-AR \
style='font-size:8.0pt;font-family:"Arial",sans-serif;color:black'><a \
href="mailto:pablo.ilarragorri@ar.ey.com"><span lang=EN-US \
style='color:blue'>pablo.ilarragorri@ar.ey.com</span></a> </span><span \
style='color:#1F497D'><o:p></o:p></span></p><div><div \
style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p \
class=MsoNormal><b>From:</b> <a \
href="mailto:Soorej_Ponnandi@Dell.com">Soorej_Ponnandi@Dell.com</a> [<a \
href="mailto:Soorej_Ponnandi@Dell.com">mailto:Soorej_Ponnandi@Dell.com</a>] \
<br><b>Sent:</b> Thursday, November 05, 2015 7:13 AM<br><b>To:</b> Pablo Ilarragorri; \
<a href="mailto:linux-poweredge@lists.us.dell.com">linux-poweredge@lists.us.dell.com</a><br><b>Subject:</b> \
DSU triggering yum update<o:p></o:p></p></div></div><p class=MsoNormal><span \
lang=ES-AR><o:p>&nbsp;</o:p></span></p><p><b><span \
style='font-size:9.0pt;font-family:"Trebuchet MS",sans-serif;color:#AAAAAA'>Dell - \
Internal Use - Confidential </span></b><o:p></o:p></p><p class=MsoNormal><span \
style='color:#1F497D'>Try disabling (&#8216;enabled=0&#8217;) the repos configured in \
/etc/yum.repos.d/ except the one for dsu (usually dell-system-update.repo&nbsp; or \
dsu_repository.repo) while updating OMSA. <o:p></o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span style='color:#1F497D'>You can remove the existing srvadmin \
packages and install from new also.<o:p></o:p></span></p><p class=MsoNormal><span \
style='font-size:10.0pt;font-family:"Courier \
New";color:black'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \
style='font-size:10.0pt;font-family:"Courier New";color:black'>rpm -e $(rpm -qa | \
grep srvadmin)<o:p></o:p></span></p><pre><span style='color:black'>yum install \
srvadmin-all<o:p></o:p></span></pre><p class=MsoNormal><span \
style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span \



_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

--===============4138493516158855296==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic