- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_mount
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
03-07-2001 08:40 AM
03-07-2001 08:40 AM
pfs_mount
have the oracle cd pfs_mounted on the host box and need to know what command(s) are necessary to share the drive and install from it. Thanks in advance for any help posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 08:48 AM
03-07-2001 08:48 AM
Re: pfs_mount
Take a look at:
# KBAN00000252 (PFS to mount Oracle, Rockridge and most PC formatted CD-ROM 11.x)
or:
# KBAN00000197 (PFS to mount Oracle, Rockridge and most PC formatted CD-ROM 10.x)
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 08:56 AM
03-07-2001 08:56 AM
Re: pfs_mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 09:29 AM
03-07-2001 09:29 AM
Re: pfs_mount
fine. Any risks in this approach or suggestions for a better one ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 01:45 PM
03-07-2001 01:45 PM
Re: pfs_mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2001 09:20 AM
03-08-2001 09:20 AM
Re: pfs_mount
Anyway, this attachment is some boot scripts I wrote to enable the pfs daemons at boot time. They extract to ./etc/rc.config.d/pfs ./sbin/init.d/pfs and ./sbin/rc3.d/something i forgot now anyway, but the rc3.d is just a link to the script in init.d. If you trust me, just
cd /
tar xvf pfs_startup.tar
The biggest problem most people have with pfs is starting and stopping the daemons in the correct order.
Anyway, if anyone needs them, email me.
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2001 01:10 PM
03-08-2001 01:10 PM
Re: pfs_mount
One minor addendum to Shannon's attachment: You may also want to put a kill link in /sbin/rc1.d so that the pfs service gets shutoff when transitioning to run level 1.
ln -s /sbin/init.d/pfs /sbin/rc1.d/K099.pfs
--Bruce