-
Explain Available vSphere Editions and Features
Editions offered in version 6.5 vSphere Standard Edition vSphere Enterprise Plus Edition vSphere with Operations Management Enterprise Plus Features Business Continuity and Security Resource Prioritization and Enhanced Application Performance Automated Administration and Provisioning Intelligent Operations Management Platform Performance Monitoring and Analytics Capacity Management Extensibility Through Management Packs Log Analytics
-
Partitions & Filesystems
Partitions You first need to create areas on your hard disk (HDD) to store data. This also equates to the amount of data you will store. When partitioning, you are basically slicing up available HDD space. Partitions are labeled by their physical nature first, then logical. The first disk is /dev/hda and the second disk…
-
Create and Change Hard and Symbolic Links
Exam Objectives Covered: Create links Identify hard and/or soft links Copying versus linking files Use links to support system administration tasks Links in Linux are synonymous with shortcuts in the Windows world. They are not identical, but the idea is similar. Specifically, the command ‘ln’, is used to make links between files. There are two…