JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun QFS and Sun Storage Archive Manager 5.3 Installation Guide     Sun QFS and Sun Storage Archive Manager 5.3 Information Library
search filter icon
search icon

Document Information

Preface

1.  About Sun QFS and Sun Storage Archive Manager

2.  Planning Your Environment

3.  Preparing for Installation

4.  Release Package Contents, Directories, and Files

5.  Installing Sun QFS and SAM-QFS

6.  Installing and Configuring SAM-QFS Manager

7.  Configuring the File System Environment

8.  Setting Up Mount Parameters and Initializing the File System Environment

9.  Backing Up SAM-QFS Data and Files

10.  Upgrading Sun QFS and SAM-QFS

11.  Uninstalling the SAM-QFS Manager Software

12.  Installing Sun QFS and Sun Storage Archive Manager -- Quick Start

Before You Begin

Installing Packages

How to Install Packages

Enabling SAM-QFS Logging

How to Enable SAM-QFS Logging

Enabling SAM-QFS Daemon Tracing

How to Enable SAM-QFS Daemon Tracing

Setting Up the Root Path Variable

Setting Up a Stand-Alone QFS

How to Set Up Stand-Alone QFS

Setting Up a Shared QFS

How to Set Up Shared QFS

Enabling the Network Time Protocol Daemon (Shared QFS)

How to Enable the Network Time Protocol Daemon (Shared QFS)

Setting Up the Network File System

How to Set Up the Network File System

Installing the SAM-QFS Manager

How to Install the SAM-QFS Manager

Commands to Monitor a Shared File System

Setting Up a Stand-Alone QFS

This section describes how to set up stand-alone QFS.

How to Set Up Stand-Alone QFS

To set up a stand-alone QFS, do the following:

  1. Create the mcf file.
    1. Copy an example mcf file.
      # cd /etc/opt/SUNWsamfs
      # cp -i /opt/SUNWsamfs/examples/mcf  
    2. Edit the mcf file. The file contents should to be similar to the following example, which uses qfs1 as the file system name:
      #
      # Equipment       Equip.  Equip.  Family  Device  Addit.
      # Identifier      Number  Type    Set     State   Params.
      # --------------- -----  ------  ------- -------  -------
      qfs1              10     msqfs1-
      /dev/dsk/c5t16d0s011mdqfs1-
      /dev/dsk/c5t17d0s012mdqfs1-
      /dev/dsk/c5t18d0s013mdqfs1-
      /dev/dsk/c5t19d0s014mdqfs1-
      /dev/dsk/c5t20d0s015mdqfs1-
      /dev/dsk/c5t21d0s016mdqfs1-
  2. Create the /etc/vfstab file.

    For example, for a file system named qfs1:

    # DEVICE    DEVICE   MOUNT   FS    FSCK  MOUNT    MOUNT
    #TO MOUNT  TO FSCK  POINT   TYPE  PASS  AT BOOT  PARAMETERS
    #
    qfs1       -        /qfs1   samfs  -    yes
  3. Create the mount point and mount the file system. The following series of commands uses qfs1 as the file system names:
    # mkdir /qfs1
    # chmod 755 /qfs1
    # samd config
    # sammkfs qfs1
    # mount qfs1
    # chmod 777 /qfs1