Skip to main content

How can we help you?

Druva Documentation

Create a NAS role and user on Isilon with required permissions using CLI

 

Overview

The objective is to create NAS role and user with required permissions using CLI

Procedure title

Below are the steps to create a new role and user for NAS backups with Phoenix:

  1. Establish an SSH connection to any node in the Isilon cluster.
    (NOTE: User name and role name is user-defined and can be set as needed.)
  2. Create and enable the ' nas-phoenix ' user account by typing:
    isi auth users create nas-phoenix --password ACTUALPASSWORD
  3. Create the “namespace” role, and assign the “nas-phoenix” user and required privileges to the new role by typing:
    isi auth roles create namespace
    isi auth roles modify namespace --add-user nas-phoenix
    isi auth roles modify namespace --add-priv ISI_PRIV_LOGIN_PAPI
    isi auth roles modify namespace --add-priv ISI_PRIV_ROLE
    isi auth roles modify namespace --add-priv ISI_PRIV_NS_TRAVERSE
    isi auth roles modify namespace --add-priv ISI_PRIV_NS_IFS_ACCESS
    isi auth roles modify namespace --add-priv ISI_PRIV_NFS
    isi auth roles modify namespace --add-priv ISI_PRIV_SMB
    isi auth roles modify namespace --add-priv ISI_PRIV_SNAPSHOT
    isi auth roles modify namespace --add-priv ISI_PRIV_JOB_ENGINE
  • Was this article helpful?