- 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-17-2000 02:34 PM
03-17-2000 02:34 PM
pfs_mount
We have HP9000 system V-class HP-UX 11.x hosting oracle application. When i
mount na oracle cd using pfs_mount to install new data base it give a message
that NFS server SERVER_NAME not responding still trying and we cant use the
system and we re-boot it.
Did any one face this problem.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2000 10:05 AM
03-18-2000 10:05 AM
Re: pfs_mount
page have detail instruction for how to configure the PFS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2000 04:28 PM
03-18-2000 04:28 PM
Re: pfs_mount
error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2000 09:11 AM
03-19-2000 09:11 AM
Re: pfs_mount
Have started pfsmoutd ?
pfsd
pfsmountd
nfsd
should be running .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2000 01:56 PM
03-19-2000 01:56 PM
Re: pfs_mount
Start the NFS server/client i.e edit /etc/rc.config.d/nfsconf and set both to
on and then do a start
i.e
NFS_SERVER=1
NFS_CLIENT=1
START_MOUNTD=1
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
Now follow the exact commands and order of them in the racle installation guide
(dont forget the nohup in it)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 06:21 AM
08-01-2000 06:21 AM
Re: pfs_mount
Funnily enough, on 10.20 I didn't have so much of a problem.
I have PHCO_14112 and _16438 installed.
Somebody on the forum mentioned the timeo option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 07:04 AM
08-01-2000 07:04 AM
Re: pfs_mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 01:13 PM
09-11-2000 01:13 PM
Re: pfs_mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2000 01:01 PM
09-12-2000 01:01 PM
Re: pfs_mount
NFS_CLIENT=1
START_MOUNTD=1
then run
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
also check for following entry
PCNFS_SERVER=1
in /etc/rc.config.d/nfsconf file.
P V Patel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2000 09:02 AM
09-13-2000 09:02 AM
Re: pfs_mount
for doc rcfaxpfs001 (Troubleshooting
pfs mount problems)It covers this issue
as well as others.
S.