نحوه کانفیگ کردن DNS برای دستگاه EMC Data Mover
Product:
VNX
Description:
How to configure DNS for a VNX Data Mover?
Fix
DNS can be configured for VNX Data Movers in two ways.
Option1 : Unisphere
- Login to Unisphere as sysadmin (Administrator).
- Select the Desired Array from Unisphere Dashboard.
- Go to Setting > Network > Settings for File > DNS.
- Click Create.
- Select the required Data Mover.
- In DNS Domain, type Domain Name of the DNS Server (ex. emc.com).
- In DNS Servers, type the DNS Servers IP Address.
- Select the required Protocol, UDP / TCP.
- Click OK.
To verify, if the Data Mover IP is able to communicate with the DNS Server.
- Go to Setting > Network > Settings for File > Routes.
- From Network Settings > Click Ping – Data Mover.
- Select the required Data Mover.
- Select a Interface of the Data Mover.
- Type the DNS Servers IP Address.
- Click OK.
If it is reachable, you can see a similar message as below:
“Ping from Server_2. Data Mover Server_2: Response from host: 10.10.10.10 is alive, time=3 ms”
Option2 : Control Station CLI
Login to Control station as nasadmin using putty (ssh)
Below are the syntax for Listing, Adding, Deleting, Start and Stop DNS on Data Mover.
List DNS Information and DNS Service Status.
server_dns <data mover>
Add DNS
server_dns <data mover> -protocol <tcp | udp> <domainname> <ip_addr, … >
Delete DNS
server_dns <data mover> -delete <domainname>
Start DNS Service on Data Mover
server_dns <data mover> -option start
Stop DNS Service on Data Mover
server_dns <data mover> -option stop
For more information, Refer EMC Knowledgebase article emc323271