-
ITIL Service Lifecycle
There are five stages of the IT Infrastructure Library (ITIL). They start with Service Strategy at the core. Once you know what and why you need to do something, you can move to Service Design. The Service Design stage is where you start to meet services with identified business strategies. Once you have designed the…
-
Data Center Solutions that Interact with vSphere
vSphere is comprised of the ESXi Hypervisor as well as vCenter. Additional offerings include vSAN, Horizon View for Virtual Desktop Infrastructure, vRealize Suite, Site Recovery Manager (SRM), NSX, or VMware Cloud.
-
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…
-
Filesystem Hierarchy Standard (FHS)
I wanted to begin with the Filesystem Hierarchy Standard (FHS) which is currently at version 3.0. The standard can be referenced below as well as at http://refspecs.linuxfoundation.org/fhs.shtml. Filesystem Hierarchy Standard 3.0 When I first began using Linux, I realized that all the files and directories were arranged in a particular way. I wondered why Linux…