|
||||||||||||||||||||||||||||
Part I Network Services Topics Part II Accessing Network File Systems Topics 4. Managing Network File Systems (Overview) 5. Network File System Administration (Tasks) How to Set Up Automatic File-System Sharing How to Enable NFS Server Logging How to Mount a File System at Boot Time How to Mount a File System From the Command Line How to Disable Large Files on an NFS Server How to Use Client-Side Failover How to Disable Mount Access for One Client How to Mount an NFS File System Through a Firewall How to Mount an NFS File System Using an NFS URL How to Select Different Versions of NFS on a Server How to Select Different Versions of NFS on a Client by Modifying the /etc/default/nfs File How to Use the Command Line to Select Different Versions of NFS on a Client Administering the Secure NFS System How to Set Up a Secure NFS Environment With DH Authentication Task Overview for Autofs Administration How to Use the /etc/default/autofs File How to Access CD-ROM Applications With Autofs How to Access PC-DOS Data Diskettes With Autofs How to Access NFS File Systems by Using CacheFS How to Set Up /home With Multiple Home Directory File Systems How to Consolidate Project-Related Files Under /ws How to Set Up Different Architectures to Access a Shared Namespace How to Support Incompatible Client Operating System Versions How to Replicate Shared Files Across Several Servers How to Apply Autofs Security Restrictions How to Use a Public File Handle With Autofs How to Use NFS URLs With Autofs How to Completely Disable Autofs Browsability on a Single NFS Client How to Disable Autofs Browsability for All Clients How to Disable Autofs Browsability on a Selected File System Strategies for NFS Troubleshooting NFS Troubleshooting Procedures How to Check Connectivity on an NFS Client How to Check the NFS Server Remotely How to Verify the NFS Service on the Server How to Verify Options Used With the mount Command 6. Accessing Network File Systems (Reference) 8. Planning and Enabling SLP (Tasks) 10. Incorporating Legacy Services Part V Serial Networking Topics 15. Solaris PPP 4.0 (Overview) 16. Planning for the PPP Link (Tasks) 17. Setting Up a Dial-up PPP Link (Tasks) 18. Setting Up a Leased-Line PPP Link (Tasks) 19. Setting Up PPP Authentication (Tasks) 20. Setting Up a PPPoE Tunnel (Tasks) 21. Fixing Common PPP Problems (Tasks) 22. Solaris PPP 4.0 (Reference) 23. Migrating From Asynchronous Solaris PPP to Solaris PPP 4.0 (Tasks) 25. Administering UUCP (Tasks) Part VI Working With Remote Systems Topics 27. Working With Remote Systems (Overview) 28. Administering the FTP Server (Tasks) 29. Accessing Remote Systems (Tasks) Part VII Monitoring Network Services Topics |
WebNFS Administration TasksThis section provides instructions for administering the WebNFS system. Related tasks follow. Table 5-4 Task Map for WebNFS Administration
Planning for WebNFS AccessTo use WebNFS, you first need an application that is capable of running and loading an NFS URL (for example, nfs://server/path). The next step is to choose the file system that can be exported for WebNFS access. If the application is web browsing, often the document root for the web server is used. You need to consider several factors when choosing a file system to export for WebNFS access.
How to Browse Using an NFS URLBrowsers that are capable of supporting the WebNFS service should provide access to an NFS URL that resembles the following: nfs://server<:port>/path
Note - In most browsers, the URL service type (for example, nfs or http) is remembered from one transaction to the next. The exception occurs when a URL that includes a different service type is loaded. After you use an NFS URL, a reference to an HTTP URL might be loaded. If such a reference is loaded, subsequent pages are loaded by using the HTTP protocol instead of the NFS protocol. How to Enable WebNFS Access Through a FirewallYou can enable WebNFS access for clients that are not part of the local subnet by configuring the firewall to allow a TCP connection on port 2049. Just allowing access for httpd does not allow NFS URLs to be used. |
|||||||||||||||||||||||||||
|