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 targets
To display the iSCSI targets
- To display the iSCSI targets, enter the following:
Storage> iscsi target list
For example:
Storage> iscsi target list Target ------ iqn.2001-04.com.example:storage.disk2.sys3.xyz iqn.2001-04.com.example:storage.disk4.sys3.xyz iqn.2001-04.com.example:storage.disk5.sys3.xyz iqn.2001-04.com.example:storage.disk3.sys3.xyz iqn.2001-04.com.example2:storage.disk2.sys3.xyz iqn.2001-04.com.example2:storage.disk3.sys3.xyz iqn.2001-04.com.example2:storage.disk4.sys3.xyz iqn.2001-04.com.example2:storage.disk5.sys3.xyz Discovery Address State Disk ------------------ ----- ----- 192.168.2.14:3260 ONLINE disk_0 192.168.2.14:3260 ONLINE disk_2 192.168.2.14:3260 ONLINE disk_3 192.168.2.14:3260 ONLINE disk_1 192.168.2.15:3260 ONLINE disk_4 192.168.2.15:3260 ONLINE disk_5 192.168.2.15:3260 ONLINE disk_6 192.168.2.15:3260 ONLINE disk_7
To display the iSCSI target details
- To display the iSCSI target details, enter the following:
Storage> iscsi target listdetail target
where target is the name of the node you want to display the details for.
This list also shows targets discovered at discovery-address, not only manually added targets.
For example:
Storage> iscsi target listdetail iqn.2001-04.com.example: storage.disk2.sys3.xyz Discovery Address : 192.168.2.14:3260 Connections =========== Portal Address ACCESS_01 ACCESS_02 -------------- --------- --------- 192.168.2.14:3260,1 2 2
To add an iSCSI target
- To add an iSCSI target, enter the following:
Storage> iscsi target add target-name portal-address
target-name
Name of the iSCSI target at which SCSI LUNs are available. target-name should conform to the naming rules defined in RFC3721.
portal-address
The location where the target is accessible.
You can specify either an IPv4 address or an IPv6 address.
For example:
192.168.0.4 192.168.0.4,1 192.168.0.4:3260 192.168.0.4:3260,1 2001:c90::211:9ff:feb8:a9e9 2001:c90::211:9ff:feb8:a9e9,1 [2001:c90::211:9ff:feb8:a9e9]:3260 [2001:c90::211:9ff:feb8:a9e9]:3260,10
For example:
Storage> iscsi target add iqn.2001-04.com.example: storage.disk2.sys1.xyz 192.168.2.14:3260 Logging into target iqn.2001-04.com.example: storage.disk2.sys1.xyz Storage> iscsi target listdetail iqn.2001-04.com.example: storage.disk2.sys1.xyz Connections =========== Portal Address ACCESS55_01 ACCESS55_02 -------------- ----------- ------------ 192.168.2.14:3260,1 1 1
To delete an iSCSI target
- To delete an iSCSI target, enter the following:
Storage> iscsi target del target-name {discovery-address|portal-address}
target-name
Name of the iSCSI target at which SCSI LUNs are available. target-name should conform to the naming rules defined in RFC3721.
discovery-address
Target address at which an initiator can request a list of targets using a SendTargets text request as specified in iSCSI protocol of RFC3720. If no port is specified with the discovery address, default port 3260 is used.
portal-address
The location where the target is accessible.
For example:
Storage> iscsi target del iqn.2001-04.com.example: storage.disk2.sys3.xyz
To login to an iSCSI target
- To log in to an iSCSI target, enter the following:
Storage> iscsi target login target-name {discovery-address | portal-address}
target-name
Name of the iSCSI target at which SCSI LUNs are available. target-name should conform to the naming rules defined in RFC3721.
discovery-address
Target address at which an initiator can request a list of targets using a SendTargets text request as specified in iSCSI protocol of RFC3720. If no port is specified with the discovery address, default port 3260 is used.
portal-address
The location where the target is accessible.
For example:
Storage> iscsi target login iqn.2001-04.com.example: storage.disk2.sys3.xyz
To logout from an iSCSI target
- To logout from an iSCSI target, enter the following:
Storage> iscsi target logout target-name {discovery-address | portal-address}
target-name
Name of the iSCSI target at which SCSI LUNs are available. target-name should conform to the naming rules defined in RFC3721.
discovery-address
Target address at which an initiator can request a list of targets using a SendTargets text request as specified in iSCSI protocol of RFC3720. If no port is specified with the discovery address, default port 3260 is used.
portal-address
The location where the target is accessible.
For example:
Storage> iscsi target logout iqn.2001-04.com.example: storage.disk2.sys3.xyz
To rescan targets for new LUNs
- To rescan a target for a new LUN, enter the following:
Storage> iscsi target rescan target-name
where target-name is the name of the iSCSI target that you want to rescan.
You can use the Storage> iscsi target rescan command for both static targets and discovered targets.
For example:
Storage> iscsi target rescan iqn.2001-04.com.example:storage.disk2 .sys3.xyz 100% [#] Updating disk list Storage> iscsi target list Target ------ iqn.2001-04.com.example:storage.disk2.sys3.xyz iqn.2001-04.com.example:storage.disk4.sys3.xyz iqn.2001-04.com.example:storage.disk5.sys3.xyz iqn.2001-04.com.example:storage.disk3.sys3.xyz iqn.2001-04.com.example2:storage.disk2.sys3.xyz iqn.2001-04.com.example2:storage.disk3.sys3.xyz iqn.2001-04.com.example2:storage.disk4.sys3.xyz iqn.2001-04.com.example2:storage.disk5.sys3.xyz Discovery Address State Disk ----------------- ----- ---- 192.168.2.14:3260 ONLINE disk_0 disk_8 disk_9 192.168.2.14:3260 ONLINE disk_2 192.168.2.14:3260 ONLINE disk_3 192.168.2.14:3260 ONLINE disk_1 192.168.2.15:3260 ONLINE disk_4 192.168.2.15:3260 ONLINE disk_5 192.168.2.15:3260 ONLINE disk_6 192.168.2.15:3260 ONLINE disk_7