10.2 Creating NCP Volumes on Linux File Systems

Creating an NCP share on a Linux POSIX file system creates an NCP volume name and associates it to a path for its mount point. You must create one or multiple NCP volumes in order to make Linux POSIX file system files and directories on an OES 2 Linux server accessible to workstations running Novell Client software. Novell clients can then access files and folders on that NCP volume just like they do on NetWare.

IMPORTANT:The procedures in this section apply only to NCP shares on Linux POSIX file systems, not NSS volumes. For information about creating and managing NSS volumes on Linux, see Managing NSS Volumes in the OES 2 SP3: NSS File System Administration Guide for Linux.

10.2.1 Using Novell Remote Manager to Create an NCP Volume on a Linux File System

  1. In Novell Remote Manager, click Manage NCP Services > Manage Shares, then click Create New Share.

  2. In Volume Name, type the name of the NCP volume you want to create, such as VOL1.

    The share name you specify is the volume name NCP clients will see. It is associated to a path on your Linux server. Names can be up to 14 alphanumeric characters. Underscores are allowed.

  3. In Path, specify the path on a Linux POSIX file system (Ext3, XFS, or Reiser) to the NCP share name, then select Create If Not Present check box beneath it if the directory in the path does not already exist.

    For example, type /media/ncpvolumes/VOL1 as the share path.

    IMPORTANT:You should not create an NCP share on NSS file systems. NSS volumes are by default NCP shares.

  4. In Shadow Path, leave the field blank and do not select the Create If Not Present check box beneath it.

    IMPORTANT:In the initial release of Dynamic Storage Technology (DST), the Shadow Path field is a placeholder for a future capability that will allow you to create a DST shadow volume when you create the NCP volume’s share. When this DST capability is supported, the NCP share is the primary storage location, and the shadow path is the secondary storage location that is also a share on Linux file systems. This capability is not supported in the initial release of OES 2 Linux and DST.

  5. (Optional) Enable or disable the Inherit POSIX Permissions option by selecting or deselecting the check box.

    The Inherit POSIX Permissions option is disabled (deselected) by default. This setting applies only for the specified NCP volume on Linux POSIX file systems (that is, for Ext3, XFS, or Reiser file systems, and not for NSS).

    IMPORTANT:We recommend that the Inherit POSIX Permissions option be disabled (deselected). For information about the security implications of enabling this option, see Section 10.8, Configuring Inherit POSIX Permissions for an NCP Volume.

  6. Click OK to confirm the creation of the NCP volume (share).

    This creates a mount point to the volume (share) name you specified, and mounts it to make it accessible to NCP clients.

  7. Verify that the share was created successfully by clicking Manage NCP Services > Manage Shares to see a list of NCP shares.

    The NCP volume should appear in the list, and be mounted. Mounted volumes appear with the name hyperlinked, and an Unmount button next to it.

10.2.2 Creating an NCP Volume with NCPCON

  1. Open a terminal console on the Linux server that you want to manage, then log in as the root user.

  2. Use one of the following methods to create an NCP share on a Linux POSIX volume:

    • At the terminal console prompt, enter ncpcon to open the NCPCON utility, then enter

      create volume ncp_volume_name path
      
    • At the terminal console prompt, enter

      ncpcon create volume ncp_volume_name path
      

      For example, if the volume name is vol1 and the path is /home/novell, enter

      ncpcon create volume vol1 /home/novell
      

    Replace ncp_volume_name with the name you want to assign to the new volume. Volume names are not case sensitive. Replace path with the path to the directory on your Linux server where you want the mount point to be created.