Blog

Connect ESXI to ISCSI storage Part I :Introduction

ISCSI introduction
ISCSI stand for Internet Small Computer System Interface   iSCSI is an industry standard protocol which allows sharing of block storage over Ethernet. It is a protocol for communicating with I/O devices, chiefly storage devices. iSCSI is an IP-based standard for connecting data storage devices over a network and moving data by carrying SCSI commands over IP netwRead More…

ESXI Storage introduction Part II

What is a datastore?
DataStores in VMware vSphere are storage containers for files. They could be located on a local server hard drive or across the network on a SAN.  DataStores hide the specifics of each storage device and provide a uniform model for storing virtual machine files. DataStores are used to hold: virtual machine files, templates, and ISO images.  They can Read More…

ESXI Storage introduction Part I

ESXI storage introduction
 ESXi hosts support host-level storage virtualization, which logically abstracts the physical storage layer from virtual machines. The following storage technologies are supported by ESXi: Direct-attached storage  internal hard disks or external storage systems attached to the ESXi host through a direct connection using protocols such as SAS or SATA. ThisRead More…

vSphere Networking : Virtual Switch VSS

Standard Virtual Switch VSS introduction standard switch (sometimes called vSwitch) is created by default when ESXi is installed. Like its physical Ethernet counterpart, a standard switch works at layer 2, forwards frames to other switch ports based on the MAC address, and supports features such as VLANs and port channels. Standard switches have to be connected to the ESXi host’s phRead More…

vSphere Networking : introduction

introduction For Better View > Open Image in different TAB in previous articles [ ESXI best practice ] , we have mentioned that there so many network traffic between ESXI host , including but NOT limited to : network traffic to manage ESXI host it self : either by web client or by vcenter application network traffic to move VM from host to another , which called [ vMotion ] netwRead More…

vCenter Deployment : Post installation

introduction After we install vCenter Server, we have to access vcenter and Consider these post installation options before adding inventory for the vCenter Server to manage , like licensing vCenter create Datacenter Create Cluster vCenter License When you install a vCenter Server system, it is in evaluation mode. An evaluation mode license of a vCenter Server system expiresRead More…

vCenter Deployment : Best Practice Vs Basic installation

introduction before start vcEnter installation : I found it ‘s better to make some comparison between vcenter as basic installation  and best practice deployment this article aim to give you an overview about new concept in vcenter in advanced mode , if you can understand about 50:% of these advanced concept : it’s more than enough because we will fully cover these features in next cRead More…

vCenter Deployment : Basic installation

introduction in previous article  : we have got some brief intro about vCenter and we differentiate between [basic installation] VS [best practice deployment ] in this article we will start installation vCenter 6.7 as VCSA it’s good idea to look at network diagram below For Better View > Open Image in different TAB we have 3 ESXI servers as the following ESX151 with IP 172.Read More…

vCenter Deployment : introduction

introduction previously : we have discussed how to manage ESXI server and we mentioned that the good tool is vsphere web client like https://172.16.100.151 but also we mentioned that the great and magic tool is to use Vcenter so … what is Vcenter ? vCenter Server is an application that enables you to manage your vSphere infrastructure from a centralized location. It acts as a ceRead More…

Virtual Machine Files Structure

introduction
When you create a virtual machine, ESXI creates a set of files for that specific virtual machine. Virtual machine files are stored in either the virtual machines directory or the working directory : Both directories are typically on the host system. this is small article that will give you some details about VM file structure 
Where VM files located
in previous article : we haRead More…

ESXI Storage : local DataStore

introduction Datastores in VMware vSphere are storage containers for files. They could be located on a local server hard drive or across the network on a [ SAN ISCSI. NAS ] Datastores hide the specifics of each storage device and provide a uniform model for storing virtual machine files. Datastores are used to hold virtual machine files, templates, and ISO images. They can be formatted withRead More…

Post ESXI installation

After Install and Set Up ESXi After ESXi is installed and set up, you can manage the host by using the vSphere Web Client and vCenter Server, license the host, and back up your ESXi configuration.You can also use the VMware Host Client to connect directly to the ESXi host and to manage itpost ESXI installation include tasks :Licensing ESXi HostsView System Logsenable quick boot  Read More…

vSphere :ESXI 6.7 Installation

Introduction vsphere installation is straight forward process VMware has released ESXI version 7.0 ,which is good news but here in networks pioneers currently we w ill install previous version ESXI-6.7 which released in 2019 for upgrading purpose and to make comparison between both versionbefore starting installation : VMware has many training course ,and this course vSphere ICM refer to : Read More…

WordPress on SLES Part II : WordPress installation

introduction
in previous article : we have successfully installed and configured LAMP [Linux ,Apache ,MySQL ,PHP] all with text command  in this article part 2  with text command also  ,we will : Create and configure Maria database for WordPress Download WordPress Install WordPress Customize our site Please remember WordPress requires [Apache, PHP and MySQL] So … &nbsRead More…

SLES as Apache Server

Introduction
According to the survey from http://www.netcraft.com/ , the Apache HTTP Server (Apache) is the world’s most widely-used Web server. Apache is Developed by the Apache Software Foundation (http://www.apache.org/), it is available for most operating systems. SUSE® Linux Enterprise Server includes Apache version 2.4. In this article: learn how to install, configure and Read More…

SLES Sharing Folder with SAMBA

SAMBA introduction in previous article of Networks pioneers  : we have discussed how to share folder with NFS in this article : we will extend our knowledge of linux sharing folder by using grate toll called SAMBA Samba is a tools  that gives SLES [or any Linux ] the ability to speak SMB (Server Message Block).SAMBA allow SLES to act file print sharing server to other linux machine and NORead More…

SLES Sharing Folder with NFS

introduction The Network File System (NFS) is a protocol that allows access to files on a server in a manner similar to accessing local files.SUSE Linux Enterprise Server SP1 installs NFS v4.2, which introduces support for :sparse files,file pre-allocation,server-side clone and copy, application data block (ADB),and labeled NFS for mandatory access control (MAC) (requires MAC on both clientRead More…

Software management with RPM

software management Introduction in SLES : software management can be done with one of the following :Graphically with Yast Command line with Suse Tool Zypper Command Line with Tool RPM RPM (RPM Package Manager) is used for managing software packages.Its main commands are rpm and rpmbuild.The powerful RPM database can be queried by the users, system administrators and package builders fRead More…

Software management with Zypper

software management Introduction
in SLES : software management can be done with one of the following : Graphically with Yast  Command line with Suse Tool Zypper  Command Line with Tool RPM  Zypper is a command line package manager for installing, updating and removing packages. It also manages repositories. It is especially useful for accomplishing remote software managementRead More…

SLES Changing Language and Country Settings

introduction Working in different countries or having to work in a multilingual environment requires your computer to be set up to support this. SLES 15  can handle different locales in parallel. A locale is a set of parameters that defines the language and country settings reflected in the user interface.The main system language was selected during installation and keyboard and time zonRead More…

SLES Manage Local Users

SLES user Management SLES 15 support both: local user and domain user managementIn this article : we will discuss managing local usersAs we know in windows operating system: local users are created in file C:WINDOWSSYSTEM32CONFIGSAMIn SLES 15 :users are created in in /etc/passwd and their password are encrypted in file /etc/shadowAlso group  are created in file /etc/groupRegarding users proRead More…

SLES Remote Administration with VNC

Introduction SLES server physically reside on Data Center So as administrator , you can access these servers by one of the following :the first method : working on server Directly on datacenter , which impractical 🙁   ,  just Skip it the second method : is working on SLES server remotely with   text  mode using ssh [secure Shell ] : which has been  DONE in previous  article the tRead More…

SLES Remote Administration with Secure Shell SSH

Introduction SLES server physically reside on Data Center So as administrator , you can access these servers by one of the following :the first method : working on server Directly on datacenter , which impractical 🙁   ,  just Skip it the second method : is working on SLES server remotely with   text  mode using ssh [secure Shell ] : which will be DONE in this article the third methodRead More…

Yast

Yast introduction Yast stand for Yet Another Setup ToolYast work in SLES installation and after installing AutoYaST [like control panel in windows ] to control operating system  SLES AutoYaST installations are performed using an AutoYaST control file (also called “profile”) with installation and configuration data.That control file can be created using the configuration interface of ARead More…

File System Hierarchy Standard (FHS)

Linux Standard Base (LSB) SUSE supports  the Linux Standard Base project. information about the project can be found at http://www.linuxbase.org.The  valid LSB specification is  Apart from the File System Hierarchy Standard (FHS),  things like the package format and details of the system initializationIn accordance with the LSB specification > SUSE LINUX is also compliant with the FilRead More…