I'm going to move to dedicated server from shared hosting. I setup nameservers on xname.org for my domain, added A record. Now I need to change nameservers to ns0.xname.org., ns1.xname.org. But firstly I would like to check somehow that all will work fine after name servers change. Can I check somewhere that setup of nameservers on xname.org is correct?
Updated according to @Olipro answer
Here is the result of dig
root@lexa-virtual-machine:/var/www# dig @ns1.xname.org uniquemobiles.com.au A
; <<>> DiG 9.7.3 <<>> @ns1.xname.org uniquemobiles.com.au A
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17014
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;uniquemobiles.com.au. IN A
;; ANSWER SECTION:
uniquemobiles.com.au. 86400 IN A 114.112.255.122
;; Query time: 59 msec
;; SERVER: 178.33.255.252#53(178.33.255.252)
;; WHEN: Mon Feb 25 16:35:42 2013
;; MSG SIZE rcvd: 54
As I can see A record is correct and all will work fine?