[Glass] tODE login to remote machine

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

[Glass] tODE login to remote machine

GLASS mailing list
Hi All,

Is anyone using tODE to connect to a stone on a host other than where the pharo vm is running?

Cheers,

J
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] tODE login to remote machine

GLASS mailing list
Hi Richard,

Thanks for your reply. I realised I didn’t even ask a question in my email… sorry about that.

I’m wondering on the stoneHost and gemHost settings - just an ip address or a host name isn’t working for me :)

Is there a trick I’m missing? Do I have to tunnel everything to the remote host? (which I guess I should be doing regardless).

Are there any docs for this?

Thanks for any advice.

Cheers,

J

On 9 Oct 2014, at 5:27 pm, Richard Sargent <[hidden email]> wrote:

> As a Windows user (sorry), I am. Of necessity.
>
> -----Original Message-----
> From: Glass [mailto:[hidden email]] On Behalf Of
> Jupiter Jones via Glass
> Sent: October 8, 2014 22:23
> To: GemStone Seaside beta discussion
> Subject: [Glass] tODE login to remote machine
>
> Hi All,
>
> Is anyone using tODE to connect to a stone on a host other than where the
> pharo vm is running?
>
> Cheers,
>
> J
> _______________________________________________
> Glass mailing list
> [hidden email]
> http://lists.gemtalksystems.com/mailman/listinfo/glass
>

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] tODE login to remote machine

GLASS mailing list

Hi Jupiter,

I'll have to look when I get in the office tomorrow. Basically, it "just worked".

Mind you, it took some work for Dale to get the install scripts to that point. (He doesn't have and isn't familiar with Windows.)

On Oct 8, 2014 11:32 PM, "Jupiter Jones via Glass" <[hidden email]> wrote:
Hi Richard,

Thanks for your reply. I realised I didn’t even ask a question in my email… sorry about that.

I’m wondering on the stoneHost and gemHost settings - just an ip address or a host name isn’t working for me :)

Is there a trick I’m missing? Do I have to tunnel everything to the remote host? (which I guess I should be doing regardless).

Are there any docs for this?

Thanks for any advice.

Cheers,

J

On 9 Oct 2014, at 5:27 pm, Richard Sargent <[hidden email]> wrote:

> As a Windows user (sorry), I am. Of necessity.
>
> -----Original Message-----
> From: Glass [mailto:[hidden email]] On Behalf Of
> Jupiter Jones via Glass
> Sent: October 8, 2014 22:23
> To: GemStone Seaside beta discussion
> Subject: [Glass] tODE login to remote machine
>
> Hi All,
>
> Is anyone using tODE to connect to a stone on a host other than where the
> pharo vm is running?
>
> Cheers,
>
> J
> _______________________________________________
> Glass mailing list
> [hidden email]
> http://lists.gemtalksystems.com/mailman/listinfo/glass
>

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] tODE login to remote machine

Richard Sargent
Administrator
In reply to this post by GLASS mailing list
GLASS mailing list wrote
I’m wondering on the stoneHost and gemHost settings - just an ip address or a host name isn’t working for me :)

Is there a trick I’m missing? Do I have to tunnel everything to the remote host? (which I guess I should be doing regardless).
This is my session description. Both the gem and the stone run on the same Linux machine, while the Pharo client runs on my Windows machine.

(TDSessionDescription new
        name: 'tode';
        gemstoneVersion: '3.2.1';
        stoneHost: 'galbadia';
        stoneName: 'tode';
        gemHost: 'galbadia';
        netLDI: '44874';
        gemTask: 'gemnetobject';
        userId: 'DataCurator';
        password: 'swordfish';
        backupDirectory: '/export/galbadia1/users/rsargent/gsDevKitHome/gemstone/stones/tode/backups/';
        serverGitRoot: '/export/galbadia1/users/rsargent/gsDevKitHome/gemstone/stones/tode/git';
        serverTodeRoot: '/export/galbadia1/users/rsargent/gsDevKitHome/tode';
        yourself) exportTo: TDShell sessionDescriptionHome.
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] tODE login to remote machine

GLASS mailing list
In reply to this post by GLASS mailing list
ip address should work, here's the session description I use when connecting to an ubuntu14.04 virtual machine running on my desktop:

TDSessionDescription {
        #name : 'ubuntu14.04',
        #stoneHost : '192.168.100.131',
        #stoneName : 'seaside3.1.2',
        #gemHost : '192.168.100.131',
        #netLDI : '52344',
        #gemTask : 'gemnetobject',
        #userId : 'DataCurator',
        #password : 'swordfish',
        #osUserId : nil,
        #osPassword : nil,
        #dataDirectory : nil,
        #backupDirectory : '',
        #gemstoneVersion : '3.2.2'
}

I guess I would like to see the results of a `testLogin` command ... If you have a firewall on your remote host, then you will need to poke holes in the firewall and run netldi so that it works in a firewalled environment ... it would also be useful to understand which version of GemStone you are using, because we've been making changes in this area recently...

Dale

On Wed, Oct 8, 2014 at 11:31 PM, Jupiter Jones via Glass <[hidden email]> wrote:
Hi Richard,

Thanks for your reply. I realised I didn’t even ask a question in my email… sorry about that.

I’m wondering on the stoneHost and gemHost settings - just an ip address or a host name isn’t working for me :)

Is there a trick I’m missing? Do I have to tunnel everything to the remote host? (which I guess I should be doing regardless).

Are there any docs for this?

Thanks for any advice.

Cheers,

J

On 9 Oct 2014, at 5:27 pm, Richard Sargent <[hidden email]> wrote:

> As a Windows user (sorry), I am. Of necessity.
>
> -----Original Message-----
> From: Glass [mailto:[hidden email]] On Behalf Of
> Jupiter Jones via Glass
> Sent: October 8, 2014 22:23
> To: GemStone Seaside beta discussion
> Subject: [Glass] tODE login to remote machine
>
> Hi All,
>
> Is anyone using tODE to connect to a stone on a host other than where the
> pharo vm is running?
>
> Cheers,
>
> J
> _______________________________________________
> Glass mailing list
> [hidden email]
> http://lists.gemtalksystems.com/mailman/listinfo/glass
>

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] tODE login to remote machine

GLASS mailing list
Hi All,

Thanks for your responses. I was using the netldi name and not the port - how I thought that was going to work I don’t know :)

Thanks for all your help.

Cheers,

J
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] tODE login to remote machine

GLASS mailing list
The NetLDI name should work, provided you have added it to the services file on the relevant machine(s).

(I find that a lot of overhead for development or transient databases. It does make sense in a production set up, by helping to avoid mis-specified names.)


On Thu, Oct 9, 2014 at 1:59 PM, Jupiter Jones via Glass <[hidden email]> wrote:
Hi All,

Thanks for your responses. I was using the netldi name and not the port - how I thought that was going to work I don’t know :)

Thanks for all your help.

Cheers,

J
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] tODE login to remote machine

GLASS mailing list
Hi Dale,

Yes I’ve added the name to services on my linux machine, but not locally on the mac. Brain freeze. :) All resolved now.

Cheers,

J
On 10 Oct 2014, at 8:04 am, Richard Sargent <[hidden email]> wrote:

The NetLDI name should work, provided you have added it to the services file on the relevant machine(s).

(I find that a lot of overhead for development or transient databases. It does make sense in a production set up, by helping to avoid mis-specified names.)


On Thu, Oct 9, 2014 at 1:59 PM, Jupiter Jones via Glass <[hidden email]> wrote:
Hi All,

Thanks for your responses. I was using the netldi name and not the port - how I thought that was going to work I don’t know :)

Thanks for all your help.

Cheers,

J
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass



_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass