VAS is a QUEST (formerly DELL) software that allows validating GAD account in Unix environments.
If running vastool status you receive an error of no srvinfo, then first check DNS entries in resolv.conf to assure the servers are correct and that also resolve hosts
root@server1:/root# /opt/quest/bin/vastool status Host: <server1, SunOS 5.10 sparc> Date: <Tuesday, 22 November 2016 15:58:18 CET> QAS: <4.x.x.x> Domain: <your.domain.com> INFO: 232 No srvinfo entry for joined domain Result: <No tests failed> (13 seconds)(v0.6.8)
Run the following commonad to flush the caching Server information.
root@server1:/root# /opt/quest/bin/vastool flush srvinfo Caching Srvinfo... OK root@server1:/root# /opt/quest/bin/vastool status Host: <server1, SunOS 5.10 sparc> Date: <Tuesday, 22 November 2016 16:00:55 CET> QAS: <4.x.x.x> Domain: <your.domain.com> Result: <No tests failed> (7 seconds)(v0.6.8)