Veritas-bu

[Veritas-bu] Upgrading libobk.so.1 on Tru64

2005-08-09 14:27:43
Subject: [Veritas-bu] Upgrading libobk.so.1 on Tru64
From: jlightner AT water DOT com (Jeff Lightner)
Date: Tue, 9 Aug 2005 14:27:43 -0400
This is a multi-part message in MIME format.

------_=_NextPart_001_01C59D10.084DAFD6
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

You could try doing "mv" on the original to a new name. =20

mv libobk.so libobk.so.orig

=20

Since the file is already in memory it shouldn't need to reference the
name again.   The mv leaves the file on the same inode.  You can then do
your install which would put in a libobk.so since the name is no longer
in use.   At some point though you'd want to reboot your system to make
sure that all processes were using the new libobk.so.   (This by the way
is in essence what HP's swinstall does when it finds similar scenarios.)

=20

I've not tried the above so will have to say try it at your own risk.

=20

________________________________

From: veritas-bu-admin AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu] On Behalf Of
ckstehman AT pepco DOT com
Sent: Tuesday, August 09, 2005 10:10 AM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] Upgrading libobk.so.1 on Tru64

=20


Does anyone know how to handle this?=20

Trying  to install the 5.1MP3 from Netbackup on Tru64. The installation
fails=20
because the libobk.so.1 library is in use ( ...Text file busy) and so it

cannot be replaced without stopping Oracle.=20

Is it possible to unload this library without have to stop Oracle?=20

In advance thanks=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
Carl Stehman
PHI Services Company
202-331-6619
Pager 301-765-2703
ckstehman AT pepco DOT com=20

This Email message and any attachment may contain information that is
proprietary, legally privileged, confidential and/or subject to
copyright belonging to Pepco Holdings, Inc. or its affiliates ("PHI").
This Email is intended solely for the use of the person(s) to which it
is addressed. If you are not an intended recipient, or the employee or
agent responsible for delivery of this Email to the intended
recipient(s), you are hereby notified that any dissemination,
distribution or copying of this Email is strictly prohibited. If you
have received this message in error, please immediately notify the
sender and permanently delete this Email and any copies. PHI policies
expressly prohibit employees from making defamatory or offensive
statements and infringing any copyright or any other legal right by
Email communication. PHI will not accept any liability in respect of
such communications.=20


------_=_NextPart_001_01C59D10.084DAFD6
Content-Type: text/html;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40";>

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:sans-serif;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {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";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>You could try doing =
&#8220;mv&#8221; on
the original to a new name.&nbsp; <o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>mv libobk.so =
libobk.so.orig<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Since the file is already in memory =
it shouldn&#8217;t
need to reference the name again.&nbsp;&nbsp; The mv leaves the file on =
the same inode.&nbsp; You
can then do your install which would put in a libobk.so since the name =
is no
longer in use.&nbsp;&nbsp; At some point though you&#8217;d want to =
reboot your system to
make sure that all processes were using the new libobk.so.&nbsp;&nbsp; =
(This by the way
is in essence what HP&#8217;s swinstall does when it finds similar =
scenarios.)<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>I&#8217;ve not tried the above so =
will
have to say try it at your own risk.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font =
size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>

<hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1>

</span></font></div>

<p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font =
size=3D2
face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'>
veritas-bu-admin AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu] <b><span =
style=3D'font-weight:
bold'>On Behalf Of </span></b>ckstehman AT pepco DOT com<br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> Tuesday, August 09, =
2005
10:10 AM<br>
<b><span style=3D'font-weight:bold'>To:</span></b> =
veritas-bu AT mailman.eng.auburn DOT edu<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> [Veritas-bu] =
Upgrading
libobk.so.1 on Tru64</span></font><o:p></o:p></p>

</div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><br>
</span></font><font size=3D2 face=3Dsans-serif><span =
style=3D'font-size:10.0pt;
font-family:sans-serif'>Does anyone know how to handle =
this?</span></font> <br>
<br>
Trying &nbsp;to install the 5.1MP3 from Netbackup on Tru64. The =
installation
fails <br>
because the libobk.so.1 library is in use ( ...Text file busy) and so it =
<br>
cannot be replaced without stopping Oracle. <o:p></o:p></p>

<p><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'>Is it
possible to unload this library without have to stop Oracle? =
<o:p></o:p></span></font></p>

<p><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'>In
advance thanks <br>
</span></font><font size=3D2 face=3Dsans-serif><span =
style=3D'font-size:10.0pt;
font-family:sans-serif'>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
Carl Stehman<br>
PHI Services Company<br>
202-331-6619<br>
Pager 301-765-2703<br>
ckstehman AT pepco DOT com</span></font> <br>
<br>
This Email message and any attachment may contain information that is
proprietary, legally privileged, confidential and/or subject to =
copyright
belonging to Pepco Holdings, Inc. or its affiliates (&quot;PHI&quot;). =
This
Email is intended solely for the use of the person(s) to which it is =
addressed.
If you are not an intended recipient, or the employee or agent =
responsible for
delivery of this Email to the intended recipient(s), you are hereby =
notified
that any dissemination, distribution or copying of this Email is =
strictly
prohibited. If you have received this message in error, please =
immediately
notify the sender and permanently delete this Email and any copies. PHI
policies expressly prohibit employees from making defamatory or =
offensive
statements and infringing any copyright or any other legal right by =
Email communication.
PHI will not accept any liability in respect of such communications. =
<o:p></o:p></p>

</div>

</body>

</html>

------_=_NextPart_001_01C59D10.084DAFD6--

<Prev in Thread] Current Thread [Next in Thread>