[Glass] Ubuntu 14.04 ethernet static ip and GemTools login

Dario Trussardi via Glass glass at lists.gemtalksystems.com
Tue Mar 24 11:00:07 PDT 2015


Dale,

> Dario,
> 
> I think in this case the best course of action is for you to give me the list of commands that you executed to set up you static ip address (I told you I am not an expert:). I've got a 14.04 vm here that I can try ...
> 
> BTW, you mention that GemTools doesn't work, but in the gslist output it looks like the netldi is frozen?

gslist 	is not a valid command in my system; 	because?

> 
> Have you restarted your netldi after changing the ip address ... Also, you don't mention whether you are running GemTools as a remote/local client.

GemTools is into LAN.

> 
> Anyway, if you give me the list of things that you did to set the ip address, I'll see if I can reproduce the problem here...

I change the /etc/network/interfaces		to:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#auto p2p1
#iface p2p1 inet dhcp
######
auto p2p1
iface p2p1 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
brodcast 192.168.1.255
gateway 192.168.1.254

and restart the system.

And update the /etc/hosts	file  ( on all the system into LAN ) with the entry:

192.168.1.10    scandella

where 	scandella 	is used into GemTools session:

	OGCustomSessionDescription new
	name: 'Scandella3106 gestionale';
	stoneHost: 'scandella';
	stoneName: 'gestionale';
	gemHost: 'scandella';
	netLDI: '50377';
	gemTask: 'gemnetobject';
	userId: 'DataCurator';
	password: 'mypassword';
	osUserId: '';
	osPassword: '';
	backupDirectory: '';
	dataDirectory: '';
	yourself.


Thanks,

	Dario

> 
> Dale
> 
> On 03/24/2015 09:37 AM, Dario Trussardi via Glass wrote:
>> 
>> Dale,
>> 
>>> Dario,
>>> 
>>> I am not a network configuration expert either ...
>>> 
>>> You don't mention whether or not you have shutdown the stone before adding the static ip...and restart after changing the ip address..
>>> 
>>> Once you've monkeyed with the network addresses, I would think that you need to restart the whole system.
>> 
>> Yes, after setup-change the file:  interfaces  i restart the system.
>> 
>>> 
>>> Give that a try (you might have to kill the stoned process to bring things down) and let me know if you are still seeing the problem.
>>> 
>> 
>> The problem is not resolved, and i don't have some idea about resolved it.
>> 
>> Ciao,
>> 
>>  Dario
>> 
>>> Dale
>>> 
>>> On 03/24/2015 09:09 AM, Dario Trussardi via Glass wrote:
>>>> Ciao,
>>>> 
>>>> 
>>>>                 i'm not expert about ethernet configuration, and maybe I've got it all wrong.
>>>> 
>>>> 
>>>>                 The system setup:
>>>> 
>>>> 
>>>>                 I have a Ubuntu 14.04 -server where i run tODE 3.1.0.6 environment with Daemontools service.
>>>> 
>>>> 
>>>> Case A) With this /etc/network/interfaces  
>>>> 
>>>> # This file describes the
>>>>                       network interfaces available on your system
>>>> # and how to activate
>>>>                       them. For more information, see interfaces(5).
>>>>  
>>>> # The loopback network
>>>>                       interface
>>>> auto lo
>>>> iface lo inet loopback
>>>>  
>>>> # The primary network
>>>>                       interface
>>>> auto p2p1
>>>> iface p2p1 inet dhcp
>>>> 
>>>>  the GemTools login work fine.
>>>> 
>>>> 
>>>>                 The gemstone_status  report:
>>>> 
>>>> Status   Version    Owner    Pid   Port   Started     Type       Name
>>>> ------- --------- --------- ----- ----- ------------ ------      ----
>>>>   OK    3.1.0.6   scandella  1441 53933 mar 24 16:04 Stone       gestionale
>>>>   OK    3.1.0.6   scandella  1443 47743 mar 24 16:04 cache       gestionale~9af495ccd1149d82
>>>>   OK    3.1.0.6   scandella  1478 50377 mar 24 16:04 Netldi      gs64ldi
>>>> 
>>>> [sudo] password for scandella: 
>>>> /etc/service/gs_maintenance: up (pid 667) 2971 seconds
>>>> /etc/service/gs_seaside-9060: up (pid 665) 2971 seconds
>>>> /etc/service/gs_seaside-9061: up (pid 671) 2971 seconds
>>>> /etc/service/gs_seaside-9062: up (pid 668) 2971 seconds
>>>> /etc/service/gs_seaside-9063: up (pid 672) 2971 seconds
>>>> /etc/service/gs_seaside-9064: up (pid 666) 2971 seconds
>>>> /etc/service/gs_seaside-9065: up (pid 669) 2971 seconds
>>>> /etc/service/gs_statmon-1: up (pid 1598) 2951 seconds
>>>> /etc/service/gs_statmon-60: up (pid 673) 2971 seconds
>>>> 
>>>> 
>>>> Case B) With this /etc/network/interfaces  ( i need to set a static ip )
>>>> 
>>>> # This file describes
>>>>                         the network interfaces available on your system
>>>> # and how to activate
>>>>                         them. For more information, see interfaces(5).
>>>>  
>>>> # The loopback network
>>>>                         interface
>>>> auto lo
>>>> iface lo inet loopback
>>>>  
>>>> # The primary network
>>>>                         interface
>>>>  
>>>> auto p2p1
>>>> iface p2p1 inet static
>>>> address 192.168.1.10
>>>> netmask 255.255.255.0
>>>> network 192.168.1.0
>>>> brodcast 192.168.1.255
>>>> gateway 192.168.1.254
>>>> 
>>>> 
>>>>                   
>>>>  the GemTools login go into loop and i need to restart the GemTools image. 
>>>> 
>>>> 
>>>> 
>>>>                 The gemstone_status after the first GemTools attempt  login report:
>>>>  
>>>> Status Version Owner Pid
>>>>                       Port Started Type Name
>>>> ------- ---------
>>>>                       --------- ----- ----- ------------ ------ ----
>>>>  OK 3.1.0.6 scandella 1441
>>>>                       53933 mar 24 16:04 Stone gestionale
>>>>  OK 3.1.0.6 scandella 1443
>>>>                       47743 mar 24 16:04 cache
>>>>                       gestionale~9af495ccd1149d82
>>>>  
>>>> ******* frozen 
>>>>                   3.1.0.6 scandella 1478 50377 mar 24 16:04 Netldi
>>>>                   gs64ldi
>>>>  [sudo] password for
>>>>                     scandella: /etc/service/gs_maintenance: up (pid 667)
>>>>                     2971 seconds /etc/service/gs_seaside-9060: up (pid
>>>>                     665) 2971 seconds /etc/service/gs_seaside-9061: up
>>>>                     (pid 671) 2971 seconds /etc/service/gs_seaside-9062:
>>>>                     up (pid 668) 2971 seconds
>>>>                     /etc/service/gs_seaside-9063: up (pid 672) 2971
>>>>                     seconds /etc/service/gs_seaside-9064: up (pid 666)
>>>>                     2971 seconds /etc/service/gs_seaside-9065: up (pid
>>>>                     669) 2971 seconds /etc/service/gs_statmon-1: up (pid
>>>>                     1598) 2951 seconds /etc/service/gs_statmon-60: up
>>>>                     (pid 673) 2971 seconds
>>>> 
>>>> 
>>>> Someone can help me out on how to configure the network card ( with a static address  IP ) so Gemtools works well?
>>>> 
>>>> Thanks,
>>>> 
>>>> 
>>>>                 Dario
>>>> 
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Glass mailing list
>>>> Glass at lists.gemtalksystems.com
>>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>>> 
>>> _______________________________________________
>>> Glass mailing list
>>> Glass at lists.gemtalksystems.com
>>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>> 
>> 
>> 
>> _______________________________________________
>> Glass mailing list
>> Glass at lists.gemtalksystems.com
>> http://lists.gemtalksystems.com/mailman/listinfo/glass
> 
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20150324/97923ad1/attachment-0001.html>


More information about the Glass mailing list