Hi Dean,
what i forgot to mention in my first post: i can login to the slave sgd
server via websession and it is working properly as a standalone instance.
Here are the requested infos:
1) Run "# uname -a" on both master and slave machines.
Master:
Linux ttamaster 2.6.16.27-0.9-smp #1 SMP Tue Feb 13 09:35:18 UTC
2007 i686 i686 i386 GNU/Linux
Slave:
Linux ttaslave1 2.6.16.21-0.8-default #1 Mon Jul 3 18:25:39 UTC 2006
i686 i686 i386 GNU/Linux
There is a difference in kernel version because on the SLES 9 installation
of the slave server I dont have access to a valid YOU Update Source at the
moment.
2) Telnet Connection works in both ways:
ttaslave1:~ # telnet ttamaster 5427
Trying 10.180.100.55...
Connected to ttamaster.
Escape character is '^]'.
Connection closed by foreign host.
ttamaster:~ # telnet ttaslave1 5427
Trying 10.180.100.56...
Connected to ttaslave1.
Escape character is '^]'.
3. Reverse Join also fails with the same output as for the other way round:
ttaslave1:/opt/tarantella/bin # ./tarantella array join --verbose --primary
ttamaster.schmitt-aufzuege.edu --secondary ttaslave1.schmitt-aufzuege.edu
2007/12/22 12:42:50.181 (pid 0) server/common/info #1198323770143
Successful DNS lookup (127.0.0.2).
2007/12/22 12:42:50.206 (pid 0) server/common/info #1198323770206
Successful DNS lookup (10.180.100.56).
2007/12/22 12:42:51.648 (pid 0) server/tfn/info #1198323771648
Creating a TFN table for the flavor "autoAdmin"
using properties at file:///opt/tarantella/var/serverresources/tfn.
2007/12/22 12:42:51.819 (pid 0) server/tfn/info #1198323771819
Loading com.sco.tta.common.jndi.provider.tfn.TFNFlavourLogicAdmin
as logic for determining the TFN flavor.
2007/12/22 12:42:51.839 (pid 0) server/tfn/info #1198323771839
Looking for ASAD server on ttaslave1.schmitt-aufzuege.edu:5427.
2007/12/22 12:42:51.843 (pid 0) server/tfn/info #1198323771843
Found an ASAD server on ttaslave1.schmitt-aufzuege.edu:5427.
2007/12/22 12:42:51.846 (pid 0) server/tfn/info #1198323771846
Creating a TFN table for the flavor "connected-local-master"
using properties at file:///opt/tarantella/var/serverresources/tfn.
2007/12/22 12:42:51.940 (pid 0) server/tfn/info #1198323771940
Created a TFN table for the flavor "connected-local-master".
2007/12/22 12:42:52.082 (pid 0) admin/misc/moreinfo #1198323772081
Contacting host ttaslave1.schmitt-aufzuege.edu.
2007/12/22 12:42:52.138 (pid 0) admin/misc/moreinfo #1198323772138
Contacted host ttaslave1.schmitt-aufzuege.edu succesfully.
2007/12/22 12:42:52.139 (pid 0) admin/misc/moreinfo #1198323772139
Contacting host ttamaster.schmitt-aufzuege.edu.
2007/12/22 12:42:52.143 (pid 0) admin/misc/moreinfo #1198323772143
Failed to contact host ttamaster.schmitt-aufzuege.edu because of
javax.naming.CommunicationException: failed to connect [Root exception is
java.net.SocketException: Invalid argument or cannot assign requested
address]
at
com.sco.jndi.provider.asadpeer.ConnectionTable$Connection.connect(AsadContex
t.java:1216)
at
com.sco.jndi.provider.asadpeer.ConnectionTable$Connection.<init>(AsadContext
.java:1096)
at
com.sco.jndi.provider.asadpeer.ConnectionTable.getConnectionFor(AsadContext.
java:1014)
at
com.sco.jndi.provider.asadpeer.AsadContext.updateConnection(AsadContext.java
:769)
at
com.sco.jndi.provider.asadpeer.AsadContext.verifyProperties(AsadContext.java
:215)
at
com.sco.jndi.provider.asadpeer.AbstractAsadContext.<init>(AbstractAsadContex
t.java:144)
at
com.sco.jndi.provider.asadpeer.AsadContext.<init>(AsadContext.java:123)
at
com.sco.jndi.provider.asadpeer.AsadContextFactory.getObjectInstance(AsadCont
extFactory.java:34)
at
com.sco.jndi.toolkit.provider.BaseContextFactory.getInitialContext(BaseConte
xtFactory.java:71)
at com.sco.jndi.url.URLContext.context(URLContext.java:65)
at com.sco.jndi.url.URLContext.lookup(URLContext.java:99)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at
com.sco.tta.admin.common.CCContextProvider$3.execute(CCContextProvider.java:
661)
at
com.sco.tta.admin.common.CCToolkit.runAuthenticatedJNDIOp(CCToolkit.java:830
)
at
com.sco.tta.admin.common.CCContextProvider.resolveToObjectWithURLWithCreds(C
CContextProvider.java:666)
at
com.sco.tta.admin.common.CCContextProvider.resolveToObjectWithURLWithCreds(C
CContextProvider.java:588)
at
com.sco.tta.admin.common.actions.ArrayBaseCommand.promptForCredentials(Array
BaseCommand.java:212)
at
com.sco.tta.admin.common.actions.ArrayBaseCommand.promptForCredentials(Array
BaseCommand.java:162)
at
com.sco.tta.admin.common.actions.ArrayBaseCommand.promptForCredentials(Array
BaseCommand.java:139)
at
com.sco.tta.admin.common.actions.ArrayNewSlaveCommand.execute(ArrayNewSlaveC
ommand.java:74)
at
com.sco.tta.admin.common.CCToolkit.runAuthenticatedJNDIOp(CCToolkit.java:830
)
at
com.sco.tta.admin.common.actions.BaseActionMap.doAction(BaseActionMap.java:2
73)
at
com.sco.tta.admin.common.actions.BaseActionMap.doAction(BaseActionMap.java:2
40)
at
com.sco.tta.admin.jacl.ArrayNewSlaveCmd.cmdProc(ArrayNewSlaveCmd.java:121)
at tcl.lang.Parser.evalObjv(Parser.java:810)
at tcl.lang.Parser.eval2(Parser.java:1209)
at tcl.lang.Interp.eval(Interp.java:2042)
at tcl.lang.Interp.eval(Interp.java:2101)
at tcl.lang.CatchCmd.cmdProc(CatchCmd.java:42)
at tcl.lang.Parser.evalObjv(Parser.java:810)
at tcl.lang.Parser.eval2(Parser.java:1209)
at tcl.lang.Parser.evalTokens(Parser.java:993)
at tcl.lang.Parser.eval2(Parser.java:1196)
at tcl.lang.Interp.eval(Interp.java:2042)
at tcl.lang.Interp.evalFile(Interp.java:2140)
at tcl.lang.Shell.main(Shell.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sco.cid.common.Run.invoke(Run.java:105)
at com.sco.cid.common.Run.run(Run.java:133)
at com.sco.cid.common.Run.run(Run.java:95)
at
com.sco.tta.common.util.TarantellaApplication$1.run(TarantellaApplication.ja
va:119)
at
com.sco.cid.common.RunnableThreadGroup.run(RunnableThreadGroup.java:129)
at
com.sco.tta.common.util.TarantellaApplication.run(TarantellaApplication.java
:179)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.SocketException: Invalid argument or cannot assign
requested address
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at java.net.Socket.connect(Socket.java:469)
at java.net.Socket.<init>(Socket.java:366)
at java.net.Socket.<init>(Socket.java:266)
at
com.sco.tta.common.connection.raw.RawServerConnect.socketFactory(RawServerCo
nnect.java:208)
at
com.sco.tta.common.connection.raw.RawServerSecureSocketConnect.getSecureSock
et(RawServerSecureSocketConnect.java:358)
at
com.sco.tta.common.connection.raw.RawServerSecureSocketConnect.<init>(RawSer
verSecureSocketConnect.java:306)
at
com.sco.tta.common.connection.raw.RawServerSecureSocketConnect.<init>(RawSer
verSecureSocketConnect.java:126)
at
com.sco.tta.common.connection.asad.AsadPeerConnection.<init>(AsadPeerConnect
ion.java:109)
at
com.sco.jndi.provider.asadpeer.ConnectionTable$Connection.connect(AsadContex
t.java:1171)
... 46 more
.
The command will attempt to contact other array members if possible.
2007/12/22 12:42:52.305 (pid 0) admin/misc/moreinfo #1198323772305
Looked up host object of ttaslave1.schmitt-aufzuege.edu on
ttaslave1.schmitt-aufzuege.edu.
2007/12/22 12:42:52.308 (pid 0) admin/misc/info #1198323772308
Operation failed!
Cannot determine master
Exception was:
com.sco.tta.admin.common.actions.CannotDetermineMasterException: Cannot
determine the primary server
at
com.sco.tta.admin.common.actions.MasterIsMasterArrayRestriction.preCheck(Mas
terIsMasterArrayRestriction.java:48)
at
com.sco.tta.admin.common.actions.ArrayNewSlaveCommand.doPreChecks(ArrayNewSl
aveCommand.java:257)
at
com.sco.tta.admin.common.actions.ArrayNewSlaveCommand.execute(ArrayNewSlaveC
ommand.java:79)
at
com.sco.tta.admin.common.CCToolkit.runAuthenticatedJNDIOp(CCToolkit.java:830
)
at
com.sco.tta.admin.common.actions.BaseActionMap.doAction(BaseActionMap.java:2
73)
at
com.sco.tta.admin.common.actions.BaseActionMap.doAction(BaseActionMap.java:2
40)
at
com.sco.tta.admin.jacl.ArrayNewSlaveCmd.cmdProc(ArrayNewSlaveCmd.java:121)
at tcl.lang.Parser.evalObjv(Parser.java:810)
at tcl.lang.Parser.eval2(Parser.java:1209)
at tcl.lang.Interp.eval(Interp.java:2042)
at tcl.lang.Interp.eval(Interp.java:2101)
at tcl.lang.CatchCmd.cmdProc(CatchCmd.java:42)
at tcl.lang.Parser.evalObjv(Parser.java:810)
at tcl.lang.Parser.eval2(Parser.java:1209)
at tcl.lang.Parser.evalTokens(Parser.java:993)
at tcl.lang.Parser.eval2(Parser.java:1196)
at tcl.lang.Interp.eval(Interp.java:2042)
at tcl.lang.Interp.evalFile(Interp.java:2140)
at tcl.lang.Shell.main(Shell.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sco.cid.common.Run.invoke(Run.java:105)
at com.sco.cid.common.Run.run(Run.java:133)
at com.sco.cid.common.Run.run(Run.java:95)
at
com.sco.tta.common.util.TarantellaApplication$1.run(TarantellaApplication.ja
va:119)
at
com.sco.cid.common.RunnableThreadGroup.run(RunnableThreadGroup.java:129)
at
com.sco.tta.common.util.TarantellaApplication.run(TarantellaApplication.java
:179)
at java.lang.Thread.run(Thread.java:619)
.
2007/12/22 12:42:52.312 (pid 0) server/tfn/info #1198323772312
Creating a TFN table for the flavor "autoAdmin"
using properties at file:///opt/tarantella/var/serverresources/tfn.
2007/12/22 12:42:52.358 (pid 0) server/tfn/info #1198323772358
Loading com.sco.tta.common.jndi.provider.tfn.TFNFlavourLogicAdmin
as logic for determining the TFN flavor.
2007/12/22 12:42:52.372 (pid 0) server/tfn/info #1198323772372
Looking for ASAD server on ttaslave1.schmitt-aufzuege.edu:5427.
2007/12/22 12:42:52.374 (pid 0) server/tfn/info #1198323772374
Found an ASAD server on ttaslave1.schmitt-aufzuege.edu:5427.
2007/12/22 12:42:52.375 (pid 0) server/tfn/info #1198323772375
Creating a TFN table for the flavor "connected-local-master"
using properties at file:///opt/tarantella/var/serverresources/tfn.
2007/12/22 12:42:52.427 (pid 0) server/tfn/info #1198323772427
Created a TFN table for the flavor "connected-local-master".
Can't contact the server ttamaster.schmitt-aufzuege.edu.
----->-------
ttamaster:~ # /opt/tarantella/bin/tarantella version
Sun Secure Global Desktop Software for Intel Linux kernel 2.4+ (4.31.905)
Architecture code: i3li0206
ttaslave1:/opt/tarantella/bin # ./tarantella version
Sun Secure Global Desktop Software for Intel Linux kernel 2.4+ (4.31.905)
Architecture code: i3li0206
Maybe there is an issue with ipv6 enabled linux boxes? Although I have
never read anything bout it in the SUN knowledge base.
BTW the join doesnt work when submitting fqdn, ip adress or hostnames.
At installation the peer dns names where also correct, I double checked
this.
I think i am forced to open a support call -.-
Merry Christmas and a happy new year!
Best regards
Joerg
> Hi Jvrg,
>
> I've not seen this error before. It looks to be down to a connection
> issue, although the actual error is a new one to me. Could you carry out
> the following diagnostics and post the results?
>
> 1) Run "# uname -a" on both master and slave machines.
> 2) Attempt to establish a telnet connection from both master->slave:5427
> and from slave->master:5427. Do these connections succeed?
> 3) Attempt to do a reverse join. That is, run the command "# tarantella
> array join --verbose --primary ttamaster.schmitt-aufzuege.edu" on the
> slave.
>
> Thanks,
>
> DD
>
> Jvrg Rei_lein wrote:
> > Hello all,
> >
> > i am trying to add a secondary server to my existing working sgd-
> 4.31.905
> > server. the slave server is running the same version
> > dns resolution is working for a andptr queries.
> >
> > however here is the output of the submitted command on the master
> server:
> >
> > ttamaster:/opt/tarantella/bin # /opt/tarantella/bin/tarantella array
> join
> > --primary ttamaster.schmitt-aufzuege.edu --secondary
> > ttaslave1.schmitt-aufzuege.edu --verbose
> > 2007/12/21 10:44:50.894 (pid 0) server/common/info #1198230290852
> > Successful DNS lookup (127.0.0.2).
> >
> > 2007/12/21 10:44:50.921 (pid 0) server/common/info #1198230290921
> > Successful DNS lookup (10.180.100.55).
> >
> > 2007/12/21 10:44:52.883 (pid 0) server/tfn/info #1198230292883
> > Creating a TFN table for the flavor "autoAdmin"
> > using properties at file:///opt/tarantella/var/serverresources/tfn.
> >
> > 2007/12/21 10:44:53.055 (pid 0) server/tfn/info #1198230293055
> > Loading com.sco.tta.common.jndi.provider.tfn.TFNFlavourLogicAdmin
> > as logic for determining the TFN flavor.
> >
> > 2007/12/21 10:44:53.068 (pid 0) server/tfn/info #1198230293068
> > Looking for ASAD server on ttamaster.schmitt-aufzuege.edu:5427.
> >
> > 2007/12/21 10:44:53.072 (pid 0) server/tfn/info #1198230293071
> > Found an ASAD server on ttamaster.schmitt-aufzuege.edu:5427.
> >
> > 2007/12/21 10:44:53.074 (pid 0) server/tfn/info #1198230293074
> > Creating a TFN table for the flavor "connected-local-master"
> > using properties at file:///opt/tarantella/var/serverresources/tfn.
> >
> > 2007/12/21 10:44:53.172 (pid 0) server/tfn/info #1198230293172
> > Created a TFN table for the flavor "connected-local-master".
> >
> > 2007/12/21 10:44:53.281 (pid 0) admin/misc/moreinfo #1198230293281
> > Contacting host ttaslave1.schmitt-aufzuege.edu.
> >
> > 2007/12/21 10:44:53.288 (pid 0) admin/misc/moreinfo #1198230293288
> > Failed to contact host ttaslave1.schmitt-aufzuege.edu because of
> > javax.naming.CommunicationException: failed to connect [Root exception
> is
> > java.net.SocketException: Invalid argument or cannot assign requested
> > address]
> > at
> >
> com.sco.jndi.provider.asadpeer.ConnectionTable$Connection.connect(AsadCont
> ex
> > t.java:1216)
> > at
> >
> com.sco.jndi.provider.asadpeer.ConnectionTable$Connection.<init>(AsadConte
> xt
> > .java:1096)
> > at
> >
> com.sco.jndi.provider.asadpeer.ConnectionTable.getConnectionFor(AsadContex
> t.
> > java:1014)
> > at
> >
> com.sco.jndi.provider.asadpeer.AsadContext.updateConnection(AsadContext.ja
> va
> > :769)
> > at
> >
> com.sco.jndi.provider.asadpeer.AsadContext.verifyProperties(AsadContext.ja
> va
> > :215)
> > at
> >
> com.sco.jndi.provider.asadpeer.AbstractAsadContext.<init>(AbstractAsadCont
> ex
> > t.java:144)
> > at
> com.sco.jndi.provider.asadpeer.AsadContext.<init>(AsadContext.java:123)
> > at
> >
> com.sco.jndi.provider.asadpeer.AsadContextFactory.getObjectInstance(AsadCo
> nt
> > extFactory.java:34)
> > at
> >
> com.sco.jndi.toolkit.provider.BaseContextFactory.getInitialContext(BaseCon
> te
> > xtFactory.java:71)
> > at com.sco.jndi.url.URLContext.context(URLContext.java:65)
> > at com.sco.jndi.url.URLContext.lookup(URLContext.java:99)
> > at javax.naming.InitialContext.lookup(InitialContext.java:392)
> > at
> >
> com.sco.tta.admin.common.CCContextProvider$3.execute(CCContextProvider.jav
> a:
> > 661)
> > at
> >
> com.sco.tta.admin.common.CCToolkit.runAuthenticatedJNDIOp(CCToolkit.java:8
> 30
> > )
> > at
> >
> com.sco.tta.admin.common.CCContextProvider.resolveToObjectWithURLWithCreds
> (C
> > CContextProvider.java:666)
> > at
> >
> com.sco.tta.admin.common.CCContextProvider.resolveToObjectWithURLWithCreds
> (C
> > CContextProvider.java:588)
> > at
> >
> com.sco.tta.admin.common.actions.ArrayBaseCommand.promptForCredentials(Arr
> ay
> > BaseCommand.java:212)
> > at
> >
> com.sco.tta.admin.common.actions.ArrayBaseCommand.promptForCredentials(Arr
> ay
> > BaseCommand.java:162)
> > at
> >
> com.sco.tta.admin.common.actions.ArrayBaseCommand.promptForCredentials(Arr
> ay
> > BaseCommand.java:139)
> > at
> >
> com.sco.tta.admin.common.actions.ArrayNewSlaveCommand.execute(ArrayNewSlav
> eC
> > ommand.java:74)
> > at
> >
> com.sco.tta.admin.common.CCToolkit.runAuthenticatedJNDIOp(CCToolkit.java:8
> 30
> > )
> > at
> >
> com.sco.tta.admin.common.actions.BaseActionMap.doAction(BaseActionMap.java
> :2
> > 73)
> > at
> >
> com.sco.tta.admin.common.actions.BaseActionMap.doAction(BaseActionMap.java
> :2
> > 40)
> > at
> >
> com.sco.tta.admin.jacl.ArrayNewSlaveCmd.cmdProc(ArrayNewSlaveCmd.java:121)
> > at tcl.lang.Parser.evalObjv(Parser.java:810)
> > at tcl.lang.Parser.eval2(Parser.java:1209)
> > at tcl.lang.Interp.eval(Interp.java:2042)
> > at tcl.lang.Interp.eval(Interp.java:2101)
> > at tcl.lang.CatchCmd.cmdProc(CatchCmd.java:42)
> > at tcl.lang.Parser.evalObjv(Parser.java:810)
> > at tcl.lang.Parser.eval2(Parser.java:1209)
> > at tcl.lang.Parser.evalTokens(Parser.java:993)
> > at tcl.lang.Parser.eval2(Parser.java:1196)
> > at tcl.lang.Interp.eval(Interp.java:2042)
> > at tcl.lang.Interp.evalFile(Interp.java:2140)
> > at tcl.lang.Shell.main(Shell.java:102)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 39
> > )
> > at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> pl
> > .java:25)
> > at java.lang.reflect.Method.invoke(Method.java:597)
> > at com.sco.cid.common.Run.invoke(Run.java:105)
> > at com.sco.cid.common.Run.run(Run.java:133)
> > at com.sco.cid.common.Run.run(Run.java:95)
> > at
> >
> com.sco.tta.common.util.TarantellaApplication$1.run(TarantellaApplication.
> ja
> > va:119)
> > at
> com.sco.cid.common.RunnableThreadGroup.run(RunnableThreadGroup.java:129)
> > at
> >
> com.sco.tta.common.util.TarantellaApplication.run(TarantellaApplication.ja
> va
> > :179)
> > at java.lang.Thread.run(Thread.java:619)
> > Caused by: java.net.SocketException: Invalid argument or cannot assign
> > requested address
> > at java.net.PlainSocketImpl.socketConnect(Native Method)
> > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
> > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
> > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
> > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
> > at java.net.Socket.connect(Socket.java:519)
> > at java.net.Socket.connect(Socket.java:469)
> > at java.net.Socket.<init>(Socket.java:366)
> > at java.net.Socket.<init>(Socket.java:266)
> > at
> >
> com.sco.tta.common.connection.raw.RawServerConnect.socketFactory(RawServer
> Co
> > nnect.java:208)
> > at
> >
> com.sco.tta.common.connection.raw.RawServerSecureSocketConnect.getSecureSo
> ck
> > et(RawServerSecureSocketConnect.java:358)
> > at
> >
> com.sco.tta.common.connection.raw.RawServerSecureSocketConnect.<init>(RawS
> er
> > verSecureSocketConnect.java:306)
> > at
> >
> com.sco.tta.common.connection.raw.RawServerSecureSocketConnect.<init>(RawS
> er
> > verSecureSocketConnect.java:126)
> > at
> >
> com.sco.tta.common.connection.asad.AsadPeerConnection.<init>(AsadPeerConne
> ct
> > ion.java:109)
> > at
> >
> com.sco.jndi.provider.asadpeer.ConnectionTable$Connection.connect(AsadCont
> ex
> > t.java:1171)
> > ... 46 more
> > .
> > The command will attempt to contact other array members if possible.
> >
> > 2007/12/21 10:44:53.290 (pid 0) admin/misc/moreinfo #1198230293290
> > Contacting host ttamaster.schmitt-aufzuege.edu.
> >
> > 2007/12/21 10:44:53.325 (pid 0) admin/misc/moreinfo #1198230293325
> > Contacted host ttamaster.schmitt-aufzuege.edu succesfully.
> >
> > 2007/12/21 10:44:53.473 (pid 0) admin/misc/moreinfo #1198230293473
> > Looked up host object of ttamaster.schmitt-aufzuege.edu on
> > ttamaster.schmitt-aufzuege.edu.
> >
> > 2007/12/21 10:44:53.523 (pid 0) admin/misc/moreinfo #1198230293523
> > Looked up host object of ttamaster.schmitt-aufzuege.edu on
> > ttamaster.schmitt-aufzuege.edu.
> >
> > 2007/12/21 10:44:53.530 (pid 0) server/tfn/info #1198230293530
> > Creating a TFN table for the flavor "autoAdmin"
> > using properties at file:///opt/tarantella/var/serverresources/tfn.
> >
> > 2007/12/21 10:44:53.582 (pid 0) server/tfn/info #1198230293582
> > Loading com.sco.tta.common.jndi.provider.tfn.TFNFlavourLogicAdmin
> > as logic for determining the TFN flavor.
> >
> > 2007/12/21 10:44:53.595 (pid 0) server/tfn/info #1198230293595
> > Looking for ASAD server on ttamaster.schmitt-aufzuege.edu:5427.
> >
> > 2007/12/21 10:44:53.596 (pid 0) server/tfn/info #1198230293596
> > Found an ASAD server on ttamaster.schmitt-aufzuege.edu:5427.
> >
> > 2007/12/21 10:44:53.597 (pid 0) server/tfn/info #1198230293597
> > Creating a TFN table for the flavor "connected-local-master"
> > using properties at file:///opt/tarantella/var/serverresources/tfn.
> >
> > 2007/12/21 10:44:53.660 (pid 0) server/tfn/info #1198230293660
> > Created a TFN table for the flavor "connected-local-master".
> >
> > Can't contact the server ttaslave1.schmitt-aufzuege.edu.
> >
> >
> > ------<-----
> >
> > Ping results:
> > ttamaster:/opt/tarantella/bin # ping ttaslave1
> > PING ttaslave1.schmitt-aufzuege.edu (10.180.100.56) 56(84) bytes of
> data.
> > 64 bytes from ttaslave1.schmitt-aufzuege.edu (10.180.100.56): icmp_seq=1
> > ttl=64 time=1.81 ms
> >
> > --- ttaslave1.schmitt-aufzuege.edu ping statistics ---
> > 1 packets transmitted, 1 received, 0% packet loss, time 0ms
> > rtt min/avg/max/mdev = 1.815/1.815/1.815/0.000 ms
> >
> > ttamaster:/opt/tarantella/bin # host 10.180.100.56
> > 56.100.180.10.in-addr.arpa domain name pointer
> > ttaslave1.schmitt-aufzuege.edu.
> >
> > ttaslave1:~ # ping ttamaster
> > PING ttamaster.schmitt-aufzuege.edu (10.180.100.55) 56(84) bytes of
> data.
> > 64 bytes from ttamaster.schmitt-aufzuege.edu (10.180.100.55): icmp_seq=1
> > ttl=64 time=0.204 ms
> >
> > --- ttamaster.schmitt-aufzuege.edu ping statistics ---
> > 1 packets transmitted, 1 received, 0% packet loss, time 0ms
> > rtt min/avg/max/mdev = 0.204/0.204/0.204/0.000 ms
> >
> > ttaslave1:~ # host 10.180.100.55
> > 55.100.180.10.in-addr.arpa domain name pointer
> > ttamaster.schmitt-aufzuege.edu.
> >
> > ----<----
> >
> > any ideas? im stuck
> >
> > regards
> > joerg
> >
> > _______________________________________________
> > SGD-Users mailing list
> > [email protected]
> > http://www.filibeto.org/mailman/listinfo/sgd-users
> >
>
>
> ------------------------------
>
> _______________________________________________
> SGD-Users mailing list
> [email protected]
> http://www.filibeto.org/mailman/listinfo/sgd-users
>
>
> End of SGD-Users Digest, Vol 24, Issue 9
> ****************************************
_______________________________________________
SGD-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sgd-users