<?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_mountd process dies in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795847#M80929</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in addition to what JRF already wrote, AFTER the reboot you can use good old "mount" with the new option "-o rr" to mount a CD-ROM with the so-called RockRidge extensions...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Aug 2002 16:58:28 GMT</pubDate>
    <dc:creator>Wodisch_1</dc:creator>
    <dc:date>2002-08-28T16:58:28Z</dc:date>
    <item>
      <title>pfs_mountd process dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795841#M80923</link>
      <description>Hi,&lt;BR /&gt;I am trying to install Oracle8i on HP-UX 11.0. To mount oracle cdrom i need to use rockridge format, so i run pfs_mountd &amp;amp; and the run pfsd &amp;amp;.&lt;BR /&gt;but when i see 'ps -ef |grep pfs' I find only pfs and ofs.rpc&lt;BR /&gt;The process pfs_mountd and pfs_mountd.rpc does not exist. I tried restarting the server too. Doesnt really help. I have also checked that we have PHCO_16438(PFS patch) applied to our system.If anyone could help it wud be great.</description>
      <pubDate>Wed, 28 Aug 2002 12:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795841#M80923</guid>
      <dc:creator>madhans</dc:creator>
      <dc:date>2002-08-28T12:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mountd process dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795842#M80924</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;Did you try a 'nohup' command in front of the 'pfs' command? This will keep the daemons running even if you logout from your current session.&lt;BR /&gt;&lt;BR /&gt;# nohup pfs_mountd ...&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 28 Aug 2002 12:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795842#M80924</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-28T12:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mountd process dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795843#M80925</link>
      <description>I know there is an addition to the mount program, just cant remember the patch name. Where you can mount with a cc option, and this will work the same way as pfs.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Jannik</description>
      <pubDate>Wed, 28 Aug 2002 12:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795843#M80925</guid>
      <dc:creator>Telia BackOffice</dc:creator>
      <dc:date>2002-08-28T12:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mountd process dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795844#M80926</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;open a file /etc/pfs_fstab&lt;BR /&gt;make the entry:&lt;BR /&gt;/dev/dsk/cxtxdx /cdrom pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;save and close the file.&lt;BR /&gt;&lt;BR /&gt;#pfs_mountd&amp;amp;&lt;BR /&gt;#pfsd&amp;amp;&lt;BR /&gt;#pfs_mount /cdrom&lt;BR /&gt;should mount the oracle CD.&lt;BR /&gt;&lt;BR /&gt;If this fails check for 'nfs' daemons (ps -aef|grep nfs) restart the nfs daemons(/sbin/init.d/nfs.server stop/start,&lt;BR /&gt;/sbin/init.d/nfs.cliet stop/start)</description>
      <pubDate>Wed, 28 Aug 2002 12:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795844#M80926</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-08-28T12:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mountd process dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795845#M80927</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;You need to do this: &lt;BR /&gt;&lt;BR /&gt;1. nohup /usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt;2. nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;3. /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c4t2d0 /SD_CDROM &lt;BR /&gt;4. /usr/sbin/pfs_umnount /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;There are some patches that can be installed for v11 that will let you do a normal mount of &lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o rr /dev/dsk/c?d?t? /cdrom &lt;BR /&gt;&lt;BR /&gt;its much easier to install these patches first then you can mount oracle CD's using the normal mount command - much easier! &lt;BR /&gt;&lt;BR /&gt;PHCO_26449 1.0 Add Rock Ridge extension to mount_cdfs(1M) &lt;BR /&gt;PHKL_26448 1.0 Y2k; Rock Ridge extension for ISO-9660 &lt;BR /&gt;PHKL_26450 1.0 Rock Ridge extension for ISO-9660 &lt;BR /&gt;&lt;BR /&gt;for 11.0 &lt;BR /&gt;&lt;BR /&gt;regards seba&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2002 13:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795845#M80927</guid>
      <dc:creator>Sebastian Galeski_1</dc:creator>
      <dc:date>2002-08-28T13:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mountd process dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795846#M80928</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You must have 'nfs' and 'mountd' running to use 'pfs_mount'.&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p ...should show the presence of these processes&lt;BR /&gt;&lt;BR /&gt;To ensure that these are started at bootup, edit '/etc/rc.config.d/nfsconf' to specify:&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;NUM_NFSD=4&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;To circumvent the use of the (awful) 'pfs_mount' you can download an apply the following patches for 11.0:&lt;BR /&gt;&lt;BR /&gt;PHKL_26448&lt;BR /&gt;PHCO_26449&lt;BR /&gt;PHKL_26450&lt;BR /&gt;&lt;BR /&gt;Obviously, a reboot will be required to install these, but you find that the solution is far superior to 'pfs_mount'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2002 13:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795846#M80928</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-28T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mountd process dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795847#M80929</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in addition to what JRF already wrote, AFTER the reboot you can use good old "mount" with the new option "-o rr" to mount a CD-ROM with the so-called RockRidge extensions...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2002 16:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mountd-process-dies/m-p/2795847#M80929</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-28T16:58:28Z</dc:date>
    </item>
  </channel>
</rss>

