- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mounting cdrom in 11i v3
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 05:20 AM
тАО10-27-2009 05:20 AM
Mounting cdrom in 11i v3
Anyone know the steps for mounting a cdrom in 11i v3. Havging the weirdest time mounting a cdrom in 11i v3 new install.
When i try to mount it, I get unrecognized filesystem.
sudo ioscan -funC disk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 26 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE _NEC DVD+-RW ND-6650A /dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
sudo mount -F cdfs -o rr /dev/dsk/c0t0d0 /cdrom
/dev/dsk/c0t0d0: unrecognized file system
$ sudo ioscan -kfnNC disk
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
disk 27 64000/0xfa00/0x0 esdisk CLAIMED DEVICE _NEC DVD+-RW ND-6650A
/dev/disk/disk27 /dev/rdisk/disk27
disk 28 64000/0xfa00/0x1 esdisk CLAIMED DEVICE HP 300 GST3300007LC
/dev/disk/disk28 /dev/rdisk/disk28
disk 29 64000/0xfa00/0x2 esdisk CLAIMED DEVICE HP 300 GST3300007LC
/dev/disk/disk29 /dev/rdisk/disk29
/dev/disk/disk29_p1 /dev/rdisk/disk29_p1
/dev/disk/disk29_p2 /dev/rdisk/disk29_p2
/dev/disk/disk29_p3 /dev/rdisk/disk29_p3
$ sudo mount -F cdfs -o rr /dev/disk/disk27 /cdrom
/dev/disk/disk27: unrecognized file system
What am I missing?
Thanks,
G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 05:28 AM
тАО10-27-2009 05:28 AM
Re: Mounting cdrom in 11i v3
Is the CD in the drive?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 05:29 AM
тАО10-27-2009 05:29 AM
Re: Mounting cdrom in 11i v3
Personally I would take this messag seriously.
unrecognized file system
It is either bad media or an incorrect mount command.
If the media is good, you can use swlist -i to search for a local CD-ROM and it will handle the mount command for you on HP provided OS or application media.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 05:31 AM
тАО10-27-2009 05:31 AM
Re: Mounting cdrom in 11i v3
$ sudo pfs_mount /dev/rdsk/c0t0d0 /cdrom
is oracle cdrom?
JEA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 05:47 AM
тАО10-27-2009 05:47 AM
Re: Mounting cdrom in 11i v3
fstyp -v /dev/disk/disk27
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 05:50 AM
тАО10-27-2009 05:50 AM
Re: Mounting cdrom in 11i v3
You are attempting to mount a RockRidge format (-o rr). Is that what you intend to do? Is this an Oracle CD/DVD or is it HP-UX media?
By the way, I don't think 'pfs_mount' even exists in 11.31. That dysfunctional mechanism for mounting was obviated by patches eons ago in 11.0.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 05:52 AM
тАО10-27-2009 05:52 AM
Re: Mounting cdrom in 11i v3
The cd is a CommVault Galaxy Simpana 7.0 cd.
Ok. My mistake, sort of. :o)
It looks like I was using the wrong the cd in first, which was the Service Pack cd. I inserted the install cd, and was able to mount the install cd with no problem using:
sudo mount -F cdfs -o rr /dev/dsk/c0t0d0 /cdrom
Atlhough the label on the Service Pack cd indicates it is for all Unix platforms, it would not mount as you see from the errors above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 05:58 AM
тАО10-27-2009 05:58 AM
Re: Mounting cdrom in 11i v3
sudo mount /dev/dsk/c0t0d0 /cdrom
JEA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 06:14 AM
тАО10-27-2009 06:14 AM
Re: Mounting cdrom in 11i v3
All is good now. Sorry for the confusion.
Thanks to everone for your quick responses and help.
G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 06:15 AM
тАО10-27-2009 06:15 AM