Вы находитесь на странице: 1из 3

DEPLOYING AN APPLICATION IN A VIRTUAL MACHINE

STUDENT MANAGEMENT

AIM:

To create the communication between the communication between host and


guest machine using an application.

STEPS:

1) Here the guest machine is “Ubuntu” and host machine is “Windows 7”

2) In the guest OS, the “E:/drive”, run the Host OS

3) The front end “Netbeans IDE” is installed in the Ubuntu

4) Backend as “MySQL” is installed in the host machine “Windows 7”

5) By using IP address of the host machine, both the machenes are


communicated via “Ping” command in the command prompt window

6) In the backend, “Studet Table” is created with fields such as student name,
student ID, marks

7) The SQL database added to the programming in Netbeans to execute and


make communication between the guest and host OS.

8) By using the SQL query the details will be fetched and added for the given
name of the student in the programming and database.
CREATING SHARED FOLDERS

AIM:

To create shared folder for sharing the files between guest and host OS.

STEPS:

1) Choosing the desired drive to the guest machine from the host machine.
Here the drive “E” is shared.
2) Accessing folder and files in the “E:/drive” of windows 7.

3) Accessing view of the “E:/drive” from Ubuntu guest machine.

Вам также может понравиться