Software Defined Networking
1828219 Members
1756 Online
109975 Solutions
New Discussion

Re: Missing tt.py

 
Pradeep_30
Esteemed Contributor

Missing tt.py

Hello All,

 

Has anyone installed VAN Controller 2.2.5.0016 package?

 

We are able to use the instance for our testing but components like "Health Monitor" and "tt.py" are missing after install. Do we have to look at them somewhere specific?

 

Thanks in advance

 

Pradeep

4 REPLIES 4
sdnindia
Trusted Contributor

Re: Missing tt.py

Hello Pradeep,

 

To get the "Health Monitor" you can install SDK and run gen-sdn-app script as in below steps-

1.Download HP VAN SDN Controller SDK and unzip the zip file successfully.

2-Successfully run bin/install-sdk as per page 8 from SDN Programming guide.

3-Successfully run bin/gen-sdn-app as per page 115 from SDN Programming guide.

You can build the app by running the command mvn clean install as per page 115 from SDN Programming guide.

 

Please find attached tt.py and tower.py files with the copyright notice as below-

 

# Copyright (c)  2013 Hewlett-Packard Development Company, L.P.

#

# Permission is hereby granted, free of charge, to any person obtaining a copy

# of this software  and associated documentation files (the "Software"), to deal

# in the Software without restriction,  including without limitation the rights

# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

# copies of the Software, and to permit persons to whom the Software is

# furnished to do so, subject to the following conditions:

#

# The above copyright notice and this permission notice shall be included in all

# copies or  substantial portions of the Software.#

#

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

# IMPLIED,  INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

# FITNESS FOR A PARTICULAR  PURPOSE AND NONINFRINGEMENT.

#

# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,

# DAMAGES OR  OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR

# OTHERWISE, ARISING FROM, OUT OF  OR IN CONNECTION WITH THE SOFTWARE OR THE USE

# OR OTHER DEALINGS IN THE SOFTWARE.

 

 

 

Thanks,

HP SDN Team

sdnindia
Trusted Contributor

Re: Missing tt.py

Hello Pradeep,

Doing a follow up to check if you need any further assistance with respect to the query posted.
Please do let us know  if your problem is solved.

If you have more questions on the same topic please do reply on the same thread or open a new post if new topic.


Thanks
HP SDN Team

Martin Cerveny
Occasional Advisor

Re: Missing tt.py

Hello.

 

Where attached ?

 

Can you add all "bin/*" directory OR is somewhere accessible prepared whole VM image "sdnctl" Ubuntu+SDN+mininet AND testing/demo applications like "bin/*" ?

 

Thanks, Martin Cerveny

 

 

sdnindia
Trusted Contributor

Re: Missing tt.py

Hello Martin Cerveny,

Please find attached tt.py and tower.py files with the copyright notice as below-

 

# Copyright (c)  2013 Hewlett-Packard Development Company, L.P.

#

# Permission is hereby granted, free of charge, to any person obtaining a copy

# of this software  and associated documentation files (the "Software"), to deal

# in the Software without restriction,  including without limitation the rights

# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

# copies of the Software, and to permit persons to whom the Software is

# furnished to do so, subject to the following conditions:

#

# The above copyright notice and this permission notice shall be included in all

# copies or  substantial portions of the Software.#

#

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

# IMPLIED,  INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

# FITNESS FOR A PARTICULAR  PURPOSE AND NONINFRINGEMENT.

#

# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,

# DAMAGES OR  OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR

# OTHERWISE, ARISING FROM, OUT OF  OR IN CONNECTION WITH THE SOFTWARE OR THE USE

# OR OTHER DEALINGS IN THE SOFTWARE.

 

 


Thanks,

HP SDN Team