<?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 NFS file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428783#M623762</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The Windows PC accessing a directory from the HP-UX NFS file system is intermittently crashing. The server was rebooted and the NFS software was restarted. The following are the NFS process on the server.&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep nfs&lt;BR /&gt;root 780 0 0 Nov 22 ? 0:00 nfskd&lt;BR /&gt;root 1885 1884 0 Nov 22 ? 0:02 /usr/sbin/nfsd 4&lt;BR /&gt;root 1901 1 0 Nov 22 ? 0:38 /usr/sbin/rpc.pcnfsd&lt;BR /&gt;root 1884 1 0 Nov 22 ? 0:02 /usr/sbin/nfsd 4&lt;BR /&gt;root 1889 1884 0 Nov 22 ? 0:02 /usr/sbin/nfsd 4&lt;BR /&gt;root 1891 1884 0 Nov 22 ? 0:02 /usr/sbin/nfsd 4 &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John Jayaseelan</description>
    <pubDate>Tue, 23 Nov 2004 10:53:56 GMT</pubDate>
    <dc:creator>John Jayaseelan</dc:creator>
    <dc:date>2004-11-23T10:53:56Z</dc:date>
    <item>
      <title>NFS file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428783#M623762</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The Windows PC accessing a directory from the HP-UX NFS file system is intermittently crashing. The server was rebooted and the NFS software was restarted. The following are the NFS process on the server.&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep nfs&lt;BR /&gt;root 780 0 0 Nov 22 ? 0:00 nfskd&lt;BR /&gt;root 1885 1884 0 Nov 22 ? 0:02 /usr/sbin/nfsd 4&lt;BR /&gt;root 1901 1 0 Nov 22 ? 0:38 /usr/sbin/rpc.pcnfsd&lt;BR /&gt;root 1884 1 0 Nov 22 ? 0:02 /usr/sbin/nfsd 4&lt;BR /&gt;root 1889 1884 0 Nov 22 ? 0:02 /usr/sbin/nfsd 4&lt;BR /&gt;root 1891 1884 0 Nov 22 ? 0:02 /usr/sbin/nfsd 4 &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John Jayaseelan</description>
      <pubDate>Tue, 23 Nov 2004 10:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428783#M623762</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2004-11-23T10:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428784#M623763</link>
      <description>The nfsstat command will allow you to assess the health of the nfs setup on the server.&lt;BR /&gt;&lt;BR /&gt;There also may be errors logged in /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;If the PC is crashing you might want to take a look at the PC side. What add in software are we using on the PC? What is the OS? What is the networking setup?&lt;BR /&gt;&lt;BR /&gt;If you reboot the server while the PC is mounted, it should lose its connection or lock up. That depends whether the nfs mount was hard or soft. Again, the first point of investigaton after the logs I've pointed out is the PC.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Nov 2004 10:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428784#M623763</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-23T10:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: NFS file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428785#M623764</link>
      <description>Run this on your HP system:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -efH|head -1; UNIX95= ps -efH|egrep "inetd|rpc|mount|nfs"|grep -v grep;  rpcinfo -p|egrep "service|nfs"; showmount -e; mount -p&lt;BR /&gt;&lt;BR /&gt;this will show the services running and which directories are set for export and what directories are being imported.  Post the results back here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 23 Nov 2004 10:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428785#M623764</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-11-23T10:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428786#M623765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The following are the results.&lt;BR /&gt;&lt;BR /&gt;UID        PID  PPID  C    STIME TTY          TIME CMD&lt;BR /&gt;root       780     0  0  Nov 22  ?           00:00 nfskd&lt;BR /&gt;root       775     1  0  Nov 22  ?           00:03   /usr/sbin/rpcbind&lt;BR /&gt;root       926     1  0  Nov 22  ?           00:00   /usr/sbin/inetd&lt;BR /&gt;root       859     1  0  Nov 22  ?           00:00   /usr/sbin/rpc.statd&lt;BR /&gt;root       865     1  0  Nov 22  ?           00:02   /usr/sbin/rpc.lockd&lt;BR /&gt;root      1901     1  0  Nov 22  ?           00:42   /usr/sbin/rpc.pcnfsd&lt;BR /&gt;root      1373     1  0  Nov 22  ?           00:04   /opt/dce/sbin/rpcd&lt;BR /&gt;root      1884     1  0  Nov 22  ?           00:02   /usr/sbin/nfsd 4&lt;BR /&gt;root      1885  1884  0  Nov 22  ?           00:02     /usr/sbin/nfsd 4&lt;BR /&gt;root      1889  1884  0  Nov 22  ?           00:02     /usr/sbin/nfsd 4&lt;BR /&gt;root      1891  1884  0  Nov 22  ?           00:02     /usr/sbin/nfsd 4&lt;BR /&gt;root      1877     1  0  Nov 22  ?           00:05   /usr/sbin/rpc.mountd&lt;BR /&gt;   program vers proto   port  service&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;    150001    1   udp    805  pcnfsd&lt;BR /&gt;    150001    2   udp    805  pcnfsd&lt;BR /&gt;    150001    1   tcp    806  pcnfsd&lt;BR /&gt;    150001    2   tcp    806  pcnfsd&lt;BR /&gt;export list for cctest01:&lt;BR /&gt;/cdrom                 (everyone)&lt;BR /&gt;/ultima2               (everyone)&lt;BR /&gt;/home/ultima           (everyone)&lt;BR /&gt;/home/proadm           (everyone)&lt;BR /&gt;/ultima                (everyone)&lt;BR /&gt;/home/informix/unloads (everyone)&lt;BR /&gt;/home/informix         (everyone)&lt;BR /&gt;/home/informix/dump    (everyone)&lt;BR /&gt;/dev/vg00/lvol3        /                         vxfs  log                    01&lt;BR /&gt;/dev/vg00/lvol1        /stand                    hfs   defaults               00&lt;BR /&gt;/dev/vg00/lvol8        /var                      vxfs  delaylog               00&lt;BR /&gt;/dev/vg00/lvol9        /var/adm/sw               vxfs  delaylog               00&lt;BR /&gt;/dev/vg00/lvol7        /usr                      vxfs  delaylog               00&lt;BR /&gt;/dev/vguv/lvuv_inst    /usr/u1                   vxfs  delaylog               00&lt;BR /&gt;/dev/vguv/lvuv_d02     /users2                   vxfs  delaylog               00&lt;BR /&gt;/dev/vguv/lvuv_d01     /users1                   vxfs  delaylog               00&lt;BR /&gt;/dev/vgult/lv_ultima2  /ultima2                  vxfs  delaylog               00&lt;BR /&gt;/dev/vgult/lv_ultima   /ultima                   vxfs  delaylog,nodatainlog   00&lt;BR /&gt;/dev/vg00/lvol6        /tmp                      vxfs  delaylog               00&lt;BR /&gt;/dev/vgtest/lvtest1    /testlv1                  vxfs  delaylog               00&lt;BR /&gt;/dev/vgult/lvult_home  /swhome                   vxfs  delaylog               00&lt;BR /&gt;/dev/vgult/prov9.1B    /prov9.1B                 vxfs  delaylog               00&lt;BR /&gt;/dev/vgpatch/lvpatch   /patches                  vxfs  delaylog               00&lt;BR /&gt;/dev/vg00/lvol5        /opt                      vxfs  delaylog               00&lt;BR /&gt;/dev/vginf/lvinf_test  /opt/ixapplications_test  vxfs  delaylog               00&lt;BR /&gt;/dev/vginf/lvinf_code  /opt/ixapplications       vxfs  delaylog               00&lt;BR /&gt;/dev/vginf/lvinf_inst  /opt/informix             vxfs  delaylog               00&lt;BR /&gt;/dev/vg00/lvol4        /home                     vxfs  delaylog               00&lt;BR /&gt;/dev/vginf/lv_unload   /home/informix/unloads    vxfs  delaylog               00&lt;BR /&gt;/dev/vginf/lvdump      /home/informix/dump       vxfs  delaylog               00&lt;BR /&gt;/dev/vgult/lv_bi       /bi_ult                   vxfs  delaylog               00&lt;BR /&gt;ccprod01:/ultima       /hosts/ccprod01/ultima    nfs   defaults,NFSv3         00&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;John Jayaseelan</description>
      <pubDate>Tue, 23 Nov 2004 11:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428786#M623765</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2004-11-23T11:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: NFS file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428787#M623766</link>
      <description>Steven&lt;BR /&gt;&lt;BR /&gt;The following is the output of nfsstat command.&lt;BR /&gt;&lt;BR /&gt;/root $ nfsstat&lt;BR /&gt;&lt;BR /&gt;Server rpc:&lt;BR /&gt;Connection oriented:&lt;BR /&gt;calls      badcalls   nullrecv   badlen     xdrcall    dupchecks  dupreqs&lt;BR /&gt;0          0          0          0          0          0          0&lt;BR /&gt;Connectionless oriented:&lt;BR /&gt;calls      badcalls   nullrecv   badlen     xdrcall    dupchecks  dupreqs&lt;BR /&gt;57676      0          0          0          0          0          0&lt;BR /&gt;&lt;BR /&gt;Server nfs:&lt;BR /&gt;calls      badcalls&lt;BR /&gt;57676      0&lt;BR /&gt;Version 2: (453 calls)&lt;BR /&gt;null       getattr    setattr    root       lookup     readlink   read&lt;BR /&gt;1 0%       226 49%    0 0%       0 0%       0 0%       0 0%       0 0%&lt;BR /&gt;wrcache    write      create     remove     rename     link       symlink&lt;BR /&gt;0 0%       0 0%       0 0%       0 0%       0 0%       0 0%       0 0%&lt;BR /&gt;mkdir      rmdir      readdir    statfs&lt;BR /&gt;0 0%       0 0%       0 0%       226 49%&lt;BR /&gt;Version 3: (57223 calls)&lt;BR /&gt;null       getattr    setattr    lookup     access     readlink   read&lt;BR /&gt;368 0%     22442 39%  0 0%       5630 9%    5 0%       9 0%       6644 11%&lt;BR /&gt;write      create     mkdir      symlink    mknod      remove     rmdir&lt;BR /&gt;0 0%       0 0%       0 0%       0 0%       0 0%       0 0%       0 0%&lt;BR /&gt;rename     link       readdir    readdir+   fsstat     fsinfo     pathconf&lt;BR /&gt;0 0%       0 0%       20021 34%  264 0%     1496 2%    344 0%     0 0%&lt;BR /&gt;commit&lt;BR /&gt;0 0%&lt;BR /&gt;&lt;BR /&gt;Client rpc:&lt;BR /&gt;Connection oriented:&lt;BR /&gt;calls      badcalls   badxids    timeouts   newcreds   badverfs   timers&lt;BR /&gt;0          0          0          0          0          0          0&lt;BR /&gt;cantconn   nomem      interrupts&lt;BR /&gt;0          0          0&lt;BR /&gt;Connectionless oriented:&lt;BR /&gt;calls      badcalls   retrans    badxids    timeouts   waits      newcreds&lt;BR /&gt;387        0          0          0          0          0          0&lt;BR /&gt;badverfs   timers     toobig     nomem      cantsend   bufulocks&lt;BR /&gt;0          0          0          0          0          0&lt;BR /&gt;&lt;BR /&gt;Client nfs:&lt;BR /&gt;calls      badcalls   clgets     cltoomany&lt;BR /&gt;387        0          387        0&lt;BR /&gt;Version 2: (0 calls)&lt;BR /&gt;null       getattr    setattr    root       lookup     readlink   read&lt;BR /&gt;0 0%       0 0%       0 0%       0 0%       0 0%       0 0%       0 0%&lt;BR /&gt;wrcache    write      create     remove     rename     link       symlink&lt;BR /&gt;0 0%       0 0%       0 0%       0 0%       0 0%       0 0%       0 0%&lt;BR /&gt;mkdir      rmdir      readdir    statfs&lt;BR /&gt;0 0%       0 0%       0 0%       0 0%&lt;BR /&gt;Version 3: (387 calls)&lt;BR /&gt;null       getattr    setattr    lookup     access     readlink   read&lt;BR /&gt;0 0%       7 1%       0 0%       0 0%       2 0%       0 0%       0 0%&lt;BR /&gt;write      create     mkdir      symlink    mknod      remove     rmdir&lt;BR /&gt;0 0%       0 0%       0 0%       0 0%       0 0%       0 0%       0 0%&lt;BR /&gt;rename     link       readdir    readdir+   fsstat     fsinfo     pathconf&lt;BR /&gt;0 0%       0 0%       0 0%       0 0%       377 97%    1 0%       0 0%&lt;BR /&gt;commit&lt;BR /&gt;0 0% &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John Jayaseelan</description>
      <pubDate>Tue, 23 Nov 2004 11:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428787#M623766</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2004-11-23T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: NFS file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428788#M623767</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;In /etc/fstab, in the entry for:&lt;BR /&gt;&lt;BR /&gt;ccprod01:/ultima /hosts/ccprod01/ultima nfs defaults,NFSv3 00&lt;BR /&gt;&lt;BR /&gt;does is specify a hard or soft mount, and is ccprod01 a windows or unix system?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mark&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 11:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428788#M623767</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-11-23T11:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428789#M623768</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I could not see the mentioned entry on the /etc/fstab file.&lt;BR /&gt;&lt;BR /&gt;Ccprod01 is a unix server.  The /ultima FS from ccrpod01 is mounted on cctest01 and vice versa.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 11:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428789#M623768</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2004-11-23T11:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428790#M623769</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The FS was mounted using the following command&lt;BR /&gt;&lt;BR /&gt;mount  ccprod01:/ultima    /hosts/ccprod01/ultima&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;John Jayaseelan</description>
      <pubDate>Tue, 23 Nov 2004 12:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-file-system/m-p/3428790#M623769</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2004-11-23T12:17:01Z</dc:date>
    </item>
  </channel>
</rss>

