Skip to main content

Posts

How to Deploy Dell EMC ECS Community Edition in Your Home Lab

When working with enterprise systems, it is always good to have a lab system that you can easily try  and break things. Today, I will be writing about one of my favorite products, Dell EMC ECS, which is sometimes scary when I need to perform some uncommon things. I am following the GitHub website for Dell EMC ECS Community Edition , for the latest release and install this version. Today, the most recent version available is 3.7.0.0 and you may directly download the OVA file from here . You may also read the Release Notes  but dont forget that this article is aimed for Community Edition, thus keep in mind that this will be an unsupported deployment and purposed for lab and testing basically. For the enterprise Dell EMC ECS products, you may visit Dell Technologies website. OK, lets continue with the deployment. I assume you have the OVA file already downloaded and ready to be deployment. In my Vmware Workstation setup, I do click on File > Open and select the OVA file to dep...

Configuring CAVA Antivirus Solution on Powerscale Cluster

One of the most struggling parts of administrating a huge NAS system like Isilon/Powerscale is Antivirus management. ICAP is the most used protocol for Antivirus scanning, which is basically, NAS is sending the file to the Antivirus server and wait for the file analysis and quarantine/truncate etc if needed. Most of the NAS admins can complain how this approach is not that much effective with the aspect of resource utilization and performance of antivirus scanning. CAVA is currently available on Powerscale OneFS versions 9.1 and later, and supports SMB protocol only. What it does is sharing the IFS filesystem only to CAVA servers over a restricted zone and IP Pool and relies on the filesystem auditing.  Whenever a file access is requested, the audit is sent to the CAVA/CEE Agent on the Antivirus server for him to identify what filepath needs to be scanned, and access the file path over CHECK$ share and performs the scan. To have a successful implementation of CAVA, please make sure...

Configuring a Basic DNS Server Using AdGuard

As building many labs in my home environment, I usually need DNS server which is easily deployed. Knowing that there are many alternatives, if just in case of A records to be created, I leverage from AdGuard  which is really helpful. I am running AdGuard on a Docker container to simplifying the installation process, I recommend this way of setup to everyone. It is clearly described in the Docker Hub  , so you can customize your setup here by following the docker run parameters for the AdGuard container. Assume we have installed the AdGuard successfully and it's homepage is accessible from your desktop. When logged in you should be able to see the Dashboard of AdGuard. Here below you may see a sample of AdGuard of my setup. or To be able to setup a DNS server on AdGuard, which is pretty easy. First you need to navigate to the "Custom Filtering Rules" page by clicking "Filters" from the page header. From the "Custom Filtering Rules" page, you will need...

Planning and Performing RP4VM Upgrade

To perform a successful RP4VM upgrade, first get the current versions of your ESXi (can be VxRail) and RP4VM versions and decide what versions you can upgrade to. The rule of thumb is here to upgrade the RP4VM first and upgrade ESXi (VxRail) afterwards if needed. Always consult, Dell Technologies Support or access to Solve Online to get the relevant procedures for the upgrade. Moreover, always start with the replication target cluster and then upgrade production cluster. Do not perform RP4VM upgrade simulataneously on connected clusters. As a preperation, I usually download the Upgrade and Maintenance Kit  from support website, and extract the file to a location which is capable to upload files to Recoverpoint for VMs Deployer and SSH/SFTP to the ESXi hosts. Uploading the vibs to /scratch directory to each ESXi host can be time saving before starting the vib upgrades. In general, the upgrade has 3 phases. Upgrading vRPAs Upgrading vibs Upgrading Plugin Upgrading vRPAs After mak...