Hi All,

I'm attempting to setup a new Zone on a V440 and I'm having a few issues.
Basically once the Zone has booted I can't get a bunch of services to start,
including SSH and even the multi-user-server milestone.

I'm creating a whole root zone like this:

[EMAIL PROTECTED] zones# zonecfg -z testzone
zonecfg:dbitxt4_repl> create -b
zonecfg:dbitxt4_repl> set zonepath=/gwdbrepl/testzone
zonecfg:dbitxt4_repl> set autoboot=true
zonecfg:dbitxt4_repl> add net
zonecfg:dbitxt4_repl:net> set physical=ce0
zonecfg:dbitxt4_repl:net> set address=192.168.1.20
zonecfg:dbitxt4_repl:net> end
zonecfg:dbitxt4_repl> verify
zonecfg:dbitxt4_repl> commit
zonecfg:dbitxt4_repl> exit
[EMAIL PROTECTED] gwdbrepl# zoneadm -z testzone verify
[EMAIL PROTECTED] gwdbrepl# zoneadm -z testzone install
Preparing to install zone <testzonel>.
Creating list of files to copy from the global zone.
Copying <105465> files to the zone.
Initializing zone product registry.
Determining zone package initialization order.
Preparing to initialize <683> packages on the zone.
Initialized <683> packages on zone.
Zone <testzone> is initialized.
Installation of <7> packages was skipped.
Installation of these packages generated warnings: <SMCgdbm SMChttpd
mysql-standard SMCperl SMCgcc SMCphp SUNWcsr SUNWmconr>
The file </gwdbrepl/testzone/root/var/sadm/system/logs/install_log> contains
a log of the zone installation.
[EMAIL PROTECTED] gwdbrepl# zoneadm -z testzone ready
zoneadm: zone 'testzone': WARNING: ce0:10: no matching subnet found in
netmasks(4) for 192.168.1.20; using default of 255.255.255.0.
[EMAIL PROTECTED] gwdbrepl# zoneadm -z testzone boot


After logging in to the Zone:

bash-3.00# hostname
testzone
bash-3.00# svcs multi-user-server
STATE          STIME    FMRI
offline        17:38:10 svc:/milestone/multi-user-server:default
bash-3.00# svcadm enable multi-user-server
bash-3.00# svcs multi-user-server
STATE          STIME    FMRI
offline        17:38:10 svc:/milestone/multi-user-server:default
bash-3.00# svcs -xv multi-user-server
svc:/milestone/multi-user-server:default (multi-user plus exports milestone)
State: offline since Mon Feb 12 17:38:10 2007
Reason: Service svc:/system/sysidtool:net is starting.
  See: http://sun.com/msg/SMF-8000-GE
 Path: svc:/milestone/multi-user-server:default
         svc:/milestone/multi-user:default
           svc:/milestone/sysconfig:default
             svc:/system/sysidtool:system
               svc:/system/sysidtool:net
Reason: Service svc:/network/rpc/gss:default is uninitialized.
  See: http://sun.com/msg/SMF-8000-GE
 Path: svc:/milestone/multi-user-server:default
         svc:/milestone/multi-user:default
           svc:/system/system-log:default
             svc:/system/filesystem/autofs:default
               svc:/network/nfs/client:default
                 svc:/network/rpc/gss:default
  See: man -M /usr/share/man -s 1M init
Impact: This service is not running.

I then try to run svcadm with -r which I believe should start all the
dependencies, but I still get the same result:

bash-3.00# svcadm enable -r multi-user-server
bash-3.00# svcs -xv multi-user-server
svc:/milestone/multi-user-server:default (multi-user plus exports milestone)
State: offline since Mon Feb 12 17:38:10 2007
Reason: Service svc:/system/sysidtool:net is starting.
  See: http://sun.com/msg/SMF-8000-GE
 Path: svc:/milestone/multi-user-server:default
         svc:/milestone/multi-user:default
           svc:/milestone/sysconfig:default
             svc:/system/sysidtool:system
               svc:/system/sysidtool:net
Reason: Service svc:/network/rpc/gss:default is uninitialized.
  See: http://sun.com/msg/SMF-8000-GE
 Path: svc:/milestone/multi-user-server:default
         svc:/milestone/multi-user:default
           svc:/system/system-log:default
             svc:/system/filesystem/autofs:default
               svc:/network/nfs/client:default
                 svc:/network/rpc/gss:default
  See: man -M /usr/share/man -s 1M init
Impact: This service is not running.

I think the hangup is with svc:/system/sysidtool:net, it always says
"starting" but never comes online.

Can anyone shed some light on what might be happening? This all works
correctly at home under VMWare so I'm not sure why it's not working
correctly here. If you need any further information let me know.

Thanks,

Shane
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to