Veritas Access 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
- Configuring data integrity with I/O fencing
- Configuring ISCSI
- Veritas Access as an iSCSI target
- Configuring storage
- Section IV. Managing Veritas Access file access services
- Configuring the 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 an FTP server
- Using Veritas Access as an Object Store server
- Configuring the NFS server
- Section V. Monitoring and troubleshooting
- Section VI. 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 VII. Configuring cloud storage
- Section VIII. 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
- Integrating Veritas Access with Data Insight
- Section IX. Managing Veritas Access storage services
- Compressing files
- About compressing files
- Compression tasks
- Configuring SmartTier
- Configuring SmartIO
- Configuring episodic replication
- Episodic replication job failover and failback
- Configuring continuous replication
- How Veritas Access continuous replication works
- Continuous replication failover and failback
- Using snapshots
- Using instant rollbacks
- Compressing files
- Section X. Reference
Configuring IP addresses
During installation, you specified a range of public IP addresses to be used for physical interfaces. You also specified a range for virtual interfaces. You can see which of these addresses are assigned to each node. You can use this procedure to verify the IP addresses in your configuration. You can add additional IP addresses if you want to add additional nodes and no other IP addresses are available.
To display all the IP addresses for the cluster
- To display all of a cluster's IP addresses, enter the following:
Network> ip addr show
The output headings are:
IP
Displays the IP addresses for the cluster.
Netmask
Displays the netmask for the IP address. Netmask is used for IPv4 addresses.
Specify an IPv4 address in the format AAA.BBB.CCC.DDD, where each number ranges from 0 to 255.
Prefix
Displays the prefix used for IPv6 addresses. The value is an integer in the range 0-128.
Device
Displays the name of the Ethernet interface for the IP address.
Node
Displays the node name associated with the interface.
Type
Displays the type of the IP address: physical or virtual.
Status
Displays the status of the IP addresses:
ONLINE
ONLINE (console IP)
OFFLINE
FAULTED
A virtual IP can be in the FAULTED state if it is already being used. It can also be in the FAULTED state if the corresponding device is not working on all nodes in the cluster (for example, a disconnected cable).
To add an IP address to a cluster
- To add an IP address to a cluster, enter the following:
Network> ip addr add ipaddr netmask | prefix type [device] [nodename]
ipaddr | Specifies the IP address to add to the cluster. Do not use physical IP addresses to access the Veritas Access cluster. In case of failure, the IP addresses cannot move between nodes. A failure could be either a node failure, an Ethernet interface failure, or a storage failure. You can specify either an IPv4 address or an IPv6 address. |
netmask | Specifies the netmask for the IP address. Netmask is used for IPv4 addresses. |
prefix | Specifies the prefix for the IPv6 address. The accepted range is 0-128 integers. |
type | Specifies the IP address type, either virtual or physical. If type is virtual, the device is used to add new IP address on that device. If type is physical, the IP address gets assigned to given node on given device. In this case, you have to specify the nodename. |
device | Only use this option if you entered virtual for the type. |
nodename | Any node of the cluster |
To change an IP address to online on a specified node
- To change an IP address to online on a specified node, enter the following:
Network> ip addr online ipaddr nodename
ipaddr
Specifies the IP address that needs to be brought online. You can specify either an IPv4 address or an IPv6 address.
nodename
Specifies the nodename on which the IP address needs to be brought online. If you do not want to enter a specific nodename, enter any with the IP address.
To modify an IP address
- To modify an IP address, enter the following:
Network> ip addr modify oldipaddr newipaddr netmask | prefix
oldipaddr
Specifies the old IP address to be modified, as either an IPv4 address or an IPv6 address. The specified oldipaddr must be assigned to the cluster.
newipaddr
Specifies the new IP address, as either an IPv4 address or an IPv6 address. The new IP address must be available.
netmask
Specifies the netmask for the new IP address. Netmask is used for IPv4 addresses.
prefix
Specifies the prefix for the IPv6 address. The value is an integer in the range 0-128.
To remove an IP address from the cluster
- To remove an IP address from the cluster, enter the following:
Network> ip addr del ipaddr
where ipaddr is either an IPv4 address or an IPv6 address.