Category Archives: Technology

Cisco UCS Jumbo Frame Configuration – The CoS Value Matters

I recently participated a technical trouble shooting regarding UCS jumbo frame setting to support NetApp SolidFire iSCSI storage. When the UCS MTU value in QoS setting is changed to 9216, the connection between UCS and NetApp SolidFire is lost. However, the new UCS QoS setting could be supported by the NetApp FAS iSCSI system in the same environment. A diagram as below illustrates the situation.

UCS_Jumbo_Frame_Issue

Continue reading

Unity File Replication – 3 things you need to know as a VNX/Celerra user

Although Unity has been in the market for more than a year, until recently, I got a chance to configure a pair of Unity with file replication.  If you were a VNX/Celerra user, there are 3 points you need to be aware to configure the file system replication on Unity.

  1. File System replication is bundled with NAS server replication

When replicating existing File Systems or VMware NFS Datastores with asynchronous replication, you must first configure replication for the NAS Server it is mounted on. It is not supported to replicate file system to a different Unity NAS server at the remote site.

When deleting a NAS server, the related file system must be deleted as well.

Continue reading

Backing Up a 10TB SQL Server

I am recently working on an environment need to back up a 10TB SQL server by Networker and Data Domain. By utilizing DDBoost ans saveset “MSSQL:”, the backup job could be done in 13 hours for the daily full backup. This is not the worst result to backup a SQL server in 10TB,  but we still can optimize it with some settings in Networker.

Continue reading

A Simple Example of EMC Networker Customized Backup Command

Recently I got a task to run a command or script to delete files in a given folder after a success backup. In general, there are two major ways, one way is to use PowerShell script and include Networker backup command, and the other way is to use EMC Networker customized backup command. I chose to use the second way because it is more closely integrated with Networker and easier to manage and monitor.

I follow the steps as below:

  • Step 1: In the client host, create a file save001.bat under c:\Program Files\EMC NetWorker\nsr\bin.
  • Step 2: Use txt editor to edit the Save001.bat with the script listed in the following post.
  • Step 3: Login to NMC, in the Backup Command attribute of the Client resource, type the name of the backup script, save001.bat in our case.

Continue reading

EMC Avamar Data Domain Replication Performance Turning

I recently worked on a performance turning for the backup solution with below components:

  • EMC Avamar as the backup server at DC1 and DC2;
  • Data Domain as the backup target storages at DC1 and DC2; and
  • Backup datasets are replicated between DC1 and DC2.

The backup client is Avamar NDMP node at both sites. The 50TB ISILON CIFS shares can be backed up in 2 hours by Avamar through NDMP. However, the replication of the daily backup to peer DC can take more than 24 hours.

Continue reading

EMC Networker SQL Flat File Recovery

From EMC Networker Module for Microsoft (NMM) version 9.1, EMC introduces the new feature “SQL Flat File Recovery”, no exciting, but really a helpful feature for the DBA and Backup admin.

Before EMC Networker NMM version 9.1, the MS SQL database only can be recovered to the SQL database, either to the original database or a different database. Since SQL database and Networker are usually managed by different teams, restoring directly to the database increases the internal communication between different teams to get the task done correctly. By introducing “SQL Flat File Recovery”, Networker admin can recover the database flat file to the desired location and DBA can recover the flat file to SQL database after that at any time.

NMM 9.1 can be used with Networker server version 8.2.3 or later with some limitations stated in the administrator guide.

Continue reading

VNX File OE Upgrade Interrupted….

For any work you did, some easy task always turned to be tough if you were not lucky enough. I did a VNX5600 OE for File upgrade recently, while the whole process should be quite easy to follow as below:

  1. Download linux_image_cd1.iso and pkg_x.x.x.xx.tar files.
  2. Launch USM (Unisphere Service Manager) to connect the control station 0 to upgrade the File OE. (The new USM version has solved dual control station upgrade problem.)

The beginning of the process went well (health check and MD5 checksum), then began the upgrade steps. It looked good until …. the Windows 8 on my laptop crashed! When the Window boot back to normal, I restarted the USM and try to continue the upgrade process and got below error:

Can’t upgrade because another upgrade is in progress. ‘upgrade’ is already locked by (xxxx,xxxxxxxxx) and it is currently ‘running’ The upgrade/install lock is taken by another process. Wait for the other upgrade/install to complete.

Continue reading