Skip to content

Tag: Uemcli

Storage 0

EMC VNXe 3200 – Configuration Steps Via UEMCLI (Part1)

There are some minor cli changes with VNXe MCX which I will document as part of this series, for VNXe GEN1 please refer to these earlier posts: EMC VNXe Gen1 Configuration Using Unisphere CLI The initial configuration steps outlined in Part1 : Accept End User License Agreement Change the Admin Password Apply License File Commit the IO Modules Perform a Health […]

Storage 0

EMC VNXe – Troubleshooting NFS Connectivity

Step1 Check the Health status of the Link Aggregation: uemcli -d 10.0.0.1 -u Local/admin -p Password123# /net/la show -detail 1: ID = la0_SPA SP = SPA Ports = eth2_SPA,eth3_SPA Health state = OK (5) 2: ID = la0_SPB SP = SPB Ports = eth2_SPB,eth3_SPB Health state = OK (5) Step2 Ensure the Network Interface for NFS is correctly configured: uemcli […]

Storage 1

EMC VNXe Configuration Using Unisphere CLI (Part 2)

This is the second part in the series on configuring the VNXe via command line. Here I will detail the Steps involved in creating both NFS and iSCSI datastores. The configuration steps outlined in Part2 will be the following: LACP Configuration Create the Network Interface for NFS NFS Shared Folder Server Configuration Create NFS datastores Creating iSCSI Interfaces/Nodes/Datastores LACP Configuration Link […]

Storage 5

EMC VNXe Configuration Using Unisphere CLI (Part 1)

This is the first in a series of blog posts on configuring VNXe using the command line. All the configurations here will be performed using “uemcli” which can be downloaded here . If you prefer to use the GUI interface then Henri has a very good series of blog posts here. The following scripts defined here are very useful if […]