- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot do UMOUNT command when installing Oracle 8....
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
тАО11-06-2001 12:07 PM
тАО11-06-2001 12:07 PM
nfs umount: nfs_unmount: /cdrom: is busy
What are my options? Help and thanks!
Brando
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 12:11 PM
тАО11-06-2001 12:11 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
1. Unmount the nfs mount first.
2. Make shure you ore any other user are not standing in the /cdrom dir if you are trying to umount it (check fuser commmand)
Hope this will help.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 12:18 PM
тАО11-06-2001 12:18 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
Usually oracle cds use pfs mount. Below is the format I usually use for mounting and unmounting Oracle cd's
vi /etc/pfs_fstab and verify:
/dev/dsk/cntndn /cdrom pfs-rrip xlat=unix 0 0
(or put these options on command line)
/usr/sbin/pfs_mountd &
/usr/sbin/pfsd &
/usr/sbin/pfs_mount /cdrom
/usr/sbin/pfs_umount /cdrom
ps ???ef|grep pfs
kill ???9 (pfsd)
kill ???9 (pfs_mountd)
pfs_umount ???c (cleanup files if have trouble pfs mounting)
If this is not the case in your situation just disregard my comments.
Good Luck.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 12:23 PM
тАО11-06-2001 12:23 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
cannot unmount it mid-way!.
You would need to cancel the
install and start it from
outside the mountpoint.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 12:30 PM
тАО11-06-2001 12:30 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
What is the command to copy the contents of the 2 CDs into a disk on my server so that I can install from the disk and not from /cdrom instead?
Thanks (and thanks to all who have replied so far!).
Brando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 12:40 PM
тАО11-06-2001 12:40 PM
Solution# Create two filesystems
of around 600MB each.
#Mount them with names
like /oracle_817/CD1
/oracle/_817/CD2
# Mount the first CD (as per the PFS mount instructions).
# Cp from first CD to CD1 mount point using a
cp -R Src dest
OR
cd /cdrom
find . -print -depth | cpio -pdmuvl $DESTDIR
#unmount first cd; (remember
it is pfs cd!)
#mount second cd and repeat
the same process.
Now, you can use these two
filesystems as NFS filesystems
by exporting it read-only.
This way, you can install
oracle on other systems without bothering about CD's.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 12:41 PM
тАО11-06-2001 12:41 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
Have a look at this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x91198ffa98a2d5118ff10090279cd0f9,00.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 12:57 PM
тАО11-06-2001 12:57 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
Are you using pfs_mount. You have to use pfs_mount to mount the CD and pfs_umount to unmount the CD.
If you started the oracle installation after CD'ing into /cdrom, you cannot umount it. If nothing helps, you have to reboot the box to solve this issue and restart the installation.
The pfs_mount procedure has already been advised above by craig, so that should help if you are not already aware of that.
You can try the doc site at oracle "docs.oracle.com" and downlaod the documentation from here which might help you.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 02:31 PM
тАО11-06-2001 02:31 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
Some time ago there was lots of threads refering to oracle install and pfs_mount ( that reports lots of points to someone).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 03:04 PM
тАО11-06-2001 03:04 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
Here is what I am getting ...
# cd /
# pfs_umount /cdrom
umount: cannot find /cdrom in /etc/mnttab
cannot unmount /cdrom
umount: cannot find /cdrom in /etc/mnttab
cannot unmount /cdrom
umount: /cdrom: Block device required
I have rebooted the server twice but getting the same results.
Any other suggestions ...
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2001 03:48 PM
тАО11-06-2001 03:48 PM
Re: Cannot do UMOUNT command when installing Oracle 8.1.7
umount: cannot find /cdrom in /etc/mnttab
cannot unmount /cdrom
umount: cannot find /cdrom in /etc/mnttab
cannot unmount /cdrom
umount: /cdrom: Block device required >>
Hi, this error occurs if
umount was tried before pfs_umount! (a commonly made mistake). Your only option is
a reboot!
<>
Ok, since you rebooted, you
don't need to do pfs_umount.
Simply, eject the CD. It will
come out.
BTW, remember assigning points is a way of giving your feedback to the solution suggested.
-raj