LPIC-3 304v1 Flashcards
what’a an alias for hypervisor?
virtual machine monitor (VMM)
what’s the difference between a hypervisor and hardware emulation?
In hardware emulation, a piece of hardware imitates another, while in hardware virtualization, a hypervisor (a piece of software) imitates a particular piece of computer hardware
what’s the name of the cli tool for OpenVZ?
vzctl
which cpu flag provides a intel VT cpu for full virtualisation?
vmx (virtual machine extensions)
which cpu flag provides a amd-v cpu for full virtualisation?
svm (secure virtual machine)
where can you see, if xen supports HVM?
/sys/hypervisor/properties/capabilities
LVS: what’s the VIP (Virtual IP Address)?
The IP address used by the director to provide services to client computers.
LVS: what’s the RIP (Real IP address)?
The IP address used to connect to the cluster nodes.
LVS: what’s the DIP (Directors IP address)?
The IP address used by the director to connect to network of real IP addresses
LVS: what’s the CIP (Client IP address)?
The IP address assigned to a client computer, that it uses as the source IP address for requests being sent to the cluster
which sysctl settings need to be adjusted in order to prevent the loopback device from responding to ARP?
net. ipv4.conf.lo.rp_filter = 0
net. ipv4.conf.all.arp_announce = 2
net. ipv4.conf.all.arp_ignore = 1
define the main syntax of genhash
genhash -s -p -u
how can genhash use SSL and what’s the option to define a virtual Host?
SSL= -S, virtualHost= -u
ipvsadm: add a new service
-A
ipvsadm: define a tcp service address
-t
ipvsadm: define the scheduler
-s
ipvsadm: add a new server
-a
ipvsadm: add a real server
-r
ipvsadm: use masquerading
-m
ipvsadm: save rules to stdout
-S
ipvsadm: read rules from stdin
-R
ipvsadm: name the scheduling methods and declare each
rr - round robin wrr - weighted RR lc - least connection lblc - locality based least connection lblcr - locality based least connection with replication dh - destination hashing sh - source hashing sed - shortest expected delay nq - never queue
which option of keepalived defines the LVS syncd interface?
lvs_sync_daemon_interface
VRRP? What’s it doing?
Virtual Router Redundancy Protocol, used to communicate between routers/loadbalancers to define a master holding an IP
IPVS?
IP Virtual Server
what is LVS Localnode and what purpose can it serve?
use the local node (loadbalancer) as a real server, can be good for a sorry server
what is LVS IP Tunneling?
packets are encapsulated and answered directly by the real server
what is LVS NAT?
the loadbalancer translates external IP to internal and vice versa