1836593 Members
1437 Online
110102 Solutions
New Discussion

No PFSD's available

 
Leandro Barbosa
New Member

No PFSD's available

While using 'pfs_mount /SD_CDROM', the system says
"No PFSD's available". Any ideas.?

Before executing this, I did the following,

1.Edited /etc/pfs_fstab and added "/dev/dsk/c1t2d0 /SD_CDROM pfs-rrip
xlat=unix 0 0"

2.Applied the patch PHCO_15453

3.started nohup /usr/sbin/pfs_mountd & nohup pfsd 4&

Thanks, Leandro Barbosa.
2 REPLIES 2
Alan Riggs_1
Regular Advisor

Re: No PFSD's available

Are you receiving an error when you execute
nohup /usr/sbin/pfsd & ?
If not, does a ps listing show the demons active? I have sometimes found it
necessary to wait a few seconds between firing off the pfs_mountd and the pfsd.

Re: No PFSD's available

It seems you have an error in step 3:

You ned a ; between your commands, they should look like this:

nohup /usr/sbin/pfs_mountd &; nohup pfsd 4&

This is why you dont get pfsd started.

Best regards
Jesper Sivertsen