Blog

SCCM introduction Part III : Roles and Hierarchy

Introduction
in previous two articles : we have discussed SCCM features  and  release history  and said that :  SCCM or System Center Configuration Manager (ConfigMgr for short) is designed to help you manage the PCs and devices in your environment. Its purpose is to give your devices a source of configuration so as to standardize your systems across your domain no matterRead More…

SCCM Introduction Part II : Release History

Introduction
in previous article : we have got an overview about SCCM and its features  also we have answered some frequent question regarding that IT administrator asking  in this article  SCCM intro part II : we will keep discovering SCCM release history before moving to the SCCM Roles  actually this articles is very very important for IT Administrators at least when dion Read More…

SCCM introduction Part I: Features and Functionalities

Introduction Microsoft System Center Configuration Manager (SCCM) is a Microsoft product that enables administrators to manage the deployment, patching , update and security of devices and applications across an enterprise network  Administrators also commonly use SCCM for endpoint protection.The SCCM integrated console enables centralized  management of :Microsoft Application VirtualizaRead More…

SRM Running SRM Test Recovery

introduction
after we successfully configure SRM environment and make VM replication for VM that we believe it’s added value to our business  now we can optionally test SRM   
Testing SRM replication
 Test recovery is NO more than  a testing a recovery plan exercises with every aspect of recovery plan. Site recovery manager ensures that test recovery will avoid disruptioRead More…

SRM Folder Mapping

introduction
In this article  we are going to discuss about SRM Folder mapping.  In  most vSphere environments:>  Virtual machines and data centers organized into folders in vCenter server.  In real production environment, There are thousands of virtual machines running in your production vCenter server.  Without SRM folder mapping, all your virtual machines wilRead More…

SRM Create Resource Mapping

introduction
In these articles, we are going to discuss about Site Recovery Manager inventory mappings. Basically inventory mappings involves in mapping the resources (clusters and resource pools), folders, and networks of the Protected Site to the Recovery Site. Why we need resources mapping
  Resource mapping  is required because we have  2 different vCenter servers installRead More…

install vSphere Replication in DR Site

introduction
we have install SRM on both production and DR site and paired to each other and also vsphere replication has been installed on production site this articles we will install vsphere replication on DR site > so both VRA connect to each other to synchronize VMs
VRA network Diagram For Better View > Open Image in different TAB
vsphere replication will be instaRead More…

install vSphere Replication in Production Site

introduction
we have seen previously how to install SRM in Production site and DR site , and how to make pairing between both : [actually this is primary pairing and will NOT completed until to install VRA and make Site pairing with SRM and VRA ] as we said before : SRM is NOT replication software :  SRM  utilize another software to make replication between two sites which could be onRead More…

Site Recovery Manager : Introduction

introduction
Information technology become these days the most organizational assets that should be protected in Enterprise Company or even SMB companies Best Practices for Enterprise Disaster Recovery (DR) basically consist of designing and implementing fault-tolerant hardware and software systems that can survive a disaster (business continuance) resume normal operations (business resumptiRead More…

vSphere Fault Tolerance Part I : Introduction

introduction
In our conclusion of High Availability article , we have mentioned one disadvantage of HA : which downtime We said that downtime normally 5 minutes and could be  extended to 10 minutes  , which could be acceptable for some VMs But unfortunately  In some high critical application VM , it’s NOT acceptable >> so we have to find  a solution that could decreRead More…

vSphere High Availability HA Part III : advanced HA

introduction
in previous article : we have seen how to configure and test HA  in this  article : we will advanced feature of HA and expert recommendation  just to mention
you are NOT obligated to practice all advanced HA features below
just try practice whatever you see important for your environment
HA considerations Recovery time Object RTO 5 minutes :  when host down thRead More…

vSphere High Availability HA Part II: configure HA

introduction
in this article we will see how to configure HA and verify it by power off ESXI153 to see  what will happen  so please back to part I of HA to understand the concept before configure HA effectively
HA network Diagram HA network Diagram to beter understand HA situation : please look to diagram above  we have clluster16 contain three ESXI host : ERead More…

vSphere High Availability HA Part I: introduction

introduction
In IT world :  administrators looking to achieve high availability with different ways,  including but NOT limited to  : HA applications, redundant NICs, server clusters, redundant power supplies, etc. redundant HDD with SAN storage VMware provide high availability at the virtualization layer with  a feature called vSphere High Availability 
Read More…

vSphere Distributed Resource Scheduler (DRS) Part I I

introduction
DRS configuration is based on cluster level  in pioneers.lab L we have created cluster called cluster16 , which include three ESXI host : ESXI151 ,ESXI152,and ESXI153  please back to previous articles DRS introduction here before  configure DRS 
DRS Network Diagram
as we usual do in all  our configuration , it;s better to understand network diagram to ease Read More…

vSphere Distributed Resource Scheduler (DRS) Part I

DRS introduction
in previous article : we have used vMotion to Manually migrate VM from ESXI host to another and from Datastore to another  its good feature : the bad thing it’s Manually  let us to suppose ESXI151 get overloaded in CPU or RAM > then some VM will stop working , unless we Manually migrate VM to another ESXI  we need some feature that  automatically  moRead More…

vSphere Networking : Virtual Distributed Switch

VDS introduction  Vswitch [which was configured previously on three ESXI ] was standard VSS è which require us to do same settings on three ESXI HostsAnd change on one ESXI host à should be done also on same ESXI host à to avoid error configurationVDS [Virtual Distribution Switch ] is centralized management  of VswitchAn Enterprise Plus license is required to add a host to a v Network DiRead More…

vSphere Networking : VSS Advanced Settings

introduction in previous articles here  : we have discuussed how to create  VSS  virtual standard switch and how to create port group to manage multi network traffic types this article considered as complementary to that article so please make sure you have understand previous article before diving here today we will talk about some advanced topic of VSS : Switch network security poRead More…

vSphere Networking : Virtual Switch VLAN

VLANs intro
 VLANs (Virtual LANs) are logical groupings of devices in the same broadcast domain.  They are usually configured on switches by placing some ports into one broadcast domain and other ports into another. VLANs can spread across multiple switches, enabling communications as if all virtual machines or ports in a VLAN are on the same physical LAN segment. Here in networkRead More…

Connect ESXI to NFS storage Part III :Configure NFS Client

NFS network Diagram ESXI NFS network diagram as we do always in networks pioneers : it’s better to have a a look to network diagram above to understand the concept  we have Suse Linux Enterprise Server as NFS Server  name SLES123.pioneers.lab  management ip address 172.16.100.123 connected to DMZ called [server farm ] another NIC connected to DMZ witRead More…

Connect ESXI to NFS storage Part I :Introduction

NAS vs NFS
before diving inside , we have to  differentiate between NAS and NFS. NAS is a type of network design. NFS is a type of Protocol used to connect to a NAS. Network Attached Storage (NAS) is a device that allows users to access files through a network. It allows users to access and share files from their individual stations through a central server.  NFS (Network File SystemRead More…