<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HPUX Disk info in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902154#M283174</link>
    <description>&lt;!--!*#--&gt;If accessing over the network, check things like nfsstat (if using NFS) and netstat ( -in) look for errors, collisions on the one that is slower.&lt;BR /&gt;&lt;BR /&gt;How about the nic it is using?&lt;BR /&gt;&lt;BR /&gt;Use traceroute to see the path.&lt;BR /&gt;&lt;BR /&gt;Here's a script to check your lancards:&lt;BR /&gt;&lt;BR /&gt;# cat /usr/local/bin/lancards&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;# script to check speed and settings of lan cards&lt;BR /&gt;PATH=/usr/sbin:/usr/bin&lt;BR /&gt;ppas=`lanscan | awk '$3~/^[0-9]$/{print $3}' | xargs`&lt;BR /&gt;for i in $ppas&lt;BR /&gt;do&lt;BR /&gt;printf "Card at PPA %s - " $i&lt;BR /&gt;ipa=`ifconfig lan${i} 2&amp;gt;/dev/null | awk '{ip=$2}END{if(ip==""){printf("Not assigned")}else{printf("%s ",ip)}}'`&lt;BR /&gt;printf "IP Address: %15s- " "$ipa"&lt;BR /&gt;lanadmin -x $i 2&amp;gt;/dev/null | awk '{$1="";printf("%s",$0)}'&lt;BR /&gt;echo ""&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Tue, 21 Nov 2006 14:44:21 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2006-11-21T14:44:21Z</dc:date>
    <item>
      <title>HPUX Disk info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902151#M283171</link>
      <description>Hello:&lt;BR /&gt;&lt;BR /&gt;I am experiencing disk access degrade on one of my HPUX 11i systems.  I have 2 systems configured exactly the same both HW/SW wise.  They have exactly the same file systems partitions and content.  One is really fast the second is about 2x Slower when accessing the same file over the network.   I know it could be subnet related but I would like to validate that there isn't something wrong with the disk itself.   Do you know of any logs that HPUX writes to when accessing files on the hard disk?  Something that can tell me what is happening or possibly a utility I could use to track disk i/o and activity?</description>
      <pubDate>Tue, 21 Nov 2006 14:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902151#M283171</guid>
      <dc:creator>Scott McDade</dc:creator>
      <dc:date>2006-11-21T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Disk info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902152#M283172</link>
      <description>Friend&lt;BR /&gt; this problem of performance can be related the allocation of records creation of file system. the best tool if analyzes in the HP-UX and the Glance Plux pack.</description>
      <pubDate>Tue, 21 Nov 2006 14:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902152#M283172</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-11-21T14:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Disk info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902153#M283173</link>
      <description>Shalom, &lt;BR /&gt;&lt;BR /&gt;Possible helpful toolset:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/system.perf.sh" target="_blank"&gt;http://www.hpux.ws/system.perf.sh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note that disk firmware may need to be checked and upgraded. I always had hardware do that for me.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Nov 2006 14:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902153#M283173</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-21T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Disk info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902154#M283174</link>
      <description>&lt;!--!*#--&gt;If accessing over the network, check things like nfsstat (if using NFS) and netstat ( -in) look for errors, collisions on the one that is slower.&lt;BR /&gt;&lt;BR /&gt;How about the nic it is using?&lt;BR /&gt;&lt;BR /&gt;Use traceroute to see the path.&lt;BR /&gt;&lt;BR /&gt;Here's a script to check your lancards:&lt;BR /&gt;&lt;BR /&gt;# cat /usr/local/bin/lancards&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;# script to check speed and settings of lan cards&lt;BR /&gt;PATH=/usr/sbin:/usr/bin&lt;BR /&gt;ppas=`lanscan | awk '$3~/^[0-9]$/{print $3}' | xargs`&lt;BR /&gt;for i in $ppas&lt;BR /&gt;do&lt;BR /&gt;printf "Card at PPA %s - " $i&lt;BR /&gt;ipa=`ifconfig lan${i} 2&amp;gt;/dev/null | awk '{ip=$2}END{if(ip==""){printf("Not assigned")}else{printf("%s ",ip)}}'`&lt;BR /&gt;printf "IP Address: %15s- " "$ipa"&lt;BR /&gt;lanadmin -x $i 2&amp;gt;/dev/null | awk '{$1="";printf("%s",$0)}'&lt;BR /&gt;echo ""&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 21 Nov 2006 14:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902154#M283174</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-11-21T14:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Disk info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902155#M283175</link>
      <description>My first feeling is the network connection is not right in the second box. Have you checked network speed/duplex parameters?</description>
      <pubDate>Tue, 21 Nov 2006 15:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-disk-info/m-p/3902155#M283175</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-11-21T15:17:40Z</dc:date>
    </item>
  </channel>
</rss>

