con connect to gemnstome

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

con connect to gemnstome

Juan-2
Dale.

VMWare refuse to start on bidged conection, NAT conection start and work fine.
googling found some about win7 fail to conect vmware on bidged conection ( may be bug) .
My host system is window sevent.
any clue?
best regards
mdc
Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Dale Henrichs
Juan,

I am afraid that I'm not much help when it comes to resolving networking issues for vmware virtual machines, although I know that several years ago I was able to get bridged connections working on my Linux laptop, but it was too much work (at the time) to set things up and I stopped trying to use bridged connections ...

Perhaps James remembers the magic formula for Windows? If I recall correctly windows required some setup as well, but the incantation was easier....

Dale

----- Original Message -----
| From: "Juan" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Thursday, July 21, 2011 2:45:44 PM
| Subject: [GS/SS Beta] con connect to gemnstome
|
| Dale.
|
| VMWare refuse to start on bidged conection, NAT conection start and
| work fine.
| googling found some about win7 fail to conect vmware on bidged
| conection ( may be bug) .
| My host system is window sevent.
| any clue?
| best regards
| mdc
|
|
Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Juan-2
Dale

Gemstone needs  briged conection, right?
there is  any chance to conect pharo if virtual machine is in  "NAT"  protocol?
best
mdc


On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs <[hidden email]> wrote:
Juan,

I am afraid that I'm not much help when it comes to resolving networking issues for vmware virtual machines, although I know that several years ago I was able to get bridged connections working on my Linux laptop, but it was too much work (at the time) to set things up and I stopped trying to use bridged connections ...

Perhaps James remembers the magic formula for Windows? If I recall correctly windows required some setup as well, but the incantation was easier....

Dale

----- Original Message -----
| From: "Juan" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Thursday, July 21, 2011 2:45:44 PM
| Subject: [GS/SS Beta] con connect to gemnstome
|
| Dale.
|
| VMWare refuse to start on bidged conection, NAT conection start and
| work fine.
| googling found some about win7 fail to conect vmware on bidged
| conection ( may be bug) .
| My host system is window sevent.
| any clue?
| best regards
| mdc
|
|

Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Dale Henrichs
When you use NAT you can connect to the virtual machine from the "real machine" that the virtual machine is running in .... find out the ip address for the virtual machine (use `ifconfig`) and you can connect...This means that you can run a browser running on your machine and connect via GemTools as long as both are running on the "real machine."

You need Bridged if you want to connect to the virtual machine from outside of the "real machine"...

Dale

----- Original Message -----
| From: "Juan" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Thursday, July 21, 2011 3:15:17 PM
| Subject: Re: [GS/SS Beta] con connect to gemnstome
|
| Dale
|
| Gemstone needs briged conection, right?
| there is any chance to conect pharo if virtual machine is in "NAT"
| protocol?
| best
| mdc
|
|
|
| On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs < [hidden email]
| > wrote:
|
|
| Juan,
|
| I am afraid that I'm not much help when it comes to resolving
| networking issues for vmware virtual machines, although I know that
| several years ago I was able to get bridged connections working on
| my Linux laptop, but it was too much work (at the time) to set
| things up and I stopped trying to use bridged connections ...
|
| Perhaps James remembers the magic formula for Windows? If I recall
| correctly windows required some setup as well, but the incantation
| was easier....
|
| Dale
|
|
|
|
| ----- Original Message -----
| | From: "Juan" < [hidden email] >
| | To: "GemStone Seaside beta discussion" < [hidden email]
| | >
| | Sent: Thursday, July 21, 2011 2:45:44 PM
| | Subject: [GS/SS Beta] con connect to gemnstome
| |
| | Dale.
| |
| | VMWare refuse to start on bidged conection, NAT conection start and
| | work fine.
| | googling found some about win7 fail to conect vmware on bidged
| | conection ( may be bug) .
| | My host system is window sevent.
| | any clue?
| | best regards
| | mdc
| |
| |
|
|
|
Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

NorbertHartl

Am 22.07.2011 um 01:03 schrieb Dale Henrichs:

> When you use NAT you can connect to the virtual machine from the "real machine" that the virtual machine is running in .... find out the ip address for the virtual machine (use `ifconfig`) and you can connect...This means that you can run a browser running on your machine and connect via GemTools as long as both are running on the "real machine."
>
> You need Bridged if you want to connect to the virtual machine from outside of the "real machine"...
>
You should be able to use it without having access to the "real" (what is a real machine these days?) machine. If you need to connect netldi on port 50377 and your virtual machine on the real machine has the IP address 10.0.2.15 then issuing the following command on a laptop should help

ssh -L 50377:10.0.2.15:50377 user@realmachine

should help. It opens a local port 50377 (local on the laptop) and establishes a tunnel to the real machine. Every packet going over the tunnel is forwarded from the real machine to the virtual machine. Thus you have access to the virtual machine by connecting to a local port. I hope this helps and wasn't too confusing.

Norbert

>
> ----- Original Message -----
> | From: "Juan" <[hidden email]>
> | To: "GemStone Seaside beta discussion" <[hidden email]>
> | Sent: Thursday, July 21, 2011 3:15:17 PM
> | Subject: Re: [GS/SS Beta] con connect to gemnstome
> |
> | Dale
> |
> | Gemstone needs briged conection, right?
> | there is any chance to conect pharo if virtual machine is in "NAT"
> | protocol?
> | best
> | mdc
> |
> |
> |
> | On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs < [hidden email]
> | > wrote:
> |
> |
> | Juan,
> |
> | I am afraid that I'm not much help when it comes to resolving
> | networking issues for vmware virtual machines, although I know that
> | several years ago I was able to get bridged connections working on
> | my Linux laptop, but it was too much work (at the time) to set
> | things up and I stopped trying to use bridged connections ...
> |
> | Perhaps James remembers the magic formula for Windows? If I recall
> | correctly windows required some setup as well, but the incantation
> | was easier....
> |
> | Dale
> |
> |
> |
> |
> | ----- Original Message -----
> | | From: "Juan" < [hidden email] >
> | | To: "GemStone Seaside beta discussion" < [hidden email]
> | | >
> | | Sent: Thursday, July 21, 2011 2:45:44 PM
> | | Subject: [GS/SS Beta] con connect to gemnstome
> | |
> | | Dale.
> | |
> | | VMWare refuse to start on bidged conection, NAT conection start and
> | | work fine.
> | | googling found some about win7 fail to conect vmware on bidged
> | | conection ( may be bug) .
> | | My host system is window sevent.
> | | any clue?
> | | best regards
> | | mdc
> | |
> | |
> |
> |
> |

Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Juan-2
Norbert

thanks for response.
best
mdc

On Fri, Jul 22, 2011 at 6:06 AM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 01:03 schrieb Dale Henrichs:

> When you use NAT you can connect to the virtual machine from the "real machine" that the virtual machine is running in .... find out the ip address for the virtual machine (use `ifconfig`) and you can connect...This means that you can run a browser running on your machine and connect via GemTools as long as both are running on the "real machine."
>
> You need Bridged if you want to connect to the virtual machine from outside of the "real machine"...
>
You should be able to use it without having access to the "real" (what is a real machine these days?) machine. If you need to connect netldi on port 50377 and your virtual machine on the real machine has the IP address 10.0.2.15 then issuing the following command on a laptop should help

ssh -L 50377:10.0.2.15:50377 user@realmachine

should help. It opens a local port 50377 (local on the laptop) and establishes a tunnel to the real machine. Every packet going over the tunnel is forwarded from the real machine to the virtual machine. Thus you have access to the virtual machine by connecting to a local port. I hope this helps and wasn't too confusing.

Norbert

>
> ----- Original Message -----
> | From: "Juan" <[hidden email]>
> | To: "GemStone Seaside beta discussion" <[hidden email]>
> | Sent: Thursday, July 21, 2011 3:15:17 PM
> | Subject: Re: [GS/SS Beta] con connect to gemnstome
> |
> | Dale
> |
> | Gemstone needs briged conection, right?
> | there is any chance to conect pharo if virtual machine is in "NAT"
> | protocol?
> | best
> | mdc
> |
> |
> |
> | On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs < [hidden email]
> | > wrote:
> |
> |
> | Juan,
> |
> | I am afraid that I'm not much help when it comes to resolving
> | networking issues for vmware virtual machines, although I know that
> | several years ago I was able to get bridged connections working on
> | my Linux laptop, but it was too much work (at the time) to set
> | things up and I stopped trying to use bridged connections ...
> |
> | Perhaps James remembers the magic formula for Windows? If I recall
> | correctly windows required some setup as well, but the incantation
> | was easier....
> |
> | Dale
> |
> |
> |
> |
> | ----- Original Message -----
> | | From: "Juan" < [hidden email] >
> | | To: "GemStone Seaside beta discussion" < [hidden email]
> | | >
> | | Sent: Thursday, July 21, 2011 2:45:44 PM
> | | Subject: [GS/SS Beta] con connect to gemnstome
> | |
> | | Dale.
> | |
> | | VMWare refuse to start on bidged conection, NAT conection start and
> | | work fine.
> | | googling found some about win7 fail to conect vmware on bidged
> | | conection ( may be bug) .
> | | My host system is window sevent.
> | | any clue?
> | | best regards
> | | mdc
> | |
> | |
> |
> |
> |


Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Juan-2
Norbert

I 'have one machine running vmware.
vmware refuses to start briged network.
vmware only run nat ( network protocol mode)
if I didn't misunderstood, the tunel is with putty (windows side),
or I have to make the tunel from vmware ? (linux side)
i have two interfaces in my real machine.
one conected to modem and the   other with static ip.
the tunel should by on static ip rigth?
best
mdc


On Fri, Jul 22, 2011 at 10:38 AM, Juan <[hidden email]> wrote:
Norbert

thanks for response.
best
mdc


On Fri, Jul 22, 2011 at 6:06 AM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 01:03 schrieb Dale Henrichs:

> When you use NAT you can connect to the virtual machine from the "real machine" that the virtual machine is running in .... find out the ip address for the virtual machine (use `ifconfig`) and you can connect...This means that you can run a browser running on your machine and connect via GemTools as long as both are running on the "real machine."
>
> You need Bridged if you want to connect to the virtual machine from outside of the "real machine"...
>
You should be able to use it without having access to the "real" (what is a real machine these days?) machine. If you need to connect netldi on port 50377 and your virtual machine on the real machine has the IP address 10.0.2.15 then issuing the following command on a laptop should help

ssh -L 50377:10.0.2.15:50377 user@realmachine

should help. It opens a local port 50377 (local on the laptop) and establishes a tunnel to the real machine. Every packet going over the tunnel is forwarded from the real machine to the virtual machine. Thus you have access to the virtual machine by connecting to a local port. I hope this helps and wasn't too confusing.

Norbert

>
> ----- Original Message -----
> | From: "Juan" <[hidden email]>
> | To: "GemStone Seaside beta discussion" <[hidden email]>
> | Sent: Thursday, July 21, 2011 3:15:17 PM
> | Subject: Re: [GS/SS Beta] con connect to gemnstome
> |
> | Dale
> |
> | Gemstone needs briged conection, right?
> | there is any chance to conect pharo if virtual machine is in "NAT"
> | protocol?
> | best
> | mdc
> |
> |
> |
> | On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs < [hidden email]
> | > wrote:
> |
> |
> | Juan,
> |
> | I am afraid that I'm not much help when it comes to resolving
> | networking issues for vmware virtual machines, although I know that
> | several years ago I was able to get bridged connections working on
> | my Linux laptop, but it was too much work (at the time) to set
> | things up and I stopped trying to use bridged connections ...
> |
> | Perhaps James remembers the magic formula for Windows? If I recall
> | correctly windows required some setup as well, but the incantation
> | was easier....
> |
> | Dale
> |
> |
> |
> |
> | ----- Original Message -----
> | | From: "Juan" < [hidden email] >
> | | To: "GemStone Seaside beta discussion" < [hidden email]
> | | >
> | | Sent: Thursday, July 21, 2011 2:45:44 PM
> | | Subject: [GS/SS Beta] con connect to gemnstome
> | |
> | | Dale.
> | |
> | | VMWare refuse to start on bidged conection, NAT conection start and
> | | work fine.
> | | googling found some about win7 fail to conect vmware on bidged
> | | conection ( may be bug) .
> | | My host system is window sevent.
> | | any clue?
> | | best regards
> | | mdc
> | |
> | |
> |
> |
> |



Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Juan-2
Folks ,Norbert

I have parcial succes , but pharo doesn't log into gemstone.
every time i try to conect, gemstone creates one of gemnetobject_xxxx.log files
Pharo image triggers error 'Network error - text follows:
Nonblocking connect(127.0.0.1,port=55585) failed to complete.'
where port=xxxx changes all times
my session in pharo:

OGCustomSessionDescription new
    name: 'newImage';
    stoneHost: 'localhost';
    stoneName: 'seaside';
    gemHost: 'localhost';
    netLDI: '50377';
    gemTask: 'gemnetobject';
    userId: 'DataCurator';
    password: 'swordfish';
    osUserId: '';
    osPassword: '';
    backupDirectory: '';
    dataDirectory: '';
    yourself.



the gemnetobject_xxxx not say anything usefull

_____________________________________________________________________________
|                              NetLDI Child Task                              |
|                                                                             |
| CLIENTHOST: glass                                                           |
|    VERSION: 2.4.4.4, Thu Jan 27 14:16:02 2011                               |
|      BUILD: gss64_2_4_4_x_branch-25116                                      |
|  BUILT FOR: x86-64 (Linux)                                                  |
|       MODE: 64 bit                                                          |
| RUNNING ON: 4-CPU glass x86_64 (Linux 2.6.36-gentoo-r8 #1 SMP Tue Mar 29 17:27:54
| Local time zone must be set--see zic ) 1000MB                               |
| PROCESS ID: 15239     DATE: 07/22/11 19:36:00 ART                           |
|   USER IDS: REAL=glass (1000) EFFECTIVE=glass (1000)                        |
|   DATEFORMAT: %m/%d/%y %H:%M:%S                                             |
|    COMMAND: /opt/gemstone/product/sys/gemnetobject TCP 55254 60             |
|_____________________________________________________________________________|
[Info]:    the hostname is:  glass
   GEMSTONE is:      "/opt/gemstone/product"
   gem's location is: /opt/gemstone/product/sys
   system config file is:     /opt/gemstone/etc/system.conf
   executable config file is: /opt/gemstone/etc/gem.conf
   gem's arguments are: TCP 55254 60
 _____________________________________________________________________________
|             GemStone/S64 Object-Oriented Data Management System             |
|               Copyright (C) GemStone Systems, Inc. 1986-2011                |
|                            All rights reserved.                             |
|     covered by Patent Number 6,567,905 Generational Garbage Collector.      |
+-----------------------------------------------------------------------------+
|    PROGRAM: GEM, GemStone Session Process                                   |
|    VERSION: 2.4.4.4, Thu Jan 27 14:16:02 2011                               |
|      BUILD: gss64_2_4_4_x_branch-25116                                      |
|  BUILT FOR: x86-64 (Linux)                                                  |
|       MODE: 64 bit                                                          |
| RUNNING ON: 4-CPU glass x86_64 (Linux 2.6.36-gentoo-r8 #1 SMP Tue Mar 29 17:27:54
| Local time zone must be set--see zic ) 1000MB                               |
| PROCESS ID: 15239     DATE: 07/22/11 19:36:00 ART                           |
|   USER IDS: REAL=glass (1000) EFFECTIVE=glass (1000)                        |
|   DATEFORMAT: %m/%d/%y %H:%M:%S                                             |
|_____________________________________________________________________________|
 _____________________________________________________________________________
|                             Configuration Files                             |
|                                                                             |
| System File: /opt/gemstone/etc/system.conf                                  |
|                                                                             |
| Executable File: /opt/gemstone/etc/gem.conf                                 |
|_____________________________________________________________________________|
 _____________________________________________________________________________
|               Gem Configuration Options for process id 15239                |
|_____________________________________________________________________________|

DUMP_OPTIONS = TRUE;
GEM_GCI_LOG_ENABLED = FALSE;
GEM_FREE_FRAME_CACHE_SIZE = -1;
GEM_FREE_FRAME_LIMIT = -1;
GEM_HALT_ON_ERROR = 0;
GEM_IO_LIMIT = 5000;
GEM_KEEP_MIN_SOFTREFS = 0;
GEM_MAX_SMALLTALK_STACK_DEPTH = 1000;
GEM_PRIVATE_PAGE_CACHE_KB = 1000;
GEM_PGSVR_FREE_FRAME_CACHE_SIZE = -1;
GEM_PGSVR_FREE_FRAME_LIMIT = -1;
GEM_PGSVR_UPDATE_CACHE_ON_READ = FALSE;
GEM_RPCGCI_TIMEOUT = 0;
GEM_SOFTREF_CLEANUP_PERCENT_MEM = 50;
GEM_TEMPOBJ_AGGRESSIVE_STUBBING = TRUE;
GEM_TEMPOBJ_CACHE_SIZE = 50000;
GEM_TEMPOBJ_INITIAL_SIZE not used on this platform
GEM_TEMPOBJ_MESPACE_SIZE = 0;
GEM_TEMPOBJ_OOPMAP_SIZE = 0;
GEM_TEMPOBJ_POMGEN_SIZE = 0;
GEM_TEMPOBJ_POMGEN_PRUNE_ON_VOTE = 50;
GEM_TEMPOBJ_POMGEN_SCAVENGE_INTERVAL = 1800;
LOG_WARNINGS = TRUE;
SHR_NUM_FREE_FRAME_SERVERS = 1;
SHR_PAGE_CACHE_NUM_SHARED_COUNTERS = 1900;
SHR_PAGE_CACHE_SIZE_KB = 75000;
SHR_PAGE_CACHE_NUM_PROCS = 1017;
SHR_TARGET_FREE_FRAME_COUNT = -1;
(vmGc spaceSizes: eden init 2000K max 9368K , survivor init 400K max 1568K,
 vmGc    old max 37496K, code max 10000K, perm max 5000K, pom 10 * 4168K = 41680K,
 vmGc    remSet 1008K, meSpace max 47800K oopMapSize 262144 )
GemStone was unable to accept the network connection.
No network error.


*****************************************************
****** GemStone Abnormal Shutdown at 07/22/11 19:37:00 ART
*****************************************************

best regards
mdc


pd: i'm try to conect with tunnel to gemstone because my vmware don't work with briged
conection.

Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

NorbertHartl
In reply to this post by Juan-2

Am 22.07.2011 um 23:46 schrieb Juan:

Norbert

I 'have one machine running vmware.
vmware refuses to start briged network.
vmware only run nat ( network protocol mode)
if I didn't misunderstood, the tunel is with putty (windows side),
or I have to make the tunel from vmware ? (linux side)
i have two interfaces in my real machine.
one conected to modem and the   other with static ip.
the tunel should by on static ip rigth?

Oh, I think I missed some necessary information. I didn't read your host system is windows. I assumed you have a laptop and you want to connect to a real linux machine that has a vmware running. Ssh is also available for windows and you should be able to use putty but I know none of them so I'm not sure I can be of a big help here. Can you give some more details about the exact setup. I mean from what computer you trying to access what. Is my assumption above right?

Norbert


On Fri, Jul 22, 2011 at 10:38 AM, Juan <[hidden email]> wrote:
Norbert

thanks for response.
best
mdc


On Fri, Jul 22, 2011 at 6:06 AM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 01:03 schrieb Dale Henrichs:

> When you use NAT you can connect to the virtual machine from the "real machine" that the virtual machine is running in .... find out the ip address for the virtual machine (use `ifconfig`) and you can connect...This means that you can run a browser running on your machine and connect via GemTools as long as both are running on the "real machine."
>
> You need Bridged if you want to connect to the virtual machine from outside of the "real machine"...
>
You should be able to use it without having access to the "real" (what is a real machine these days?) machine. If you need to connect netldi on port 50377 and your virtual machine on the real machine has the IP address 10.0.2.15 then issuing the following command on a laptop should help

ssh -L 50377:10.0.2.15:50377 user@realmachine

should help. It opens a local port 50377 (local on the laptop) and establishes a tunnel to the real machine. Every packet going over the tunnel is forwarded from the real machine to the virtual machine. Thus you have access to the virtual machine by connecting to a local port. I hope this helps and wasn't too confusing.

Norbert

>
> ----- Original Message -----
> | From: "Juan" <[hidden email]>
> | To: "GemStone Seaside beta discussion" <[hidden email]>
> | Sent: Thursday, July 21, 2011 3:15:17 PM
> | Subject: Re: [GS/SS Beta] con connect to gemnstome
> |
> | Dale
> |
> | Gemstone needs briged conection, right?
> | there is any chance to conect pharo if virtual machine is in "NAT"
> | protocol?
> | best
> | mdc
> |
> |
> |
> | On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs < [hidden email]
> | > wrote:
> |
> |
> | Juan,
> |
> | I am afraid that I'm not much help when it comes to resolving
> | networking issues for vmware virtual machines, although I know that
> | several years ago I was able to get bridged connections working on
> | my Linux laptop, but it was too much work (at the time) to set
> | things up and I stopped trying to use bridged connections ...
> |
> | Perhaps James remembers the magic formula for Windows? If I recall
> | correctly windows required some setup as well, but the incantation
> | was easier....
> |
> | Dale
> |
> |
> |
> |
> | ----- Original Message -----
> | | From: "Juan" < [hidden email] >
> | | To: "GemStone Seaside beta discussion" < [hidden email]
> | | >
> | | Sent: Thursday, July 21, 2011 2:45:44 PM
> | | Subject: [GS/SS Beta] con connect to gemnstome
> | |
> | | Dale.
> | |
> | | VMWare refuse to start on bidged conection, NAT conection start and
> | | work fine.
> | | googling found some about win7 fail to conect vmware on bidged
> | | conection ( may be bug) .
> | | My host system is window sevent.
> | | any clue?
> | | best regards
> | | mdc
> | |
> | |
> |
> |
> |




Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

NorbertHartl
In reply to this post by Juan-2
Hi,

is this a setup with the tunnel? If you connect the gemstone netldi process on 50377 it negotiates a new port with the client for subsequent connects. If you do 

startnetldi -h

you can see there is an option -p that allows you to specify the port range to use. You could use something like

-p 50378:50378

than it is garantueed that it will only use that port. I don't know if it is possible to use the 50377 for every connection. If you need more details about the tunnel setup you can read an older post from me at


I really do hope I'm not confusing your situation even more :)

Norbert

Am 23.07.2011 um 00:56 schrieb Juan:

Folks ,Norbert

I have parcial succes , but pharo doesn't log into gemstone.
every time i try to conect, gemstone creates one of gemnetobject_xxxx.log files
Pharo image triggers error 'Network error - text follows:
Nonblocking connect(127.0.0.1,port=55585) failed to complete.'
where port=xxxx changes all times
my session in pharo:

OGCustomSessionDescription new
    name: 'newImage';
    stoneHost: 'localhost';
    stoneName: 'seaside';
    gemHost: 'localhost';
    netLDI: '50377';
    gemTask: 'gemnetobject';
    userId: 'DataCurator';
    password: 'swordfish';
    osUserId: '';
    osPassword: '';
    backupDirectory: '';
    dataDirectory: '';
    yourself.



the gemnetobject_xxxx not say anything usefull

_____________________________________________________________________________
|                              NetLDI Child Task                              |
|                                                                             |
| CLIENTHOST: glass                                                           |
|    VERSION: 2.4.4.4, Thu Jan 27 14:16:02 2011                               |
|      BUILD: gss64_2_4_4_x_branch-25116                                      |
|  BUILT FOR: x86-64 (Linux)                                                  |
|       MODE: 64 bit                                                          |
| RUNNING ON: 4-CPU glass x86_64 (Linux 2.6.36-gentoo-r8 #1 SMP Tue Mar 29 17:27:54
| Local time zone must be set--see zic ) 1000MB                               |
| PROCESS ID: 15239     DATE: 07/22/11 19:36:00 ART                           |
|   USER IDS: REAL=glass (1000) EFFECTIVE=glass (1000)                        |
|   DATEFORMAT: %m/%d/%y %H:%M:%S                                             |
|    COMMAND: /opt/gemstone/product/sys/gemnetobject TCP 55254 60             |
|_____________________________________________________________________________|
[Info]:    the hostname is:  glass
   GEMSTONE is:      "/opt/gemstone/product"
   gem's location is: /opt/gemstone/product/sys
   system config file is:     /opt/gemstone/etc/system.conf
   executable config file is: /opt/gemstone/etc/gem.conf
   gem's arguments are: TCP 55254 60
 _____________________________________________________________________________
|             GemStone/S64 Object-Oriented Data Management System             |
|               Copyright (C) GemStone Systems, Inc. 1986-2011                |
|                            All rights reserved.                             |
|     covered by Patent Number 6,567,905 Generational Garbage Collector.      |
+-----------------------------------------------------------------------------+
|    PROGRAM: GEM, GemStone Session Process                                   |
|    VERSION: 2.4.4.4, Thu Jan 27 14:16:02 2011                               |
|      BUILD: gss64_2_4_4_x_branch-25116                                      |
|  BUILT FOR: x86-64 (Linux)                                                  |
|       MODE: 64 bit                                                          |
| RUNNING ON: 4-CPU glass x86_64 (Linux 2.6.36-gentoo-r8 #1 SMP Tue Mar 29 17:27:54
| Local time zone must be set--see zic ) 1000MB                               |
| PROCESS ID: 15239     DATE: 07/22/11 19:36:00 ART                           |
|   USER IDS: REAL=glass (1000) EFFECTIVE=glass (1000)                        |
|   DATEFORMAT: %m/%d/%y %H:%M:%S                                             |
|_____________________________________________________________________________|
 _____________________________________________________________________________
|                             Configuration Files                             |
|                                                                             |
| System File: /opt/gemstone/etc/system.conf                                  |
|                                                                             |
| Executable File: /opt/gemstone/etc/gem.conf                                 |
|_____________________________________________________________________________|
 _____________________________________________________________________________
|               Gem Configuration Options for process id 15239                |
|_____________________________________________________________________________|

DUMP_OPTIONS = TRUE;
GEM_GCI_LOG_ENABLED = FALSE;
GEM_FREE_FRAME_CACHE_SIZE = -1;
GEM_FREE_FRAME_LIMIT = -1;
GEM_HALT_ON_ERROR = 0;
GEM_IO_LIMIT = 5000;
GEM_KEEP_MIN_SOFTREFS = 0;
GEM_MAX_SMALLTALK_STACK_DEPTH = 1000;
GEM_PRIVATE_PAGE_CACHE_KB = 1000;
GEM_PGSVR_FREE_FRAME_CACHE_SIZE = -1;
GEM_PGSVR_FREE_FRAME_LIMIT = -1;
GEM_PGSVR_UPDATE_CACHE_ON_READ = FALSE;
GEM_RPCGCI_TIMEOUT = 0;
GEM_SOFTREF_CLEANUP_PERCENT_MEM = 50;
GEM_TEMPOBJ_AGGRESSIVE_STUBBING = TRUE;
GEM_TEMPOBJ_CACHE_SIZE = 50000;
GEM_TEMPOBJ_INITIAL_SIZE not used on this platform
GEM_TEMPOBJ_MESPACE_SIZE = 0;
GEM_TEMPOBJ_OOPMAP_SIZE = 0;
GEM_TEMPOBJ_POMGEN_SIZE = 0;
GEM_TEMPOBJ_POMGEN_PRUNE_ON_VOTE = 50;
GEM_TEMPOBJ_POMGEN_SCAVENGE_INTERVAL = 1800;
LOG_WARNINGS = TRUE;
SHR_NUM_FREE_FRAME_SERVERS = 1;
SHR_PAGE_CACHE_NUM_SHARED_COUNTERS = 1900;
SHR_PAGE_CACHE_SIZE_KB = 75000;
SHR_PAGE_CACHE_NUM_PROCS = 1017;
SHR_TARGET_FREE_FRAME_COUNT = -1;
(vmGc spaceSizes: eden init 2000K max 9368K , survivor init 400K max 1568K,
 vmGc    old max 37496K, code max 10000K, perm max 5000K, pom 10 * 4168K = 41680K,
 vmGc    remSet 1008K, meSpace max 47800K oopMapSize 262144 )
GemStone was unable to accept the network connection.
No network error.


*****************************************************
****** GemStone Abnormal Shutdown at 07/22/11 19:37:00 ART
*****************************************************

best regards
mdc


pd: i'm try to conect with tunnel to gemstone because my vmware don't work with briged
conection.


Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Juan-2
In reply to this post by NorbertHartl
Norbert



On Fri, Jul 22, 2011 at 8:01 PM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 23:46 schrieb Juan:

Norbert

I 'have one machine running vmware.
vmware refuses to start briged network.
vmware only run nat ( network protocol mode)
if I didn't misunderstood, the tunel is with putty (windows side),
or I have to make the tunel from vmware ? (linux side)
i have two interfaces in my real machine.
one conected to modem and the   other with static ip.
the tunel should by on static ip rigth?

Oh, I think I missed some necessary information. I didn't read your host system is windows. I assumed you have a laptop and you want to connect to a real linux machine that has a vmware running. Ssh is also available for windows and you should be able to use putty but I know none of them so I'm not sure I can be of a big help here. Can you give some more details about the exact setup. I mean from what computer you trying to access what. Is my assumption above right?

I have only one  real machine , in there run vmware (gemstone) not appliance.
my vmware don't work briged conection, i'm try to make a tunel from windos seven ( host system) to vmware ( linux gentoo + gemstone ) virtual system . but without sucees yet.
I'm using putty with tunnels options...
best
mdc

Norbert


On Fri, Jul 22, 2011 at 10:38 AM, Juan <[hidden email]> wrote:
Norbert

thanks for response.
best
mdc


On Fri, Jul 22, 2011 at 6:06 AM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 01:03 schrieb Dale Henrichs:

> When you use NAT you can connect to the virtual machine from the "real machine" that the virtual machine is running in .... find out the ip address for the virtual machine (use `ifconfig`) and you can connect...This means that you can run a browser running on your machine and connect via GemTools as long as both are running on the "real machine."
>
> You need Bridged if you want to connect to the virtual machine from outside of the "real machine"...
>
You should be able to use it without having access to the "real" (what is a real machine these days?) machine. If you need to connect netldi on port 50377 and your virtual machine on the real machine has the IP address 10.0.2.15 then issuing the following command on a laptop should help

ssh -L 50377:10.0.2.15:50377 user@realmachine

should help. It opens a local port 50377 (local on the laptop) and establishes a tunnel to the real machine. Every packet going over the tunnel is forwarded from the real machine to the virtual machine. Thus you have access to the virtual machine by connecting to a local port. I hope this helps and wasn't too confusing.

Norbert

>
> ----- Original Message -----
> | From: "Juan" <[hidden email]>
> | To: "GemStone Seaside beta discussion" <[hidden email]>
> | Sent: Thursday, July 21, 2011 3:15:17 PM
> | Subject: Re: [GS/SS Beta] con connect to gemnstome
> |
> | Dale
> |
> | Gemstone needs briged conection, right?
> | there is any chance to conect pharo if virtual machine is in "NAT"
> | protocol?
> | best
> | mdc
> |
> |
> |
> | On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs < [hidden email]
> | > wrote:
> |
> |
> | Juan,
> |
> | I am afraid that I'm not much help when it comes to resolving
> | networking issues for vmware virtual machines, although I know that
> | several years ago I was able to get bridged connections working on
> | my Linux laptop, but it was too much work (at the time) to set
> | things up and I stopped trying to use bridged connections ...
> |
> | Perhaps James remembers the magic formula for Windows? If I recall
> | correctly windows required some setup as well, but the incantation
> | was easier....
> |
> | Dale
> |
> |
> |
> |
> | ----- Original Message -----
> | | From: "Juan" < [hidden email] >
> | | To: "GemStone Seaside beta discussion" < [hidden email]
> | | >
> | | Sent: Thursday, July 21, 2011 2:45:44 PM
> | | Subject: [GS/SS Beta] con connect to gemnstome
> | |
> | | Dale.
> | |
> | | VMWare refuse to start on bidged conection, NAT conection start and
> | | work fine.
> | | googling found some about win7 fail to conect vmware on bidged
> | | conection ( may be bug) .
> | | My host system is window sevent.
> | | any clue?
> | | best regards
> | | mdc
> | |
> | |
> |
> |
> |





Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Jon Paynter-2
Juan,

On Fri, Jul 22, 2011 at 4:12 PM, Juan <[hidden email]> wrote:
Norbert

I have only one  real machine , in there run vmware (gemstone) not appliance.
my vmware don't work briged conection, i'm try to make a tunel from windos seven ( host system) to vmware ( linux gentoo + gemstone ) virtual system . but without sucees yet.
I'm using putty with tunnels options...
best
mdc

it may be a good idea to take a step back and see why vmware refuses to start in bridged mode, and fix that.  When that gets solved you will be able to avoid all these problems you are having.

Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

NorbertHartl
In reply to this post by Juan-2

Am 23.07.2011 um 01:12 schrieb Juan:

Norbert



On Fri, Jul 22, 2011 at 8:01 PM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 23:46 schrieb Juan:

Norbert

I 'have one machine running vmware.
vmware refuses to start briged network.
vmware only run nat ( network protocol mode)
if I didn't misunderstood, the tunel is with putty (windows side),
or I have to make the tunel from vmware ? (linux side)
i have two interfaces in my real machine.
one conected to modem and the   other with static ip.
the tunel should by on static ip rigth?

Oh, I think I missed some necessary information. I didn't read your host system is windows. I assumed you have a laptop and you want to connect to a real linux machine that has a vmware running. Ssh is also available for windows and you should be able to use putty but I know none of them so I'm not sure I can be of a big help here. Can you give some more details about the exact setup. I mean from what computer you trying to access what. Is my assumption above right?

I have only one  real machine , in there run vmware (gemstone) not appliance.
my vmware don't work briged conection, i'm try to make a tunel from windos seven ( host system) to vmware ( linux gentoo + gemstone ) virtual system . but without sucees yet.
I'm using putty with tunnels options...

Ok, then I'm sorry I confused the situation for you. If the machine you are working on and on that vmware runs on is the same then you can simply forget the ssh tunnel. It doesn't give you anything. If it is the same machine than you shouldn't have a problem at all connect the vmware regardless in which network mode it runs. If that is a problem I would suspect a firewall that prevents you doing this. 

Norbet


Norbert


On Fri, Jul 22, 2011 at 10:38 AM, Juan <[hidden email]> wrote:
Norbert

thanks for response.
best
mdc


On Fri, Jul 22, 2011 at 6:06 AM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 01:03 schrieb Dale Henrichs:

> When you use NAT you can connect to the virtual machine from the "real machine" that the virtual machine is running in .... find out the ip address for the virtual machine (use `ifconfig`) and you can connect...This means that you can run a browser running on your machine and connect via GemTools as long as both are running on the "real machine."
>
> You need Bridged if you want to connect to the virtual machine from outside of the "real machine"...
>
You should be able to use it without having access to the "real" (what is a real machine these days?) machine. If you need to connect netldi on port 50377 and your virtual machine on the real machine has the IP address 10.0.2.15 then issuing the following command on a laptop should help

ssh -L 50377:10.0.2.15:50377 user@realmachine

should help. It opens a local port 50377 (local on the laptop) and establishes a tunnel to the real machine. Every packet going over the tunnel is forwarded from the real machine to the virtual machine. Thus you have access to the virtual machine by connecting to a local port. I hope this helps and wasn't too confusing.

Norbert

>
> ----- Original Message -----
> | From: "Juan" <[hidden email]>
> | To: "GemStone Seaside beta discussion" <[hidden email]>
> | Sent: Thursday, July 21, 2011 3:15:17 PM
> | Subject: Re: [GS/SS Beta] con connect to gemnstome
> |
> | Dale
> |
> | Gemstone needs briged conection, right?
> | there is any chance to conect pharo if virtual machine is in "NAT"
> | protocol?
> | best
> | mdc
> |
> |
> |
> | On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs < [hidden email]
> | > wrote:
> |
> |
> | Juan,
> |
> | I am afraid that I'm not much help when it comes to resolving
> | networking issues for vmware virtual machines, although I know that
> | several years ago I was able to get bridged connections working on
> | my Linux laptop, but it was too much work (at the time) to set
> | things up and I stopped trying to use bridged connections ...
> |
> | Perhaps James remembers the magic formula for Windows? If I recall
> | correctly windows required some setup as well, but the incantation
> | was easier....
> |
> | Dale
> |
> |
> |
> |
> | ----- Original Message -----
> | | From: "Juan" < [hidden email] >
> | | To: "GemStone Seaside beta discussion" < [hidden email]
> | | >
> | | Sent: Thursday, July 21, 2011 2:45:44 PM
> | | Subject: [GS/SS Beta] con connect to gemnstome
> | |
> | | Dale.
> | |
> | | VMWare refuse to start on bidged conection, NAT conection start and
> | | work fine.
> | | googling found some about win7 fail to conect vmware on bidged
> | | conection ( may be bug) .
> | | My host system is window sevent.
> | | any clue?
> | | best regards
> | | mdc
> | |
> | |
> |
> |
> |






Reply | Threaded
Open this post in threaded view
|

Re: con connect to gemnstome

Juan-2
Norbert

Vmware runnning over win7 ultimate 64 bit has a bug, and refuse to run in briged connection. tha's the problem i have.
i think , i read  gemstone need briged connection. Pharo not connect with NAT connection.
any ideas?
best regards

mdc

On Sat, Jul 23, 2011 at 6:21 AM, Norbert Hartl <[hidden email]> wrote:

Am 23.07.2011 um 01:12 schrieb Juan:

Norbert



On Fri, Jul 22, 2011 at 8:01 PM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 23:46 schrieb Juan:

Norbert

I 'have one machine running vmware.
vmware refuses to start briged network.
vmware only run nat ( network protocol mode)
if I didn't misunderstood, the tunel is with putty (windows side),
or I have to make the tunel from vmware ? (linux side)
i have two interfaces in my real machine.
one conected to modem and the   other with static ip.
the tunel should by on static ip rigth?

Oh, I think I missed some necessary information. I didn't read your host system is windows. I assumed you have a laptop and you want to connect to a real linux machine that has a vmware running. Ssh is also available for windows and you should be able to use putty but I know none of them so I'm not sure I can be of a big help here. Can you give some more details about the exact setup. I mean from what computer you trying to access what. Is my assumption above right?

I have only one  real machine , in there run vmware (gemstone) not appliance.
my vmware don't work briged conection, i'm try to make a tunel from windos seven ( host system) to vmware ( linux gentoo + gemstone ) virtual system . but without sucees yet.
I'm using putty with tunnels options...

Ok, then I'm sorry I confused the situation for you. If the machine you are working on and on that vmware runs on is the same then you can simply forget the ssh tunnel. It doesn't give you anything. If it is the same machine than you shouldn't have a problem at all connect the vmware regardless in which network mode it runs. If that is a problem I would suspect a firewall that prevents you doing this. 

Norbet


Norbert


On Fri, Jul 22, 2011 at 10:38 AM, Juan <[hidden email]> wrote:
Norbert

thanks for response.
best
mdc


On Fri, Jul 22, 2011 at 6:06 AM, Norbert Hartl <[hidden email]> wrote:

Am 22.07.2011 um 01:03 schrieb Dale Henrichs:

> When you use NAT you can connect to the virtual machine from the "real machine" that the virtual machine is running in .... find out the ip address for the virtual machine (use `ifconfig`) and you can connect...This means that you can run a browser running on your machine and connect via GemTools as long as both are running on the "real machine."
>
> You need Bridged if you want to connect to the virtual machine from outside of the "real machine"...
>
You should be able to use it without having access to the "real" (what is a real machine these days?) machine. If you need to connect netldi on port 50377 and your virtual machine on the real machine has the IP address 10.0.2.15 then issuing the following command on a laptop should help

ssh -L 50377:10.0.2.15:50377 user@realmachine

should help. It opens a local port 50377 (local on the laptop) and establishes a tunnel to the real machine. Every packet going over the tunnel is forwarded from the real machine to the virtual machine. Thus you have access to the virtual machine by connecting to a local port. I hope this helps and wasn't too confusing.

Norbert

>
> ----- Original Message -----
> | From: "Juan" <[hidden email]>
> | To: "GemStone Seaside beta discussion" <[hidden email]>
> | Sent: Thursday, July 21, 2011 3:15:17 PM
> | Subject: Re: [GS/SS Beta] con connect to gemnstome
> |
> | Dale
> |
> | Gemstone needs briged conection, right?
> | there is any chance to conect pharo if virtual machine is in "NAT"
> | protocol?
> | best
> | mdc
> |
> |
> |
> | On Thu, Jul 21, 2011 at 7:11 PM, Dale Henrichs < [hidden email]
> | > wrote:
> |
> |
> | Juan,
> |
> | I am afraid that I'm not much help when it comes to resolving
> | networking issues for vmware virtual machines, although I know that
> | several years ago I was able to get bridged connections working on
> | my Linux laptop, but it was too much work (at the time) to set
> | things up and I stopped trying to use bridged connections ...
> |
> | Perhaps James remembers the magic formula for Windows? If I recall
> | correctly windows required some setup as well, but the incantation
> | was easier....
> |
> | Dale
> |
> |
> |
> |
> | ----- Original Message -----
> | | From: "Juan" < [hidden email] >
> | | To: "GemStone Seaside beta discussion" < [hidden email]
> | | >
> | | Sent: Thursday, July 21, 2011 2:45:44 PM
> | | Subject: [GS/SS Beta] con connect to gemnstome
> | |
> | | Dale.
> | |
> | | VMWare refuse to start on bidged conection, NAT conection start and
> | | work fine.
> | | googling found some about win7 fail to conect vmware on bidged
> | | conection ( may be bug) .
> | | My host system is window sevent.
> | | any clue?
> | | best regards
> | | mdc
> | |
> | |
> |
> |
> |