<?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 mount error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223051#M892944</link>
    <description>&lt;BR /&gt;I have pfs_mounted a PeopleSoft CD in a local  hpux 11.0 and I want to install it on a remote hpux 11.0. I have the CD mounted on local server using pfs_mount, but when I try to mount on remote server I get:&lt;BR /&gt;&lt;BR /&gt;mount servera:/cdrom /cdrom&lt;BR /&gt;Too many levels of remote in path&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Mar 2004 13:38:38 GMT</pubDate>
    <dc:creator>MikeL_4</dc:creator>
    <dc:date>2004-03-18T13:38:38Z</dc:date>
    <item>
      <title>mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223051#M892944</link>
      <description>&lt;BR /&gt;I have pfs_mounted a PeopleSoft CD in a local  hpux 11.0 and I want to install it on a remote hpux 11.0. I have the CD mounted on local server using pfs_mount, but when I try to mount on remote server I get:&lt;BR /&gt;&lt;BR /&gt;mount servera:/cdrom /cdrom&lt;BR /&gt;Too many levels of remote in path&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2004 13:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223051#M892944</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-03-18T13:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223052#M892945</link>
      <description>Turn off pfs_mount daemons and try the script i'm attaching. It might work.&lt;BR /&gt;&lt;BR /&gt;pfs_mount is already using NFS which may be the  trouble.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 18 Mar 2004 13:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223052#M892945</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-18T13:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223053#M892946</link>
      <description>&lt;BR /&gt;I think you need to do pfs_exportfs for the cdrom mount point and mount that on the remote host. &lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2004 13:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223053#M892946</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-03-18T13:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223054#M892947</link>
      <description>better yet as a long term solution do away with pfs_mounts altogether by patching your systems.&lt;BR /&gt;&lt;BR /&gt;the following is "borrowed" from &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&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;No need thereafter to use -o cdfs to mount anymore, provided you enter the CD drive in /etc/fstab like this:&lt;BR /&gt;&lt;BR /&gt;      /dev/cd0   /cdrom    cdfs    ro,rr,noauto    0 0</description>
      <pubDate>Thu, 18 Mar 2004 13:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223054#M892947</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-18T13:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223055#M892948</link>
      <description>Long term solution will work, but not now.&lt;BR /&gt;&lt;BR /&gt;I tried the mount command as suggested, and&lt;BR /&gt;received:&lt;BR /&gt;# /usr/sbin/mount -F cdfs -e -o ro,rr&lt;BR /&gt;    /dev/dsk/c2t0d0 /cdrom     &lt;BR /&gt;mount: illegal file system specific option rr&lt;BR /&gt;usage:  mount [-l][-v|-p]&lt;BR /&gt;        mount [-F FStype][-eQ] -a&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                { special | directory }&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                special directory&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;so I did without the rr and it mounted, but&lt;BR /&gt;developers said it's not mounted correctly.&lt;BR /&gt;I gues in the pfs_mount it does a translate to unix and mount doesn't give that option that I can find..&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c2t0d0 /cdrom pfs-rrip xlat=unix 0 0</description>
      <pubDate>Thu, 18 Mar 2004 14:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223055#M892948</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-03-18T14:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223056#M892949</link>
      <description>once you get the CD pfs mounted on say /cdrom &lt;BR /&gt;&lt;BR /&gt;add an entry /etc/pfs_exports or create if its not there. &lt;BR /&gt;&lt;BR /&gt;/cdrom ro=host.fqn&lt;BR /&gt;&lt;BR /&gt;# pfs_exportfs -a&lt;BR /&gt;&lt;BR /&gt;Then you should be able to mount the cd on the other host. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2004 14:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223056#M892949</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-03-18T14:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223057#M892950</link>
      <description>actually the entry should be &lt;BR /&gt;&lt;BR /&gt;/cdrom ro=remotehost.fqn&lt;BR /&gt;&lt;BR /&gt;for example here I have:&lt;BR /&gt;&lt;BR /&gt;/cdrom ro=hp19rm1.xxx.com&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2004 14:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223057#M892950</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-03-18T14:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223058#M892951</link>
      <description>You must use pfs_mount on the remote system as well, not mount.&lt;BR /&gt;&lt;BR /&gt;Here is a guid on how to do the whole process.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063235893" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063235893&lt;/A&gt;</description>
      <pubDate>Thu, 18 Mar 2004 14:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223058#M892951</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-18T14:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223059#M892952</link>
      <description>When I issue the mount on the remote server I still get error:&lt;BR /&gt;&lt;BR /&gt;# mount uxas01:/cdrom /cdrom&lt;BR /&gt;Too many levels of remote in path&lt;BR /&gt;#</description>
      <pubDate>Thu, 18 Mar 2004 14:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223059#M892952</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-03-18T14:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223060#M892953</link>
      <description>Jim, thanks alot, that document solved the problem..</description>
      <pubDate>Thu, 18 Mar 2004 14:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-error/m-p/3223060#M892953</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-03-18T14:50:12Z</dc:date>
    </item>
  </channel>
</rss>

