NITOS Administration Tool

Preview:

Citation preview

NITOS Administration Tool

Pavlos Kallis

Supervisor : Haris Niavis

Center for Research and Technology

University of Thessaly

Motivation

Administrator has to manage various testbed resources− Channels− Nodes− Slices− Users− Reservations

Problem

Complicated SQL queries or scripts in order to manage the DB's resources

Sample SQL Query to add a node

INSERT INTO node_list (name,type,floor,view,wall,X,Y,Z) VALUES ('node001', 'orbit', 2, 'inside', 'front', 2, 3 ,1);

Problem

Complicated SQL queries or scripts in order to manage the DB's resources

Sample SQL Query to add a node

INSERT INTO node_list (name,type,floor,view,wall,X,Y,Z) VALUES ('node001', 'orbit', 2, 'inside', 'front', 2, 3 ,1);

Solution

Provide a UI to the administrator of the testbed

Advantage

No SQL queries No programming skills required

System Architecture

UI : Tabs

UI : Channels

UI : Nodes

UI : Reserved Channels

UI : Reserved Nodes

UI : Slices

UI : Users

Filter Resources

Pagination

Resource Creation

Resource Creation

Modification of attributes

Modification of attributes : Slices

Deletion of resources

Thank You

Recommended