# xm console fedora64 /usr/lib/xen/bin/xenconsole: Could not read tty from store: No such file or directory # # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 484 2 r----- 742.7 fedora64 2 512 1 r----- 532.0 # uname -a SunOS dhcp-blr03-223-39 5.11 xen-nv66-2007-06-24 i86pc i386 i86xpv # isainfo -v 64-bit amd64 applications ahf sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov cx8 tsc fpu 32-bit i386 applications ahf sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov cx8 tsc fpu # How to fix this. Thanks a lot. -surya
Surya.Prakki@Sun.COM wrote:> # xm console fedora64 > /usr/lib/xen/bin/xenconsole: Could not read tty from store: No such file > or directory > # >Is this a HVM domain? If it is, then this is expected, since there is no xen console access to HVM domains, unless it''s done via emulated serial ports (but that doesn''t quite work yet). - Frank
Frank Van Der Linden wrote On 09/17/07 16:30,:>Surya.Prakki@Sun.COM wrote: > > >># xm console fedora64 >>/usr/lib/xen/bin/xenconsole: Could not read tty from store: No such file >>or directory >># >> >> >> >Is this a HVM domain? >No. Its not a HVM domain. thanks, surya>If it is, then this is expected, since there is no >xen console access to HVM domains, unless it''s done via emulated serial >ports (but that doesn''t quite work yet). > >- Frank > > >
Frank Van Der Linden wrote On 09/17/07 16:30,:>Surya.Prakki@Sun.COM wrote: > > >># xm console fedora64 >>/usr/lib/xen/bin/xenconsole: Could not read tty from store: No such file >>or directory >># >> >> >> >Is this a HVM domain? If it is, then this is expected, since there is no >xen console access to HVM domains, unless it''s done via emulated serial >ports (but that doesn''t quite work yet). > >- Frank >It turned out that xctl/console service was offline and restarting it solved the problem of not being able to access the console. Thanks Frank. Then I rebooted the whole system and am now running into a new problem : # svcs -a | grep xctl disabled 18:10:25 svc:/system/xctl/console:default disabled 18:10:25 svc:/system/xctl/domains:default online 18:13:58 svc:/system/xctl/store:default maintenance 18:15:01 svc:/system/xctl/xend:default # svcs -x .... svc:/system/xctl/xend:default (Hypervisor Control Daemon) State: maintenance since Mon Sep 17 18:15:01 2007 Reason: Start method failed repeatedly, last exited with status 1. See: http://sun.com/msg/SMF-8000-KS See: xend(1M) See: /var/svc/log/system-xctl-xend:default.log Impact: This service is not running. # The same xend didn''t have any problems before reboot. Any help is greatly appreciated. thanks, surya
On Mon, Sep 17, 2007 at 02:01:38PM +0530, Surya.Prakki@sun.com wrote:> # xm console fedora64 > /usr/lib/xen/bin/xenconsole: Could not read tty from store: No such file > or directoryThis is unusual. What does /usr/lib/xen/bin/xenstore-ls /local/domain/2 say? Are all the services onlin regards john
Surya.Prakki@Sun.COM wrote:> # xm console fedora64 > /usr/lib/xen/bin/xenconsole: Could not read tty from store: No such file > or directory > # > # xm list > Name ID Mem VCPUs State > Time(s) > Domain-0 0 484 2 r----- 742.7 > fedora64 2 512 1 r----- 532.0 > # uname -a > SunOS dhcp-blr03-223-39 5.11 xen-nv66-2007-06-24 i86pc i386 i86xpv > # isainfo -v > 64-bit amd64 applications > ahf sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov cx8 > tsc > fpu > 32-bit i386 applications > ahf sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov cx8 > tsc > fpu > # >Can you sen the output of the following. # xm list -l fedora64 # svcs -a | grep console Thanks, MRJ -- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869
Surya.Prakki@Sun.COM wrote:> Frank Van Der Linden wrote On 09/17/07 16:30,: > >> Surya.Prakki@Sun.COM wrote: >> >> >>> # xm console fedora64 >>> /usr/lib/xen/bin/xenconsole: Could not read tty from store: No such file >>> or directory >>> # >>> >>> >>> >> Is this a HVM domain? If it is, then this is expected, since there is no >> xen console access to HVM domains, unless it''s done via emulated serial >> ports (but that doesn''t quite work yet). >> >> - Frank >> > It turned out that xctl/console service was offline and restarting it > solved the > problem of not being able to access the console. Thanks Frank. > > Then I rebooted the whole system and am now running into a new problem : > > # svcs -a | grep xctl > disabled 18:10:25 svc:/system/xctl/console:default > disabled 18:10:25 svc:/system/xctl/domains:default > online 18:13:58 svc:/system/xctl/store:default > maintenance 18:15:01 svc:/system/xctl/xend:default > # svcs -x > .... > svc:/system/xctl/xend:default (Hypervisor Control Daemon) > State: maintenance since Mon Sep 17 18:15:01 2007 > Reason: Start method failed repeatedly, last exited with status 1. > See: http://sun.com/msg/SMF-8000-KS > See: xend(1M) > See: /var/svc/log/system-xctl-xend:default.log > Impact: This service is not running. > # > > The same xend didn''t have any problems before reboot. > Any help is greatly appreciated. > thanks,Can you do the following? # tail -20 /var/svc/log/system-xctl-xend:default.log # tail -20 /var/log/xen/xend.log Thanks, MRJ> surya > > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org-- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869