SlideShare a Scribd company logo
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
DOI:10.5121/ijitca.2015.5201 1
PROTOTYPE APPLICATION IN ANDROID
PLATFORM FOR SYSTEM
ADMINISTRATION OF HPC CLUSTERS
S.Chakraborty1
MirazNabi Azad2
Sourav Sen3
Pritomrit Bora4
Aditya
Singh5
Bipal Das6
and Mohd.Tabeesh Noori7
1
Department of Computer Engineering, NIT Silchar, Assam
ABSTRACT
As the number of HPC systems across the globe is booming at a rapid pace.The task of system
administration is turning out to be tedious. Using a computer for every petty work can be cumbersome.
In recent times there has been a paradigm shift from PC to mobile on a rapid scale. So a need has
risen for such paradigm shift in system administration too. To solve this problem, an android
application has been developed which allows the admin to monitor the system statistics remotely using
his cell phone
KEYWORDS
Android, Eclipse, Java, JSCH, SSH, IPMI.
1. INTRODUCTION
Android platform is the most promising and widely used operating system in recent times for
smart phones and other hand held devices. So it is a good platform to develop a prototype
application so that the system administrator of an HPC cluster can remotely login to the
system and retrieve data regarding system health which will help him to take appropriate
measures if needed without being physically present in vicinity of the system simply by using
his or her cell phone.
2. BACKGROUND
In the following sections, an explanatory view of the System Architecture of the android
platform is given, followed by a detailed account of the Application Development
Environment of Android. The third section consists of a comparison between this application
and other Related Works followed by a section on Research involved in moving ahead with
this application, and finally, the Technologies that have been employed in developing it.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
2
2.1 System Architecture
Android OS is a stack of software components that consist of five sections and four
main layers.
• Linux Kernel:
The bottom Layer is the Linux Kernel which is based on Linux 2.6. This layer is
responsible for basic services like memory management, process management, device
management like camera, keypad, display etc. Also the kernel handles all the things that
Linux is really good at such as networking and vast array of device drivers which takes the
pain out of interfacing to peripheral hardware.
• Android Runtime:
This section provides a key component called Dalvik Virtual Machine which is similar to
Java Virtual Machine but specially designed and optimized for Android. The Dalvik
Virtual Machine and a set of core libraries that handle different functionalities found in
core java libraries are found in this layer. Each android application runs its own Dalvik
Virtual Machine instance. The Dalvik Virtual Machine makes use of Linux features like
memory management and multithreading.
• Libraries:
On top of Linux kernel there is a set of libraries such as SQL Lite for storing and sharing of
application data, SSL libraries for Internet security, libraries to record and play audio and
video, SGR 2D graphics Engine, Open GL etc.
• Application Framework:
These are a set of Managers that provide services for views, activities, content providers,
notifications and more. Native libraries that are responsible for performance optimization
are accessed through the application framework. Some of the components are listed below:
• Content Providers-which manages access to central repository of data.
• Resource manager-that provides access to resources like graphics, layouts and more.
• Notification Manager-which is used for displaying custom alerts.
• Activity Manager-that handles the lifecycle of application and more.
• Application:
All the applications can be found in this layer. We make application to run on this layer
only. Examples of applications are browsers, games email client app etc.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
3
Fig 1. System architecture of Android
2.2 Android Application Development Environment
The Android Application Development Environment[3] is simple to comprehendAndroid
applications are written in java and compiled into byte codes which will be converted to .dex
file (Dalvik Executable File) using dx converter. This will further be compiled into android
package file (apk file) that can be installed to an android device.Android application consists
of one or more of these four components. The main building blocks are:
• Activity:It is the core component of Android Application. It is a user interface that
dictates how the user interacts with smart phone screen.
• Services: It is designed to keep running in the background to perform tasks that
perform long running operations.
• Content Providers: The content providers are used as an interface to data. Content
provider helps maintain shared data between applications.
• Broadcast Receivers:These are broadcast announcements made by the system.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
4
2.3 Related Work
Application
Name Description
Features Comparison
Connectbot
ConnectBot[9
] is an very
famous and
well known
Android App
that is
specially
developed for
Linux System
Admins.It is a
powerful client
for the open-
source Secure
Shell
(SSH) protocol
that helps in
managing
simultaneous
SSH sessions,
create secure
tunnels, and
copy/paste
between other
applications.
• It supports
login with a
username
and
password to
any arbitrary
server on the
local
network or
internet
• Supports
connections
based on
a public/priv
ate
keypair inste
ad of
username/pas
sword for
increased
security
• Allows
frequently
accessed
hosts to be
saved in a
menu, so that
they can
quickly be
re-connected
to
• ConnectBotsup
ports both
password based
and key based
authentication
but this
application
supports
password
authentication
only because
that’s more user
friendly and
people are more
used to it.
• ConnectBot
provides list of
frequently
accessed hosts
to allow quick
connection.
This application
provides this
through
“remember me”
checkbox.
• This application
supports
problem
reporting
feature which
allows
developers to
get reports on
bugs and new
features that are
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
5
• Other
programs on
the android
device can
use
ConnectBot
as a ssh-
agent so that
the other
program can
pass data and
commands
securely to
the server
required as
user feedback
which is not
present in
ConnectBot
• Additional
command line
access and
graphical
representation
of state of the
system is also
provided in this
app which is
not present in
ConnectBot.
Server Monitor
Server
Monitor[9] is
an system
Admin App
that helps you
to check the
status of your
network and
web servers.
And the best
part about the
App is that,
Whenever the
Server is
Down, you
will be first to
get Notified. It
is easily
configurable
and can check
the Status a lot
of times to
• Provides
status of
network and
web server.
• User
notification
whenever the
server is
down.
• Supports
plain tcp
connection as
well as SSH
tunnels.
• Server Monitor
supports both
ssh and tcp but
this application
makes use of
ssh tunnels
only.
• User
notification
facility is not
available in this
app since for
that the user has
to be logged in
continuously
which has some
security issues
and may
compromise the
security of the
system.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
6
make sure that
everything is
going as
expected,supp
orts plain TCP
connections as
well as SSH
tunnels.
CuraSysAdmin
Cura[9] is the
bundle of
remote
servers-
administration
tools that
facilitate the
easy
maintenance,
configuration
and all-around
administration
of
UNIX/Linux
servers.
• A
personalized
Terminal
emulator for
direct
interaction
with said
server.
• Syslog
module that
allows for
reading logs
directly from
the server.
• SysMonitor
module that
visually
graphs CPU
and RAM
usage
percentages.
• Personalized
Terminal
Emulator is not
provided in this
application but
similar
command line
access is
provided.
• Graphical
representation
of the state of
the system is
provided just as
in Cura Sys
Admin.
2.4 Research in the Paper
The key research element in this paper is the introduction of a System Administration tool in
mobile platform. For decades SSH has been used for the task of system monitoring through a
PC or work station, but this paper shows us the possibility of doing same by using hand held
devices or smart phones with the help of this application, since mobilization is the future.
This paper also introduces tool for convenient System monitoring by providing visual aid
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
7
such as plotting graph from the extracted information in real time which makes it more
perspicuous and helps in quick decision making.
2.5 Technologies Used
• SSH AND Jsch: SSH is a unix based interface and protocol for securely getting access
to a remote computer. It is widely used by network administrator to control web and
other kind of servers remotely. It provides strong authentication and secure
communication over in secure channel by encrypting transmitted data during SSH
session.
• Jsch(Java Secure Channel):Jschis a java implementation of SSH. It is a Java library
which provides the implementation of SSH functionality.
• IPMI tool: IPMI(Intelligent Platform Management Interface) is a an open standard
hardware management subsystem to communicate .IPMI is a single command line
interface useful for managing IPMI enabled devices .It enables user to manage system
hardware ,monitor system health, monitor and manage the system environment
independent of the operating system.
3. OBJECTIVE
• The application will act as a client and the administrator can connect to the SSH server
by providing valid credentials.
• The administrator can use this application to analyze the statistics of the cluster by
extracting information such as Memory usage, Hardware information, CPU and
processing information, Disk space statistics and Network Packet statistics.
• This application also enables user to run IPMI command so that user can analyze
information such as Power Status, Fan Sensors, Temperature Sensor and System Event
Log.
• The application can also be used by the administrator to manage the processes running
on the cluster in real time.
• The application can also be used for visual representation of the extracted cluster
information.
4. SCOPE OF THE PROJECT
Many android applications with similar prototypes have been researched and developed but
the existence of one single concrete application such as our application HPC Health is
dubious. This application overcomes the problem of constant monitoring of the HPC cluster
by enabling admin to access the system remotely and remain updated about the state of the
system. As a new solution to develop such a system, this paper introduces the use of secure
shell protocol using java.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
8
5. EXPERIMENTAL DESIGN
• Firstly to connect the android device to the server[4], ssh connection was planned to be
used to accomplish which jsch library was incorporated in the android environment.
• For communication between the client application and the server, input and output streams
were created.
• The commands to be fired on the server were sent through the output stream and the
results were channeled back to the device through the input stream.
• Graphs were plotted to check the performance of the HPC system using the data received.
This was accomplished using the GraphViewapi for android. To give a real time view of
the performance the graph data was refreshed every few milliseconds using threads.
Fig 2. Login screen Fig 3. Menu screen Fig 4. Output displayed
Fig5.percentageCPU usage graph Fig 6. Process List
International Journal of Information Tec
5.1 Use Case Diagram
HPC Healthwill be a project consisting of Client and Server. The interaction between user and the
system is depicted in the use case diagram given below.
5.2 Activity Diagram
The order of events that take place while manoeuvringthe application by the user is depicted
below with a activity diagram.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
HPC Healthwill be a project consisting of Client and Server. The interaction between user and the
depicted in the use case diagram given below.
Fig 7. Use Case Diagram
The order of events that take place while manoeuvringthe application by the user is depicted
hnology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
9
HPC Healthwill be a project consisting of Client and Server. The interaction between user and the
The order of events that take place while manoeuvringthe application by the user is depicted
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
10
Fig 8.Activity Diagram.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
11
6. IMPLEMENTATION
The implementation has been explained in the following sections. The first section is the
establishment of SSH session and channel from the device to the server. Next section contains the
Running of Commands through the connection established. The third section explains the
implementation of graphs from the retrieved data. And the final section is about the generation of
the Process list for the System Administrator.
6.1 Establishing the SSH Connection
The data extraction would require a session and a secure channel.The Java Secure Channel
(JSch)[1] library was incorporated into the application for that.A JSch object was created and the
getsession() function called with parameters username, hostname and port number (22 for
SSH).The setpassword() method was called with the password as parameter.The connection was
then established using session.connect() after verification of the user credentials.The channel was
created of “shell” type rather than “exec” so that multiple commands could be sent and output
could be retrieved one after the other. In “exec” the channel breaks after a single command is
fired and output retrieved.
Session created before was used to create two channels:
• Outputstream channel is used to send the command to the remote server.
• Inputstream channel is used to receive the result from the remoteserver.
6.2 Firing Commands on the Server
Spinner element was used to provide the user a set of options in a drop down menu to choose
from such as cpu and processing info, mem info, sensor info etc. Now, the next requirement was
to implement the on click listeners for each of the menu items. On clicking each menu item, the
item is stored in a string and using an if-else condition, the item clicked was checked and the
appropriate command was sent through the Outputstream associated with the channel and then
the result was read from the Inputstream.
A small amount of delay was necessary between writing the command and starting to read the
input stream so as to allow the command to run in the server first before starting to read its result.
6.3Graphical representation of cluster stats
Graphs were used to provide the user a graphical view of the system stats and as a visual aid in
understanding the current state of the cluster.With this vision GraphViewapi[2] was used which is
useful in providing well-structured graphs in android applications just as a task manager
does.Graph View is a library for android to programmatically create flexible and nice looking
graphs. It is easy to understand, to integrate and to customize it.The stats were extracted by firing
commands and then were used to plot the graph.An abstract data type was created with two
double type attributes to hold the x and y co-ordinates to be plotted. Stepwise approach to
developing this feature is as follows:
• Run the appropriate command and retrieve the data to be plotted.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
12
• The data is stored in series of data of abstract type set the type of the graph.
• Add the series to the graph for display set the specifications of the graph such as maximum y
bound, maximum x bound, viewport etc.
• Add the graph to the layout.
• Keep updating the graph periodically using background threads and timers.
6.3 Managing processes running in the cluster
The system administrator invariably has to control and manage the processes running on the
system from time to time. For the task of managing the processes running, it is essential for the
administrator to be able to get a complete list of the processes running on the system and then
modify them to his/her needs such as killing process, spawning new process, changing their
permissions and priorities, etc. For this, the top command was used but output of top being
dynamically changing it was difficult to manipulate its output. So we used a two-step mechanism
whereby we first run and write the output of top onto a text file and then read and modify the
content of this text file.
The steps used are as follows:
1. Whenever the user requests the list of processes internally the top command is run and the
output is written onto a text file. These files content are then manipulated using
stringmanipulation techniques to extract the name, process id and the user to which the
process belong.
2. A table is then constructed in the current activity and the stings extracted in previous steps are
used to fill the cells of the table. This is done using the Table Layout in the Android
Development Tools.
3. A listener is then used for detecting clicks on the rows of the table. On clicking any row of
the table a new activity is created and the process id and name of the corresponding process
are passed via Intent to the new Activity where it is used for managing the process.
4. The new Activity possesses multiple options for the user to choose from such as changing
process priority, killing the process etc. This provides a handy tool for viewing all the
processes in the system and to choose to control any of them. Doing this is essential to
administer the cluster.
7. CONCLUSION
This thesis project has covered mobile application development in Android platform. The basic
components of android have been described along with the overview of the Android architecture.
The outcome of this project has accomplished most of the goals we set at the start. This project
was an opportunity to discover and explore new skills in the field of mobile application
development. The final application can be useful to system administrators for keeping track of
their systems (Cluster) remotely without disrupting the normal performance of the system.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015
13
ACKNOWLEDGEMENTS
We would like to extend our gratitude to Dr P.K. Sinha(Senior Director, HPC, CDAC), Mr
Abhishek Das and the C-DAC members at NIT Silchar for their cordial support, valuable
information and guidance provided by them, which helped us in moving ahead with this task
through various stages. We are also very grateful for their cooperation during the period of our
assignment.
REFERENCES
[1] “Jcraft”. Web.http://www.jcraft.com. January 10, 2015.
[2] “Graph View”.Web. http://www.android-graphview.org. January 16, 2015
[3] RamziN.Sansour, NidalKafri, MuathN.Sabha “A survey on mobile multimedia application
development frameworks”. Multimedia Computing and Systems (ICMCS), 2014 International
Conference on 14-16 April 2014, pp 967 – 972.
[4] Ms Loveena Lionel “Android As A Server Platform”. Proceedings of National Conference on New
Horizons in IT - NCNHIT 2013, pp 135-137
[5] DeepaliJavale “Home Automation and Security System Using Android ADK”, International Journal
of Electronics Communication and Computer Technology (IJECCT) Volume 3 Issue 2 (March 2013).
[6] Andreas Sommer, Stephen Krusche “Evaluation of cross platform frameworks for
mobileapplications”. 1st European Workshop on Mobile Engineering (ME13). Aachen - Germany,
March 2013
[7] Henning Heitkotter “Evaluating Cross Platform Development Approaches for Mobile Applications”.
Web Information Systems and Technologies Lecture Notes in Business Information Processing
Volume 140, 2013, pp 120-138.
[8] Ifeanyi P. Egwutuoha, David Levy,BranSelicShiping Chen “A survey of fault tolerance mechanisms
and checkpoint/restart implementations for high performance computing systems”. The Journal of
Supercomputing. September 2013, Volume 65, Issue 3, pp 1302-1326.
[9] “Linuxaria”. Web.http://www.linuxaria.com. November 1, 2014.

More Related Content

What's hot

Java remote control for laboratory monitoring
Java remote control for laboratory monitoringJava remote control for laboratory monitoring
Java remote control for laboratory monitoring
IAEME Publication
 
Sharp Tools For Windows IT Administrators
Sharp Tools For Windows IT AdministratorsSharp Tools For Windows IT Administrators
Sharp Tools For Windows IT Administrators
liebsoft
 
Operating system overview by narender singh sandhu
Operating system overview by narender singh sandhuOperating system overview by narender singh sandhu
Operating system overview by narender singh sandhu
NarenderSinghSandhu2
 
Se
SeSe
Unified device management_the_royal_albert_hall_v4_public
Unified device management_the_royal_albert_hall_v4_publicUnified device management_the_royal_albert_hall_v4_public
Unified device management_the_royal_albert_hall_v4_public
Herman Arnedo
 
IRJET- An Efficient Hardware-Oriented Runtime Approach for Stack-Based Softwa...
IRJET- An Efficient Hardware-Oriented Runtime Approach for Stack-Based Softwa...IRJET- An Efficient Hardware-Oriented Runtime Approach for Stack-Based Softwa...
IRJET- An Efficient Hardware-Oriented Runtime Approach for Stack-Based Softwa...
IRJET Journal
 
Wally Mead - Managing mobile devices with system center 2012 r2 configuration...
Wally Mead - Managing mobile devices with system center 2012 r2 configuration...Wally Mead - Managing mobile devices with system center 2012 r2 configuration...
Wally Mead - Managing mobile devices with system center 2012 r2 configuration...Nordic Infrastructure Conference
 
Analysis of Embedded Linux Literature Review Report
Analysis of Embedded Linux Literature Review ReportAnalysis of Embedded Linux Literature Review Report
Analysis of Embedded Linux Literature Review ReportSitakanta Mishra
 
A LOG-BASED TRACE AND REPLAY TOOL INTEGRATING SOFTWARE AND INFRASTRUCTURE
A LOG-BASED TRACE AND REPLAY TOOL INTEGRATING SOFTWARE AND INFRASTRUCTUREA LOG-BASED TRACE AND REPLAY TOOL INTEGRATING SOFTWARE AND INFRASTRUCTURE
A LOG-BASED TRACE AND REPLAY TOOL INTEGRATING SOFTWARE AND INFRASTRUCTURE
ijseajournal
 
SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012
Microsoft TechNet - Belgium and Luxembourg
 
Srs template ieee
Srs template ieeeSrs template ieee
Srs template ieee
hoinongdan
 
Processing tech malicioussoftware_ecommerce
Processing tech malicioussoftware_ecommerceProcessing tech malicioussoftware_ecommerce
Processing tech malicioussoftware_ecommerce
Chittagong University
 
Android architecture
Android architectureAndroid architecture
Android architecture
Deepa Rahul
 
Introduction to system programming
Introduction to system programmingIntroduction to system programming
Introduction to system programming
sonalikharade3
 

What's hot (14)

Java remote control for laboratory monitoring
Java remote control for laboratory monitoringJava remote control for laboratory monitoring
Java remote control for laboratory monitoring
 
Sharp Tools For Windows IT Administrators
Sharp Tools For Windows IT AdministratorsSharp Tools For Windows IT Administrators
Sharp Tools For Windows IT Administrators
 
Operating system overview by narender singh sandhu
Operating system overview by narender singh sandhuOperating system overview by narender singh sandhu
Operating system overview by narender singh sandhu
 
Se
SeSe
Se
 
Unified device management_the_royal_albert_hall_v4_public
Unified device management_the_royal_albert_hall_v4_publicUnified device management_the_royal_albert_hall_v4_public
Unified device management_the_royal_albert_hall_v4_public
 
IRJET- An Efficient Hardware-Oriented Runtime Approach for Stack-Based Softwa...
IRJET- An Efficient Hardware-Oriented Runtime Approach for Stack-Based Softwa...IRJET- An Efficient Hardware-Oriented Runtime Approach for Stack-Based Softwa...
IRJET- An Efficient Hardware-Oriented Runtime Approach for Stack-Based Softwa...
 
Wally Mead - Managing mobile devices with system center 2012 r2 configuration...
Wally Mead - Managing mobile devices with system center 2012 r2 configuration...Wally Mead - Managing mobile devices with system center 2012 r2 configuration...
Wally Mead - Managing mobile devices with system center 2012 r2 configuration...
 
Analysis of Embedded Linux Literature Review Report
Analysis of Embedded Linux Literature Review ReportAnalysis of Embedded Linux Literature Review Report
Analysis of Embedded Linux Literature Review Report
 
A LOG-BASED TRACE AND REPLAY TOOL INTEGRATING SOFTWARE AND INFRASTRUCTURE
A LOG-BASED TRACE AND REPLAY TOOL INTEGRATING SOFTWARE AND INFRASTRUCTUREA LOG-BASED TRACE AND REPLAY TOOL INTEGRATING SOFTWARE AND INFRASTRUCTURE
A LOG-BASED TRACE AND REPLAY TOOL INTEGRATING SOFTWARE AND INFRASTRUCTURE
 
SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012
 
Srs template ieee
Srs template ieeeSrs template ieee
Srs template ieee
 
Processing tech malicioussoftware_ecommerce
Processing tech malicioussoftware_ecommerceProcessing tech malicioussoftware_ecommerce
Processing tech malicioussoftware_ecommerce
 
Android architecture
Android architectureAndroid architecture
Android architecture
 
Introduction to system programming
Introduction to system programmingIntroduction to system programming
Introduction to system programming
 

Similar to PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CLUSTERS

Documentation
DocumentationDocumentation
Documentation
Rajesh Seendripu
 
Android- Introduction for Beginners
Android- Introduction for BeginnersAndroid- Introduction for Beginners
Android- Introduction for Beginners
Tripti Tiwari
 
Know all about android development
Know all about android developmentKnow all about android development
Know all about android development
Deepika Chaudhary
 
Advanced Communication over LAN AJCSE Advanced Communication over LAN
Advanced Communication over LAN AJCSE Advanced Communication over LANAdvanced Communication over LAN AJCSE Advanced Communication over LAN
Advanced Communication over LAN AJCSE Advanced Communication over LAN
BRNSSPublicationHubI
 
The Pc And Its Operating Systems
The Pc And Its Operating SystemsThe Pc And Its Operating Systems
The Pc And Its Operating Systems
Amber Wheeler
 
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
IJET - International Journal of Engineering and Techniques
 
127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation
Nitesh Kumar
 
Fun Food
Fun FoodFun Food
Fun Food
Bhadra Gowdra
 
Optimization Of Storage Management In Android - S3CA
Optimization Of Storage Management In Android - S3CAOptimization Of Storage Management In Android - S3CA
Optimization Of Storage Management In Android - S3CA
Vivek Raj Agarwal
 
Internship msc cs
Internship msc csInternship msc cs
Internship msc cs
Pooja Bhojwani
 
Android
AndroidAndroid
Android
aktash12
 
Software ppt
Software pptSoftware ppt
Software ppt
switipatel4
 
Phonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidPhonebook Directory or Address Book In Android
Phonebook Directory or Address Book In Android
ABHISHEK DINKAR
 
OS in mobile devices [Android]
OS in mobile devices [Android]OS in mobile devices [Android]
OS in mobile devices [Android]
Yatharth Aggarwal
 
Android and windows os
Android and windows osAndroid and windows os
Android and windows os
MehakVithal
 
Android
AndroidAndroid
Basic of Android App Development
Basic of Android App DevelopmentBasic of Android App Development
Basic of Android App Development
Abhijeet Gupta
 
Android technology
Android technologyAndroid technology
Android technologyDhruv Modh
 

Similar to PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CLUSTERS (20)

Documentation
DocumentationDocumentation
Documentation
 
Crime security.
Crime security.Crime security.
Crime security.
 
Android- Introduction for Beginners
Android- Introduction for BeginnersAndroid- Introduction for Beginners
Android- Introduction for Beginners
 
Know all about android development
Know all about android developmentKnow all about android development
Know all about android development
 
Advanced Communication over LAN AJCSE Advanced Communication over LAN
Advanced Communication over LAN AJCSE Advanced Communication over LANAdvanced Communication over LAN AJCSE Advanced Communication over LAN
Advanced Communication over LAN AJCSE Advanced Communication over LAN
 
The Pc And Its Operating Systems
The Pc And Its Operating SystemsThe Pc And Its Operating Systems
The Pc And Its Operating Systems
 
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
 
127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation
 
Fun Food
Fun FoodFun Food
Fun Food
 
Optimization Of Storage Management In Android - S3CA
Optimization Of Storage Management In Android - S3CAOptimization Of Storage Management In Android - S3CA
Optimization Of Storage Management In Android - S3CA
 
Internship msc cs
Internship msc csInternship msc cs
Internship msc cs
 
Internship Report
Internship ReportInternship Report
Internship Report
 
Android
AndroidAndroid
Android
 
Software ppt
Software pptSoftware ppt
Software ppt
 
Phonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidPhonebook Directory or Address Book In Android
Phonebook Directory or Address Book In Android
 
OS in mobile devices [Android]
OS in mobile devices [Android]OS in mobile devices [Android]
OS in mobile devices [Android]
 
Android and windows os
Android and windows osAndroid and windows os
Android and windows os
 
Android
AndroidAndroid
Android
 
Basic of Android App Development
Basic of Android App DevelopmentBasic of Android App Development
Basic of Android App Development
 
Android technology
Android technologyAndroid technology
Android technology
 

More from IJITCA Journal

The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
Information Technology Convergence Services & AI (ITCAI 2024)
Information Technology Convergence Services & AI (ITCAI 2024)Information Technology Convergence Services & AI (ITCAI 2024)
Information Technology Convergence Services & AI (ITCAI 2024)
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
2 nd International Conference on Soft Computing, Data mining and Data Scienc...
2 nd International Conference on Soft Computing, Data mining and Data  Scienc...2 nd International Conference on Soft Computing, Data mining and Data  Scienc...
2 nd International Conference on Soft Computing, Data mining and Data Scienc...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
IJITCA Journal
 

More from IJITCA Journal (20)

The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
Information Technology Convergence Services & AI (ITCAI 2024)
Information Technology Convergence Services & AI (ITCAI 2024)Information Technology Convergence Services & AI (ITCAI 2024)
Information Technology Convergence Services & AI (ITCAI 2024)
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
2 nd International Conference on Soft Computing, Data mining and Data Scienc...
2 nd International Conference on Soft Computing, Data mining and Data  Scienc...2 nd International Conference on Soft Computing, Data mining and Data  Scienc...
2 nd International Conference on Soft Computing, Data mining and Data Scienc...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 

Recently uploaded

PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
bhadouriyakaku
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
obonagu
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 

Recently uploaded (20)

PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 

PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CLUSTERS

  • 1. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 DOI:10.5121/ijitca.2015.5201 1 PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CLUSTERS S.Chakraborty1 MirazNabi Azad2 Sourav Sen3 Pritomrit Bora4 Aditya Singh5 Bipal Das6 and Mohd.Tabeesh Noori7 1 Department of Computer Engineering, NIT Silchar, Assam ABSTRACT As the number of HPC systems across the globe is booming at a rapid pace.The task of system administration is turning out to be tedious. Using a computer for every petty work can be cumbersome. In recent times there has been a paradigm shift from PC to mobile on a rapid scale. So a need has risen for such paradigm shift in system administration too. To solve this problem, an android application has been developed which allows the admin to monitor the system statistics remotely using his cell phone KEYWORDS Android, Eclipse, Java, JSCH, SSH, IPMI. 1. INTRODUCTION Android platform is the most promising and widely used operating system in recent times for smart phones and other hand held devices. So it is a good platform to develop a prototype application so that the system administrator of an HPC cluster can remotely login to the system and retrieve data regarding system health which will help him to take appropriate measures if needed without being physically present in vicinity of the system simply by using his or her cell phone. 2. BACKGROUND In the following sections, an explanatory view of the System Architecture of the android platform is given, followed by a detailed account of the Application Development Environment of Android. The third section consists of a comparison between this application and other Related Works followed by a section on Research involved in moving ahead with this application, and finally, the Technologies that have been employed in developing it.
  • 2. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 2 2.1 System Architecture Android OS is a stack of software components that consist of five sections and four main layers. • Linux Kernel: The bottom Layer is the Linux Kernel which is based on Linux 2.6. This layer is responsible for basic services like memory management, process management, device management like camera, keypad, display etc. Also the kernel handles all the things that Linux is really good at such as networking and vast array of device drivers which takes the pain out of interfacing to peripheral hardware. • Android Runtime: This section provides a key component called Dalvik Virtual Machine which is similar to Java Virtual Machine but specially designed and optimized for Android. The Dalvik Virtual Machine and a set of core libraries that handle different functionalities found in core java libraries are found in this layer. Each android application runs its own Dalvik Virtual Machine instance. The Dalvik Virtual Machine makes use of Linux features like memory management and multithreading. • Libraries: On top of Linux kernel there is a set of libraries such as SQL Lite for storing and sharing of application data, SSL libraries for Internet security, libraries to record and play audio and video, SGR 2D graphics Engine, Open GL etc. • Application Framework: These are a set of Managers that provide services for views, activities, content providers, notifications and more. Native libraries that are responsible for performance optimization are accessed through the application framework. Some of the components are listed below: • Content Providers-which manages access to central repository of data. • Resource manager-that provides access to resources like graphics, layouts and more. • Notification Manager-which is used for displaying custom alerts. • Activity Manager-that handles the lifecycle of application and more. • Application: All the applications can be found in this layer. We make application to run on this layer only. Examples of applications are browsers, games email client app etc.
  • 3. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 3 Fig 1. System architecture of Android 2.2 Android Application Development Environment The Android Application Development Environment[3] is simple to comprehendAndroid applications are written in java and compiled into byte codes which will be converted to .dex file (Dalvik Executable File) using dx converter. This will further be compiled into android package file (apk file) that can be installed to an android device.Android application consists of one or more of these four components. The main building blocks are: • Activity:It is the core component of Android Application. It is a user interface that dictates how the user interacts with smart phone screen. • Services: It is designed to keep running in the background to perform tasks that perform long running operations. • Content Providers: The content providers are used as an interface to data. Content provider helps maintain shared data between applications. • Broadcast Receivers:These are broadcast announcements made by the system.
  • 4. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 4 2.3 Related Work Application Name Description Features Comparison Connectbot ConnectBot[9 ] is an very famous and well known Android App that is specially developed for Linux System Admins.It is a powerful client for the open- source Secure Shell (SSH) protocol that helps in managing simultaneous SSH sessions, create secure tunnels, and copy/paste between other applications. • It supports login with a username and password to any arbitrary server on the local network or internet • Supports connections based on a public/priv ate keypair inste ad of username/pas sword for increased security • Allows frequently accessed hosts to be saved in a menu, so that they can quickly be re-connected to • ConnectBotsup ports both password based and key based authentication but this application supports password authentication only because that’s more user friendly and people are more used to it. • ConnectBot provides list of frequently accessed hosts to allow quick connection. This application provides this through “remember me” checkbox. • This application supports problem reporting feature which allows developers to get reports on bugs and new features that are
  • 5. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 5 • Other programs on the android device can use ConnectBot as a ssh- agent so that the other program can pass data and commands securely to the server required as user feedback which is not present in ConnectBot • Additional command line access and graphical representation of state of the system is also provided in this app which is not present in ConnectBot. Server Monitor Server Monitor[9] is an system Admin App that helps you to check the status of your network and web servers. And the best part about the App is that, Whenever the Server is Down, you will be first to get Notified. It is easily configurable and can check the Status a lot of times to • Provides status of network and web server. • User notification whenever the server is down. • Supports plain tcp connection as well as SSH tunnels. • Server Monitor supports both ssh and tcp but this application makes use of ssh tunnels only. • User notification facility is not available in this app since for that the user has to be logged in continuously which has some security issues and may compromise the security of the system.
  • 6. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 6 make sure that everything is going as expected,supp orts plain TCP connections as well as SSH tunnels. CuraSysAdmin Cura[9] is the bundle of remote servers- administration tools that facilitate the easy maintenance, configuration and all-around administration of UNIX/Linux servers. • A personalized Terminal emulator for direct interaction with said server. • Syslog module that allows for reading logs directly from the server. • SysMonitor module that visually graphs CPU and RAM usage percentages. • Personalized Terminal Emulator is not provided in this application but similar command line access is provided. • Graphical representation of the state of the system is provided just as in Cura Sys Admin. 2.4 Research in the Paper The key research element in this paper is the introduction of a System Administration tool in mobile platform. For decades SSH has been used for the task of system monitoring through a PC or work station, but this paper shows us the possibility of doing same by using hand held devices or smart phones with the help of this application, since mobilization is the future. This paper also introduces tool for convenient System monitoring by providing visual aid
  • 7. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 7 such as plotting graph from the extracted information in real time which makes it more perspicuous and helps in quick decision making. 2.5 Technologies Used • SSH AND Jsch: SSH is a unix based interface and protocol for securely getting access to a remote computer. It is widely used by network administrator to control web and other kind of servers remotely. It provides strong authentication and secure communication over in secure channel by encrypting transmitted data during SSH session. • Jsch(Java Secure Channel):Jschis a java implementation of SSH. It is a Java library which provides the implementation of SSH functionality. • IPMI tool: IPMI(Intelligent Platform Management Interface) is a an open standard hardware management subsystem to communicate .IPMI is a single command line interface useful for managing IPMI enabled devices .It enables user to manage system hardware ,monitor system health, monitor and manage the system environment independent of the operating system. 3. OBJECTIVE • The application will act as a client and the administrator can connect to the SSH server by providing valid credentials. • The administrator can use this application to analyze the statistics of the cluster by extracting information such as Memory usage, Hardware information, CPU and processing information, Disk space statistics and Network Packet statistics. • This application also enables user to run IPMI command so that user can analyze information such as Power Status, Fan Sensors, Temperature Sensor and System Event Log. • The application can also be used by the administrator to manage the processes running on the cluster in real time. • The application can also be used for visual representation of the extracted cluster information. 4. SCOPE OF THE PROJECT Many android applications with similar prototypes have been researched and developed but the existence of one single concrete application such as our application HPC Health is dubious. This application overcomes the problem of constant monitoring of the HPC cluster by enabling admin to access the system remotely and remain updated about the state of the system. As a new solution to develop such a system, this paper introduces the use of secure shell protocol using java.
  • 8. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 8 5. EXPERIMENTAL DESIGN • Firstly to connect the android device to the server[4], ssh connection was planned to be used to accomplish which jsch library was incorporated in the android environment. • For communication between the client application and the server, input and output streams were created. • The commands to be fired on the server were sent through the output stream and the results were channeled back to the device through the input stream. • Graphs were plotted to check the performance of the HPC system using the data received. This was accomplished using the GraphViewapi for android. To give a real time view of the performance the graph data was refreshed every few milliseconds using threads. Fig 2. Login screen Fig 3. Menu screen Fig 4. Output displayed Fig5.percentageCPU usage graph Fig 6. Process List
  • 9. International Journal of Information Tec 5.1 Use Case Diagram HPC Healthwill be a project consisting of Client and Server. The interaction between user and the system is depicted in the use case diagram given below. 5.2 Activity Diagram The order of events that take place while manoeuvringthe application by the user is depicted below with a activity diagram. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 HPC Healthwill be a project consisting of Client and Server. The interaction between user and the depicted in the use case diagram given below. Fig 7. Use Case Diagram The order of events that take place while manoeuvringthe application by the user is depicted hnology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 9 HPC Healthwill be a project consisting of Client and Server. The interaction between user and the The order of events that take place while manoeuvringthe application by the user is depicted
  • 10. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 10 Fig 8.Activity Diagram.
  • 11. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 11 6. IMPLEMENTATION The implementation has been explained in the following sections. The first section is the establishment of SSH session and channel from the device to the server. Next section contains the Running of Commands through the connection established. The third section explains the implementation of graphs from the retrieved data. And the final section is about the generation of the Process list for the System Administrator. 6.1 Establishing the SSH Connection The data extraction would require a session and a secure channel.The Java Secure Channel (JSch)[1] library was incorporated into the application for that.A JSch object was created and the getsession() function called with parameters username, hostname and port number (22 for SSH).The setpassword() method was called with the password as parameter.The connection was then established using session.connect() after verification of the user credentials.The channel was created of “shell” type rather than “exec” so that multiple commands could be sent and output could be retrieved one after the other. In “exec” the channel breaks after a single command is fired and output retrieved. Session created before was used to create two channels: • Outputstream channel is used to send the command to the remote server. • Inputstream channel is used to receive the result from the remoteserver. 6.2 Firing Commands on the Server Spinner element was used to provide the user a set of options in a drop down menu to choose from such as cpu and processing info, mem info, sensor info etc. Now, the next requirement was to implement the on click listeners for each of the menu items. On clicking each menu item, the item is stored in a string and using an if-else condition, the item clicked was checked and the appropriate command was sent through the Outputstream associated with the channel and then the result was read from the Inputstream. A small amount of delay was necessary between writing the command and starting to read the input stream so as to allow the command to run in the server first before starting to read its result. 6.3Graphical representation of cluster stats Graphs were used to provide the user a graphical view of the system stats and as a visual aid in understanding the current state of the cluster.With this vision GraphViewapi[2] was used which is useful in providing well-structured graphs in android applications just as a task manager does.Graph View is a library for android to programmatically create flexible and nice looking graphs. It is easy to understand, to integrate and to customize it.The stats were extracted by firing commands and then were used to plot the graph.An abstract data type was created with two double type attributes to hold the x and y co-ordinates to be plotted. Stepwise approach to developing this feature is as follows: • Run the appropriate command and retrieve the data to be plotted.
  • 12. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 12 • The data is stored in series of data of abstract type set the type of the graph. • Add the series to the graph for display set the specifications of the graph such as maximum y bound, maximum x bound, viewport etc. • Add the graph to the layout. • Keep updating the graph periodically using background threads and timers. 6.3 Managing processes running in the cluster The system administrator invariably has to control and manage the processes running on the system from time to time. For the task of managing the processes running, it is essential for the administrator to be able to get a complete list of the processes running on the system and then modify them to his/her needs such as killing process, spawning new process, changing their permissions and priorities, etc. For this, the top command was used but output of top being dynamically changing it was difficult to manipulate its output. So we used a two-step mechanism whereby we first run and write the output of top onto a text file and then read and modify the content of this text file. The steps used are as follows: 1. Whenever the user requests the list of processes internally the top command is run and the output is written onto a text file. These files content are then manipulated using stringmanipulation techniques to extract the name, process id and the user to which the process belong. 2. A table is then constructed in the current activity and the stings extracted in previous steps are used to fill the cells of the table. This is done using the Table Layout in the Android Development Tools. 3. A listener is then used for detecting clicks on the rows of the table. On clicking any row of the table a new activity is created and the process id and name of the corresponding process are passed via Intent to the new Activity where it is used for managing the process. 4. The new Activity possesses multiple options for the user to choose from such as changing process priority, killing the process etc. This provides a handy tool for viewing all the processes in the system and to choose to control any of them. Doing this is essential to administer the cluster. 7. CONCLUSION This thesis project has covered mobile application development in Android platform. The basic components of android have been described along with the overview of the Android architecture. The outcome of this project has accomplished most of the goals we set at the start. This project was an opportunity to discover and explore new skills in the field of mobile application development. The final application can be useful to system administrators for keeping track of their systems (Cluster) remotely without disrupting the normal performance of the system.
  • 13. International Journal of Information Technology, Control and Automation (IJITCA) Vol.5, No.1/2, April 2015 13 ACKNOWLEDGEMENTS We would like to extend our gratitude to Dr P.K. Sinha(Senior Director, HPC, CDAC), Mr Abhishek Das and the C-DAC members at NIT Silchar for their cordial support, valuable information and guidance provided by them, which helped us in moving ahead with this task through various stages. We are also very grateful for their cooperation during the period of our assignment. REFERENCES [1] “Jcraft”. Web.http://www.jcraft.com. January 10, 2015. [2] “Graph View”.Web. http://www.android-graphview.org. January 16, 2015 [3] RamziN.Sansour, NidalKafri, MuathN.Sabha “A survey on mobile multimedia application development frameworks”. Multimedia Computing and Systems (ICMCS), 2014 International Conference on 14-16 April 2014, pp 967 – 972. [4] Ms Loveena Lionel “Android As A Server Platform”. Proceedings of National Conference on New Horizons in IT - NCNHIT 2013, pp 135-137 [5] DeepaliJavale “Home Automation and Security System Using Android ADK”, International Journal of Electronics Communication and Computer Technology (IJECCT) Volume 3 Issue 2 (March 2013). [6] Andreas Sommer, Stephen Krusche “Evaluation of cross platform frameworks for mobileapplications”. 1st European Workshop on Mobile Engineering (ME13). Aachen - Germany, March 2013 [7] Henning Heitkotter “Evaluating Cross Platform Development Approaches for Mobile Applications”. Web Information Systems and Technologies Lecture Notes in Business Information Processing Volume 140, 2013, pp 120-138. [8] Ifeanyi P. Egwutuoha, David Levy,BranSelicShiping Chen “A survey of fault tolerance mechanisms and checkpoint/restart implementations for high performance computing systems”. The Journal of Supercomputing. September 2013, Volume 65, Issue 3, pp 1302-1326. [9] “Linuxaria”. Web.http://www.linuxaria.com. November 1, 2014.