Go to main content
Oracle® Developer Studio 12.5: Installation Guide

Exit Print View

Updated: July 2016
 
 

Installing to an NFS-Mounted File System

To install the Oracle Developer Studio software on an NFS-mounted filesystem, you must run the installer on a system that meets the Oracle Developer Studio system requirements regardless of where the NFS partition is mounted. See System Requirements in Oracle Developer Studio 12.5: Release Notes.


Note -  The best way to share the product image as an NFS-mounted filesystem is to export it from a server that meets the Oracle Developer Studio system requirements. Run the installer on the server and share the directory in which the software is installed. Use the following NFS install procedure only if your NFS server is not a supported platform for the product.

In the following procedure, the server is the machine with the physical disk on which the installed software will reside, and the client is the machine on which you run the installer and which NFS-mounts the shared filesystem from the server.

How to Prepare for Installing the Oracle Developer Studio Software on an NFS-mounted Filesystem

This procedure describes how to share a file system to a client machine where you will run the installer.

  1. On the file server, share the filesystem with options to enable root on the client machine to have full access to the shared filesystem:
    share -F nfs -o root=client-machine,rw filesystem
  2. On the client machine mount the shared filesystem with read/write access:
    mount server-machine:filesystem installation-directory