<?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: Mounting oracle CDs - file names funny in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871100#M98490</link>
    <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Pls use "nohup /usr/sbin/pfs_umount /dev/dsk/[c?t?d?] &amp;amp;"&lt;BR /&gt;&lt;BR /&gt;Note that is "pfs_umount" and not "pfs_mount" to **umount** your media..!&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
    <pubDate>Mon, 30 Dec 2002 15:55:08 GMT</pubDate>
    <dc:creator>Jose Mosquera</dc:creator>
    <dc:date>2002-12-30T15:55:08Z</dc:date>
    <item>
      <title>Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871089#M98479</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;When mounting an oracle intallation CD using:&lt;BR /&gt;&lt;BR /&gt;#mount -F cdfs -o cdcase /dev/dsk/cxtydz /cdrom &lt;BR /&gt;&lt;BR /&gt;a filename called "runinstaller" is displayed as "runinsta."&lt;BR /&gt;&lt;BR /&gt;I'm only aware that different CDs may require different mount aurguments, but am otherwise ignorant of the issues.&lt;BR /&gt;&lt;BR /&gt;Is this situation familiar to anyone?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Dec 2002 21:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871089#M98479</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2002-12-27T21:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871090#M98480</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;A pain in the **** for all, try this one&lt;BR /&gt;&lt;BR /&gt;&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;My CD-ROM doesn't show what I expect&lt;BR /&gt;It can be an Oracle CD-ROM, or a CD created on Windows, or whereever they used Rock Ridge extensions. Long names are truncated or show upper case only. Oracle tells you to use pfs_mount.&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, PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11i you need PHCO_25841, PHKL_26269 , and PHKL_25760.&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&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Fri, 27 Dec 2002 21:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871090#M98480</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-27T21:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871091#M98481</link>
      <description>At the mean time, try using pfsmount. see the below for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd24f5c7609e9d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd24f5c7609e9d61190050090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 27 Dec 2002 23:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871091#M98481</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-12-27T23:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871092#M98482</link>
      <description>Hi Tim&lt;BR /&gt;&lt;BR /&gt;Oracel CD's are to mounted as RockRidge one ie using pfs mount .&lt;BR /&gt;&lt;BR /&gt;1. nohup pfs_mountd &amp;amp;&lt;BR /&gt;2. nohup pfsd &amp;amp;&lt;BR /&gt;3. pfs_mount /dev/dsk/c2t7dz /cdrom&lt;BR /&gt;&lt;BR /&gt;this will do the trick .&lt;BR /&gt;&lt;BR /&gt;Yzou can also use man pfs_mount to get more detailed options like npo version or lowercase .&lt;BR /&gt;&lt;BR /&gt;To umount he cd you would need to pfs_umount /cdrom instead of umount  command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Dec 2002 05:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871092#M98482</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-12-28T05:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871093#M98483</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;This is a known problem with Oracle CD mount. If you read the accompanying doc with the CD, the instructions are listed.&lt;BR /&gt;&lt;BR /&gt;I have a nice little script that i use for both mounting and umounting ORACLE Cds.&lt;BR /&gt;&lt;BR /&gt;Just run: ./pfsmcd.sh&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 28 Dec 2002 05:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871093#M98483</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-12-28T05:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871094#M98484</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We solved that problem in Oracle 8.1.7 by the following way:&lt;BR /&gt;&lt;BR /&gt;To mount CD:&lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;hohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;nohup /usr/sbin/pfs_mount -x unix /dev/dsk/[c?t?d?] /cdrom &amp;amp;&lt;BR /&gt;&lt;BR /&gt;(*) Try man pfs_mount to get details about.&lt;BR /&gt;&lt;BR /&gt;To umount CD:&lt;BR /&gt;nohup /usr/sbin/pfs_umount /dev/dsk/[c?t?d?] &amp;amp;&lt;BR /&gt;&lt;BR /&gt;(*) nohup executes command with hangups and quits ignored, both standard output and standard error are sent to nohup.out.</description>
      <pubDate>Mon, 30 Dec 2002 10:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871094#M98484</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2002-12-30T10:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871095#M98485</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Mon, 30 Dec 2002 10:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871095#M98485</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-12-30T10:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871096#M98486</link>
      <description>Wow! I didn't realize what a common and confusing issue this is!&lt;BR /&gt;&lt;BR /&gt;I'll look into the patches - but in the meantime, I've succesfully used PFS_MOUNT to mount and copy the Oracle CD, but now when trying to unmount, I can't get the CD to eject afdert unmounting. I used:&lt;BR /&gt;nohup /usr/sbin/pfs_mount -x unix /dev/dsk/c3t2d0 /cdrom &amp;amp; &lt;BR /&gt;&lt;BR /&gt;I've read a few different sytax solutions - any suggestions to "fully" unmount?&lt;BR /&gt;&lt;BR /&gt;I'll be assigning points soon - sorry it's taking a few days.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Dec 2002 15:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871096#M98486</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2002-12-30T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871097#M98487</link>
      <description>Your previous post did not specify if you used 'pfs_umount' to unmount the cd. Can you do an 'fuser -c [mount point]' to see who is tying it up?&lt;BR /&gt;&lt;BR /&gt;If you anticipate doing a lot of upgrades/installs, why not keep the CDs on Disk once they are copied, and NFS mount them across other servers (it saves having to remember these commands repeatedly!).&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Mon, 30 Dec 2002 15:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871097#M98487</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-12-30T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871098#M98488</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;Yes, I used pfs_umount.&lt;BR /&gt;&lt;BR /&gt;fuser replies:&lt;BR /&gt;&lt;BR /&gt;va1:/root&amp;gt; fuser -c /SD_CDROM&lt;BR /&gt;/SD_CDROM: fuser: could not find file system mounted at /SD_CDROM.&lt;BR /&gt;icgsva1:/root&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I'm trying to copy the ORACLE installation files to disk to avoid the CD 'exercizes'! &lt;BR /&gt;&lt;BR /&gt;I'm also trying to get 'real experience' while I'm at it... I have a lot to learn!</description>
      <pubDate>Mon, 30 Dec 2002 15:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871098#M98488</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2002-12-30T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871099#M98489</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Pls use "nohup /usr/sbin/pfs_umount /dev/dsk/[c?t?d?] &amp;amp;"&lt;BR /&gt;&lt;BR /&gt;Note that is "pfs_umount" and not "ps_mount" to **umount** your media..!&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Mon, 30 Dec 2002 15:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871099#M98489</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2002-12-30T15:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871100#M98490</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Pls use "nohup /usr/sbin/pfs_umount /dev/dsk/[c?t?d?] &amp;amp;"&lt;BR /&gt;&lt;BR /&gt;Note that is "pfs_umount" and not "pfs_mount" to **umount** your media..!&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Mon, 30 Dec 2002 15:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871100#M98490</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2002-12-30T15:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871101#M98491</link>
      <description>try this script....&lt;BR /&gt;&lt;BR /&gt;cxixhp4 # more /admin/bin/pfsumountcd&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;##############################################################################&lt;BR /&gt;SYSTEM=`uname -n`&lt;BR /&gt;&lt;BR /&gt;case $SYSTEM in&lt;BR /&gt;        host1) DEVICE=/dev/dsk/c201d2s0;;&lt;BR /&gt;        host2 ) DEVICE=/dev/dsk/c5t1d0;;&lt;BR /&gt;        host3 ) DEVICE=/dev/dsk/c14t1d0;;&lt;BR /&gt;        host4 ) DEVICE=/dev/dsk/c3t1d0;;&lt;BR /&gt;        host5 ) DEVICE=/dev/dsk/c8t2d0;;&lt;BR /&gt;            * ) echo "$SYSTEM not configured"&lt;BR /&gt;                sleep 2&lt;BR /&gt;                exit;;&lt;BR /&gt;esac&lt;BR /&gt;/usr/sbin/pfs_umount $DEVICE&lt;BR /&gt;return&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;... replace device files with your actual device files as shown in ioscan.</description>
      <pubDate>Mon, 30 Dec 2002 15:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871101#M98491</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2002-12-30T15:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871102#M98492</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Unmounting should be done in the way as it was mounted means if u use the normal mount the umount will do or if u use pfs_mount then pfs_umount should work.&lt;BR /&gt;&lt;BR /&gt;You should be in bourne shell&lt;BR /&gt;&lt;BR /&gt;From first I shall explain the steps to mount the Oracle CD:&lt;BR /&gt;1. ioscan -fnC disk { and note  the CDROM path like : /dev/dsk/c1t0d0 &lt;BR /&gt;2. mkdir /CDROM&lt;BR /&gt;3. nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;4. nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;5. /usr/sbin/pfs_mount &lt;CDROM path=""&gt; /CDROM&lt;BR /&gt;&lt;BR /&gt;For Unmounting the CD&lt;BR /&gt;1. /usr/sbin/pfs_umount /CDROM&lt;BR /&gt;&lt;BR /&gt;This should work cos I too faced the same problem with mounting and unmounting of CD's.&lt;BR /&gt;&lt;/CDROM&gt;</description>
      <pubDate>Mon, 30 Dec 2002 16:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871102#M98492</guid>
      <dc:creator>Chandra Sekhar_1</dc:creator>
      <dc:date>2002-12-30T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871103#M98493</link>
      <description>use /usr/sbin/pfs_umount /"mount point"&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Dec 2002 16:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871103#M98493</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2002-12-30T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871104#M98494</link>
      <description>Success! Thanks to all for your patience and assistance... someday I'll be good too!</description>
      <pubDate>Mon, 30 Dec 2002 16:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871104#M98494</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2002-12-30T16:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting oracle CDs - file names funny</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871105#M98495</link>
      <description>Be good *now*, and asign points to all the helpful answers.&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Mon, 30 Dec 2002 16:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-oracle-cds-file-names-funny/m-p/2871105#M98495</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-12-30T16:16:12Z</dc:date>
    </item>
  </channel>
</rss>

