To check current DNS config, run
root@solaris1 :/root # svccfg -s svc:/network/dns/client setprop config/nameserver = net_address: (172.16.8.3 172.16.8.4) setprop config/search = astring: "example.com domain.company.com subdomain.company.com" setprop config/domain = astring: "domain.company.com" exit root@solaris1 :/root #
From man resolv.conf we can check how to update any parameter like
root@solaris1 :/root # svccfg -s svc:/network/dns/client \fR setprop config/search = astring: us.example.com example.com exit root@solaris1 :/root # svcadm refresh svc:/network/dns/client
remember to refresh the dns client