VMotion, also known as live migration, is a feature of
ESX/ESXi and vCenter Server that allows a running virtual machine to be moved from one physical
host to another physical host without having to power off the virtual machine.This migration
between two physical hosts occurs with no downtime and with no loss of network connectivity to
the virtual machine.
Storage VMotion moves the storage for a
running virtual machine between datastores. Much like VMotion, Storage VMotion works without
downtime to the virtual machine
Linux administration , Unix administration , Vmware Vsphere administration , Oracle DBA ,apache, backup, dhcp, dns, kvm, xen, kernel, ldap, kvm, monitoring, ticketing, networking, Mail servers, SAN,troubleshooting
Labels
- Amanda (2)
- Ansible (2)
- Answer these Questions (2)
- antivirus (2)
- apache (3)
- Bash (16)
- Chef (3)
- Citrix (2)
- clusters (2)
- Concept (22)
- DatabaseAdminstration (11)
- DevOps (1)
- dhcp (2)
- Downloads (3)
- ELK (1)
- ELK stack (1)
- encryption (1)
- Free trainings (1)
- Frequently Used Commands (46)
- FTP (1)
- git (1)
- gpg (2)
- Hardware (1)
- httpd (2)
- Interview Questions (53)
- iptables (1)
- IT NEWS (3)
- java (1)
- kibana (2)
- knife (1)
- KVM (2)
- linux (17)
- Linux installations (22)
- Linux Jobs (4)
- Linux Links (2)
- logstash (1)
- Mac (1)
- MediaWiki (1)
- MySql (2)
- Nagios (2)
- Networking (3)
- open Nebula (5)
- Open Source tools (12)
- OpenNMS (1)
- openSSL (1)
- Oracle on Linux (5)
- Performance Monitoring (1)
- php (1)
- postfix (1)
- postgres (1)
- postgres-XL (1)
- Product Reviews (1)
- Python (2)
- rssh (1)
- Samba (2)
- Scripting (16)
- security (4)
- selinux (1)
- Server (1)
- SFTP (1)
- Social Awareness (1)
- Solaris (1)
- SSL (1)
- svn (1)
- TCP/IP (1)
- Technology (1)
- Tips and Tricks (32)
- Training and materials (8)
- Troubleshooting (6)
- Ubuntu (18)
- unix (1)
- virtualization (17)
- Vmware (25)
- Vyatta (1)
- windows7 (1)
- xml (1)
what is VMware vSphere Client
VMware vSphere Client is aWindows-based application that allows you tomanage ESX/ESXi
hosts, either directly or through a vCenter Server
You can install the vSphere Client by browsing
to the URL of an ESX/ESXi host or vCenter Server and selecting the appropriate installation link
The vSphere Client manages an individual ESX/ESXi host by authenticating with an
account local to that host; however, it manages an entire enterprise by authenticating to a
vCenter Server using a Windows account.
hosts, either directly or through a vCenter Server
You can install the vSphere Client by browsing
to the URL of an ESX/ESXi host or vCenter Server and selecting the appropriate installation link
The vSphere Client manages an individual ESX/ESXi host by authenticating with an
account local to that host; however, it manages an entire enterprise by authenticating to a
vCenter Server using a Windows account.
what is VMware vCenter Update Manager
vCenter Update Manager is a plug-in for vCenter Server that helps users keep their ESX/ESXi
hosts and select virtual machines patched with the latest updates
hosts and select virtual machines patched with the latest updates
- Scans to identify systems that are not compliant with the latest updates
- User-defined rules for identifying out-of-date systems
- Automated installation of patches for ESX/ESXi hosts
- Full integration with other vSphere features
- Support for patching Windows and Linux operating systems
- Support for patching select Windows applications inside virtual machines
what is VMware vCenter Server ?
centralized management utility for all ESX/ESXi hosts and their respective virtual machines
its like windows active directory no exactly the same
vCenter Server is a Windows-based (vCenter Server for Linux is also there),
database-driven application that allows IT administrators to deploy, manage, monitor, automate,
and secure a virtual infrastructure in an almost effortless fashion
The back-end database
(Microsoft SQL Server or Oracle) that vCenter Server uses stores all the data about the hosts and
virtual machines.
Editions of VMware vCenter Server
-------------------------------------------
vCenter Server Essentials (small office)
vCenter Server Standard (all features)
vCenter Server Foundation (same as standard but limited to managingn three ESX/ESXi hosts.)
its like windows active directory no exactly the same
vCenter Server is a Windows-based (vCenter Server for Linux is also there),
database-driven application that allows IT administrators to deploy, manage, monitor, automate,
and secure a virtual infrastructure in an almost effortless fashion
The back-end database
(Microsoft SQL Server or Oracle) that vCenter Server uses stores all the data about the hosts and
virtual machines.
Editions of VMware vCenter Server
-------------------------------------------
vCenter Server Essentials (small office)
vCenter Server Standard (all features)
vCenter Server Foundation (same as standard but limited to managingn three ESX/ESXi hosts.)
What is Virtual Symmetric Multi-Processing (vSMP)
virtual machines with multiple virtual processors
VMware Virtual SMP allows virtual machines to be created with two or four processors.
VMware Virtual SMP allows virtual machines to be created with two or four processors.
Enable root user login ESX using SSH or Via SCP
By default root user is not allowed to login ESX using SSH or SCP
Steps to allow root user login ( IT IS NOT RECOMMENDED TO LOGIN AS ROOT )
1. Goto ESX server console
2. login as normal User
3. SU as root ( su root )
4. cd /etc/ssh
5. then ls -l
6. sshd_config file is present there ( that is the file we should modify )
7. then vi sshd_config
8. PermitRootLogin no ( by default , so change that to yes )
9. PermitRootLogin yes ( save and exit)
10. Restart service sshd daemon
11. /sbin/service sshd restart
12. reconnect and try to login as root ( hmm !!! it works !! )
Steps to allow root user login ( IT IS NOT RECOMMENDED TO LOGIN AS ROOT )
1. Goto ESX server console
2. login as normal User
3. SU as root ( su root )
4. cd /etc/ssh
5. then ls -l
6. sshd_config file is present there ( that is the file we should modify )
7. then vi sshd_config
8. PermitRootLogin no ( by default , so change that to yes )
9. PermitRootLogin yes ( save and exit)
10. Restart service sshd daemon
11. /sbin/service sshd restart
12. reconnect and try to login as root ( hmm !!! it works !! )
What is Storage Virtualization ?
Generally Physical hard disks are used as storage devices.
these physical devices are directly mapped and data is stored on those physical addresses directly.
but when it comes to storage virtualization
SAN etc are used and the storage destination is Logical (or virtual)
storage mapping is done with logical objects
benefits of storage virtualization
Less cost
easy administration (include backup etc)
easy migration of data
these physical devices are directly mapped and data is stored on those physical addresses directly.
but when it comes to storage virtualization
SAN etc are used and the storage destination is Logical (or virtual)
storage mapping is done with logical objects
benefits of storage virtualization
Less cost
easy administration (include backup etc)
easy migration of data
Subscribe to:
Comments (Atom)