Posted by techstarts on September 9, 2008
in ESX3i all logs are lost during reboot. Therefore a syslog server is required to record and archive all ESX Server 3i logs since a simple reboot will erase all activity of all users.
ISO Images consumes a lot of disk space since they are not compressed when they are created.
Users should create hash checksums on all ISO OS images on the ESX server before utilizing the ISO OS images for virtual machines.
Shares and Resource allocation: Minimum and Maximum resource settings within ESX Servers are absolute values, whereas shares are used to give preference to a guest OS when resource is scare. Minimum guarantee a specific amount of a resource to the virtual machine but deny that much of the resource to other virtual machine, While Maximum deny the virtual machine a portion of the resource while allowing other virtual machine more access to that resources. Do not configure the minimum virtual machine CPU and memory setting equal the total physical amount available. Use reservations,shares and limits to allocate resources.
Time management, synchronizing the virtual machine with the ESX Server is the preferred method for time synchronization.
Posted in Advance Concepts, Security, VMWare, Virtual Center | Leave a Comment »
Posted by techstarts on September 9, 2008
-
Virtual Switch Tagging(VST) allows virtual switch to handle it’s own VLAN tagging. This processing is handled by Pnic and this overhead never comes to VMkernel. Each physical switch port that connects to virtual switch is configured in trunk mode. VLAN’s can span across multiple PSwitch. VLAN is enabled by trunked link connecting the virtual switch and PSwitch thru frame tags. Trunk links can carry the traffic of multiple VLANs simultaneously.Within Switch fabric, switches uses frame tagging to direct frames to the appropriate switch and port. Frame tagging assigns frame id prior to traversing trunked link. After the frame reaches the access link, VLAN ID is removed and the end device receives the frame.
The vpxuser has privileges of a root user on the ESX server host,, but has no file privileges on the ESX server console. The vpxuser is created when the ESX server host is attached to Virtual Center. It is not present on the ESX Server host unless the host is being managed through VirtualCenter.
Virtual Center has two default roles defined, system roles and sample roles. System Roles are permanent and the permissions associated with these roles cannot be changed. All changes made to permissions of custom roles are effective immediately not requiring users to log off and log back in.
Posted in Advance Concepts, Security, VMWare, Virtual Center | Leave a Comment »
Posted by techstarts on April 10, 2007
Few important things which I felt from exam perspective are important have been posted here, but it is in brief for more details, please read Server configuration guide. At one point i felt bored, because not much is required from VCP Blue print perspective.
For iSCSI CHAP is used for securing traffice between iniatiators and Target. However CHAP is one way enabled i.e. only target will authenticate the iniatiators. CHAP is enabled at HBA level. It doesn’t support per-target CHAP authentication, which enables you to configure different credentials for each target to achieve greater target refinement. ESX server doesn’t support Kerberos, secure remote protocol, or public key authentication methods for iSCSI; additionally it doesn’t support IPSec and encryption.
Do not configure the default gateway for the service console on the virtual swithc you use for iSCSI connectivity.
If service console is compromized in certain ways, the virtual machines it interacts with might also be compromized, to minimize the risk of an attack through the service console; Vmware protects the service console with a firewall. By default ESX server is installed with a high security setting.
Further to this ESX server and virtual center use ports 8085,8087 and 9080 to communicate internally with eachother.
Posted in Advance Concepts, Security, VMWare | 1 Comment »