<?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: pfs_mount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493380#M830404</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;dan: ran the patch and script, started the daemons and pfs_mounted the CD but same error&lt;BR /&gt;&lt;BR /&gt;thomas: still nothing here&lt;BR /&gt;&lt;BR /&gt;andrew: c1t2d0 is correct....checked&lt;BR /&gt;&lt;BR /&gt;wodisch: rpdbind started already&lt;BR /&gt;&lt;BR /&gt;i think it may be something to do with the RPCs guys. After starting the daemons and doing a ps -ef|grep pfs, both pfs_mountd.rpc and pfsd.rpc show. However after a failed attempt to mount the CD, ps -ef|grep pfs doesnt show them anymore.&lt;BR /&gt;&lt;BR /&gt;and the following message flashes on my screen:&lt;BR /&gt;&lt;BR /&gt;pfs_mountd: can't contact pfs_mountd.rpc: servername: RPC_PMAP_FAILURE - RPC_TIMED_OUT&lt;BR /&gt;&lt;BR /&gt;pfsd: can't contact pfsd.rpc: servername: RPC_PMAP_FAILURE - RPC_TIMED_OUT&lt;BR /&gt;&lt;BR /&gt;any idea?&lt;BR /&gt;regards :)&lt;BR /&gt;robert</description>
    <pubDate>Tue, 20 Feb 2001 06:03:09 GMT</pubDate>
    <dc:creator>robert_15</dc:creator>
    <dc:date>2001-02-20T06:03:09Z</dc:date>
    <item>
      <title>pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493375#M830399</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I am trying to mount my Oracle installation disk with an entry in my /etc/pfs_fstab file:&lt;BR /&gt;/dev/dsk/c1t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;and the following commands:&lt;BR /&gt;&lt;BR /&gt;# nohup pfs_mountd &amp;amp;&lt;BR /&gt;# nohup pfsd &amp;amp;&lt;BR /&gt;# pfs_mount /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;The following error message appears:&lt;BR /&gt;pfs_mount: pfs_mountd at servername:/dev/dsk/c1t2d0 not&lt;BR /&gt;responding: : RPC: Timed out&lt;BR /&gt;&lt;BR /&gt;pfs_mountd: can't contact pfs_mountd.rpc: servername: RPC_PMAP_FAILURE -&lt;BR /&gt;RPC_TIMED_OUT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Would appreciate any help :)&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2001 05:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493375#M830399</guid>
      <dc:creator>robert_15</dc:creator>
      <dc:date>2001-02-14T05:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493376#M830400</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Here is a small script to start the daemons (thanks to Stefan Farrelly)&lt;BR /&gt;&lt;BR /&gt;# Start pfs daemons &lt;BR /&gt;&lt;BR /&gt;X=`ps -ef|grep pfs|grep -v grep|wc -l` &lt;BR /&gt;if [ $X -gt 1 ] &lt;BR /&gt;then &lt;BR /&gt;echo "nPFS processes already running! n" &lt;BR /&gt;ps -ef|grep pfs|grep -v grep &lt;BR /&gt;exit 1 &lt;BR /&gt;fi &lt;BR /&gt;cd /tmp &lt;BR /&gt;nohup /usr/sbin/pfs_mountd -v &amp;amp; &lt;BR /&gt;sleep 10 &lt;BR /&gt;nohup /usr/sbin/pfsd 4 -v &amp;amp; &lt;BR /&gt;sleep 10 &lt;BR /&gt;&lt;BR /&gt;# To mount a Rock-Ridge CD-ROM &lt;BR /&gt;# /usr/sbin/pfs_mount -x unix -o nosuid /dev/rdsk/c3t2d0 /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;# To mount an Oracle CD see /etc/pfs_fstab, just do&amp;gt; pfs_mount /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;# NOTE: use /dev/rdsk for CD device, its more reliable &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/pfs_mount /SD_CDROM &lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;PFS is a third party product which has been patched a few times. Make sure that you have installed the latest cumulative patch.&lt;BR /&gt;for 10.20:PHCO_15453&lt;BR /&gt;for 11.0: PHCO_16438&lt;BR /&gt;&lt;BR /&gt;The following documents could be useful as well: &lt;BR /&gt;# KBAN00000252 (PFS to mount Oracle, Rockridge and most PC formatted CD-ROM 11.x) &lt;BR /&gt;# KBAN00000197 (PFS to mount Oracle, Rockridge and most PC formatted CD-ROM 10.x) &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Wed, 14 Feb 2001 06:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493376#M830400</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-14T06:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493377#M830401</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Look here:&lt;BR /&gt;&lt;A href="http://cthulhu.ale.org/ale-archive/ale-2000-04/msg00567.html" target="_blank"&gt;http://cthulhu.ale.org/ale-archive/ale-2000-04/msg00567.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Wed, 14 Feb 2001 06:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493377#M830401</guid>
      <dc:creator>Thomas Kollig</dc:creator>
      <dc:date>2001-02-14T06:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493378#M830402</link>
      <description>I could be wrong but isn't your CD likely to be c2t2d0 not c1t2d0. Depending on the machine, c0t2d0 and c1t2d0 are generally internal disks.&lt;BR /&gt;Sorry if you've already checked.</description>
      <pubDate>Wed, 14 Feb 2001 11:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493378#M830402</guid>
      <dc:creator>Andrew Byrne</dc:creator>
      <dc:date>2001-02-14T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493379#M830403</link>
      <description>Have got your NFS portmapper daemon up and running?&lt;BR /&gt;PFS does need it, so do a&lt;BR /&gt;   ps -ef | egrep "rpcbind|portmap"&lt;BR /&gt;to check for it. HP-UX 10.20 calls it "portmap" or even&lt;BR /&gt;"portmapper", whereas HP-UX 11.x calls it "rpcbind".&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
      <pubDate>Thu, 15 Feb 2001 14:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493379#M830403</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-02-15T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493380#M830404</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;dan: ran the patch and script, started the daemons and pfs_mounted the CD but same error&lt;BR /&gt;&lt;BR /&gt;thomas: still nothing here&lt;BR /&gt;&lt;BR /&gt;andrew: c1t2d0 is correct....checked&lt;BR /&gt;&lt;BR /&gt;wodisch: rpdbind started already&lt;BR /&gt;&lt;BR /&gt;i think it may be something to do with the RPCs guys. After starting the daemons and doing a ps -ef|grep pfs, both pfs_mountd.rpc and pfsd.rpc show. However after a failed attempt to mount the CD, ps -ef|grep pfs doesnt show them anymore.&lt;BR /&gt;&lt;BR /&gt;and the following message flashes on my screen:&lt;BR /&gt;&lt;BR /&gt;pfs_mountd: can't contact pfs_mountd.rpc: servername: RPC_PMAP_FAILURE - RPC_TIMED_OUT&lt;BR /&gt;&lt;BR /&gt;pfsd: can't contact pfsd.rpc: servername: RPC_PMAP_FAILURE - RPC_TIMED_OUT&lt;BR /&gt;&lt;BR /&gt;any idea?&lt;BR /&gt;regards :)&lt;BR /&gt;robert</description>
      <pubDate>Tue, 20 Feb 2001 06:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493380#M830404</guid>
      <dc:creator>robert_15</dc:creator>
      <dc:date>2001-02-20T06:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493381#M830405</link>
      <description>Could be a long shot but is name resolution working properly? If you do a nslookup on your hostname does it report back correctly, if not, that is your problem.</description>
      <pubDate>Wed, 21 Feb 2001 19:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493381#M830405</guid>
      <dc:creator>Andrew Byrne</dc:creator>
      <dc:date>2001-02-21T19:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493382#M830406</link>
      <description>Make sure you have name resolution set up correctly. Do a nslookup &lt;YOUR_MANCHINE_NAME&gt; on the machine you are trying to mount the CD on. If you do not get a lookup then add your hostname and ip to the /etc/hosts and set nsswitch.conf in /etc to search /etc/hosts first before DNS.  see man switch for more info on nsswitch.conf. There is and example nsswitch.conf in  /usr/newconfig/etc that you can use as a template. But pfs_mount is very temperamental!!!&lt;BR /&gt;&lt;/YOUR_MANCHINE_NAME&gt;</description>
      <pubDate>Thu, 22 Feb 2001 05:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493382#M830406</guid>
      <dc:creator>Scott Howell</dc:creator>
      <dc:date>2001-02-22T05:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493383#M830407</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;this is what i did:&lt;BR /&gt;1) in the /etc/rc.config.d/nfsconf file&lt;BR /&gt;&lt;BR /&gt;      NFS_CLIENT=1   &amp;lt;---changed to 1 from 0&lt;BR /&gt;      NFS_SERVER=1&lt;BR /&gt;      NUM_NFSD=4&lt;BR /&gt;      START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;Then issue the following commands to restart the nfs server and client processes.&lt;BR /&gt;      # /sbin/init.d/nfs.server start&lt;BR /&gt;      # /sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;2)did a nslookup hostname to resolve name and made the necessary changes to the /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;3)ran the pfs daemons and managed to pfs_mount the cd.&lt;BR /&gt;&lt;BR /&gt;Thanks guys :)&lt;BR /&gt;&lt;BR /&gt;robert</description>
      <pubDate>Thu, 22 Feb 2001 06:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2493383#M830407</guid>
      <dc:creator>robert_15</dc:creator>
      <dc:date>2001-02-22T06:41:39Z</dc:date>
    </item>
  </channel>
</rss>

