- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can not unmount cd-rom during installation of Orac...
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
Forums
Discussions
Discussions
Discussions
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
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
02-17-2007 04:41 AM
02-17-2007 04:41 AM
I can’t complete the installation this way.
---
$ cd /
$ su root
# /usr/sbin/pfs_umount /SD_CDROM
nfs umount: nfs_unmount: /SD_CDROM: is busy
nfs umount: nfs_unmount: /SD_CDROM: is busy
umount: /SD_CDROM: Device busy
---
Pls help.
Regards,
Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2007 06:02 AM
02-17-2007 06:02 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
When doing installs like this you need to be outside of the /SD_CDROM directory and then use the fully qualified path to start the installation.
For example:
# cd /
# /SD_CDROM/orainst
Now when you need to umount the CD so you can insert the next one, you won't have the problem with /SD_CDROM being busy.
As it stands now, there isn't much you can do. You will have to interrupt the installation and start again using the method above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2007 07:07 AM
02-17-2007 07:07 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2007 03:04 PM
02-17-2007 03:04 PM
Re: Can not unmount cd-rom during installation of Oracle 9i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2007 05:07 PM
02-17-2007 05:07 PM
Re: Can not unmount cd-rom during installation of Oracle 9i
Try pfs_mount , it will work,
To mount the oracle CDROM:
# mkdir /cdrom
# pfs_mount /dev/rdsk/c0t6d0 /cdrom
Enjoy,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2007 05:14 PM
02-17-2007 05:14 PM
Re: Can not unmount cd-rom during installation of Oracle 9i
- install using swintall a quick program
- /usr/local/bin/lsof /SD_CDROM
it will list which program or pid is keeping the cd drive busy.
Else, Check after a reboot,
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2007 05:17 PM
02-17-2007 05:17 PM
Re: Can not unmount cd-rom during installation of Oracle 9i
Still if you have prblem mpunting the cdrom , check for the below patch,
# /usr/sbin/swlist -l product | egrep '(25760| 34153)'
(It's S700_800 11.11 CDFS cumulative patch , could resove this issue.)
cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 06:57 AM
02-18-2007 06:57 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
# ./lsof /tmp
sh: ./lsof: Execute permission denied.
#
Did I forget something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 08:48 AM
02-18-2007 08:48 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
Good day!,
# chmod +x lsof
and try..
cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 09:08 AM
02-18-2007 09:08 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
Any update ?
Also make sure you assign points to all the replies , and all who tried to help you.
PS: 0 pts pls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 07:57 PM
02-18-2007 07:57 PM
Re: Can not unmount cd-rom during installation of Oracle 9i
do you have a second ws with cdrom?
You could try to mount the next cd at another ws, 'exportfs' and mount at the first ws.
This works for me for other installations.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2007 10:44 PM
02-18-2007 10:44 PM
Re: Can not unmount cd-rom during installation of Oracle 9i
I tried the CDFS patch but it did not solve the problem.
I think I have to check the rock ridge mount options then as Clay mentioned.
I'm kind of new to unix and so I was wondering how all these mount programs (mount, pfs_mount, mount_cdfs, rock ridge options) compare to eachother? Any info on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 01:39 AM
02-19-2007 01:39 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
# chmod +x lsof
# ./lsof /tmp
sh: ./lsof: Execute permission denied.
# ll
total 240
-rwxr-xr-x 1 root bin 122880 Dec 11 17:28 lsof
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 01:46 AM
02-19-2007 01:46 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
Please post:
# uname -a
# file `whence lsof`
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 01:55 AM
02-19-2007 01:55 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
I guess that's the sam as: chmod +x ./lsof?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 02:05 AM
02-19-2007 02:05 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
HP-UX unknown B.11.11 U 9000/811 2008755245 unlimited-user license
# file `whence lsof`
usage: file [-c] [-f ffile] [-m mfile] [-h] file...
--
# file ./lsof
./lsof: PA-RISC2.0 shared executable dynamically linked
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 02:13 AM
02-19-2007 02:13 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 02:19 AM
02-19-2007 02:19 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
> I was wondering how all these mount programs (mount, pfs_mount, mount_cdfs, rock ridge options) compare to each other?
If you are new to HP-UX, the history of CDROM support is colorful at best. For more than a decade, HP-UX had no support to display CDROM file and directory names correctly. Well, correctly is a bit misleading. HP-UX always displays CDROM names correctly in ISO 9660 format, which is all UPPERCASE, 8.3 characters and a version number such as ;1. CDROMs are unique in that they have several directories on the disc at the same time.
RockRidge format is a 'use extension' and incorporates lowercase names, eliminates the version number and allows long names (aka, ECMA 168 or POSIX CDROM names). A kludge patch was created in the mid 90's with the option -ocdcase which simply remove the ;1 version and translated the ISO 9660 name to lowercase. But the full name was left at the 8.3 limit because the patch did not read the alternate directory.
The primary push to fix this problem was from customers who could not install Oracle products without 'borrowing' a Sun or Linux system and using NFS to export the RockRidge filenames to HP-UX. So HP-UX adopted a product from Young Minds, Inc called PFS, aptly named "a user level driver". What it does is to read the raw CD, interpret the RockRidge directory and then export the file into HP-UX using NFS. PFS is somewhat unstable and WILL lockup your system under several circumstances. PFS is deprecated for use on HP-UX 11.00 and higher. There is no patch (and never will be) for 10.20 or earlier.
So about 2001-2002 a rewrite of the cdfs subsystem added the -orr option thereby obsoleting -ocdcase and PFS. Now all of this is not "Unix" but an idiosyncrasy for HP-UX only. What makes this very confusing is that Oracle publishes the pfs_mount instructions.
So the answer (unique to HP-UX) is to use mount -orr when mounting your CD's, and ignore the Oracle docs when they refer to PFS.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 03:08 AM
02-19-2007 03:08 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
But what is the diffference between the command mount and mount_cdfs then?
Regards,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 03:46 AM
02-19-2007 03:46 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
"mount -F cdfs" becomes "mount_cdfs" (more or less).
The more specific man pages are designed by the _fstype appellations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:05 AM
02-19-2007 04:05 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:15 AM
02-19-2007 04:15 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
I'm going to install the rock ridge extension. I guess I need PHKL_25760 patch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:23 AM
02-19-2007 04:23 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
To enable the native mount to handle RockRidge extensions on 11.11, you need:
# PHKL_34153 ( supersedes PHKL_25760 )
# PHKL_26269
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:23 AM
02-19-2007 04:23 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
Right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:24 AM
02-19-2007 04:24 AM