<?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 CD-ROM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/5308135#M475352</link>
    <description>&lt;P&gt;back2:/#mount /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;mount: cannot access -specific mount command&lt;BR /&gt;back2:/#﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is message that i get in attempt to mount cd. any assistance, please?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2011 14:27:23 GMT</pubDate>
    <dc:creator>pato_1</dc:creator>
    <dc:date>2011-08-22T14:27:23Z</dc:date>
    <item>
      <title>Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177087#M162216</link>
      <description>Friends,&lt;BR /&gt;My CD-ROM was working properly and I used to give the command to mount the CD-ROM on the D-Class server:&lt;BR /&gt;# mount /dev/dsk/c1t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;I rebuilt the server and now when mounting the CD-ROM, I get the following err. msg.:&lt;BR /&gt;&lt;BR /&gt;# mount /dev/dsk/c1t2d0 /cdrom&lt;BR /&gt;/dev/dsk/c1t2d0: Device busy&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;# pfs_mount -o xlat=unix /dev/rdsk/c1t2d0 /cdrom&lt;BR /&gt;pfs_mount: pfs_mountd at DDTEST02:/dev/rdsk/c1t2d0 not responding: : RPC: Timed out&lt;BR /&gt;pfs_mount: retrying /cdrom&lt;BR /&gt;&lt;BR /&gt;Nothing has been changed, the OS was reinstalled only. Any steps I'm missing from my side??</description>
      <pubDate>Wed, 28 Jan 2004 22:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177087#M162216</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2004-01-28T22:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177088#M162217</link>
      <description>First ensure that the CDROM has a status 'CLAIMED'.Use&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;make sure no processes are using the CDROM&lt;BR /&gt;make sure no pfs daemons are running.&lt;BR /&gt;&lt;BR /&gt;To further proceed&lt;BR /&gt;&lt;BR /&gt;Try re-creating the device files using &lt;BR /&gt;&lt;BR /&gt;#insf -e&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2004 23:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177088#M162217</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-01-28T23:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177089#M162218</link>
      <description>Manik, the status is not "CLAIMED" but "SCAN"&lt;BR /&gt;&lt;BR /&gt;disk      4  16/5.2.0  sdisk       SCAN      DEVICE    TOSHIBA CD-ROM XM-5401TA&lt;BR /&gt;                      /dev/dsk/c1t2d0   /dev/rdsk/c1t2d0</description>
      <pubDate>Wed, 28 Jan 2004 23:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177089#M162218</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2004-01-28T23:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177090#M162219</link>
      <description>I recreated the device file and the status now is "CLAIMED" but still getting the same err msg.&lt;BR /&gt;/dev/dsk/c1t2d0: Device busy&lt;BR /&gt;&lt;BR /&gt;disk      4  16/5.2.0  sdisk       CLAIMED   DEVICE    TOSHIBA CD-ROM XM-5401TA&lt;BR /&gt;                      /dev/dsk/c1t2d0   /dev/rdsk/c1t2d0</description>
      <pubDate>Wed, 28 Jan 2004 23:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177090#M162219</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2004-01-28T23:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177091#M162220</link>
      <description>Must be careful with the pfs_mount /umount commands.&lt;BR /&gt;If it was mounted pfs, and you did a regular umount, you'll&lt;BR /&gt;have to reboot to clear it out, in almost all cases.&lt;BR /&gt;&lt;BR /&gt;If you ever should have to pfs_mount:&lt;BR /&gt;&lt;BR /&gt;pfs_mountd&amp;amp;&lt;BR /&gt;pfsd&amp;amp;&lt;BR /&gt;pfs_mount /-o xlat=unix /dev/rdsk/c1t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;when finished:&lt;BR /&gt;&lt;BR /&gt;pfs_umount /cdrom&lt;BR /&gt;fg&lt;BR /&gt;CTRL-C&lt;BR /&gt;fg&lt;BR /&gt;CTRL-C&lt;BR /&gt;&lt;BR /&gt;I hate pfs... if you don't get the order correct, you're hosed.&lt;BR /&gt;It's definitely a good idea to kill off the daemons once you're&lt;BR /&gt;finished with them, in my opinion... which is the main&lt;BR /&gt;reason I do it all from one terminal that way- so I don't forget.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I understand there's a patch to make all that pfs* unnecessary,&lt;BR /&gt;and if we're lucky, someone will post it soon :-)&lt;BR /&gt;(I'd have to dig for it myself... but am planning to find out&lt;BR /&gt;the info and make that change to my workstation very soon)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyhow... if you reboot and still can't mount it, even "normally"&lt;BR /&gt;without the pfs... I'd say to rmsf the dev files and&lt;BR /&gt;start over with a fresh ioscan and insf -e, to start with.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2004 23:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177091#M162220</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-01-28T23:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177092#M162221</link>
      <description>No points on this post... just correcting a typo.&lt;BR /&gt;&lt;BR /&gt;in the pfs_mount command, there's no "/" before the "-o".&lt;BR /&gt;I know you knew that... just correcting myself for posterity :)&lt;BR /&gt;&lt;BR /&gt;(Still don't understand why we aren't allowed to edit&lt;BR /&gt;our postings. Surely a 15 minute grace period wouldn't hurt)</description>
      <pubDate>Wed, 28 Jan 2004 23:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177092#M162221</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-01-28T23:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177093#M162222</link>
      <description>Thanks Manik &amp;amp; Chris,&lt;BR /&gt;The issue resolved after doing the following steps:&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;-&amp;gt; The status was "SCAN"&lt;BR /&gt;# insf -e&lt;BR /&gt;-&amp;gt; Recreated the device file&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;-&amp;gt; Status changed to "CLAIMED"&lt;BR /&gt;# mount /dev/dsk/c1t2d0 /cdrom&lt;BR /&gt;-&amp;gt; Err. msg "dev/dsk/c1t2d0: Device busy"&lt;BR /&gt;# Restarted the server&lt;BR /&gt;# mount /dev/dsk/c1t2d0 /cdrom&lt;BR /&gt;-&amp;gt; It worked fine and resolved the issue. Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;As I can make out, recreating the device files resolved the issue.</description>
      <pubDate>Wed, 28 Jan 2004 23:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/3177093#M162222</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2004-01-28T23:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/5308135#M475352</link>
      <description>&lt;P&gt;back2:/#mount /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;mount: cannot access -specific mount command&lt;BR /&gt;back2:/#﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is message that i get in attempt to mount cd. any assistance, please?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2011 14:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/5308135#M475352</guid>
      <dc:creator>pato_1</dc:creator>
      <dc:date>2011-08-22T14:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/5308425#M475364</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1080448"&gt;@pato_1&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;back2:/#mount /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;mount: cannot access -specific mount command&lt;BR /&gt;back2:/#﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is message that i get in attempt to mount cd. any assistance, please?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It would be best to start a new thread.&amp;nbsp;&amp;nbsp; Its a bit confusing when reading from one problem to another and then realizing the starting post was 7 years ago!&amp;nbsp; Plus, this thread has a Solved rating, so you may not get as many views as you would by creating your own post.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2011 18:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/5308425#M475364</guid>
      <dc:creator>Robert_Jewell</dc:creator>
      <dc:date>2011-08-22T18:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CD-ROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/5312023#M475440</link>
      <description>@pato_1&lt;BR /&gt;&lt;BR /&gt;please open your own thread and add the ioscan command output mentioned above.&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Thu, 25 Aug 2011 09:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cd-rom/m-p/5312023#M475440</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2011-08-25T09:42:26Z</dc:date>
    </item>
  </channel>
</rss>

