<?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: problem for mounting CD-ROM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467400#M774645</link>
    <description>Make sure that the below process/daemons are also running.&lt;BR /&gt;root 1365 1 0 Nov 18 ? 2:55 /opt/dce/sbin/rpcd&lt;BR /&gt;root 1110 1 0 Nov 18 ? 0:00 /usr/sbin/rpc.lockd&lt;BR /&gt;root 1748 1 0 Nov 18 ?0:00 /usr/sbin/rpc.mountd&lt;BR /&gt;root 1104 1 0 Nov 18 ? 0:00 /usr/sbin/rpc.statd&lt;BR /&gt;root 5393 1150 0 Nov 18 ?0:03 /usr/dt/bin/rpc.ttdbserver&lt;BR /&gt;&lt;BR /&gt;Have you created "/CDROM" directory, if not create it usually it is "/SD_CDROM" by default.&lt;BR /&gt;&lt;BR /&gt;Try using "-v -a" options while doing pfs_mount&lt;BR /&gt;Do a man on pfs_mount.&lt;BR /&gt;You can also start the above daemons by running "/sbin/init.d/nfs.server, /sbin/init.d/nfs.client" startup init scripts.</description>
    <pubDate>Mon, 27 Nov 2000 10:23:45 GMT</pubDate>
    <dc:creator>Vincente Fernandes</dc:creator>
    <dc:date>2000-11-27T10:23:45Z</dc:date>
    <item>
      <title>problem for mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467398#M774643</link>
      <description>i must install Oracle 8.1.6 EE and i follow instructions to mount the CD-ROM :&lt;BR /&gt;/usr/bin/pfs_mountd &amp;amp;&lt;BR /&gt;/usr/bin/pfsd &amp;amp;&lt;BR /&gt;/usr/sbin/pfs_mount /CDROM&lt;BR /&gt;&lt;BR /&gt;in the /etc/pfs_fstab i have put :&lt;BR /&gt;/dev/dsk/c3t2d0 /CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;but pfs_mountd tells me pfs_mountd.rpc isn't registered, and finally, pfs_mount "giving up" /CDROM...&lt;BR /&gt;&lt;BR /&gt;What can I do??&lt;BR /&gt;Help me please and excuse me for my bad english...</description>
      <pubDate>Mon, 27 Nov 2000 09:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467398#M774643</guid>
      <dc:creator>Martin_9</dc:creator>
      <dc:date>2000-11-27T09:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem for mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467399#M774644</link>
      <description>Problem Description&lt;BR /&gt;&lt;BR /&gt;1. I'm trying to read a third party CD-ROM and noticed that&lt;BR /&gt;there is a dot after each file name. This dot prevents me&lt;BR /&gt;from installing the software that is on the disk. I'm using&lt;BR /&gt;the mount command with the special options of cdcase to have&lt;BR /&gt;all filenames in lowercase and remove the file revision&lt;BR /&gt;# (do a man mount_cdfs). I was told to use the pfs_mount&lt;BR /&gt;command, but this command still leaves the trailing&lt;BR /&gt;dot after the filename. How do I remove the dot following&lt;BR /&gt;the file name?&lt;BR /&gt;&lt;BR /&gt;2. I'm FTPing the files from the PC straight to the UNIX box.&lt;BR /&gt;The FTP files still did not work. I'm getting the errors:&lt;BR /&gt;&lt;BR /&gt;     unable to register (MOUNT_PROGRAM, MOUNT_VERSION, upd) and&lt;BR /&gt;     /usr/sbin/pfs_mountd: can't contact pfs_mountd.&lt;BR /&gt;     rpc: hostname: RPC_PROG_NOT_REGISTER.&lt;BR /&gt;&lt;BR /&gt;After these error messages, the program just dies. I'm unable&lt;BR /&gt;to start pfs_mountd. I use lan1 instead lan0, does pfs_mount&lt;BR /&gt;requires lan0? lan0 works on my other system.&lt;BR /&gt;&lt;BR /&gt;Configuration Info&lt;BR /&gt;&lt;BR /&gt;Operating System -HP-UX&lt;BR /&gt;    Version -10.20&lt;BR /&gt;Hardware System - HP 9000&lt;BR /&gt;    Series -K460&lt;BR /&gt;&lt;BR /&gt;Solution&lt;BR /&gt;&lt;BR /&gt;1. HP has adopted the iso9000 standard which causes some filenames&lt;BR /&gt;from CD-ROMs to have a dot after them. As a workaround it is&lt;BR /&gt;recommended that you try the following:&lt;BR /&gt;&lt;BR /&gt;     a. Read the CD-ROM on a pc.&lt;BR /&gt;     b. Copy the files from the CD-ROM to a floppy disk.&lt;BR /&gt;        Use doscp to copy the files to the floppy disk.&lt;BR /&gt;     c. Use dos2ux command to copy and convert the files&lt;BR /&gt;        to a unix box.&lt;BR /&gt;&lt;BR /&gt;2. Here are a couple things to try to see how to troubleshoot&lt;BR /&gt;this problem:&lt;BR /&gt;&lt;BR /&gt;     a. It could be that you are taking too long to bring up&lt;BR /&gt;     both the pfs_mountd and the pfsd programs.  It is&lt;BR /&gt;     recommended that you start them by doing the following:&lt;BR /&gt;&lt;BR /&gt;     # csh&lt;BR /&gt;     # set path = ( $path . )&lt;BR /&gt;     # cd /usr/PFS&lt;BR /&gt;     # ./pfs_mountd &amp;amp; ./pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;     You can use csh, though it isn't required, or something&lt;BR /&gt;     equivalent.  Make sure that the directory holding PFS is&lt;BR /&gt;     in the path.  Finally, you need to start the pfs_mountd&lt;BR /&gt;     and the pfsd in the background, essentially simultaneously.&lt;BR /&gt;&lt;BR /&gt;     The pfs_mountd will then start pfs_mountd.rpc and pfsd&lt;BR /&gt;     will start pfsd.rpc.  These two new programs will then&lt;BR /&gt;     communicate with each other and synchronize with each other.&lt;BR /&gt;     If they don't within a specified period of time (on the order&lt;BR /&gt;     seconds), they will print an error similar to the one shown.&lt;BR /&gt;&lt;BR /&gt;     b. Check to see if you have the same network setting on the&lt;BR /&gt;     other box that has 2 network interface. ( interface down,&lt;BR /&gt;     route for IP, etc...). Do a lanscan and a netstat -r and&lt;BR /&gt;     possibly start it on the other box and do an rpcinfo -p.&lt;BR /&gt;&lt;BR /&gt;In this case, after comparing the 2 systems, found that lan0 was&lt;BR /&gt;not configured on the other box. You need to make sure that they&lt;BR /&gt;are identical by comparing /etc/rc.config.d/netconf. Fix the&lt;BR /&gt;configuration and reboot.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Nov 2000 09:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467399#M774644</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-11-27T09:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem for mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467400#M774645</link>
      <description>Make sure that the below process/daemons are also running.&lt;BR /&gt;root 1365 1 0 Nov 18 ? 2:55 /opt/dce/sbin/rpcd&lt;BR /&gt;root 1110 1 0 Nov 18 ? 0:00 /usr/sbin/rpc.lockd&lt;BR /&gt;root 1748 1 0 Nov 18 ?0:00 /usr/sbin/rpc.mountd&lt;BR /&gt;root 1104 1 0 Nov 18 ? 0:00 /usr/sbin/rpc.statd&lt;BR /&gt;root 5393 1150 0 Nov 18 ?0:03 /usr/dt/bin/rpc.ttdbserver&lt;BR /&gt;&lt;BR /&gt;Have you created "/CDROM" directory, if not create it usually it is "/SD_CDROM" by default.&lt;BR /&gt;&lt;BR /&gt;Try using "-v -a" options while doing pfs_mount&lt;BR /&gt;Do a man on pfs_mount.&lt;BR /&gt;You can also start the above daemons by running "/sbin/init.d/nfs.server, /sbin/init.d/nfs.client" startup init scripts.</description>
      <pubDate>Mon, 27 Nov 2000 10:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467400#M774645</guid>
      <dc:creator>Vincente Fernandes</dc:creator>
      <dc:date>2000-11-27T10:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem for mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467401#M774646</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;one other thing you might want to check.&lt;BR /&gt;&lt;BR /&gt;There is a known bug with the pfs mount command and having root listed in more than 8 groups.&lt;BR /&gt;&lt;BR /&gt;By changing it to 8 groups or less pfs should be working properly.&lt;BR /&gt;&lt;BR /&gt;Besides this make sure, that you have the newest available patch installed:&lt;BR /&gt;&lt;BR /&gt;10.20 PHCO_15453&lt;BR /&gt;11.00 PHCO_16438&lt;BR /&gt;&lt;BR /&gt;The newest pfs commands can be found at Young Minds itself.&lt;BR /&gt;&lt;BR /&gt;ftp to ftp.ymi.com or check out their webpage... &lt;A href="http://www.ymi.com" target="_blank"&gt;www.ymi.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Steffi JOnes</description>
      <pubDate>Mon, 27 Nov 2000 20:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467401#M774646</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2000-11-27T20:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem for mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467402#M774647</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;Think this is hp-ux 11.X&lt;BR /&gt;Do the following:&lt;BR /&gt;- ps -ef|grep rpc&lt;BR /&gt;- rpcinfo -p &lt;HOST&gt;&lt;BR /&gt;if no output it's possible that your portmapper is not running.&lt;BR /&gt;If you check in /etc/rc.log, where the NFS-Core(S400...)is started for any errors.&lt;BR /&gt;&lt;BR /&gt;Try starting pfs daemons in debug-mode.&lt;BR /&gt;# nohup /usr/sbin/pfs_mountd&lt;BR /&gt;# nohup /usr/sbin/pfsd&lt;BR /&gt;mount the cd again.&lt;BR /&gt;&lt;BR /&gt;Make sure you've the lataest pfs patches installed.&lt;BR /&gt;&lt;/HOST&gt;</description>
      <pubDate>Tue, 28 Nov 2000 14:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467402#M774647</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-11-28T14:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem for mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467403#M774648</link>
      <description>Your problem is fixed pretty easily by pfs_mount over standard mount.  Your error about pfs_mount not being able to start is because pfs_mountd and pfs_rpcd are not started.  To help with the startup, I have attached a compressed archive.  (hope it makes it up there.....)&lt;BR /&gt;&lt;BR /&gt;If you are brave, just uncompress this gzip file, cd to / and extract the tar archive.  You should get 3 files.&lt;BR /&gt;1.  /sbin/init.d/pfs&lt;BR /&gt;2.  /sbin/rc2.d/S901pfs -&amp;gt; /sbin/init.d/pfs&lt;BR /&gt;3.  /etc/rc.config.d/pfs #configuration&lt;BR /&gt;&lt;BR /&gt;After extracting, run /sbin/init.d/pfs start.&lt;BR /&gt;Now, run &lt;BR /&gt;pfs_mount -o iso9006 -x unix RAW_DISK_DEVICE MOUNT_POINT&lt;BR /&gt;&lt;BR /&gt;Make sure that the mount point is created first.  Read the man pages on pfs_mount and mount_cdfs should help clarify the unix translation.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 28 Nov 2000 15:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467403#M774648</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2000-11-28T15:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem for mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467404#M774649</link>
      <description>Just noticed you can not get the file I uploaded.  Live and learn eh?&lt;BR /&gt;Anyway, here it is the long way.&lt;BR /&gt;&amp;gt;touch /etc/rc.config.d/pfs&lt;BR /&gt;&amp;gt;chmod 444 /etc/rc.config.d/pfs&lt;BR /&gt;##cut and paste these lines to /etc/rc.config.d/pfs&lt;BR /&gt;#&lt;BR /&gt;# pfs configuration: set to a non-zero value to&lt;BR /&gt;# initiate pfsd and pfs_mountd at run_level 2&lt;BR /&gt;#&lt;BR /&gt;# Installed at /etc/rc.config.d/pfs&lt;BR /&gt;#&lt;BR /&gt;RUN_PFS_SERVER=1&lt;BR /&gt;# Set the number of PFS daemons to run&lt;BR /&gt;PFS_DAEMONS=4&lt;BR /&gt;#  END CUT&lt;BR /&gt;#  Now, make the startup scripts&lt;BR /&gt;&amp;gt;touch /sbin/init.d/pfs&lt;BR /&gt;&amp;gt;chmod 755 /sbin/init.d/pfs&lt;BR /&gt;# Cut and paste these into /sbin/init.d/pfs&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# pfs startup: Startup and kill script for the PFS file server&lt;BR /&gt;#&lt;BR /&gt; &lt;BR /&gt;PATH=/sbin:/usr/sbin:/usr/bin&lt;BR /&gt;export PATH&lt;BR /&gt; &lt;BR /&gt;if [ -r /etc/rc.config.d/pfs ] ; then&lt;BR /&gt;. /etc/rc.config.d/pfs&lt;BR /&gt;fi&lt;BR /&gt;stat_pfs_fc()&lt;BR /&gt;{&lt;BR /&gt;PFSD=`ps -ef|grep pfsd|grep -v grep|head -1|awk '{print $2}'`&lt;BR /&gt;PFSM=`ps -ef|grep pfs_mount|grep -v grep|head -1|awk '{print $2}'`&lt;BR /&gt;}     &lt;BR /&gt;                                  &lt;BR /&gt;                kill_pfsd_fc()&lt;BR /&gt;{&lt;BR /&gt;    for PID in `ps -ef | grep pfsd | awk '{print $2}'` ; do&lt;BR /&gt;        if [ -n $PID ] ; then&lt;BR /&gt;           kill $PID 1&amp;gt;&amp;gt;/dev/null 2&amp;gt;&amp;gt;/dev/null&lt;BR /&gt;        fi&lt;BR /&gt;    done&lt;BR /&gt;}&lt;BR /&gt; &lt;BR /&gt;kill_pfsmount_fc()&lt;BR /&gt;{&lt;BR /&gt;    for PID in `ps -ef | grep pfs_mount | awk '{print $2}'` ; do&lt;BR /&gt;        if [ -n $PID ] ; then&lt;BR /&gt;           kill $PID 1&amp;gt;&amp;gt;/dev/null 2&amp;gt;&amp;gt;/dev/null&lt;BR /&gt;        fi&lt;BR /&gt;    done&lt;BR /&gt;}&lt;BR /&gt;case "$1" in&lt;BR /&gt; &lt;BR /&gt;    "start_msg") echo "Starting PFS Daemons" ;;&lt;BR /&gt; &lt;BR /&gt;    "start") if [ "$RUN_PFS_SERVER" -ne 0 ] ; then&lt;BR /&gt;             stat_pfs_fc&lt;BR /&gt;             if [ "${PFSD}x" = "x" ] ; then&lt;BR /&gt;               echo "starting pfs_mountd"&lt;BR /&gt;               /usr/sbin/pfs_mountd -D$PFS_DAEMONS  &amp;amp;&lt;BR /&gt;               else&lt;BR /&gt;               echo "pfsd is already running with PID $PFSD"&lt;BR /&gt;               echo "please stop and restart if necessary"&lt;BR /&gt;             fi&lt;BR /&gt;             if [ "${PFSM}x" = "x" ] ; then&lt;BR /&gt;               echo "starting pfsd"&lt;BR /&gt;               /usr/sbin/pfsd $PFS_DAEMONS &amp;amp;&lt;BR /&gt;               else&lt;BR /&gt;               echo "pfs_mount is already running with PID $PFSM"&lt;BR /&gt;               echo "please stop and restart if necessary"&lt;BR /&gt;               fi&lt;BR /&gt;               exit 0 &lt;BR /&gt;             fi&lt;BR /&gt;             exit 2 ;;&lt;BR /&gt; &lt;BR /&gt;    "stop_msg") echo "Terminating PFS Daemons " ;;&lt;BR /&gt; &lt;BR /&gt;    "stop")     kill_pfsd_fc&lt;BR /&gt;                kill_pfsmount_fc&lt;BR /&gt;                kill_pfsd_fc&lt;BR /&gt;                kill_pfsmount_fc&lt;BR /&gt;            ;;&lt;BR /&gt;    stat*)      stat_pfs_fc&lt;BR /&gt;                if [ "${PFSD}x" = "x" ] ; then&lt;BR /&gt;                   echo "pfsd is not running"&lt;BR /&gt;                   else&lt;BR /&gt;                   echo "pfsd is running"&lt;BR /&gt;                fi&lt;BR /&gt;                if [ "${PFSM}x" = "x" ] ; then&lt;BR /&gt;                   echo "pfs_mount is not running"&lt;BR /&gt;                   else&lt;BR /&gt;                   echo "pfs_mountd is running"&lt;BR /&gt;                fi&lt;BR /&gt;        ;;&lt;BR /&gt;    *)      echo ""&lt;BR /&gt;            echo "Bad or Missing Arguments...." ; echo "$0 Useage"&lt;BR /&gt;            echo ""&lt;BR /&gt;            echo "pfs stop|start|start_msg|stop_msg|status"&lt;BR /&gt;            exit 0&lt;BR /&gt;esac&lt;BR /&gt;exit 0;&lt;BR /&gt;&lt;BR /&gt;#END CUT&lt;BR /&gt;Now run the script&lt;BR /&gt;&amp;gt;/sbin/init.d/pfs start&lt;BR /&gt;&lt;BR /&gt;If you want these daemons to start at boot time, you need to make a link to the run level.  I use&lt;BR /&gt;&amp;gt;ln -s /sbin/init.d/pfs /sbin/rc2.d/S902pfs&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 28 Nov 2000 16:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-for-mounting-cd-rom/m-p/2467404#M774649</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2000-11-28T16:01:09Z</dc:date>
    </item>
  </channel>
</rss>

