Hi,all I follow the guide step by step to setup OpenSolaris as a PVM on Nevada114. The guide is http://opensolaris.org/os/community/xen/docs/opensolaris_domu/. But It isn't successful, Although the OpenSolaris LiveCD has been booted, but when I config the VNC which used for install the OpenSoalris by the GUI installation, but it is of no effect. Does it have another methods for installing OpenSolaris liveCD? Could it be installed by the command line with OpenSolaris? Could it been done through OpenSoalris AI Installation? Thanks in advance! B.rgds --luke _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
2009/5/30 luke woo <Shenglong.Wu@sun.com>:> I follow the guide step by step to setup OpenSolaris as a PVM on > Nevada114.Which version of OpenSolaris? Build 111a?> The guide is http://opensolaris.org/os/community/xen/docs/opensolaris_domu/. > But It isn''t successful, > Although the OpenSolaris LiveCD has been booted, but when I config the VNC > which used for install the OpenSoalris by the GUI installation, but it is of > no effect.Is this perhaps bug 6833541? "Xvnc will not start in osol 0906: core in XkbDDXLoadKeymapByNames" http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6833541> Does it have another methods for installing OpenSolaris liveCD? Could it be > installed by the command line with OpenSolaris? > Could it been done through OpenSoalris AI Installation?
luke woo wrote: > I follow the guide step by step to setup OpenSolaris as a PVM on> Nevada114. > The guide is > http://opensolaris.org/os/community/xen/docs/opensolaris_domu/.> Although the OpenSolaris LiveCD has been booted, but when I config the > VNC which used for install the OpenSoalris by the GUI installation, but > it is of no effect.What error messages did you run into? I did these exact steps yesterday without problems/> Does it have another methods for installing OpenSolaris liveCD? Could it > be installed by the command line with OpenSolaris? > Could it been done through OpenSoalris AI Installation?AI support is going into the version of virt-install that comes with the upcoming 3.3 work. Another way, is to bring up the livecd in the guest, then from the dom0 # virsh console <domain> (login as jack/jack) $ svcadm enable ssh $ ifconfig -a (to determine the guests IP) then remotely, # ssh -X jack@<IP of guest> $ pfexec /usr/bin/gui-install which will run the graphical installer, displaying to your local X display. cheers, tim
Tim Foster wrote:> luke woo wrote: > > I follow the guide step by step to setup OpenSolaris as a PVM on >> Nevada114. >> The guide is >> http://opensolaris.org/os/community/xen/docs/opensolaris_domu/. > >> Although the OpenSolaris LiveCD has been booted, but when I config >> the VNC which used for install the OpenSoalris by the GUI >> installation, but it is of no effect. > > What error messages did you run into? I did these exact steps > yesterday without problems/I have used the VNC to install osol0906-111b2 successfully now!!> >> Does it have another methods for installing OpenSolaris liveCD? Could >> it be installed by the command line with OpenSolaris? >> Could it been done through OpenSoalris AI Installation? > > AI support is going into the version of virt-install that comes with > the upcoming 3.3 work. Another way, is to bring up the livecd in the > guest, then from the dom0 > > # virsh console <domain> > (login as jack/jack) > $ svcadm enable ssh > $ ifconfig -a (to determine the guests IP) > > then remotely, > > # ssh -X jack@<IP of guest> > $ pfexec /usr/bin/gui-installI also try this method, it works fine. Thanks luke> > which will run the graphical installer, displaying to your local X > display. > > cheers, > tim
Juergen Keil wrote: 2009/5/30 luke woo : � � �I follow the guide step by step to setup OpenSolaris as a PVM on Nevada114. Which version of OpenSolaris? Build 111a? The guide is http://opensolaris.org/os/community/xen/docs/opensolaris_domu/. But It isn''t successful, Although the OpenSolaris LiveCD has been booted, but when I config the VNC which used for install the OpenSoalris by the GUI installation, but it is of no effect. Is this perhaps bug 6833541? "Xvnc will not start in osol 0906: core in XkbDDXLoadKeymapByNames" http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6833541 Now I have tried to install osol0906-111b2 by xVNC, it works fine Thanks --luke Does it have another methods for installing OpenSolaris liveCD? Could it be installed by the �command line with OpenSolaris? Could it been done through OpenSoalris AI Installation?
Hi,Juergen I have installed OpenSolaris0906-111B2 domU by PVM successfully. After I have installed and rebooted, I want to use DomU graphically. I have tried two methods , but one success, and another failed 1st: I follow http://opensolaris.org/os/community/xen/docs/opensolaris_domu/ to enable xvm/vnc-config # svccfg -s x11-server setprop options/xvm_vnc = "true" // Don''t have options/xvm_vnc to change , should it be added?? # svcadm restart xvm/vnc-config // restart or enable this service unsuccessfully. Is it used for LiveCD # svcadm restart gdm Is the service of xvm/vnc-config only available on the OpenSolaris LiveCD??? 2nd: it is successful used the service of xvnc-inetd, Thanks --luke luke woo wrote: Juergen Keil wrote: 2009/5/30 luke woo : � � �I follow the guide step by step to setup OpenSolaris as a PVM on Nevada114. Which version of OpenSolaris? Build 111a? The guide is http://opensolaris.org/os/community/xen/docs/opensolaris_domu/. But It isn''t successful, Although the OpenSolaris LiveCD has been booted, but when I config the VNC which used for install the OpenSoalris by the GUI installation, but it is of no effect. Is this perhaps bug 6833541? "Xvnc will not start in osol 0906: core in XkbDDXLoadKeymapByNames" http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6833541 Now I have tried to install osol0906-111b2 by xVNC, it works fine Thanks --luke Does it have another methods for installing OpenSolaris liveCD? Could it be installed by the �command line with OpenSolaris? Could it been done through OpenSoalris AI Installation? _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
On Mon, Jun 01, 2009 at 11:08:03AM +0800, luke woo wrote:> Is the service of xvm/vnc-config only available on the OpenSolaris > LiveCD???Yes, that is true with 2009.06, unfortunately. I will update the page. regards john