> 2008/4/24 Boris Derzhavets <[EMAIL PROTECTED]>:
> > Could you,please, provide outputs :-
> >
> >  # svcs -a|grep xvm
> >  # dladm show-dev
> >  # svccfg -s xend listprop
> >
> >  and virt-install command line
> 
> Here they are:
> 
> 
> bash-3.2# svcs -a|grep xvm
> online         16:15:02 svc:/system/xvm/store:default
> online         16:15:16 svc:/system/xvm/xend:default
> online         16:15:16
> svc:/system/xvm/console:default
> online         16:15:18
> svc:/system/xvm/domains:default
> bash-3.2# dladm show-dev
> LINK            STATE  SPEED    DUPLEX
> nge0            up     1000Mb   full
> nge1            unknown 0Mb     unknown
> bash-3.2# svccfg -s xend listprop
> config                              application
> config/default-nic                  astring
************************
I guess you skipped:-
************************
# svccfg -s xvm/xend setprop config/default-nic="nge0"
# svcadm refresh xvm/xend
# svcadm restart xvm/xend

> config/dom0-cpus                    integer  0
> config/dom0-min-mem                 integer  196
> config/enable-dump                  boolean  true
> config/stability                    astring  Unstable
> config/xend-relocation-address      astring
>  127.0.0.1
> onfig/xend-relocation-hosts-allow  astring
>  ^localhost$
> onfig/xend-relocation-server       boolean  true
> config/xend-unix-server             boolean  true
> config/vncpasswd                    astring
>  MacRagge75
> onfig/vnc-listen                   astring  0.0.0.0
> xenstored                           dependency
> xenstored/entities                  fmri
>     svc:/system/xvm/store
> tored/grouping                  astring  require_all
> xenstored/restart_on                astring  restart
> xenstored/type                      astring  service
> general                             framework
> general/entity_stability            astring  Unstable
> general/single_instance             boolean  true
> start                               method
> start/exec                          astring
>  "/lib/svc/method/xend %m"
> tart/timeout_seconds               count    0
> start/type                          astring  method
> stop                                method
> stop/exec                           astring  :kill
> stop/timeout_seconds                count    60
> stop/type                           astring  method
> tm_common_name                      template
> tm_common_name/C                    ustring
>  "Hypervisor Control Daemon"
> m_man_xend                         template
> tm_man_xend/manpath                 astring
>  /usr/share/man
> m_man_xend/section                 astring  1M
> tm_man_xend/title                   astring  xend
> 
> 
> 
> My virt-install looks like that:
> virt-install --accelerate --os-type=unix -vnc -r 1024
> -f  /dev/zvol/dsk/tank/oki-domU --vnc --vncport=6002
> --cdrom=/tank/iso/7.0-RELEASE-amd64-disc1.iso -n test
I would try to create HVM DomU as follows.
*************************
Fist window session:
*************************
# virt-install --os-type=unix --vnc  --hvm  -r 1024 \
 -f /dev/zvol/dsk/tank/oki-domU  \
 -c /tank/iso/7.0-RELEASE-amd64-disc1.iso --name test
*****************************
Second window session:
*****************************
# vncviewer localhost:0

> 
> 
> I have managed to start a domU with freebsd but it
> fails just after starting.
> Screenshot is here:
> 
> http://gausus.net/snv/xvm-snv87.jpg
> 
> I would be thantful for any help.
> 
> 
> 
> -- 
> [ -----< Maciej Jan Broniarz || [EMAIL PROTECTED]
> >------ ]
> | Siamo qui \ sotto la stessa luce \ sotto la sua
> croce \ |
> | cantando ad una voce \ E l'Emmanuel Emmanuel,
> Emmanuel, |
> [ ---------------< E l'Emmanuel, Emmanuel
> >-------------- ]
> _______________________________________________
> xen-discuss mailing list
> [email protected]
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to