<?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 after mounting a CD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646811#M45076</link>
    <description>Hi All,&lt;BR /&gt;I am trying to install Oracle and have successfully mounted the CD, however I am unable to run the setup script that is listed when I list the files in the directory.  It seems like the filenames are concartinated.  The oracle documentation lists the file to run as:&lt;BR /&gt;&lt;BR /&gt;RunInstaller&lt;BR /&gt;&lt;BR /&gt;and the listing I have when i do an ls is:&lt;BR /&gt;&lt;BR /&gt;RUNINSTA.;1&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;Dee</description>
    <pubDate>Wed, 16 Jan 2002 22:16:16 GMT</pubDate>
    <dc:creator>Denton Williams</dc:creator>
    <dc:date>2002-01-16T22:16:16Z</dc:date>
    <item>
      <title>after mounting a CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646811#M45076</link>
      <description>Hi All,&lt;BR /&gt;I am trying to install Oracle and have successfully mounted the CD, however I am unable to run the setup script that is listed when I list the files in the directory.  It seems like the filenames are concartinated.  The oracle documentation lists the file to run as:&lt;BR /&gt;&lt;BR /&gt;RunInstaller&lt;BR /&gt;&lt;BR /&gt;and the listing I have when i do an ls is:&lt;BR /&gt;&lt;BR /&gt;RUNINSTA.;1&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;Dee</description>
      <pubDate>Wed, 16 Jan 2002 22:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646811#M45076</guid>
      <dc:creator>Denton Williams</dc:creator>
      <dc:date>2002-01-16T22:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: after mounting a CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646812#M45077</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are installing the CD as a &lt;BR /&gt;straight mount as opposed to a pfs&lt;BR /&gt;mount use this:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/c0t6d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;or if it is in Rockridge format use these&lt;BR /&gt;instructions.&lt;BR /&gt;&lt;BR /&gt;Add this entry to /etc/pfs_fstab &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 10 &lt;BR /&gt;&lt;BR /&gt;Mount the cd in the drive &lt;BR /&gt;&lt;BR /&gt;# nohup /usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;# /usr/sbin/pfs_mount /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;Make sure the directory is created and you &lt;BR /&gt;have not got your shell in that directory at &lt;BR /&gt;the time of mounting. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Wed, 16 Jan 2002 22:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646812#M45077</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-16T22:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: after mounting a CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646813#M45078</link>
      <description>Denton,&lt;BR /&gt;&lt;BR /&gt;Oracle cd's need to be pfs_mounted.  Check out this document on how to pfs_mount cdroms on the knowledge base.  Document number S3100001252.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;E</description>
      <pubDate>Wed, 16 Jan 2002 22:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646813#M45078</guid>
      <dc:creator>erics_1</dc:creator>
      <dc:date>2002-01-16T22:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: after mounting a CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646814#M45079</link>
      <description>Hi Denton,&lt;BR /&gt;&lt;BR /&gt;The Oracle CD should be mounted using pfs_mount. this is the procedure,&lt;BR /&gt;&lt;BR /&gt;edit /etc/pfs_fstab file and add this entry,&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 1 0&lt;BR /&gt;&lt;BR /&gt;Here c5t2d0 is the device file for the cdrom. Substitute the one appropriate for your system. Create a file called /etc/pfs_fstab if it does not exist. Make sure you have NFS server and client enabled on the host. Now do this, Make sure /SD_CDROM directory exist under /&lt;BR /&gt;&lt;BR /&gt;# nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;# /usr/sbin/pfs_mount /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Run the oracle installer program and when asked do a pfs_umount and pfs_mount to replace the CD if you are loading 8i.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 22:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646814#M45079</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-16T22:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: after mounting a CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646815#M45080</link>
      <description>Remember pfs mounts are always dicey since they tend to hang most of the times (You will get a message saying "NFS server not responding" if you dont follow all the pfs_mount /pfs_umount instructions properly).&lt;BR /&gt;&lt;BR /&gt;pfs_mount is not HP's supported product.&lt;BR /&gt;&lt;BR /&gt;It is best recommended to mount the cdrom on a development server, copy the contents of the cd and then tar the file to the server where you want to install Oracle.</description>
      <pubDate>Wed, 16 Jan 2002 22:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646815#M45080</guid>
      <dc:creator>Krishnan Viswanathan</dc:creator>
      <dc:date>2002-01-16T22:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: after mounting a CD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646816#M45081</link>
      <description>Thank you very much for your help Guy's...&lt;BR /&gt;&lt;BR /&gt;Dee.</description>
      <pubDate>Wed, 16 Jan 2002 23:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/after-mounting-a-cd/m-p/2646816#M45081</guid>
      <dc:creator>Denton Williams</dc:creator>
      <dc:date>2002-01-16T23:06:11Z</dc:date>
    </item>
  </channel>
</rss>

