Skip to main content

How to Display Isilon Privileges from Isilon CLI

How to Display Isilon Privileges from Isilon CLI

Updated over a week ago

Overview

This document will instruct users on how to check required Isilon Privileges from the Isilon command line. The privileges are required for Druva backups to work properly with Isilon NAS backups.

Steps to display Isilon Privileges from Isilon CLI

1. Instruct customer to connect to Isilon via Putty or SSH tool

2. Please have customer to run the following “isi” command

Command Syntax Format:

isi auth roles view "roles name" --zone "zone"

3. The command and output should look as follows:

Note: in the following command “nas-phoenix” is roles name and “System” is zone.

isi auth roles view nas-phoenix --zone System

Name: nas-phoenix

Description: -

Members: admin

Privileges

ID: ISI_PRIV_LOGIN_PAPI

Read Only: True

ID: ISI_PRIV_ROLE

Read Only: False

ID: ISI_PRIV_JOB_ENGINE

Read Only: False

ID: ISI_PRIV_NFS

Read Only: False

ID: ISI_PRIV_SMB

Read Only: False

ID. : ISI_PRIV_SNAPSHOT

Read Only: False

ID: ISI_PRIV_NS_TRAVERSE

Read Only: True

ID: ISI_PRIV_NS_IFS_ACCESS

Read Only: True

The above listed Privileges are required for Successful Backup and to use API

During NAS Device Validation should be displayed if not, please verify Privileges using the above command.

Did this answer your question?