Veritas Access 7.3 Administrator's Guide
- Section I. Introducing Veritas Access
- Section II. Configuring Veritas Access
- Adding users or roles
- Configuring the network
- Configuring authentication services
- Section III. Managing Veritas Access storage
- Configuring storage
- About Flexible Storage Sharing
- Configuring data integrity with I/O fencing
- Configuring ISCSI
- Configuring storage
- Section IV. Managing Veritas Access file access services
- Configuring your NFS server
- Setting up Kerberos authentication for NFS clients
- Using Veritas Access as a CIFS server
- About Active Directory (AD)
- About configuring CIFS for Active Directory (AD) domain mode
- About setting trusted domains
- About managing home directories
- About CIFS clustering modes
- About migrating CIFS shares and home directories
- About managing local users and groups
- Configuring Veritas Access to work with Oracle Direct NFS
- Configuring an FTP server
- Configuring your NFS server
- Section V. Managing the Veritas Access Object Store server
- Section VI. Monitoring and troubleshooting
- Section VII. Provisioning and managing Veritas Access file systems
- Creating and maintaining file systems
- Considerations for creating a file system
- Modifying a file system
- Managing a file system
- Creating and maintaining file systems
- Section VIII. Configuring cloud storage
- Configuring the cloud gateway
- Configuring cloud as a tier
- About policies for scale-out file systems
- Section IX. Provisioning and managing Veritas Access shares
- Creating shares for applications
- Creating and maintaining NFS shares
- Creating and maintaining CIFS shares
- Using Veritas Access with OpenStack
- Section X. Managing Veritas Access storage services
- Deduplicating data
- Compressing files
- About compressing files
- Compression tasks
- Configuring SmartTier
- Configuring SmartIO
- Configuring replication
- Replication job failover and failback
- Using snapshots
- Using instant rollbacks
- Configuring Veritas Access with the NetBackup client
- Section XI. Reference
Configuring the iSCSI devices
The iSCSI initiator contains a list of network devices (network interfaces) from which connections are made to targets.
You can add or delete devices from this list.
When you add a device for use with the iSCSI initiator, iSCSI initiator connections use this device to connect to the target. If there are any existing targets, then the iSCSI initiator initiates a connection to all targets by using the newly set devices.
When you delete a device from the iSCSI configuration, any existing connections by way of the device to targets is terminated. If there are existing targets, you cannot delete the last device in the iSCSI initiator configuration.
To display the list of devices
- To display the list of devices, enter the following:
Storage> iscsi device list
For example:
Storage> iscsi device list Device ------ pubeth0 pubeth1
To add an iSCSI device
- To add an iSCSI device, enter the following:
Storage> iscsi device add device
where device is the device where the operation takes place.
For example:
Storage> iscsi device add pubeth1 Storage> iscsi device list Device ------ pubeth0 pubeth1
To delete an iSCSI device
- To delete an iSCSI device, enter the following:
Storage> iscsi device delete device
where device is the device where the operation takes place.
For example:
Storage> iscsi device delete pubeth1 Storage> iscsi device list Device ------ pubeth0