<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Parm Patram</title>
	<atom:link href="http://oracle.3dub.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>disable usb0 nic RHEL5</title>
		<link>http://oracle.3dub.com/2012/02/03/disable-usb0-nic-rhel5/</link>
		<comments>http://oracle.3dub.com/2012/02/03/disable-usb0-nic-rhel5/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 18:14:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=846</guid>
		<description><![CDATA[The usb0 NIC sometimes causes problems with certain Oracle grid components on 11g RAC.
Setting the /etc/sysconfig/network-scripts/ifcfg-usb0 &#8216;ONBOOT=no&#8217; does not always work and the devices fires up again.
You can disable the NIC from even initializing by adding the following as the first line in  /etc/udev/rules.d/60-net.rules
ACTION==&#8221;add&#8221;, DRIVER==&#8221;usb&#8221;, SYSFS{configuration}==&#8221;CDC Ethernet&#8221;, OPTIONS+=&#8221;ignore_device, last_rule&#8221;
]]></description>
			<content:encoded><![CDATA[<p>The usb0 NIC sometimes causes problems with certain Oracle grid components on 11g RAC.</p>
<p>Setting the /etc/sysconfig/network-scripts/ifcfg-usb0 &#8216;ONBOOT=no&#8217; does not always work and the devices fires up again.</p>
<p>You can disable the NIC from even initializing by adding the following as the first line in  /etc/udev/rules.d/60-net.rules<br />
ACTION==&#8221;add&#8221;, DRIVER==&#8221;usb&#8221;, SYSFS{configuration}==&#8221;CDC Ethernet&#8221;, OPTIONS+=&#8221;ignore_device, last_rule&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2012/02/03/disable-usb0-nic-rhel5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn on agent debugging (VCS)</title>
		<link>http://oracle.3dub.com/2011/12/13/turn-on-agent-debugging-vcs/</link>
		<comments>http://oracle.3dub.com/2011/12/13/turn-on-agent-debugging-vcs/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 20:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[HEADS UP]]></category>
		<category><![CDATA[VCS]]></category>
		<category><![CDATA[Vertias]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=844</guid>
		<description><![CDATA[http://www.symantec.com/business/support/index?page=content&#038;id=HOWTO58833
]]></description>
			<content:encoded><![CDATA[<p>http://www.symantec.com/business/support/index?page=content&#038;id=HOWTO58833</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/12/13/turn-on-agent-debugging-vcs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris fix for boot problems</title>
		<link>http://oracle.3dub.com/2011/11/22/solaris-fix-for-boot-problems/</link>
		<comments>http://oracle.3dub.com/2011/11/22/solaris-fix-for-boot-problems/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 16:23:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HEADS UP]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=838</guid>
		<description><![CDATA[A kernel patch caused the machine to panic, leaving it in a confused state. I was able to boot from a CD and back out the patch, but it did not update the boot archive, even after issuing
/sbin/bootadm update-archive -R /a
to fix:
Boot into the disk failsafe, then run:
/a/boot/solaris/bin/create_ramdisk -R /a
]]></description>
			<content:encoded><![CDATA[<p>A kernel patch caused the machine to panic, leaving it in a confused state. I was able to boot from a CD and back out the patch, but it did not update the boot archive, even after issuing<br />
/sbin/bootadm update-archive -R /a</p>
<p>to fix:</p>
<p>Boot into the disk failsafe, then run:</p>
<p>/a/boot/solaris/bin/create_ramdisk -R /a</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/11/22/solaris-fix-for-boot-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>make flar for Solaris</title>
		<link>http://oracle.3dub.com/2011/11/19/make-flar-for-solaris/</link>
		<comments>http://oracle.3dub.com/2011/11/19/make-flar-for-solaris/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 15:33:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=836</guid>
		<description><![CDATA[/usr/sbin/flarcreate -cSn &#8220;some comment&#8221; -a &#8220;some_email@somewhere.com&#8221; -R / -X /root/exclude_from_flar.txt /path/to/archive.flar
without the &#8216;-a&#8217; the flar install will fail with the error: &#8220;ERROR: Could not find archive&#8221;
]]></description>
			<content:encoded><![CDATA[<p>/usr/sbin/flarcreate -cSn &#8220;some comment&#8221; -a &#8220;some_email@somewhere.com&#8221; -R / -X /root/exclude_from_flar.txt /path/to/archive.flar</p>
<p>without the &#8216;-a&#8217; the flar install will fail with the error: &#8220;ERROR: Could not find archive&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/11/19/make-flar-for-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fix terminal when in single user mode (Solaris)</title>
		<link>http://oracle.3dub.com/2011/11/17/fix-terminal-when-in-single-user-mode-solaris/</link>
		<comments>http://oracle.3dub.com/2011/11/17/fix-terminal-when-in-single-user-mode-solaris/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 20:28:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HEADS UP]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=834</guid>
		<description><![CDATA[ksh -o vi
export TERM=vt100
/usr/openwin/bin/resize
or, If booted from CD or in failsafe:
/a/usr/openwin/bin/resize
]]></description>
			<content:encoded><![CDATA[<p>ksh -o vi<br />
export TERM=vt100<br />
/usr/openwin/bin/resize<br />
or, If booted from CD or in failsafe:<br />
/a/usr/openwin/bin/resize</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/11/17/fix-terminal-when-in-single-user-mode-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grow ocfs2 partition</title>
		<link>http://oracle.3dub.com/2011/09/20/grow-ocfs2-partition/</link>
		<comments>http://oracle.3dub.com/2011/09/20/grow-ocfs2-partition/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 20:24:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=832</guid>
		<description><![CDATA[tunefs.ocfs2 -S 
]]></description>
			<content:encoded><![CDATA[<p>tunefs.ocfs2 -S <device></p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/09/20/grow-ocfs2-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See long running jobs in the RAC</title>
		<link>http://oracle.3dub.com/2011/08/10/see-long-running-jobs-in-the-rac/</link>
		<comments>http://oracle.3dub.com/2011/08/10/see-long-running-jobs-in-the-rac/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 12:59:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[SQL & PL/SQL]]></category>
		<category><![CDATA[SQLPLUS]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=828</guid>
		<description><![CDATA[column
select inst_id,opname, totalwork, sofar, time_remaining from gv$session_longops where totalwork > sofar order by time_remaining;
]]></description>
			<content:encoded><![CDATA[<p>column<br />
select inst_id,opname, totalwork, sofar, time_remaining from gv$session_longops where totalwork > sofar order by time_remaining;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/08/10/see-long-running-jobs-in-the-rac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix disabled or stale VXFS volumes</title>
		<link>http://oracle.3dub.com/2011/08/09/fix-disabled-or-stale-vxfs-volumes/</link>
		<comments>http://oracle.3dub.com/2011/08/09/fix-disabled-or-stale-vxfs-volumes/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 03:24:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Vertias]]></category>
		<category><![CDATA[VxFS]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=824</guid>
		<description><![CDATA[
export DG=SOME-DG
clear; for i in `vxprint -ht -g ${DG}&#124;grep DISA&#124; grep ^pl &#124; awk '{print $2}'`; do
echo  "vxmend -g ${DG} fix stale $i"
echo "vxmend -g ${DG} fix clean $i"; done
vxvol -g ${DG} startall

]]></description>
			<content:encoded><![CDATA[<pre>
export DG=SOME-DG
clear; for i in `vxprint -ht -g ${DG}|grep DISA| grep ^pl | awk '{print $2}'`; do
echo  "vxmend -g ${DG} fix stale $i"
echo "vxmend -g ${DG} fix clean $i"; done
vxvol -g ${DG} startall
</pre>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/08/09/fix-disabled-or-stale-vxfs-volumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add new mount point to VCS service group</title>
		<link>http://oracle.3dub.com/2011/06/21/add-new-mount-point-to-vcs-service-group/</link>
		<comments>http://oracle.3dub.com/2011/06/21/add-new-mount-point-to-vcs-service-group/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 14:44:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCS]]></category>
		<category><![CDATA[Vertias]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=813</guid>
		<description><![CDATA[# add volume definition
hares -add SRVS-vol8  Volume  SRVS-SG
hares -modify SRVS-vol8  Critical  0
hares -modify SRVS-vol8  DiskGroup  cjprd
hares -modify SRVS-vol8  Volume  cjprd-vol8
hares -modify SRVS-vol8  Enabled  1
hares -link SRVS-vol8  SRVS-dg   0   0
# Add mount definition
hares -add SRVS-odbf4  Mount  SRVS-SG
hares -modify SRVS-odbf4  Critical  1
hares -modify SRVS-odbf4  SnapUmount  0
hares -modify SRVS-odbf4  CkptUmount  1
hares -modify SRVS-odbf4  SecondLevelMonitor  0
hares -modify SRVS-odbf4  SecondLevelTimeout  [...]]]></description>
			<content:encoded><![CDATA[<p># add volume definition<br />
hares -add SRVS-vol8  Volume  SRVS-SG<br />
hares -modify SRVS-vol8  Critical  0<br />
hares -modify SRVS-vol8  DiskGroup  cjprd<br />
hares -modify SRVS-vol8  Volume  cjprd-vol8<br />
hares -modify SRVS-vol8  Enabled  1<br />
hares -link SRVS-vol8  SRVS-dg   0   0</p>
<p># Add mount definition<br />
hares -add SRVS-odbf4  Mount  SRVS-SG<br />
hares -modify SRVS-odbf4  Critical  1<br />
hares -modify SRVS-odbf4  SnapUmount  0<br />
hares -modify SRVS-odbf4  CkptUmount  1<br />
hares -modify SRVS-odbf4  SecondLevelMonitor  0<br />
hares -modify SRVS-odbf4  SecondLevelTimeout  30<br />
hares -modify SRVS-odbf4  MountPoint  /cjprd/odbf4<br />
hares -modify SRVS-odbf4  BlockDevice  /dev/vx/dsk/cjprd/cjprd-vol8<br />
hares -modify SRVS-odbf4  FSType  vxfs<br />
hares -modify SRVS-odbf4  MountOpt<br />
hares -modify SRVS-odbf4  FsckOpt  -y<br />
hares -modify SRVS-odbf4  Enabled  0<br />
hares -modify SRVS-odbf4  Critical  0<br />
hares -modify SRVS-odbf4  Enabled  1<br />
hares -link SRVS-odbf4  SRVS-vol8   0   0</p>
<p>hares -modify SRVS-odbf4  Critical  1<br />
hares -link SRVS-odbf4  SRVS   0   0<br />
hares -modify SRVS-vol8  Critical  1<br />
haconf -dump</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/06/21/add-new-mount-point-to-vcs-service-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LDOM console connection hangs</title>
		<link>http://oracle.3dub.com/2011/06/16/ldom-console-connection-hangs/</link>
		<comments>http://oracle.3dub.com/2011/06/16/ldom-console-connection-hangs/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 13:02:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=811</guid>
		<description><![CDATA[Problem: not able to connect to the console
-&#62; start /CH/BL1/SP/cli
Are you sure you want to start /CH/BL1/SP/cli (y/n)? y
&#8230;just hangs indefinitely
Solution: We need to reset the serial port to the blade.
-&#62; reset /CH/BL1/SP
Are you sure you want to reset /CH/BL1/SP (y/n)? y
Performing hard reset on /CH/BL1/SP
-&#62; start cli
Are you sure you want to start /CH/BL1/SP/cli [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Problem: not able to connect to the console</em></strong></p>
<p>-&gt; start /CH/BL1/SP/cli<br />
Are you sure you want to start /CH/BL1/SP/cli (y/n)? y</p>
<p><em>&#8230;just hangs indefinitely</em></p>
<p><em><strong>Solution: We need to reset the serial port to the blade.</strong></em></p>
<p>-&gt; reset /CH/BL1/SP<br />
Are you sure you want to reset /CH/BL1/SP (y/n)? y<br />
Performing hard reset on /CH/BL1/SP</p>
<p>-&gt; start cli<br />
Are you sure you want to start /CH/BL1/SP/cli (y/n)? y</p>
<p><em>&#8230; connects successfully to the console now.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/06/16/ldom-console-connection-hangs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

