- 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
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
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
тАО09-04-2002 11:39 PM
тАО09-04-2002 11:39 PM
pfs_mount
How can I share a DVD Drive on a Hp box included in a NIS Domain, and access it from an "outNIS" server?
I've already mounted the DVD on the NIS server with:
#nohup /usr/sbin/pfs_mountd &
#nohup /usr/sbin/pfsd &
#pfs_mount /cdrom
The /etc/pfs_fstab on the sharing server is:
/dev/dsk/c0t1d0 /cdrom pfs-rrip xlat=unix 0 0
Should i have the same /etc/pfs_fstab on my standalone server?
Must I :
Share -F [pfs,nfs] -o -[r]=(client) /cdrom
On the sharing server?
Thanks for your help
Regards
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 01:19 AM
тАО09-05-2002 01:19 AM
Re: pfs_mount
I would strongly recommend to forget all about that pfs mount stuff.
Instead, one may install the patches for the new CDFS supporting Rockridge Extensions. Then a normal export via NFS should be easy.
Regards...
Dietmar.
---
11.00
PHCO_26449, PHKL_26450 and PHKL_26448
11.11
PHCO_25841, PHKL_25760 and PHKL_26269
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 02:44 AM
тАО09-05-2002 02:44 AM
Re: pfs_mount
refer the DocumentId: KBRC00001258
which solves your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 07:14 AM
тАО09-05-2002 07:14 AM
Re: pfs_mount
like we all do for one or two months now: use the HP-UX "mount(1M)" with the option "-o rr" (RockRidge) after installing these three patches (PHKL_26448/PHCO_26249/PHKL_26250) and forget PFS!
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 07:21 AM
тАО09-05-2002 07:21 AM
Re: pfs_mount
You may like to try this
A. Perform these steps on the local system:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. Add the filesystem to /etc/pfs_fstab
4. Add the filesystem to /etc/pfs_exports
5. pfs_exportfs -a
6. pfs_mount /cdrom
B. Perform these steps on the remote system:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. pfs_mount -o xlat=unix remotesystemA:/cdrom /localmnt_pnt
you can look at this document
http://support1.itrc.hp.com/service/cki/docDisplay.do?docId=200000032087697
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2002 07:28 AM
тАО09-05-2002 07:28 AM
Re: pfs_mount
Try this link from itrc. Do a pfs export.
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063216017
Hope this helps.
Regds