<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.thilelli.net/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>blog'o thnet  - Comments</title>
  <link>http://blog.thilelli.net/</link>
  <atom:link href="http://blog.thilelli.net/feed/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>thnet, the blog of Julien Gabel
What is to say about my (mostly) IT-related world these days</description>
  <language>en</language>
  <pubDate>Wed, 10 Mar 2010 09:21:53 +0100</pubDate>
  <copyright>Copyright© 2002-2010, Julien Gabel</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Getting Emulex HBA Information on a GNU/Linux System - Julien Gabel</title>
    <link>http://blog.thilelli.net/post/2007/06/09/Getting-Emulex-HBA-Information-on-a-GNU/Linux-System#c8800103</link>
    <guid isPermaLink="false">urn:md5:f6e68190e2e4d92ae2990d86a94f55f2</guid>
    <pubDate>Fri, 12 Feb 2010 12:38:45 +0100</pubDate>
    <dc:creator>Julien Gabel</dc:creator>
    
    <description>&lt;p&gt;Well, for scanning new devices on a SCSI chain I just use the script
provided by Emulex on &lt;a href=&quot;http://www.emulex.com/files/downloads/linux/linux_tools.html&quot; hreflang=&quot;en&quot; rel=&quot;nofollow&quot;&gt;their site&lt;/a&gt;, and adapt it a little when HBA are from QLogic
eventually.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Getting Emulex HBA Information on a GNU/Linux System - Javed Aziz</title>
    <link>http://blog.thilelli.net/post/2007/06/09/Getting-Emulex-HBA-Information-on-a-GNU/Linux-System#c8791263</link>
    <guid isPermaLink="false">urn:md5:38b0bf22a67e3417d3f91306d89efbde</guid>
    <pubDate>Thu, 04 Feb 2010 10:49:05 +0100</pubDate>
    <dc:creator>Javed Aziz</dc:creator>
    
    <description>&lt;p&gt;Thanks a lot, i was badly searching HBA commands. If possible plz provide
the command for new LUN scanning and initialization.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Stale NFS File Handle - flah</title>
    <link>http://blog.thilelli.net/post/2007/03/07/Stale-NFS-File-Handle#c8765307</link>
    <guid isPermaLink="false">urn:md5:4f3913f65d2463a7cbc96a1a8f922bb4</guid>
    <pubDate>Thu, 07 Jan 2010 22:32:51 +0100</pubDate>
    <dc:creator>flah</dc:creator>
    
    <description>&lt;p&gt;Thanks for the info. Here's a tip:&lt;/p&gt;
&lt;p&gt;$ printf &amp;quot;%d\n&amp;quot; 0x1dc24&lt;br /&gt;
121892&lt;br /&gt;
$ printf &amp;quot;%x\n&amp;quot; 121892&lt;br /&gt;
1dc24&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Stale NFS File Handle - Julien Gabel</title>
    <link>http://blog.thilelli.net/post/2007/03/07/Stale-NFS-File-Handle#c8747174</link>
    <guid isPermaLink="false">urn:md5:22d22c82ed9999ec4445e59884b2d8db</guid>
    <pubDate>Sun, 20 Dec 2009 12:06:32 +0100</pubDate>
    <dc:creator>Julien Gabel</dc:creator>
    
    <description>&lt;p&gt;&lt;em&gt;Is this to be expected?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Sadly yes, it is a common case, too.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Can I get an other clue of where to look for my inodes?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Well in these cases, I generally tend to use &lt;code&gt;pfiles&lt;/code&gt; or
&lt;code&gt;dtrace&lt;/code&gt; (and eventually &lt;code&gt;lsof&lt;/code&gt;), but it is a relatively
tedious work... good luck.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Stale NFS File Handle - Marc Girod</title>
    <link>http://blog.thilelli.net/post/2007/03/07/Stale-NFS-File-Handle#c8745818</link>
    <guid isPermaLink="false">urn:md5:f01b4ac15a1ba8bc4cccd06e7ed742f1</guid>
    <pubDate>Fri, 18 Dec 2009 17:40:45 +0100</pubDate>
    <dc:creator>Marc Girod</dc:creator>
    
    <description>&lt;p&gt;I face a quirk: my file systems are automounted.&lt;br /&gt;
The device id I get seems constant, but doesn't match anything in /etc/mnttab:
62000000.&lt;/p&gt;
&lt;p&gt;Is this to be expected? Can I get an other clue of where to look for my
inodes?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Stale NFS File Handle - Marc Girod</title>
    <link>http://blog.thilelli.net/post/2007/03/07/Stale-NFS-File-Handle#c8745126</link>
    <guid isPermaLink="false">urn:md5:8b6e46420f163ea4661ed6c7632eb74b</guid>
    <pubDate>Thu, 17 Dec 2009 13:13:55 +0100</pubDate>
    <dc:creator>Marc Girod</dc:creator>
    
    <description>&lt;p&gt;&amp;gt; there's no way to terminate the find upon finding the file&lt;/p&gt;
&lt;p&gt;I am not sure about Solaris tools, but GNU head will close its stdin after
completion, which will result in a SIGPIPE, which kills the GNU find.&lt;br /&gt;
So, the following idiom should do the trick:&lt;/p&gt;
&lt;p&gt;find ... | head -1&lt;/p&gt;
&lt;p&gt;Thanks for all this useful info.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Stale NFS File Handle - unknown</title>
    <link>http://blog.thilelli.net/post/2007/03/07/Stale-NFS-File-Handle#c8645107</link>
    <guid isPermaLink="false">urn:md5:bcfedae0c6ed1f9ce90fd781a1c34d23</guid>
    <pubDate>Tue, 01 Dec 2009 15:16:03 +0100</pubDate>
    <dc:creator>unknown</dc:creator>
    
    <description>&lt;p&gt;#!/bin/sh&lt;br /&gt;
#&lt;br /&gt;
# fhfind: takes the expanded filehandle string from an&lt;br /&gt;
# NFS write error or stale filehandle message and maps&lt;br /&gt;
# it to a pathname on the server.&lt;br /&gt;
#&lt;br /&gt;
# The device id in the filehandle is used to locate the&lt;br /&gt;
# filesystem mountpoint. This is then used as the starting&lt;br /&gt;
# point for a find for the file with the inode number&lt;br /&gt;
# extracted from the filehandle.&lt;br /&gt;
#&lt;br /&gt;
# If the filesystem is big - the find can take a long time.&lt;br /&gt;
# Since there's no way to terminate the find upon finding&lt;br /&gt;
# the file, you might need to kill fhfind after it prints&lt;br /&gt;
# the path.&lt;br /&gt;
#&lt;/p&gt;
&lt;p&gt;if [ $# -ne 8 ]; then&lt;br /&gt;
echo&lt;br /&gt;
echo &amp;quot;Usage: fhfind &amp;lt;filehandle&amp;gt; e.g.&amp;quot;&lt;br /&gt;
echo&lt;br /&gt;
echo &amp;quot; nfsfind 1540002 2 a0000 4df07 48df4455 a0000 2 25d1121d&amp;quot;&lt;br /&gt;
exit 1&lt;br /&gt;
fi&lt;/p&gt;
&lt;p&gt;# Filesystem ID&lt;/p&gt;
&lt;p&gt;FSID1=$1&lt;br /&gt;
FSID2=$2&lt;/p&gt;
&lt;p&gt;# FID for the file&lt;/p&gt;
&lt;p&gt;FFID1=$3&lt;br /&gt;
FFID2=`echo $4 | tr [a-z] [A-Z]` # uppercase for bc&lt;br /&gt;
FFID3=$5&lt;/p&gt;
&lt;p&gt;# FID for the export point (not used)&lt;/p&gt;
&lt;p&gt;EFID1=$6&lt;br /&gt;
EFID2=$7&lt;br /&gt;
EFID3=$8&lt;/p&gt;
&lt;p&gt;# Use the device id to find the /etc/mnttab&lt;br /&gt;
# entry and thus the mountpoint for the filesystem.&lt;/p&gt;
&lt;p&gt;E=`grep $FSID1 /etc/mnttab`&lt;br /&gt;
if [ &amp;quot;$E&amp;quot; = &amp;quot;&amp;quot; ]; then&lt;br /&gt;
echo&lt;br /&gt;
echo &amp;quot;Cannot find filesystem for devid $FSID1&amp;quot;&lt;br /&gt;
exit 0&lt;br /&gt;
fi&lt;/p&gt;
&lt;p&gt;set - $E&lt;br /&gt;
MNTPNT=$2&lt;/p&gt;
&lt;p&gt;INUM=`echo &amp;quot;ibase=16; $FFID2&amp;quot; | bc` # hex to decimal for find&lt;/p&gt;
&lt;p&gt;echo&lt;br /&gt;
echo &amp;quot;Now searching $MNTPNT for inode number $INUM&amp;quot;&lt;br /&gt;
echo&lt;/p&gt;
&lt;p&gt;find $MNTPNT -mount -inum $INUM -print 2&amp;gt;/dev/null&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Finding The Process Responsible For Crashing A System - Karl Arao</title>
    <link>http://blog.thilelli.net/post/2009/03/22/Finding-The-Process-Responsible-For-Crashing-A-System#c8617813</link>
    <guid isPermaLink="false">urn:md5:ca50c051be0f0843bed828afea8eb2af</guid>
    <pubDate>Mon, 26 Oct 2009 05:46:07 +0100</pubDate>
    <dc:creator>Karl Arao</dc:creator>
    
    <description>&lt;p&gt;Nice troubleshooting :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Comparison: EMC PowerPath vs. GNU/Linux dm-multipath - Julien Gabel</title>
    <link>http://blog.thilelli.net/post/2009/02/09/Comparison%3A-EMC-PowerPath-vs-GNU/Linux-dm-multipath#c8586745</link>
    <guid isPermaLink="false">urn:md5:7021651b53a85c4add86502d126b5a2c</guid>
    <pubDate>Sat, 19 Sep 2009 16:32:57 +0200</pubDate>
    <dc:creator>Julien Gabel</dc:creator>
    
    <description>&lt;p&gt;It is not easy to answer concisely to these questions, however here are some
inputs:&lt;/p&gt;
&lt;q&gt;How difficult is it to force the re-installation of the software?&lt;/q&gt;
&lt;p&gt;When you know it, it not as difficult. It is just not convenient, at 3am not
to see your more than 7TB database not came up again after an OS upgrade
because under GNU/Linux the modules are installed in a path which include the
exact number and revision of the installed and running kernel. At last, it is
not particularly elegant, and it must exists a better way.&lt;/p&gt;
&lt;q&gt;What effects on the configuration of the running system will this have -
Would a reboot be required? (Surely a kernel upgrade would require this any
way?!)&lt;/q&gt;
&lt;p&gt;The upgrade must be done using a running system. So, you have to quiesce
your activity during this time, and reboot quickly after that. This must be
part of a planned intervention window nevertheless. So, you must have to reboot
in single-user, force a re-installation of the PowerPath RPM package (and have
it &lt;strong&gt;available&lt;/strong&gt; in single-user mode), then reboot in multi-user
mode.&lt;/p&gt;
&lt;q&gt;I'm from a Solaris background &amp;amp; am new to the Linux world: How often do
you upgrade your kernel on a critical production system used as an Oracle dB
server that almost never changes other than have more LUNs or HBAs added? Is
this kernel update something you perform weekly, or per annum?&lt;/q&gt;
&lt;p&gt;As you may know (if you read my blog), I am more well versed in Solaris too.
The fact is, when you upgrade regularly for integrity, bug and security fixes,
the kernel is sometimes impacted. When using Linux, the major revision of the
kernel is the same, just the minor number is updated, but this is the base of
the problem I described earlier. On Solaris, even if the kernel is impacted,
the changing number for the generic kernel is never a problem for this type of
intervention.&lt;/p&gt;
&lt;p&gt;Depending on the number of times you have to upgrade, my point is you never
have to encounter the problem I faced with Linux.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Comparison: EMC PowerPath vs. GNU/Linux dm-multipath - serfKong</title>
    <link>http://blog.thilelli.net/post/2009/02/09/Comparison%3A-EMC-PowerPath-vs-GNU/Linux-dm-multipath#c8581421</link>
    <guid isPermaLink="false">urn:md5:7a873960ceb2aa5889c93cf3ccfb6239</guid>
    <pubDate>Fri, 11 Sep 2009 12:56:37 +0200</pubDate>
    <dc:creator>serfKong</dc:creator>
    
    <description>&lt;p&gt;I don't quite follow the probable impact of this on a system: 'The need to
force a RPM re-installation in case of a kernel upgrade on RHEL systems (due to
the fact that kernel modules are stored in a path containing the exact major
and minor versions of the installed (booted) kernel.'&lt;/p&gt;
&lt;p&gt;1) How difficult is it to force the re-installation of the software?&lt;/p&gt;
&lt;p&gt;2) What effects on the configuration of the running system will this have -
Would a reboot be required? (Surely a kernel upgrade would require this any
way?!)&lt;/p&gt;
&lt;p&gt;3) I'm from a Solaris background &amp;amp; am new to the Linux world: How often
do you upgrade your kernel on a critical production system used as an Oracle dB
server that almost never changes other than have more LUNs or HBAs added? Is
this kernel update something you perform weekly, or per annum?&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Complete Step-by-Step Guide to Create, Install and Configure a Fully Fonctional DLPAR - Raul</title>
    <link>http://blog.thilelli.net/post/2005/11/09/Complete-Step-by-Step-Guide-to-Create-Install-and-Configure-a-Fully-Fonctional-DLPAR#c8552113</link>
    <guid isPermaLink="false">urn:md5:a77dd739dba45bfc8952f056d24ac3c2</guid>
    <pubDate>Tue, 28 Jul 2009 22:27:05 +0200</pubDate>
    <dc:creator>Raul</dc:creator>
    
    <description>&lt;p&gt;simply PERFECTLY EXPLAINED.... never seen more clean , professional and
clearly explanation of how to do this job.&lt;br /&gt;
Thanks. BTW: I am kind of Jr.or Ssr. SA working for EDS. cheers&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>GRUB Boot Archive With SVM, A Better Approach - dieter</title>
    <link>http://blog.thilelli.net/post/2008/12/03/GRUB-Boot-Archive-With-SVM-A-Better-Approach#c8538279</link>
    <guid isPermaLink="false">urn:md5:c2dd1215c048e35270ca0be3fd3aec82</guid>
    <pubDate>Tue, 07 Jul 2009 22:48:42 +0200</pubDate>
    <dc:creator>dieter</dc:creator>
    
    <description>&lt;p&gt;Dude,&lt;/p&gt;
&lt;p&gt;You just saved me a night's work with this :)&lt;br /&gt;
Thanks for the clear explanation!&lt;/p&gt;
&lt;p&gt;Dieter.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Discrepancies Between df And du Outputs - karthik</title>
    <link>http://blog.thilelli.net/post/2008/10/18/Discrepancies-Between-df-And-du-Outputs#c8508249</link>
    <guid isPermaLink="false">urn:md5:58f5465b394da940c94e31529a94c8cd</guid>
    <pubDate>Tue, 09 Jun 2009 20:28:29 +0200</pubDate>
    <dc:creator>karthik</dc:creator>
    
    <description>&lt;p&gt;Excellent work around.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Comparison: EMC PowerPath vs. GNU/Linux dm-multipath - Julien Gabel</title>
    <link>http://blog.thilelli.net/post/2009/02/09/Comparison%3A-EMC-PowerPath-vs-GNU/Linux-dm-multipath#c8474883</link>
    <guid isPermaLink="false">urn:md5:cd278a716c6b7a80a9c7dd01e2356aeb</guid>
    <pubDate>Sun, 10 May 2009 19:58:23 +0200</pubDate>
    <dc:creator>Julien Gabel</dc:creator>
    
    <description>&lt;p&gt;Well, no it is not a joke... per-se :)&lt;/p&gt;
&lt;p&gt;The fact is, I try to give both for and against multipath inputs. I think
the two first points are valid. It doesn't mean they are for you, even if the
very first point is just a fact.&lt;/p&gt;
&lt;p&gt;As for the third point, I didn't encounter this &lt;em&gt;kind&lt;/em&gt; of
configuration file with other multipath and LVM technologies.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Comparison: EMC PowerPath vs. GNU/Linux dm-multipath - Rui Seabra</title>
    <link>http://blog.thilelli.net/post/2009/02/09/Comparison%3A-EMC-PowerPath-vs-GNU/Linux-dm-multipath#c8474524</link>
    <guid isPermaLink="false">urn:md5:5c8d57afcc25e54eb63ce637cfa119a4</guid>
    <pubDate>Sat, 09 May 2009 18:23:05 +0200</pubDate>
    <dc:creator>Rui Seabra</dc:creator>
    
    <description>&lt;p&gt;Ha! Your list of drawbacks for the multipath version is a joke, right?
:)&lt;/p&gt;
&lt;p&gt;1. not a problem&lt;br /&gt;
2. not a problem&lt;br /&gt;
3. since LVM is really adviseable, not a problem as well.&lt;/p&gt;
&lt;p&gt;Thank you very much for your comparison, it will really help me when the HBA
cards for a couple of systems do arrive.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ZFS on a USB Disk (removable Media) - Alexandre Dumont</title>
    <link>http://blog.thilelli.net/post/2006/08/24/ZFS-on-a-USB-Disk-removable-Media#c8474271</link>
    <guid isPermaLink="false">urn:md5:03916d248f5bf55e7011421eed4f475e</guid>
    <pubDate>Sat, 09 May 2009 00:20:44 +0200</pubDate>
    <dc:creator>Alexandre Dumont</dc:creator>
    
    <description>&lt;p&gt;You might be interested in ZFS Automatic Backup to USB disks: &lt;a href=&quot;http://blogs.sun.com/timf/entry/zfs_automatic_for_the_people&quot; title=&quot;http://blogs.sun.com/timf/entry/zfs_automatic_for_the_people&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/timf/entry/zfs...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Problem Querying ru. Name Servers - Kolo</title>
    <link>http://blog.thilelli.net/post/2009/02/25/Problem-Querying-ru-Name-Servers#c8472702</link>
    <guid isPermaLink="false">urn:md5:c48c7055545b2d3f4d51715982fcfeb4</guid>
    <pubDate>Tue, 05 May 2009 19:09:05 +0200</pubDate>
    <dc:creator>Kolo</dc:creator>
    
    <description>&lt;p&gt;Different PTR record is not a problem at all. There is no rule /
recommendation that NS names must match PTR record. Both ns3.nic.ru and
ns3.ripn.net are correct.&lt;/p&gt;
&lt;p&gt;Problem is with RU-CENTER (nic.ru) DNS'es itself.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Upcoming IBM AIX 6 features vs. Sun Solaris 10 and OpenSolaris - Octave Orgeron</title>
    <link>http://blog.thilelli.net/post/2007/05/22/Upcoming-IBM-AIX-6-features-vs-Sun-Solaris-10-and-OpenSolaris#c8459959</link>
    <guid isPermaLink="false">urn:md5:1148252d94ad16f6153cb8723b5a6475</guid>
    <pubDate>Mon, 13 Apr 2009 05:33:55 +0200</pubDate>
    <dc:creator>Octave Orgeron</dc:creator>
    
    <description>&lt;p&gt;Actually, while the SPARC64 processors are based on technology from Fujitsu,
they share the development of those processors. The recent SPARC64 VII
processors actually made use of some know-how from Sun and not Fujitsu. The CMT
processors (UltraSPARC-T1/T2/T2+) are Sun designs and outsell the M-series
servers hands down. Not to mention that many benchmarks have shown the
UltraSPARC-T2 and T2+ systems to outperform Power6 systems on price and
performance.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ZFS on a USB Disk (removable Media) - Julien Gabel</title>
    <link>http://blog.thilelli.net/post/2006/08/24/ZFS-on-a-USB-Disk-removable-Media#c8440998</link>
    <guid isPermaLink="false">urn:md5:5f2c50b19e81d3c81340bb54b630a79d</guid>
    <pubDate>Sun, 15 Mar 2009 19:49:22 +0100</pubDate>
    <dc:creator>Julien Gabel</dc:creator>
    
    <description>The fact is, both pools will have a snapshot copy of the original file system
after the send/recv. So, both can be deleted. In my example, I decided to
delete the target snapshot, which explain why the &lt;code&gt;zfs list&lt;/code&gt; didn't
display it.</description>
  </item>
      
    
    <item>
    <title>ZFS on a USB Disk (removable Media) - cmeiring</title>
    <link>http://blog.thilelli.net/post/2006/08/24/ZFS-on-a-USB-Disk-removable-Media#c8440851</link>
    <guid isPermaLink="false">urn:md5:d8a75b21f7ee2c961a6c6b37dee61508</guid>
    <pubDate>Sun, 15 Mar 2009 12:44:38 +0100</pubDate>
    <dc:creator>cmeiring</dc:creator>
    
    <description>&lt;p&gt;zfs destroy rmzp/home/jgabel@rmzp.0 ?&lt;/p&gt;
&lt;p&gt;reading as a old school admin it should be datazp, but maybe the receive
command works different than my first idea, just starting with zfs.&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>