[zones-discuss] Re: DNS configuration problem in zonemgr

2007-02-06 Thread Manish Agrawal
The solution that worked for me is to copy /etc/nsswitch.conf and /etc/resolv.conf from the global zone. This should work as long as the DNS configuration for the non-global zones is the same as for the global zone: zonemgr -a add -n $zonename -z /export/home/zones \ -P

Re: [zones-discuss] Re: DNS configuration problem in zonemgr

2007-02-06 Thread Brad Diggs
You could also use the source destination copy method -C src_in_global|dst_in_non-global. For example: -C /etc/nsswitch.dns|/etc/nsswitch.conf \ -C /somedir/resolv.conf.myzone|/etc/resolv.conf Brad On Tue, 2007-02-06 at 08:04 -0800, Manish Agrawal wrote: The solution that worked for me