HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mount cdfs....dishing pfsmount! Question...
Operating System - HP-UX
1833789
Members
2352
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-07-2004 06:48 AM
07-07-2004 06:48 AM
I installed the patches to enable me to mount a Oracle CD without a pfsmount.
I did this:
mkdir /cdrom
mount -F cdfs -o rr /dev/dsk/c#t#d# /cdrom
Now, since its often Oracle has 4 sets of CDs to install, do I just do this to unmount the CDs and mount another CD?
umount /cdrom
(remove CD, and put in a new CD)
mount -F cdfs -o rr /dev/dsk/c#t#d# /cdrom
Was not sure if there was a special way to unmount the CD.
thanks.
I did this:
mkdir /cdrom
mount -F cdfs -o rr /dev/dsk/c#t#d# /cdrom
Now, since its often Oracle has 4 sets of CDs to install, do I just do this to unmount the CDs and mount another CD?
umount /cdrom
(remove CD, and put in a new CD)
mount -F cdfs -o rr /dev/dsk/c#t#d# /cdrom
Was not sure if there was a special way to unmount the CD.
thanks.
"In the middle of difficulty lies opportunity" -Einstein
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 06:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 06:53 AM
07-07-2004 06:53 AM
Re: mount cdfs....dishing pfsmount! Question...
Yes you can use the umount command to unmoutn the CD.
but remember NOT to cd to the oracle install directory and invoke the ORACLE INSTALLER.
# cd /cdrom/oracle/product/blah/blah
# ./installer
the above command will not let you unmount and change the CD when required.
# mount -F cdfs -o rr /dev/dsk/c0t4d0 /cdrom
# //cdrom/oracle/product/blah/blah/installer
but remember NOT to cd to the oracle install directory and invoke the ORACLE INSTALLER.
# cd /cdrom/oracle/product/blah/blah
# ./installer
the above command will not let you unmount and change the CD when required.
# mount -F cdfs -o rr /dev/dsk/c0t4d0 /cdrom
# //cdrom/oracle/product/blah/blah/installer
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 07:04 AM
07-07-2004 07:04 AM
Re: mount cdfs....dishing pfsmount! Question...
1) Don't use pfs_mount its outmoded and you already have a better solution in the prior replies.
2) Do not mount the cd from the /cdrom or equivalent directory. That will leave on open process on the folder and it will be impossible to umount.
3) Commonly we mount the cd's properly and copy them to some scratch space and do the install from there. Its usually marginally faster, and if you have the space it uncomplicates the install. No cd switches.
just a few nuggets to chew on.
SEP
2) Do not mount the cd from the /cdrom or equivalent directory. That will leave on open process on the folder and it will be impossible to umount.
3) Commonly we mount the cd's properly and copy them to some scratch space and do the install from there. Its usually marginally faster, and if you have the space it uncomplicates the install. No cd switches.
just a few nuggets to chew on.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP