public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] vmware-server-console cannot connect to vm
@ 2009-09-07 10:10 Xi Shen
  2009-09-07 11:28 ` [gentoo-user] " Xi Shen
  0 siblings, 1 reply; 7+ messages in thread
From: Xi Shen @ 2009-09-07 10:10 UTC (permalink / raw
  To: gentoo-china, gentoo-user, gentoo-amd64

Hi,

i have vmware-server 2.0 running on gentoo amd64, the guest os is
windows xp. on another gentoo amd64 machine, i emerged
vmware-server-console, and tried to connect to the guest os, but
without luck. a vmware-server-console window popup, but with nothing
in it.

i am using awesome 3.


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: vmware-server-console cannot connect to vm
  2009-09-07 10:10 [gentoo-user] vmware-server-console cannot connect to vm Xi Shen
@ 2009-09-07 11:28 ` Xi Shen
  2009-09-07 13:20   ` David Snider
  0 siblings, 1 reply; 7+ messages in thread
From: Xi Shen @ 2009-09-07 11:28 UTC (permalink / raw
  To: gentoo-china, gentoo-user, gentoo-amd64

btw, the 'vmware-server-console' program requires a -P (port)
argument, but i do not understand what kind of port number should i
give. i remember while installing the server, a port 902 is opened by
default for accessing the guest os. is it the port that the program
expected? anyway, i tried with this port without luck.


On Mon, Sep 7, 2009 at 6:10 PM, Xi Shen<davidshen84@googlemail.com> wrote:
> Hi,
>
> i have vmware-server 2.0 running on gentoo amd64, the guest os is
> windows xp. on another gentoo amd64 machine, i emerged
> vmware-server-console, and tried to connect to the guest os, but
> without luck. a vmware-server-console window popup, but with nothing
> in it.
>
> i am using awesome 3.
>
>
> --
> Best Regards,
> David Shen
>
> http://twitter.com/davidshen84
>



-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: vmware-server-console cannot connect to vm
  2009-09-07 11:28 ` [gentoo-user] " Xi Shen
@ 2009-09-07 13:20   ` David Snider
  2009-09-07 15:28     ` Alan McKinnon
  2009-09-08  0:49     ` Xi Shen
  0 siblings, 2 replies; 7+ messages in thread
From: David Snider @ 2009-09-07 13:20 UTC (permalink / raw
  To: gentoo-user


On Sep 7, 2009, at 5:28 AM, Xi Shen wrote:

> give. i remember while installing the server, a port 902 is opened by
> default for accessing the guest os. is it the port that the program
> expected? anyway, i tried with this port without luck.

VMWare Server 2 did away with the console.  Try connecting your web  
browser to https://localhost:8333



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: vmware-server-console cannot connect to vm
  2009-09-07 13:20   ` David Snider
@ 2009-09-07 15:28     ` Alan McKinnon
  2009-09-07 16:36       ` David Snider
  2009-09-08  0:49     ` Xi Shen
  1 sibling, 1 reply; 7+ messages in thread
From: Alan McKinnon @ 2009-09-07 15:28 UTC (permalink / raw
  To: gentoo-user

On Monday 07 September 2009 15:20:50 David Snider wrote:
> On Sep 7, 2009, at 5:28 AM, Xi Shen wrote:
> > give. i remember while installing the server, a port 902 is opened by
> > default for accessing the guest os. is it the port that the program
> > expected? anyway, i tried with this port without luck.
> 
> VMWare Server 2 did away with the console.

Oh no. Please tell me it isn't so.

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: vmware-server-console cannot connect to vm
  2009-09-07 15:28     ` Alan McKinnon
@ 2009-09-07 16:36       ` David Snider
  2009-09-08  0:49         ` Xi Shen
  0 siblings, 1 reply; 7+ messages in thread
From: David Snider @ 2009-09-07 16:36 UTC (permalink / raw
  To: gentoo-user


On Sep 7, 2009, at 9:28 AM, Alan McKinnon wrote:

>> VMWare Server 2 did away with the console.
>
> Oh no. Please tell me it isn't so.
>
> --  
It's so, buuuuuut.... you can "vnc" in to all your machines to watch  
them boot, yadda yadd by adding the below text to the .vmx files...

RemoteDisplay.vnc.enabled = TRUE
RemoteDisplay.vnc.port = "5911"
RemoteDisplay.vnc.password = "<your awesome password here>"




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: vmware-server-console cannot connect to vm
  2009-09-07 13:20   ` David Snider
  2009-09-07 15:28     ` Alan McKinnon
@ 2009-09-08  0:49     ` Xi Shen
  1 sibling, 0 replies; 7+ messages in thread
From: Xi Shen @ 2009-09-08  0:49 UTC (permalink / raw
  To: gentoo-user

yeah, i can connect to the web; but if i cannot connect to the vms
through the console, i cannot see how they boot.


On Mon, Sep 7, 2009 at 9:20 PM, David Snider<dsnider@thesniderpad.com> wrote:
>
> On Sep 7, 2009, at 5:28 AM, Xi Shen wrote:
>
>> give. i remember while installing the server, a port 902 is opened by
>> default for accessing the guest os. is it the port that the program
>> expected? anyway, i tried with this port without luck.
>
> VMWare Server 2 did away with the console.  Try connecting your web browser
> to https://localhost:8333
>
>



-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: vmware-server-console cannot connect to vm
  2009-09-07 16:36       ` David Snider
@ 2009-09-08  0:49         ` Xi Shen
  0 siblings, 0 replies; 7+ messages in thread
From: Xi Shen @ 2009-09-08  0:49 UTC (permalink / raw
  To: gentoo-user

i was just thinking that if i cannot get the console work, i will turn
to use vnc.
thanks for your tips ;)


On Tue, Sep 8, 2009 at 12:36 AM, David Snider<dsnider@thesniderpad.com> wrote:
>
> On Sep 7, 2009, at 9:28 AM, Alan McKinnon wrote:
>
>>> VMWare Server 2 did away with the console.
>>
>> Oh no. Please tell me it isn't so.
>>
>> --
>
> It's so, buuuuuut.... you can "vnc" in to all your machines to watch them
> boot, yadda yadd by adding the below text to the .vmx files...
>
> RemoteDisplay.vnc.enabled = TRUE
> RemoteDisplay.vnc.port = "5911"
> RemoteDisplay.vnc.password = "<your awesome password here>"
>
>
>



-- 
Best Regards,
David Shen

http://twitter.com/davidshen84



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-08  0:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-07 10:10 [gentoo-user] vmware-server-console cannot connect to vm Xi Shen
2009-09-07 11:28 ` [gentoo-user] " Xi Shen
2009-09-07 13:20   ` David Snider
2009-09-07 15:28     ` Alan McKinnon
2009-09-07 16:36       ` David Snider
2009-09-08  0:49         ` Xi Shen
2009-09-08  0:49     ` Xi Shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox