Notes Internship
Notes Internship
Notes Internship
to open a OVA file u need to use a file unzip (7-Zip) program since OVA file are
file that hold your archives.
and to convert a file from OVA to take out one of the archivces you need to use a
file unzip program too.
OVA to ISO converter is not really convinient it is better to convert the OVA filoe
to a image fromat like VHD(VmDk).
VMware OVF Tool is a command-line tool that lets you import and export OVA files to
and from other VMware products.
will explain VMtools later;
An ISO file is a disc image file which can include the entire contents of a DVD,
CD, or Blue-ray Disk, and it's often part of an OVA file.
-----------------------------------------------------------------------------------
----------------------------------
What is Virtual Machine Disk format (VMDK)?
one of the formats used for virtual disk drives. VMware Virtual Machine Disk is a
format specification for virtual machine (VM) disk image files. A file with
the .vmdk file extension is essentially a complete and self-contained virtual
machine.
so its basically used as a backup vm but it has a problem,
the problem is that these files are esaily damaged, resulting in the loss of
virtual machine data.
VMDK is a much faster virtual disk format than VDI and VHD (and VHDX).
Additionally, it includes live migration functionality to make it easier to move a
VM to another server. It also provides snapshots, continuously protects data, and
uses high-performance SAN block storage. Finally, users can recreate and reboot the
VM using the backed-up VMDK file.
A VMDK file serves as a virtual disk image for a virtual machine. Just like a
physical hard disk drive
Differential VMDK: Based on another disk image (a parent disk), capturing only the
changes made since the snapshot was taken. This allows for efficient disk backups
and snapshots.
-----------------------------------------------------------------------------------
--------------------------------
ISO:
An ISO file is an exact copy of an entire optical disk such as a CD, DVD, or Blu-
ray archived into a single file. This file, which is also sometimes referred to as
an ISO image, is a smaller sized duplicate of large sets of data.
Its actual function is to replicate an original optical disk and store it until it
is needed to burn a new disk having the same data within it. You can use it to
transfer a game, for instance, from an old disk to your laptop when there is no
physical disk around.
However, ISO files are used for much greater purposes when it comes to operating
systems. They can be excellent vessels for large programs or operating systems
themselves, since they are a single file that contains huge amounts of data.
-----------------------------------------------------------------------------------
--------------------------------
The Linux® kernel is the main component of a Linux operating system (OS)
users can view the code that comprises the software and make any kind of changes
to it they want.
The source code can be repurposed into other new software, meaning anyone can take
the source code and distribute their own program from it.)
. An operating system is the software that directly manages a system’s hardware and
resources, like CPU, memory, and storage. The OS sits between applications and
hardware and makes the connections between all of your software and the physical
resources that do the work.
Its job is to keep track of how much memory is used and where,
determine wich proccesses can use the CPU and for how long ,
mediator between hardware and proccesses,
so itr also recives requests from the proccess to access the hardware..
----------------------------------------------------
and is the core interface between a computer’s hardware and its processes. It
communicates between the 2, managing resources as efficiently as possible.
The kernel is so named because—like a seed inside a hard shell—it exists within the
OS and controls all the major functions of the hardware, whether it’s a phone,
laptop, server, or any other kind of computer.
Memory management: Keep track of how much memory is used to store what, and where
Process management: Determine which processes can use the central processing unit
(CPU), when, and for how long
System calls and security: Receive requests for service from the processes
-----------------------------------------------------------------------------------
--------------------------------
the use of the snapshot in a VM is like a time machine its used so that you can
revert back to it at a later time
amd when you want to take anspashot then go back to it you will loose all work
done before the snapshot.
but what u can do is take a snapshot update do a test then go back to it.
-----------------------------------------------------------------------------------
--------------------------------
The file system (sometimes written as filesystem or abbreviated as FS) is a
collection of methods and structures used by the computer’s OS for the arrangement
of data on any digital storage device, as well as for the control over the vacant
space.
home>pictures>file system>image
1.file
2.filename
3.directory tree keps things organized electronic version of the old version
folders in folders
root>user>
root is the parent directory of users.
Meta data>data
----------------------------------------
VMware Tools is a set of utilities and drivers that enhance the performance and
manageability of a VMware virtual machine. It acts as a bridge between the host and
guest operating systems, providing a seamless interaction between the two.
First, they enhance the VM’s performance by optimizing the interaction between the
guest and host operating systems.
VMware Device Drivers: These drivers optimize the VM’s hardware performance by
facilitating better communication between the guest and host operating systems.
They replace the default drivers of the guest OS, ensuring smoother operations.
VMware User Process: This component enhances the user interface experience. It
enables features such as copy-paste and drag-and-drop between the guest and host
environments, making the VM easier to use.
VMware Services: These services facilitate the execution of scripts that help
automate VM operations such as shutdowns and restarts.
Guest Operating System Daemons: These are background processes that run in the
guest operating system, enabling the host to perform tasks like time
synchronization and heartbeat monitoring.
Open-VM-Tools