<?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: Unmount Oracle CDROM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006603#M127584</link>
    <description>Tamil&lt;BR /&gt;&lt;BR /&gt;Yes I use pfs_mount,I already try to kill the pfs process and pfs_umount /cdrom. The session always hang.&lt;BR /&gt;&lt;BR /&gt;Twang, Enrico&lt;BR /&gt;&lt;BR /&gt;I already did it but the session hang on pfs_umount /cdrom</description>
    <pubDate>Wed, 25 Jun 2003 08:02:24 GMT</pubDate>
    <dc:creator>Joseph Bague</dc:creator>
    <dc:date>2003-06-25T08:02:24Z</dc:date>
    <item>
      <title>Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006596#M127577</link>
      <description>Hi to all,&lt;BR /&gt;&lt;BR /&gt;I mounted an oracle CDROM using this command&lt;BR /&gt;&lt;BR /&gt;#pfs_mountd &amp;amp;&lt;BR /&gt;#pfsd &amp;amp;&lt;BR /&gt;#mount -o xlat=unix /dev/rdsk/c2t1d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;after a while I accidentally close my telnet session. When I try to access it again this error appear:&lt;BR /&gt;&lt;BR /&gt;pfs_mount: pfs_mountd at erpdev:/dev/rdsk/c2t1d0 not responding: : RPC: Timed out&lt;BR /&gt;pfs_mount: retrying /cdrom&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;&lt;BR /&gt;How can I unmount the cdrom w/out restarting the server&lt;BR /&gt;&lt;BR /&gt;Tnxs in advance&lt;BR /&gt;Joseph</description>
      <pubDate>Wed, 25 Jun 2003 06:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006596#M127577</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-06-25T06:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006597#M127578</link>
      <description>Hi,&lt;BR /&gt; When u r using pfsd, u r suppose to use pfs_mount to mount the CDROM but u have used mount. Moreover u cannot mount a raw device which is /dev/rdsk/c2t1d0 in your case.It suppose to be /dev/dsk/c2t1d0.&lt;BR /&gt; So try by &lt;BR /&gt;# umount /cdrom.&lt;BR /&gt;&lt;BR /&gt;# fuser -k -u /cdrom&lt;BR /&gt;# fuser -k -u /dev/dsk/c2t1d0 &lt;BR /&gt;Stop pfsd and pfs_mountd daemon.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 07:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006597#M127578</guid>
      <dc:creator>V.Tamilvanan</dc:creator>
      <dc:date>2003-06-25T07:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006598#M127579</link>
      <description>Try to "pfs_umount /cdrom", if fail you should examine which UNIX processes are using the CD-ROM. Kill off any that are using it - and you will be able to unmount the CD. &lt;BR /&gt;&lt;BR /&gt;E.G. If your cd is mounted cd /CDROM then &lt;BR /&gt;# fuser /CDROM &lt;BR /&gt;&lt;BR /&gt;will display the pid of the processes that are holding the resource up. &lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 07:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006598#M127579</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-25T07:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006599#M127580</link>
      <description>Hi,&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;kill -9 &lt;PID_PFS_MOUNTD&gt;&lt;BR /&gt;kill -9 &lt;PID_PFSD&gt;&lt;BR /&gt;pfs_umount /cdrom&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;/PID_PFSD&gt;&lt;/PID_PFS_MOUNTD&gt;</description>
      <pubDate>Wed, 25 Jun 2003 07:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006599#M127580</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2003-06-25T07:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006600#M127581</link>
      <description>Hi,&lt;BR /&gt;is these are the command you typed, you can simply issue&lt;BR /&gt;&lt;BR /&gt;umount /cdrom ,&lt;BR /&gt;since you didn't use the pfs_mount/pfs_umount.&lt;BR /&gt;&lt;BR /&gt;Honestly i don't know any trick,&lt;BR /&gt;you may try with&lt;BR /&gt;/sbin/init.d/nfs.client stop&lt;BR /&gt;/sbin/init.d/nfs.server stop&lt;BR /&gt;/sbin/init.d/nfs.core stop&lt;BR /&gt;&lt;BR /&gt;and afterwards restert them&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.core start&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;/sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;and see if they help.&lt;BR /&gt;&lt;BR /&gt;Pay attention that every NFS mount will be broken.&lt;BR /&gt;&lt;BR /&gt;For the future: issue the command with a nohup, or better with nohup (see man nohup) and from a "screen" session (free downloadable utility).&lt;BR /&gt;&lt;BR /&gt;A good reboot, if you can afford, it's the best, quicker and cleaner solution.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 07:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006600#M127581</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-25T07:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006601#M127582</link>
      <description>Suggestions from oracle:&lt;BR /&gt;Mounting the CD-ROM: &lt;BR /&gt;=================== &lt;BR /&gt; &lt;BR /&gt;NOTE: These instructions for mounting the CD-ROM are for HP-UX 10.20 and 11.0.  &lt;BR /&gt; &lt;BR /&gt;     1. Use a system editor to add the following line to the "/etc/pfs_fstab" &lt;BR /&gt;        file. If the "pfs_fstab" file does not exist in the "/etc" you will  &lt;BR /&gt;        need to create it and add the line to it.  &lt;BR /&gt; &lt;BR /&gt;     Syntax: &lt;BR /&gt; &lt;BR /&gt;     &lt;DEVICE_FILE&gt; &lt;MOUNT_POINT&gt; &lt;FILESYSTEM_TYPE&gt; &lt;TRANSLATION_METHOD&gt; &lt;BR /&gt; &lt;BR /&gt;The first entry is the CD-ROM device file; the second is the mount point. The  &lt;BR /&gt;third indicates that the CD-ROM to be mounted is in IS09660 format with a &lt;BR /&gt;Rockridge extension. &lt;BR /&gt; &lt;BR /&gt;     Example: &lt;BR /&gt; &lt;BR /&gt;     /dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0 &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Attention: Perform steps 2-5 as the root user. &lt;BR /&gt; &lt;BR /&gt;     2. Run the following file. &lt;BR /&gt; &lt;BR /&gt;        # nohup /usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt; &lt;BR /&gt;     3. Run the following file. &lt;BR /&gt; &lt;BR /&gt;        # nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt; &lt;BR /&gt;     4. Insert the CD-ROM into the tray and run the following to mount the  &lt;BR /&gt;        CD-ROM: &lt;BR /&gt; &lt;BR /&gt;        # /usr/sbin/pfs_mount /SD_CDROM &lt;BR /&gt; &lt;BR /&gt;     5. Exit the superuser account. &lt;BR /&gt; &lt;BR /&gt;        # exit &lt;BR /&gt; &lt;BR /&gt;Change directories to "/SD_CDROM" where you can see a lowercase listing of the  &lt;BR /&gt;directories and files on the CD-ROM. The mounted CD-ROM should appear as  &lt;BR /&gt;another read-only file system. &lt;BR /&gt;&lt;BR /&gt;&lt;/TRANSLATION_METHOD&gt;&lt;/FILESYSTEM_TYPE&gt;&lt;/MOUNT_POINT&gt;&lt;/DEVICE_FILE&gt;</description>
      <pubDate>Wed, 25 Jun 2003 07:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006601#M127582</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-25T07:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006602#M127583</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I had a similar problem a while ago &amp;amp; I used a pfs_umount -c option (I think).&lt;BR /&gt;I don't have access to man pages but if you check this might help you, as I can't remember the exact syntax.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Wed, 25 Jun 2003 07:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006602#M127583</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-06-25T07:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006603#M127584</link>
      <description>Tamil&lt;BR /&gt;&lt;BR /&gt;Yes I use pfs_mount,I already try to kill the pfs process and pfs_umount /cdrom. The session always hang.&lt;BR /&gt;&lt;BR /&gt;Twang, Enrico&lt;BR /&gt;&lt;BR /&gt;I already did it but the session hang on pfs_umount /cdrom</description>
      <pubDate>Wed, 25 Jun 2003 08:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006603#M127584</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-06-25T08:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006604#M127585</link>
      <description>Hi Joseph,&lt;BR /&gt;&lt;BR /&gt;This is a so common problem in pfs. Please try to do the fuser -cu /SD_CDROM and kill the process. Ones you done it the wrong way, you will (almost) not be able to get rid of it anymore.&lt;BR /&gt;If you need to have the system up and cannot afford a reboot. Note down you have done something awfull in the /etc/mnttab and then remove the /SD_CDROM entry from the /etc/mnttab.&lt;BR /&gt;First thing then, you have to do is to install the latest nfs_patches.&lt;BR /&gt;Please read the following docs carefully !!&lt;BR /&gt;&lt;BR /&gt;KBRC00010147&lt;BR /&gt;2200219195&lt;BR /&gt;rcfaxpfs001&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Wed, 25 Jun 2003 08:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006604#M127585</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-06-25T08:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006605#M127586</link>
      <description>Hi Joseph,&lt;BR /&gt;&lt;BR /&gt;Go for the reboot option if it is possible,&lt;BR /&gt;&lt;BR /&gt;It is faster then trying to umount the cdrom AT THIS point.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 25 Jun 2003 08:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006605#M127586</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-06-25T08:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006606#M127587</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I am used the script i am attaching. It allows me to both mount and unmount my Oracle CDs.&lt;BR /&gt;&lt;BR /&gt;uses pfs_mount&lt;BR /&gt;&lt;BR /&gt;Does your /etc/pfs_fstab contain:&lt;BR /&gt;/dev/dsk/c2t1d0 /SD_CDROM pfs-rrip xlat=unix 0 0  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 09:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006606#M127587</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-06-25T09:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006607#M127588</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I am used to the script i am attaching. It allows me to both mount and unmount my Oracle CDs.&lt;BR /&gt;&lt;BR /&gt;uses pfs_mount&lt;BR /&gt;&lt;BR /&gt;Does your /etc/pfs_fstab contain:&lt;BR /&gt;/dev/dsk/c2t1d0 /SD_CDROM pfs-rrip xlat=unix 0 0  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 09:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006607#M127588</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-06-25T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006608#M127589</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I am used to the script i am attaching. It allows me to both mount and unmount my Oracle CDs.&lt;BR /&gt;&lt;BR /&gt;uses pfs_mount&lt;BR /&gt;&lt;BR /&gt;Does your /etc/pfs_fstab contain:&lt;BR /&gt;/dev/dsk/c2t1d0 /SD_CDROM pfs-rrip xlat=unix 0 0  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 09:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006608#M127589</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-06-25T09:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006609#M127590</link>
      <description>Hi Joseph&lt;BR /&gt;&lt;BR /&gt;Following on from my earlier post, the man page for pfs_umount states:&lt;BR /&gt;&lt;BR /&gt;-c "Close. Instruct the PFS daemons to close the given file system, but do not attempt to umount the file system. This is useful when the file system has already been unmounted, but the PFS daemons still have the source character device open."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Wed, 25 Jun 2003 10:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006609#M127590</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-06-25T10:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006610#M127591</link>
      <description>Hi there.&lt;BR /&gt;I know that there is a patch for this problem,&lt;BR /&gt;but i do not remember, which one.&lt;BR /&gt;Ask your local HP support for help.&lt;BR /&gt;Maybe somebody in the forum can help.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Wed, 25 Jun 2003 10:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006610#M127591</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2003-06-25T10:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006611#M127592</link>
      <description>Hi there.&lt;BR /&gt;Found the patch :&lt;BR /&gt;&lt;BR /&gt;For HP-UX 11.00  PHCO_26449&lt;BR /&gt;&lt;BR /&gt;for other versions of HP-UX pls compare&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Mon, 30 Jun 2003 11:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006611#M127592</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2003-06-30T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unmount Oracle CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006612#M127593</link>
      <description>Alexander&lt;BR /&gt;&lt;BR /&gt;I already apply the patch I read at KBRC00010147 documents given by david. Its alright now. Tnxs everyone.&lt;BR /&gt;&lt;BR /&gt;Joseph</description>
      <pubDate>Wed, 02 Jul 2003 08:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-oracle-cdrom/m-p/3006612#M127593</guid>
      <dc:creator>Joseph Bague</dc:creator>
      <dc:date>2003-07-02T08:35:53Z</dc:date>
    </item>
  </channel>
</rss>

