I figured out my problems.
- 1. I left off the trailing slash. Thus it didn't get any network config items. - 2. Is this a zonemgr bug?.... It would not recognize the dns server name in the comma delimited list:

When I changed:
-d "mf-usca19-12.red.iplanet.com,mf-usca15-13.red.iplanet.com" \
TO
-d "mf-usca19-12" \

it worked.

Russ


Russ Petruzzelli wrote:

I'm trying to use the latest zonemgr...see script below.

Must the zonename as specified by "-n" be the hostname?
And if so, what is the purpose of specifying the hostname in "-I"?

I ran zonemgr as seen below and it failed to complete nicely.
It could not find the dns servers. and instructed me to zlogin and fix things afterwards.

When I zlogin'd I ran hostname and it responded: "zone4", not "ps-eng8-zone4"
So now I've run sys-unconfig and the zone is halted....

As am I.

?
Thanks,
Russ

zonemgr-1.8.1   -a add   -n zone4   -t s   -z "/export2/zones" \
             -P "iplanet" -R /root \
             -D "red.iplanet.com" \
-d "mf-usca19-12.red.iplanet.com,mf-usca15-13.red.iplanet.com" \
             -R "/|/bin/bash"
             -I "192.18.77.206|hme0|24|ps-eng8-zone4" \
             -C /etc/ssh/sshd_config -C /etc/resolv.conf \
             -C /etc/nsswitch.conf \
             -L default,dtrace_proc,dtrace_user



------------------------------------------------------------------------

_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to