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 discovery on iSCSI
The iSCSI initiator contains a list of iSCSI target discovery addresses.
To display the iSCSI discovery addresses
- To display the iSCSI discovery addresses, enter the following:
Storage> iscsi discovery list
For example:
Storage> iscsi discovery list Discovery Address ----------------- 192.168.2.14:3260 192.168.2.15:3260
To add a discovery address to the iSCSI initiator
- To add a discovery address to the iSCSI initiator, enter the following:
Storage> iscsi discovery add discovery-address
where:
discovery-address
The target address at which an initiator can request a list of targets using a SendTargets text request as specified in iSCSI protocol of RFC3720.
You can specify either an IPv4 address or an IPv6 address. Optionally, you can specify a port with the IP address. For example:
192.168.0.4 192.168.0.4:3260 2001:c90::211:9ff:feb8:a9e9 [2001:c90::211:9ff:feb8:a9e9]:3260
If no port is specified, the default port 3260 is used. Verify that your firewall allows you to access the target location through the port. For example:
# telnet discovery-address 3260
For example:
Storage> iscsi discovery add 192.168.2.15:3260 Discovery CHAP credentials for ACCESS_1: Outgoing CHAP Username : root Outgoing CHAP Password : ******** Incoming CHAP Username : Authentication succeeded. Discovered Targets ------------------ iqn.2001-04.com.example:storage.disk2.sys3.xyz iqn.2001-04.com.example:storage.disk3.sys3.xyz iqn.2001-04.com.example:storage.disk4.sys3.xyz iqn.2001-04.com.example:storage.disk5.sys3.xyz Logging into target iqn.2001-04.com.example:storage.disk2.sys3.xyz Logging into target iqn.2001-04.com.example:storage.disk3.sys3.xyz Logging into target iqn.2001-04.com.example:storage.disk4.sys3.xyz Logging into target iqn.2001-04.com.example:storage.disk5.sys3.xyz
- To verify the addition of the discovery address, display the discovery addresses.
Storage> iscsi discovery list
For example:
Storage> iscsi discovery list Discovery Address ----------------- 192.168.2.14:3260 192.168.2.15:3260
To delete an iSCSI discovery address
- To delete the targets discovered using this discovery address, enter the following:
Storage> iscsi discovery del discovery-address
where:
discovery-address
The target address at which an initiator can request a list of targets using a SendTargets text request as specified in iSCSI protocol of RFC3720.
You can specify either an IPv4 address or an IPv6 address. Optionally, you can specify a port with the IP address. For example:
192.168.0.4 192.168.0.4:3260 2001:c90::211:9ff:feb8:a9e9 [2001:c90::211:9ff:feb8:a9e9]:3260
If no port is specified, the default port 3260 is used. Verify that your firewall allows you to access the target location through the port. For example:
# telnet discovery-address 3260
For example:
Storage> iscsi discovery del 192.168.2.15:3260
- To verify the deletion of the discovery address, display the discovery addresses.
Storage> iscsi discovery list Discovery Address ----------------- 192.168.2.14:3260
To rediscover an iSCSI discovery address
- To rediscover an iSCSI discovery address, enter the following:
Storage> iscsi discovery rediscover discovery-address
where:
discovery-address
The target address at which an initiator can request a list of targets using a SendTargets text request as specified in iSCSI protocol of RFC3720.
You can specify either an IPv4 address or an IPv6 address. Optionally, you can specify a port with the IP address. For example:
192.168.0.4 192.168.0.4:3260 2001:c90::211:9ff:feb8:a9e9 [2001:c90::211:9ff:feb8:a9e9]:3260
If no port is specified, the default port 3260 is used. Verify that your firewall allows you to access the target location through the port. For example:
# telnet discovery-address 3260
For example:
Storage> iscsi discovery rediscover 192.168.2.15:3260 Deleted targets ----------------- iqn.2001-04.com.example:storage.disk5.sys3.xyz New targets ----------------- iqn.2001-04.com.example:storage.disk6.sys3.new.xyz Logging into target iqn.2001-04.com.example:storage.disk6.sys3.new.xyz
To rediscover changes in targets or LUNs at a discovery address
- To rediscover changes in targets or LUNs at a discovery address, enter the following:
Storage> iscsi discovery rediscover_new discovery-address
where:
discovery-address
The target address at which an initiator can request a list of targets using a SendTargets text request as specified in iSCSI protocol of RFC3720.
You can specify either an IPv4 address or an IPv6 address. Optionally, you can specify a port with the IP address. For example:
192.168.0.4 192.168.0.4:3260 2001:c90::211:9ff:feb8:a9e9 [2001:c90::211:9ff:feb8:a9e9]:3260
If no port is specified, the default port 3260 is used. Verify that your firewall allows you to access the target location through the port. For example:
# telnet discovery-address 3260
New LUNs or targets discovered at discovery-address will be automatically added and logged into. This command does not discover any targets that have been deleted at discovery-address.
For example:
Storage> iscsi discovery rediscover_new 192.168.2.15:3260 14% [|] Checking for new targets New targets ----------------- iqn.2001-04.com.example:storage.disk7.sys3.new.xyz 100% [#] Updating disk list