HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS on a pfs_mount
Operating System - HP-UX
1832275
Members
2112
Online
110041
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-23-2001 08:44 AM
02-23-2001 08:44 AM
NFS on a pfs_mount
Hi
I have nfs mounted the SD_CDROM of a machine onto /CD_ROM of second machine. Then
I pfs_mount ed oracle CD on the first machine .
But when go to /CD_ROM I cannot find the contents on the CD whereas they are visible from first machine.
When I first pfs_mount then try NFS i get the error
Too many levels of remote in path
.
What could be the problem
Thanks in advance
Praveen
I have nfs mounted the SD_CDROM of a machine onto /CD_ROM of second machine. Then
I pfs_mount ed oracle CD on the first machine .
But when go to /CD_ROM I cannot find the contents on the CD whereas they are visible from first machine.
When I first pfs_mount then try NFS i get the error
Too many levels of remote in path
.
What could be the problem
Thanks in advance
Praveen
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 08:49 AM
02-23-2001 08:49 AM
Re: NFS on a pfs_mount
You need to use the pfs_exportfs command on your first machine to make the cd-rom available, then start the pfs services on your second machine. See the pfs_exportfs manpage for more detail.
Remember, wherever you go, there you are...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 09:55 AM
02-23-2001 09:55 AM
Re: NFS on a pfs_mount
There are previous posts concerning pfs mounts both locally and remotely. You do need the pfs_exports file to be present and populated. Do make sure you have the patches related to pfs. Most of the time, it works fine, but if there are problems you may have a difficult time in doing the pfs_umount. The processes will not die and you will have to reboot to clean up.
Here is a couple of previous posts on the issue.
Check out the Technical Knowledge Base
for doc rcfaxpfs001 (Troubleshooting
pfs mount problems)It covers this issue
as well as others.
Use the following steps to mount the remote cdrom
On Server side:
a:create /etc/exports with: /cdrom -ro
b:/usr/sbin/exportfs -av
c:WARNING!! before exportfs you have to pts_umount the cd
and mount it again after the exportfs command
d:nohup /usr/sbin/pfs_mountd &
e:nohup /usr/sbin/pfsd &
f: Note: use (ioscan -funC disk) to find the device name
g:add the filesystem to /etc/pfs_fstab as follows:
/dev/dsk/c0t2d0 /cdrom pfs -iso9660 ro,suid 0 0
h:add the filesystem to /etc/pfs_exports as follows: /cdrom
-ro
i:pfs_exportfs -a
j:pfs_mount /cdrom
On the client side:
a:nohup /usr/sbin/pfs_mountd &
b:nohup /usr/sbin/pfsd &
c:add the filesystem to /etc/pfs_fstab as follows:
:/cdrom /test pfs-nfs ro,hard,fg 0 0
d: pfs_mount -o xlat=unix remotesystemA:/cdrom /test
Here is a couple of previous posts on the issue.
Check out the Technical Knowledge Base
for doc rcfaxpfs001 (Troubleshooting
pfs mount problems)It covers this issue
as well as others.
Use the following steps to mount the remote cdrom
On Server side:
a:create /etc/exports with: /cdrom -ro
b:/usr/sbin/exportfs -av
c:WARNING!! before exportfs you have to pts_umount the cd
and mount it again after the exportfs command
d:nohup /usr/sbin/pfs_mountd &
e:nohup /usr/sbin/pfsd &
f: Note: use (ioscan -funC disk) to find the device name
g:add the filesystem to /etc/pfs_fstab as follows:
/dev/dsk/c0t2d0 /cdrom pfs -iso9660 ro,suid 0 0
h:add the filesystem to /etc/pfs_exports as follows: /cdrom
-ro
i:pfs_exportfs -a
j:pfs_mount /cdrom
On the client side:
a:nohup /usr/sbin/pfs_mountd &
b:nohup /usr/sbin/pfsd &
c:add the filesystem to /etc/pfs_fstab as follows:
d: pfs_mount -o xlat=unix remotesystemA:/cdrom /test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 06:38 PM
02-23-2001 06:38 PM
Re: NFS on a pfs_mount
Simply put: pfs is actually an NFS mount local to the server. Therefore it cannot be exported using NFS (NFS cannot export an NFS import). pfs has the ability to push the local pfs mount to another system running pfs, but not through local NFS.
Bill Hassell, sysadmin
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP