VMware – ITrepo Consulting http://itrepo.com Thu, 16 May 2019 20:05:26 +0000 en-US hourly 1 https://wordpress.org/?v=5.0.7 Vmware PowerCLI finding VM and Datastore http://itrepo.com/vmware-powercli-finding-vm-and-datastore/ Fri, 15 Mar 2019 22:42:21 +0000 http://itrepo.com/?p=484 If you are looking for a VM datastore with Vmware PowerCLI below is a very usefull code to check : This is going to show you all the VMs and their datastore , but you can also put name of a VM in front of get-vm command.

The post Vmware PowerCLI finding VM and Datastore appeared first on ITrepo Consulting.

]]>
If you are looking for a VM datastore with Vmware PowerCLI below is a very usefull code to check :

get-vm | select name , @{N="Datastore";E={[string]::Join(',',(Get-Datastore -Id $_.DatastoreIdList | Select -ExpandProperty Name))}}

This is going to show you all the VMs and their datastore , but you can also put name of a VM in front of get-vm command.

The post Vmware PowerCLI finding VM and Datastore appeared first on ITrepo Consulting.

]]>
Netapp New Features insight 2018 http://itrepo.com/netapp-new-features-insight-2018/ Tue, 25 Dec 2018 00:29:01 +0000 http://itrepo.com/?p=277 In this post, I’d like to talk about Netapp New features in insight 2018 First of all , In NetApp’s annual three-day technical training conference, attendees heard more about becoming a data visionary.  So , Netapp focus was more on Cloud solutions  and one of the new was Kubernetes and Netapp and The stackpoint.io Kubernetes-as-a-service platform combined with […]

The post Netapp New Features insight 2018 appeared first on ITrepo Consulting.

]]>

In this post, I’d like to talk about Netapp New features in insight 2018

First of all , In NetApp’s annual three-day technical training conference, attendees heard more about becoming a data visionary. 

So , Netapp focus was more on Cloud solutions  and one of the new was Kubernetes and Netapp and The stackpoint.io Kubernetes-as-a-service platform combined with NetApp’s Cloud Data Services creates a complete DevOps solution, so customers can focus on innovation, not administration.

So Below is a summary of the new features :

  • Cloud insight
    • With dynamic topology and correlation analysis
    • Identifying abandoned and unused resources to right size
    • Get advanced analytics and machine learning to identify issues before they become critical outages
  • Azure Netapp Files
    • NFS storage right in the Azure portal
    • REST API support, CLI access
  • Cloud Volumes Service for AWS
  • Introducing new HCI Compute Nodes with new switches
  • Ansible module for Netapp
  • Flash-Accelerated object storage for IoT
  • StorageGrid SG6060 Appliance
  • MAX Data
    • Nanoseconds latency using PMEM
    • For latency-sensitive apps and DBs
  • Snapmirror strict synchronous/synchronous
  • MetroCluster Enhancements
    • Maximum distance increased to 700km
    • Application must be able to tolerate up to 10 ms write acknowledgment latency
  • SVM DR  from MetroCluster
  • Netapp ONTAP AI
  • NetApp Data Availability Services (NDAS)

 

consequently :

In a simple sentence, I’d say there is a tremendous amount of work for cloud solutions!

Finally , Make sure that you are in touch with Social media at the bottom of my Homepage 

The post Netapp New Features insight 2018 appeared first on ITrepo Consulting.

]]>