Git Product home page Git Product logo

luan-van-nfv's Introduction

Luận-văn-NFV-2017

  *(´・ω・`) ( ´・ω・) ( ´・ω) (   ´・) (   ´) (   ) (`   ) (・`  ) (ω・` ) (・ω・` ) (´・ω・`)

Luận văn tìm hiểu và triển khai mô hình thử nghiệm công nghệ Ảo hóa chức năng mạng (Network Function Virtualizaion - NFV) trên hạ tầng OpenStack.

Thực hiện: Trần Thành Công - Nguyễn Đức Duy (Khoa MMT&VT - ĐH KHTN - ĐHQG TP.HCM)

Để tìm hiểu thêm về nội dung đề tài, xin xem phần Wiki

luan-van-nfv's People

Contributors

ttcong avatar nduytg avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

luan-van-nfv's Issues

[OpenBaton] Access denied for user root when configuring MySQL for OpenBaton

#4
Full error: Error 1045: Access denied for user 'root'@'localhost' (using password: YES)
Solution:

  1. Install mysql-server-5.5 (for OpenBaton 3.0), configure password for user root (MySql) before installing OpenBaton 3.0
  2. Install OpenBaton normally. When receiving this error, reconfigure mysql-server user root 's password by using command: sudo dpkg-reconfigure mysql-server-[YOUR-MYSQL-SERVER-VERSION]. Log in mysql-server and drop TABLE openbaton, admin, fmuser (if they're created before). Finally, rerun Openbaton's script.

[OpenBaton] Can not delete NSD/VNFD/Project because of the previous failed deployemnt

#4
Remove VIM Instance;

If you can not use both CLI and Dashboard to delete NSD/VNFD/Project.
Use this command to TRUNCATE ALL DATA from mysql.

mysql -Nse 'show tables' openbaton -uroot -popenbaton | mysql -e "SET FOREIGN_KEY_CHECKS = 0;" openbaton -uroot -popenbaton | while read table; do mysql -e "truncate table $table" openbaton -uroot -popenbaton ; done

with:

  • -uroot: user root
  • -popenbaton: password is "openbaton"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.