Ok, the flows are now pushed to the CER. But why the circuit does
not get removed from OSCARS when you remove it from OESS ?
Thanks
-Azher
Flow ID: 6 Priority: 32768 Status: Active
Rule:
In Port: e2/2
In Vlan: Tagged[1796]
Action: FORWARD
Out Port: e2/3, Tagged, Vlan: 1796
Statistics:
Total Bytes: 0
Flow ID: 7 Priority: 32768 Status: Active
Rule:
In Port: e2/3
In Vlan: Tagged[1796]
Action: FORWARD
Out Port: e2/2, Tagged, Vlan: 1796
Statistics:
Total Bytes: 0
On 3/12/2015 2:27 PM, Andrew Ragusa wrote:
Hi Azher
Good, I was hoping the java thing would fix it.
The next problem is that you set your max flow mod limit too low
for
your device.
OESS.FWDCTL.Switch.748ef8a427000000 - Node: CER2024 is at or over
its
maximum flow mod limit, unable to send flow rule for circuit: 14
You can fix this in the admin section,
Admin -> Network -> (click the node CER2024)
set the maximum flow mods field to something higher than what you
set
it to now.
I'm not sure what this last thing is
Mar 12 14:22:32 idc-v6 nox: 00124|nox:WARN stream: closing
connection
due to timeout after 5 seconds in receiving ofmp capability reply
state
I would be concerned about that. Just an FYI that we have not
done
much testing with Brocade 5.7 code.
A.J.
On 3/12/15 5:23 PM, Azher Mughal wrote:
> Changing the SSL settings for Java fixed the problem.
> Now the flows are not installed in the router (Brocade CER),
even
> the circuit appears in the OESS and OSCARS also goes ACTIVE.
The
> rules are just the default ones.
> Another interesting fact is, when you remove circuit from
OESS, it
> does not get cleared from the OSCARS ?
> Connection Status: OPENFLOW_ESTABLISHED Match
Capability: L2 :
> Port, Destination MAC, Ether type, Vlan, Vlan PCP L23: Port,
Source
> MAC, Destination MAC, Vlan, Vlan PCP, Ether type, Source IP,
> Destination IP, IP Protocol, IP TOS, IP Src Port, IP Dst Port
> Normal Openflow Enabled Ports: e1/24 e2/1 e2/2 e2/3
Default
> action: drop Maximum number of flows allowed: 32768 Active
flow: 3
> It seems OESS is not able to create flows and seeing these
> messages. I am using version 5.7b, is this compatible with
OESS ?
> Mar 12 14:22:23 idc-v6 /usr/bin/fwdctl.pl[7115]: [2015/03/12
> 14:22:23] /usr/share/perl5/vendor_perl/OESS/FWDCTL/Master.pm
329
> OESS.FWDCTL - writing shared file for dpid:
8398923739005190144 Mar
> 12 14:22:23 idc-v6 AnyEvent::Fork of 7115[7125]: [2015/03/12
> 14:22:23] /usr/share/perl5/vendor_perl/OESS/FWDCTL/Switch.pm
403
> OESS.FWDCTL.Switch.748ef8a427000000 - Installing Flow:
> OFFlowMod:#012 DPID: 748ef8a427000000#012 Priority: 32768#012
> Match: VLAN: 1795, IN PORT: 66#012 Actions: SET VLAN ID:
1795#012
> OUTPUT: 67 Mar 12 14:22:23 idc-v6 AnyEvent::Fork of
7115[7125]:
> [2015/03/12 14:22:23]
> /usr/share/perl5/vendor_perl/OESS/FWDCTL/Switch.pm 411
> OESS.FWDCTL.Switch.748ef8a427000000 - Node: CER2024 is at or
over
> its maximum flow mod limit, unable to send flow rule for
circuit:
> 14 Mar 12 14:22:23 idc-v6 AnyEvent::Fork of 7115[7125]:
> [2015/03/12 14:22:23]
> /usr/share/perl5/vendor_perl/OESS/FWDCTL/Switch.pm 429
> OESS.FWDCTL.Switch.748ef8a427000000 - Sending Barrier for
node:
> 8398923739005190144 Mar 12 14:22:32 idc-v6 nox:
00124|nox:WARN
> stream: closing connection due to timeout after 5 seconds in
> receiving ofmp capability reply state
> Thanks -Azher
> On 3/12/2015 12:24 PM, Andrew Ragusa wrote:
>> I bet I found the issue.
>>
>>
http://www.oracle.com/technetwork/java/javase/documentation/cve-2014-3566-2342133.html
>>
>>
>>
On January 20th java disabled SSLv3 on all packages. Please
re-enable
>> SSLv3 in your java instance.
>>
>> If SSLv3 is absolutely required, the protocol can be
reactivated
>> by removing "SSLv3" from the jdk.tls.disabledAlgorithms
property
>> in the java.security file or by dynamically setting this
Security
>> property to "true" before JSSE is initialized.
>>
>> Try this and let me know.
>>
>> Thanks A.J.
>>
>>
>> On 3/12/15 3:12 PM, Andrew Ragusa wrote:
>>> One other request. Please grab a tcpdump of the
handshake
>>> between OESS and OSCARS and send us that.
>>
>>> Thanks A.J.
>>
>>
>>> On 3/12/15 3:03 PM, Andrew Ragusa wrote:
>>>> Hi Azher
>>
>>
>>>> On 3/12/15 2:47 PM, Azher Mughal wrote:
>>>>> Hi AJ,
>>
>>>>> On 3/12/2015 11:37 AM, Andrew Ragusa wrote:
>>>>>> Hi Azher
>>>>>>
>>>>>> What version of OESS are you running?
>>
>>>>> [root@idc-v6 ~]# rpm -qa | grep oess
>>>>> oess-core-1.1.5-1.el6.noarch
>>>>> oess-frontend-1.1.5-1.el6.noarch
>>
>>>>>> Also what OS are you running.
>>
>>>>> This is SL 6.6
>>
>>>> I don't know what this is? Scientific Linux?
>>
>>
>>>>>> We ran into an issue running CentOS that
breaks the
>>>>>> Ciphers.
>>>>>>
>>>>>> There is a patch to fix the ciphers.
>>>>>>
>>>>>> add this line to OSCARS/Client.pm line 29
>>>>>> $ENV{CRYPT_SSLEAY_CIPHER} = 'ALL';
>>>>>>
>>>>>> add this line to OSCARS/pss.pm line 19
>>>>>> $ENV{CRYPT_SSLEAY_CIPHER} = 'ALL';
>>>>>>
>>>>>> Apply that change to both of those
perl-libs, that should
>>>>>> fix the cipher problem. This patch will
be released in
>>>>>> 1.1.6.
>>
>>>>> See attached how both perl files are now.
>>
>>>>> Do I need to restart oess or Oscars or both
?
>>
>>
>>>> No restart should be required.
>>
>>
>>>>> It is still showing the same behavior of Vlan
in the OESS
>>>>> and unknown in the OSCARS.
>>
>>>>> [Thu Mar 12 11:43:23 2015] [error] [client
>>>>> 131.215.207.130] link:
>>>>>
>>>>>
urn:ogf:network:domain=caltech.edu:node=CER2024:port=eth2/2:link=*
>>
>>>>>
>>>
>>>>>
>>
>>>>>
>> at /usr/local/share/perl5/OSCARS/pss.pm line 457. [Thu
Mar 12
>>>>> 11:43:23 2015] [error] [client
131.215.207.130] link:
>>>>>
urn:ogf:network:domain=caltech.edu:node=CER2024:port=eth2/3:link=*
>>
>>>>>
>>>
>>>>>
>>
>>>>>
>> at /usr/local/share/perl5/OSCARS/pss.pm line 457. [Thu
Mar 12
>>>>> 11:43:23 2015] [error] [client
131.215.207.130] Success!
>>>>> at /usr/local/share/perl5/OSCARS/pss.pm line
110. [Thu Mar
>>>>> 12 11:43:25 2015] [error] [client
131.215.207.130] fwdctl
>>>>> says: 0 at
/usr/local/share/perl5/OSCARS/pss.pm line 121.
>>>>> [Thu Mar 12 11:43:25 2015] [error] [client
131.215.207.130]
>>>>> Error was: 500 SSL negotiation failed:
error:1406D0CB:SSL
>>>>> routines:GET_SERVER_HELLO:peer error no
cipher at
>>>>> /usr/local/share/perl5/OSCARS/pss.pm line 140
[Thu Mar 12
>>>>> 11:43:28 2015] [error] [client
131.215.207.239] Use of
>>>>> uninitialized value in hash element at
>>>>> /usr/share/perl5/vendor_perl/OESS/Database.pm
line 1163.,
>>>>> referer:
>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="index
>>
>>
>>
>>>> Ok, can you send me the version of all openssl
and
>>>> perl-openssl packages that are installed?
>>
>>>> What version of java do you have installed?
>>
>>
>>>>> -Azher
>>
>>
>>>>>>
>>>>>> A.J.
>>>>>>
>>>>>>
>>>>>> On 3/12/15 2:20 PM, Azher Mughal wrote:
>>>>>>> Hi AJ,
>>>>>>
>>>>>>> What could be the SSL error below.
>>>>>>
>>>>>>> [Thu Mar 12 11:02:54 2015] [error]
[client
>>>>>>> 131.215.207.130] Success! at
>>>>>>> /usr/local/share/perl5/OSCARS/pss.pm
line 108. [Thu Mar
>>>>>>> 12 11:02:55 2015] [error] [client
131.215.207.130]
>>>>>>> fwdctl says: 0 at
/usr/local/share/perl5/OSCARS/pss.pm
>>>>>>> line 119. [Thu Mar 12 11:02:55 2015]
[error] [client
>>>>>>> 131.215.207.130] Error was: 500 SSL
negotiation failed:
>>>>>>> error:1406D0CB:SSL
routines:GET_SERVER_HELLO:peer error
>>>>>>> no cipher at
/usr/local/share/perl5/OSCARS/pss.pm line
>>>>>>> 138
>>>>>>
>>>>>>> OSCARS circuit is in unknown state,
why ? . But I see
>>>>>>> that OESS interface has the the Vlan
up and also
>>>>>>> configured that on the switch. But
perhaps OESS is not
>>>>>>> communicating back to OSCARS ?
>>>>>>
>>>>>>> -Azher
>>>>>>
>>>>>>
>>>>>>
>>>>>>> [Thu Mar 12 11:03:04 2015] [error]
[client
>>>>>>> 131.215.207.239] Use of uninitialized
value in hash
>>>>>>> element at
>>>>>>>
/usr/share/perl5/vendor_perl/OESS/Database.pm line
>>>>>>> 1163., referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="index
>>
>>>>>>>
>>>>> [Thu Mar 12 11:03:34 2015] [error] [client
>>>>>>> 131.215.207.239] Use of uninitialized
value in hash
>>>>>>> element at
>>>>>>>
/usr/share/perl5/vendor_perl/OESS/Database.pm line
>>>>>>> 1163., referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="index
>>
>>>>>>>
>>>>> [Thu Mar 12 11:03:42 2015] [error] [client
>>>>>>> 131.215.207.239] Use of uninitialized
value in hash
>>>>>>> element at
>>>>>>>
/usr/share/perl5/vendor_perl/OESS/Database.pm line
>>>>>>> 1163., referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="index
>>
>>>>>>>
>>>>> [Thu Mar 12 11:03:42 2015] [error] [client
>>>>>>> 131.215.207.239] Use of uninitialized
value in hash
>>>>>>> element at
>>>>>>>
/usr/share/perl5/vendor_perl/OESS/Database.pm line
>>>>>>> 1163., referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="index
>>
>>>>>>>
>>>>> [Thu Mar 12 11:03:51 2015] [error] [client
>>>>> 131.215.207.239]
>>>>>>> Log4perl: Seems like no
initialization happened.
>>>>>>> Forgot to call init()?, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239] Use
>> of
>>>>>>> uninitialized value $interface in
string eq at
>>>>>>>
/usr/share/perl5/vendor_perl/OESS/Measurement.pm line
>>>>>>> 191., referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> Selected: $VAR1 = {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'port_no' => 66,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'int' => 'eth2/2',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'tag' => 1791,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'node' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> Interfaces: $VAR1 = {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'port_no' => 66,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'int' => 'eth2/2',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'tag' => 1791,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'node' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>> $VAR2
>>>>> =
>>>>>>> {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'port_no' => 67,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'int' => 'eth2/3',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'tag' => 1791,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'node' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>> $VAR1
>>>>> =
>>>>>>> {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'community' => 'public',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'external_id' => '1',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'host_id' => '1',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'ip_address' => '2211958624',,
referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'description' => 'CER2024',,
referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'dns_name' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>> Looking
>>>>>>> for collection, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>> $VAR1
>>>>> =
>>>>>>> {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'port_no' => 66,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'int' => 'eth2/2',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'tag' => 1791,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> 'node' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:51 2015] [error] [client
131.215.207.239] Use
>> of
>>>>>>> uninitialized value in hash element
at
>>>>>>>
/usr/share/perl5/vendor_perl/OESS/Database.pm line
>>>>>>> 1163., referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> Log4perl: Seems like no
initialization happened. Forgot
>>>>>>> to call init()?, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239] Use
>> of
>>>>>>> uninitialized value $interface in
string eq at
>>>>>>>
/usr/share/perl5/vendor_perl/OESS/Measurement.pm line
>>>>>>> 191., referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> Selected: $VAR1 = {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'port_no' => 66,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'int' => 'eth2/2',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'tag' => 1791,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'node' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> Interfaces: $VAR1 = {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'port_no' => 66,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'int' => 'eth2/2',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'tag' => 1791,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'node' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>> $VAR2
>>>>> =
>>>>>>> {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'port_no' => 67,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'int' => 'eth2/3',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'tag' => 1791,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'node' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>> $VAR1
>>>>> =
>>>>>>> {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'community' => 'public',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'external_id' => '1',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'host_id' => '1',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'ip_address' => '2211958624',,
referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'description' => 'CER2024',,
referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'dns_name' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>> Looking
>>>>>>> for collection, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>> $VAR1
>>>>> =
>>>>>>> {, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'port_no' => 66,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'int' => 'eth2/2',, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'tag' => 1791,, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> 'node' => 'CER2024', referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> [Thu Mar 12 11:03:55 2015] [error] [client
131.215.207.239]
>>>>>>> };, referer:
>>>>>>>
https://idc-v6.hep.caltech.edu/oess/index.cgi?action="view_details
>>
>>>>>>>
>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>
>>>>>
>>>>>>>
>>
>>>>>>>
>> On 3/12/2015 10:35 AM, Andrew Ragusa wrote:
>>>>>>>> Hi Azher
>>>>>>>>
>>>>>>>>
>>>>>>>> On 3/12/15 1:23 PM, Azher Mughal
wrote:
>>>>>>>>> Hi AJ, Andy,
>>>>>>>>
>>>>>>>>> When I re-installed the OESS,
it used the domain
>>>>>>>>> as "idc-v6.hep.caltech.edu".
In the past when I was
>>>>>>>>> using the Dell switch the
domain was just
>>>>>>>>> "caltech.edu". So the
questions are:
>>>>>>>>
>>>>>>>>> 1. Do I need same domain in
the OESS and OSCARS ?
>>>>>>>>
>>>>>>>> Yes.
>>>>>>>>
>>>>>>>>> 2. if yes then how I can
change under the OESS ?
>>>>>>>>
>>>>>>>> update network set name =
"<your name here>" where
>>>>>>>> network_id = 1;
>>>>>>>>
>>>>>>>>> 3. If same domain is not
needed with respect to
>>>>>>>>> the Oscars then how OSCARS
will know about the OESS
>>>>>>>>> end points which are under
different domain ?
>>>>>>>>
>>>>>>>> Once you are done with the update
network, restart
>>>>>>>> OESS then click the submit
topology button. It
>>>>>>>> should fix everything.
>>>>>>>>
>>>>>>>>
>>>>>>>>> Thanks -azher
>>>>>>>>
>>>>>>>>
>>>>>>>> Also please use the OESS users
email list for OESS
>>>>>>>> questions, even technical
questions.
>>>>>>>>
>>>>>>>>
>>>>>>>> A.J.
>>>>>>
>>>>>>
>>>>>>
>>
>>
>>
>>>>> -- This message has been scanned for viruses
and dangerous
>>>>> content by *MailScanner*
<http://www.mailscanner.info/>,
>>>>> and is believed to be clean.
>>
>>
>>
> -- This message has been scanned for viruses and dangerous
content
> by *MailScanner* <http://www.mailscanner.info/>, and is
believed to
> be clean.
>
--
This message has been scanned for viruses and
dangerous content by
MailScanner, and is
believed to be clean.
|