Managing Devices in Oracle® Solaris 11.2

Exit Print View

Updated: July 2014
 
 

How to Make Local Media Available to Other Systems

You can configure your system to share its media drives to make any media in those drives available to other systems. One exception is musical CDs. Once your media drives are shared, other systems can access the media they contain simply by mounting them. For instructions, see How to Access Removable Media on Remote Systems.

  1. Confirm that the media is loaded.
  2. Add the following entry to the /etc/dfs/dfstab file.

    For example:

    share -F nfs -o ro /media/sol_10_811_sparc
  3. Determine whether the NFS server service is running.
    # svcs *nfs*

    The following output is returned from the svcs command if NFS server service is running:

    online         14:28:43 svc:/network/nfs/server:default
  4. Identify the NFS server status, and select one of the following:
    • If the NFS server service is running, go to Step 9.
    • If the NFS server service is not running, go to the next step.
  5. Start the NFS server service.
    # svcadm enable network/nfs/server
  6. Verify that the NFS daemons are running.

    For example:

    # svcs -p svc:/network/nfs/server:default
    STATE          STIME    FMRI
    online         Aug_30   svc:/network/nfs/server:default
    Aug_30        319 mountd
    Aug_30        323 nfsd
  7. Verify that the media is available to other systems.

    If the media is available, its share configuration is displayed.

    # share
    -               /media/Oracle_Solaris-11_1-AI-SPARC   sec=sys,ro   ""  
Example 14-3  Making Local DVDs Available to Other Systems

The following example shows how to make any local DVD available to other systems on the network.

# share -F nfs -o ro /media
# svcs *nfs*
# svcadm enable network/nfs/server
# svcs -p svc:/network/nfs/server:default
# share
-               /media/Oracle_Solaris-11_1-AI-SPARC   ro   ""