<?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: re: pfs_mount behaviour in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558392#M226035</link>
    <description>Yes...kill the daemons...&lt;BR /&gt;&lt;BR /&gt;After that, install Rockridge extensions:&lt;BR /&gt;&lt;BR /&gt;Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_28025).&lt;BR /&gt;&lt;BR /&gt;Installation of patches requires a reboot.&lt;BR /&gt;&lt;BR /&gt;swinstall -x autoreboot=true -x autoselect_patches=TRUE -x patch_match_target=TRUE -x patch_filter=*&lt;BR /&gt;.* -s pc1005:/var/software/hp/rockridge @`hostname`&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;To mount a Rockridge CD (instead of using pfs_mount):&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o ro,rr,noauto /dev/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;To unmount:&lt;BR /&gt;&lt;BR /&gt;umount /cdrom&lt;BR /&gt;&lt;BR /&gt;To share out the cd over NFS:&lt;BR /&gt;&lt;BR /&gt;exportfs -i -o ro,anon=0 /cdrom&lt;BR /&gt;&lt;BR /&gt;On remote:&lt;BR /&gt;&lt;BR /&gt;mount -F nfs sha1:/cdrom /zmnt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: client server does NOT need to have Rock Ridge patches installed to access the cdrom remotely. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Mon, 06 Jun 2005 08:49:29 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2005-06-06T08:49:29Z</dc:date>
    <item>
      <title>re: pfs_mount behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558389#M226032</link>
      <description>why do I get multiple instances of the same filename on a cdrom using pfs_mount? is this expected behaviour?&lt;BR /&gt;&lt;BR /&gt;this is the script used to start the pfs daemons.&lt;BR /&gt;&lt;BR /&gt;pfs_mountd &amp;amp;&lt;BR /&gt;pfsd &amp;amp;&lt;BR /&gt;pfs_mount -o xlat=unix /dev/rdsk/c3t2d0 /cdrom</description>
      <pubDate>Mon, 06 Jun 2005 07:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558389#M226032</guid>
      <dc:creator>Gurcharan Sahota_2</dc:creator>
      <dc:date>2005-06-06T07:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: re: pfs_mount behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558390#M226033</link>
      <description>Its not normal.&lt;BR /&gt;&lt;BR /&gt;How many pfs_mountd processes do you have running.&lt;BR /&gt;&lt;BR /&gt;This behavior may happen if there are more than one copy of these processes running.&lt;BR /&gt;&lt;BR /&gt;At this point, the only way to clear may be to kill the processes and umount.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Jun 2005 08:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558390#M226033</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-06T08:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: re: pfs_mount behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558391#M226034</link>
      <description>currently the number of processes running are&lt;BR /&gt;&lt;BR /&gt;root@bddev:/cdrom&amp;gt; ps -ef | grep -i pfs&lt;BR /&gt;    root 21679 21676  0 13:18:38 pts/ta    0:00 pfs_mountd.rpc&lt;BR /&gt;    root 21676     1  0 13:18:38 pts/ta    0:00 pfs_mountd&lt;BR /&gt;    root 21710 21708  0 13:19:58 pts/ta    0:00 pfs_mountd.rpc&lt;BR /&gt;    root 21712 21709  0 13:19:58 pts/ta    0:00 pfsd.rpc&lt;BR /&gt;    root 21708     1  0 13:19:58 pts/ta    0:00 pfs_mountd&lt;BR /&gt;    root 21680 21677  0 13:18:38 pts/ta    0:00 pfsd.rpc&lt;BR /&gt;    root 21709     1  0 13:19:58 pts/ta    0:00 pfsd&lt;BR /&gt;    root 21677     1  0 13:18:38 pts/ta    0:00 pfsd&lt;BR /&gt;&lt;BR /&gt;so do I need to kill all the processes, umount then mount the cdrom?</description>
      <pubDate>Mon, 06 Jun 2005 08:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558391#M226034</guid>
      <dc:creator>Gurcharan Sahota_2</dc:creator>
      <dc:date>2005-06-06T08:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: re: pfs_mount behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558392#M226035</link>
      <description>Yes...kill the daemons...&lt;BR /&gt;&lt;BR /&gt;After that, install Rockridge extensions:&lt;BR /&gt;&lt;BR /&gt;Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_28025).&lt;BR /&gt;&lt;BR /&gt;Installation of patches requires a reboot.&lt;BR /&gt;&lt;BR /&gt;swinstall -x autoreboot=true -x autoselect_patches=TRUE -x patch_match_target=TRUE -x patch_filter=*&lt;BR /&gt;.* -s pc1005:/var/software/hp/rockridge @`hostname`&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;To mount a Rockridge CD (instead of using pfs_mount):&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o ro,rr,noauto /dev/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;To unmount:&lt;BR /&gt;&lt;BR /&gt;umount /cdrom&lt;BR /&gt;&lt;BR /&gt;To share out the cd over NFS:&lt;BR /&gt;&lt;BR /&gt;exportfs -i -o ro,anon=0 /cdrom&lt;BR /&gt;&lt;BR /&gt;On remote:&lt;BR /&gt;&lt;BR /&gt;mount -F nfs sha1:/cdrom /zmnt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: client server does NOT need to have Rock Ridge patches installed to access the cdrom remotely. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 06 Jun 2005 08:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-pfs-mount-behaviour/m-p/3558392#M226035</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-06-06T08:49:29Z</dc:date>
    </item>
  </channel>
</rss>

