1823144 Members
3670 Online
109647 Solutions
New Discussion юеВ

pfs_mount

 
Carter Jay
Advisor

pfs_mount

Hello,

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

5 REPLIES 5
Dietmar Konermann
Honored Contributor

Re: pfs_mount

Hi, Jerome!

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
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Ravi_8
Honored Contributor

Re: pfs_mount

Hi Jerome

refer the DocumentId: KBRC00001258
which solves your problem.
never give up
Wodisch
Honored Contributor

Re: pfs_mount

Hi,

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
MANOJ SRIVASTAVA
Honored Contributor

Re: pfs_mount

Hi Jerome


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

Sanjay_6
Honored Contributor

Re: pfs_mount

Hi Carter,

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