Re: [Networktest-sctp] [SCTP] Problem in execution of SCTP firsttest case, please help.
Brought to you by:
fnst-netdev
|
From: Wei Y. <yj...@cn...> - 2010-12-28 07:00:14
|
Hi > Hi Wei, > Please find attached the log.tar.gz that contains html file and the standard output: > > Following command is executed at TN: > ro...@lo...$./NormalInitClient.seq -pkt ./NormalInitClient.def -trace -log 1.html > It seems everything is OK, but... can you try the following on TN: #/usr/local/v6eval//bin/linux-v6//rcommandasync.rmt -t linux-v6 -u root -p password -d ttyS0 -o 1 cmd="sleep 5 && sctp_test -H 192.168.0.21 -P 3009 -h 192.168.0.100 -p 2009 -T -s -c -1352 -X 1 -x 1 -o 1 > /tmp/tstcmd.log 2>&1 &" #/usr/local/v6eval//bin/linux-v6//rcommandasync.rmt -t linux-v6 -u root -p password -d ttyS0 -o 1 cmd="sctp_test -H 192.168.0.21 -P 3009 -h 192.168.0.100 -p 2009 -T -s -c -1352 -X 1 -x 1 -o 1 > /tmp/tstcmd.log 2>&1 &" #cat /usr/local/v6eval//bin/linux-v6//rcommandasync.rmt maybe the rcommandasync.rmt file is not correct. > > On checking at NUT: > /tmp/tstcmd.log is not created when the above command is executed at TN. > > Please help. > > Thanks, > Arif > > > -----Original Message----- > From: Mohd Arif > Sent: Tue 12/28/2010 9:14 AM > To: Mohd Arif; Mohd Arif; Wei Yongjun > Cc: net...@li... > Subject: RE: [Networktest-sctp] [SCTP] Problem in execution of SCTP firsttest case, please help. > > Hey Wei, > Previously i was not using /usr/local/v6eval/sctp/init directory. > I was using a local directory so the configuration files (tn.def and nut.def) are not updated in this location. > Please wait. I am sending you the logs once again. > > Thanks, > Arif > > > -----Original Message----- > From: Mohd Arif > Sent: Tue 12/28/2010 9:06 AM > To: Mohd Arif; Wei Yongjun > Cc: net...@li... > Subject: RE: [Networktest-sctp] [SCTP] Problem in execution of SCTP firsttest case, please help. > > Hi Wei, > > Please find attached the 1.html > It shows some error. > > I executed the following command: > ============================================================================================== > ro...@lo...$./NormalInitClient.seq -pkt ./NormalInitClient.def -trace -log 1.html > ##### Log will be outputed to 1.html > ##### Looking up /usr/local/v6eval//etc//tn.def > ##### TN : RemoteDevice ttyS0 > ##### TN : RemoteDebug 0 > ##### TN : RemoteIntDebug 0 > ##### TN : RemoteLog 1 > ##### TN : RemoteSpeed 0 > ##### TN : RemoteLogout 0 > ##### TN : RemoteMethod serial > ##### Looking up /usr/local/v6eval//etc//nut.def > ##### NUT: System manual > ##### NUT: TargetName FreeBSD 4.9-RELEASE + kame-20040726-freebsd49-snap > ##### NUT: HostName L3Switch > ##### NUT: Type host > ##### NUT: User root > ##### NUT: Password password > V6evalTool.pm No interface to use commonly > TN : > NUT: > Died at /usr/local/lib/perl5/site_perl/5.10.0/V6evalTool.pm line 2597. > BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.0/V6evalTool.pm line 2794. > Compilation failed in require at ./NormalInitClient.seq line 41. > BEGIN failed--compilation aborted at ./NormalInitClient.seq line 41. > ===================================================================================== > > Is there any problem with v6eval tool configuration. Kindly suggest!!! > > Thanks, > Arif > > > -----Original Message----- > From: Mohd Arif [mailto:moh...@ne...] > Sent: Tue 12/28/2010 7:14 AM > To: Wei Yongjun > Cc: net...@li... > Subject: Re: [Networktest-sctp] [SCTP] Problem in execution of SCTP firsttest case, please help. > > Hi Wei, > > Thanks a lot for the reply!!! > > #sleep 5 && sctp_test -H 192.168.0.21 -P 4278 -h 192.168.0.100 -p 3278 -T -s -c -1352 -X 1 -x 1 -o 1 > /tmp/tstcmd.log 2>&1 & > ======> The command is available on my NUT system. I checked it yesterday using CLI in NUT. > For your information, In TN, if i use sctpRemoteCommand($cmd) instead of sctpRemoteCommandAsyncDelay($cmd), "sctp_test" gets executed on my NUT machine. > > As per my observation: > sctpRemoteCommand($cmd) WORKING > sctpRemoteCommandAsync($cmd) NOT WORKING > sctpRemoteCommandAsyncDelay($cmd) NOT WORKING > > TN: > #cd /usr/local/v6eval/sctp/init > #./NormalInitClient.seq -pkt ./NormalInitClient.def -trace -log 1.html > ======> I will send you the output as soon as i reach to the LAB. > > > The problem maybe is that you using VM as NUT, and the > timer in NUT is not correct, such as sleep 5 will cause more > then 10s's sleep. Any output is helpful. > ======> I am using a physical machine as TN and NUT. > > I urgently needed the suggestions so thanks for your prompt responses :) > > Its early morning just now. I'll reach to my LAB in 1 hour or so and will immediately send you the required logs. > > Thanks, > Arif > > > -----Original Message----- > From: Wei Yongjun [mailto:yj...@cn...] > Sent: Tue 12/28/2010 6:28 AM > To: Mohd Arif > Cc: net...@li... > Subject: Re: [Networktest-sctp] [SCTP] Problem in execution of SCTP first test case, please help. > > Hi, > > > I am probably at the last hurdle in execution of SCTP test > > suite, kindly help, I need your suggestions. > > > > Test Case: ./NormalInitClient.seq -pkt ./NormalInitClient.def > > Can you run the following comands and send me the output? > > TN: > #cd /usr/local/v6eval/sctp/init > #./NormalInitClient.seq -pkt ./NormalInitClient.def -trace -log 1.html > > > And then, on NUT, your can run: > #cat /tmp/tstcmd.log > #sleep 5 && sctp_test -H 192.168.0.21 -P 4278 -h 192.168.0.100 -p 3278 -T -s -c -1352 -X 1 -x 1 -o 1 > > The problem maybe is that you using VM as NUT, and the > timer in NUT is not correct, such as sleep 5 will cause more > then 10s's sleep. Any output is helpful. > > OR the following command is not avail on your NUT system? > > #sleep 5 && sctp_test -H 192.168.0.21 -P 4278 -h 192.168.0.100 -p 3278 -T -s -c -1352 -X 1 -x 1 -o 1 > /tmp/tstcmd.log 2>&1 & > > > Problem: NUT is not sending any INIT packet to TN. > > My Observation: > > I found that in NUT, "sctp_test -H 192.168.0.21 -P 3185 -h > > 192.168.0.100 -p 2185 -T -s -c -1352 -X 1 -x 1 -o 1 &" was not running > > during the test execution. > > > > On investigation I observed that: > > File: SCTP.pm, > > Subroutine: sctpStartClient > > Statement: sctpRemoteCommandAsyncDelay($cmd) is NOT WORKING. > > > > For test purpose, when I replaced this statement with > > sctpRemoteCommand($cmd); then "sctp_test" command starts running in NUT. > > INIT is sent by NUT but it doesn't send COOKIE_ECHO packet. Instead NUT > > sends ABORT. > > > > Probably because at NUT, "sctp_test" immediately stops after > > sending INIT packet. > > > > Please help!!! > > Why is sctpRemoteCommandAsyncDelay NOT WORKING in my TN machine > > (i386, Fedora 10)??? > > > > Thanks, > > Arif > > > > > > > > DISCLAIMER: > > ----------------------------------------------------------------------------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and > > intended > > for the named recipient(s) only. > > It shall not attach any liability on the originator or NECHCL or its > > affiliates. Any views or opinions presented in > > this email are solely those of the author and may not necessarily reflect the > > opinions of NECHCL or its affiliates. > > Any form of reproduction, dissemination, copying, disclosure, modification, > > distribution and / or publication of > > this message without the prior written consent of the author of this e-mail is > > strictly prohibited. If you have > > received this email in error please delete it and notify the sender > > immediately. . > > ----------------------------------------------------------------------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > > to consolidate database storage, standardize their database environment, and, > > should the need arise, upgrade to a full multi-node Oracle RAC database > > without downtime or disruption > > http://p.sf.net/sfu/oracle-sfdevnl > > _______________________________________________ > > Networktest-sctp mailing list > > Net...@li... > > https://lists.sourceforge.net/lists/listinfo/networktest-sctp > > > > > > > DISCLAIMER: > ----------------------------------------------------------------------------------------------------------------------- > The contents of this e-mail and any attachment(s) are confidential and > intended > for the named recipient(s) only. > It shall not attach any liability on the originator or NECHCL or its > affiliates. Any views or opinions presented in > this email are solely those of the author and may not necessarily reflect the > opinions of NECHCL or its affiliates. > Any form of reproduction, dissemination, copying, disclosure, modification, > distribution and / or publication of > this message without the prior written consent of the author of this e-mail is > strictly prohibited. If you have > received this email in error please delete it and notify the sender > immediately. . > ----------------------------------------------------------------------------------------------------------------------- > > > > > > > DISCLAIMER: > ----------------------------------------------------------------------------------------------------------------------- > The contents of this e-mail and any attachment(s) are confidential and > intended > for the named recipient(s) only. > It shall not attach any liability on the originator or NECHCL or its > affiliates. Any views or opinions presented in > this email are solely those of the author and may not necessarily reflect the > opinions of NECHCL or its affiliates. > Any form of reproduction, dissemination, copying, disclosure, modification, > distribution and / or publication of > this message without the prior written consent of the author of this e-mail is > strictly prohibited. If you have > received this email in error please delete it and notify the sender > immediately. . > ----------------------------------------------------------------------------------------------------------------------- |