Friday, August 14, 2015

VMAX and Symmetrix SYMCLI commands

VMAX and Symmetrix SYMCLI commands

symcfg

Before you can do anything with a VMAX, you need to install the Solution enabler software, which you can get from powerlink.emc.com. You download the software, unzip or untar it, run the emc-install program and get the product licensed.
Now you have your software, but you need to run an initialisation command before you can connect to your DMX. Navigate to /usr/symcli/bin and run;
 symcfg discover
 symcfg list 
The first command gets information from the DMX and uses it to build a configuration database on your host. The second command lists that information out.
However symcfg is a very powerful command that can be used to display and alter the configuration of a VMAX. My preference is to use symconfigure for most of this, but symcfg can be used to manage VMAX locks, RDF and director ports, gatekeeper devices, hosts and host ports, mainframe connections, and more.

Discover all VMAX arrays connected to this host, then build or refresh the Symmetrix configuration database file using this information:
  symcfg discover
Display information held in the Symmetrix configuration database about all attached Symmetrix arrays
  symcfg list
Display more detailed information about the attached Symmetrix arrays and their directors
  symcfg list -v -dir all
Display detailed information about a specific director, in this case 0E
  symcfg list -v -dir 0E
Display information about all front-end directors on Symmetrix array 824
  symcfg list -SA ALL -sid 824
Display information about all the registered hosts that are connected to the Symmetrix array 824
  symcfg list -connections -sid 824
To list all gatekeeper and database access locks, enter:
  symcfg list -semaphores
To verify whether the Symmetrix 824 configuration and the Symmetrix configuration database are in sync, enter:
  symcfg verify -sid 824
list the port flags for port 0 on director 5 position A
  symcfg -sid 38 list -sa 5A -p 0 -v
Take the above port offline (necessary to change port flags - and remember this could make storage unavailable to users so use with caution)
  symcfg -sid 38 offline -sa 5A -p 0 
enable port flag vcm-state on the above port
  symcfg -sid 38 set port 5A:0 vcm-state=enable 
put the port back online
  symcfg -sid 38 online -sa 5A -p 0 

symconfigure

The symconfigure command lets you make changes to your Symmetrix device, for example to add new volumes, add or change port and host assignments and configure remote mirroring RDF devices. It updates the symm.bin file on the symm. device. The command cannot be shortened, symcfg is a different command
As part of making changes, symconfigure lets you save the current configuration, reserve devices to prevent others from using them, and gives you a number of query, list and verify options to check the current status of a symmetrix and validate any proposed changes before applying them.
You run symconfigure from a host server that is connected to the symmetrix, If anything happens to that host or the connection to the symm. while a change was in progress then the symm. could be left in an indeterminate state. To cater for this scenario, symconfigure has an abort option that lets you back out uncompleted changes.
symconfigure itself has a fairly small set of parameters, it does most of its powerful processing by reading a command file. The simplest command is symconfigure -h, the online help facility. The other symconfigue commands require a -sid parameter which identifies the Symmetrix that you are going to change. Before you want to start to make changes you will probably want to see your existing Symmetrix configuration.
If the query command shows that a hung session exists, then no more updates will be possible as any session puts a lock 15 on the symm.

Checking VMAX status using symconfigure and managing reserves


These examples commands are running against a VMAX with a symmetrix ID of 123
Query VMAX 123 to see what total freespace is available
    symconfigure -sid 123 -freespace -unit mb list 
Display the version number of the SYMCLI, SYMAPI and the configuration server. -sid is optional, leave it off and the versions for all attached symms are displayed.
    symconfigure -sid 123 -version -v 
The query command will check for any existing active configuration activity. If this command cannot get the information, it will keep retrying. You can control this with the -i and -c options which are interval between retries and number of retries.
Query a VMAX 8 times at 5 second intervals to see if any updates are running
    symconfigure -sid 123 -i 5 -c 8 -v query
Query a VMAX for reserves
    symconfigure -sid 123 -reserved list
Query a given reserve to get more details
    symconfigure -sid 123 -reserve-id 4567 show
Safely attempt to release reserve 4567
    symconfigure -sid 123 -reserve-id 4567 -noprompt release

Symconfigure examples using the command file

If you are planning updates to your VMAX configuration, then generally the best way to do this is to put all your updates into a command file, then run that file through the symconfigure command. The advantages of doing this is that you can get your commands peer checked by a colleague and syntax checked by the system before you run them. Each command has three options,
'preview' which checks the syntax of your command list;
'prepare', which also checks your syntax, then checks that the VMAX is in a healthy enough state to process the commands, with enough free resources to process the command,
'commit' which does the first two, then applies the updates.
The basic syntax for running symconfigure updates using a command file called command.txt is
    symconfigure -sid 123 -v -file command.txt preview  
    symconfigure -sid 123 -v -file command.txt prepare
    symconfigure -sid 123 -v -file command.txt commit 
SAMPLE File format :
save below content in txt file.

Form meta from dev 0112, config=striped, stripe_size=1920;
add dev 0113 to meta 112;
add dev 0114 to meta 112;
add dev 0115 to meta 112;
add dev 0118 to meta 112;
add dev 0119 to meta 112;

Some optional parameters are -noprompt which suppresses the 'do you really want to ...' messages and -v for verbose which means echo results back to the terminal

Changing devices

Create 2 small Gatekeeper devices. Gatekeepers are used to communicate with the VMAX. EMC recommends 4 gatekeepers per port and they are typically created with just 6 cylinders.
    create dev count=2 size=6 emulation=fba;
Create 20 bigger Standard devices
    create dev     count=20,
  SIZE=50 GB, 
 eMulation=FBA;
Note that the commands are not case sensitive, parameters can be separated by commas or spaces, can span more than one line, can contain extra white space, but must end with a semicolon ';' .
Add 6 a new spare devices
create spare count=4, format = 520;
Older symmetrix devices has 512 bytes in a block, new devices have 520 bytes in a block.
To delete disks use
  delete dev Device-name

Working with Metas

EMC split a physical device into between 1 and 128 hyper volumes, which are then combined together to form meta devices. A meta corresponds to a LUN as presented to a host, so a LUN can be bigger than a physical device. A meta-device can consist of up to 1024 hypers, but all the hypers must be the same size and type and have the same protection. Valid hyper sizes range from between 0.5 and 32GB. A Meta can be concatenated, that is, it can consist of hypers strung together, or it can be striped, when the data is striped across the hypers. The first device in a meta is known as the meta head.
The starting point is to find any unmapped devices using the command symdev list -noport. If any of these devices are allocated as BCV pairs or defined to device groups, then split them out using commands like this
 symmir -g group_name split
 symmir -g group_name rmall

define a concatenated meta and add 2 more devices to it. Concatenated metas are best for sequential data access, and they are easier to gorw or shrink that striped metas.
   form meta from device 028
      config=concatenated;
   add dev 015:016 to meta 028;
define a striped meta and add 2 more devices to it. Striped metas are best for random data access, but they can't be shrunk and are more difficult to grow.
   form meta from device 02b
      config=striped
   stripe-size=1920;
   add dev 017:018 to meta 02b;
Split meta 02b back into it's constituent hypers - this will destroy any data on the meta!
 dissolve meta dev 02b;
remove device 016 from meta 028
 remove dev 016 from meta 028;

Using SYMTIER to work with FAST tiering

Two types of FAST tier exist, disk provisioned virtual tiers and virtual provisioned storage tiers. 'Disk provisioned' is also split into static and dynamic. The following command will list all the storage tiers in array '123', including DiskGroup and Virtual Pool Tiers. If you just wanted to list DiskGroups or Virtual Pools you would add the switch -dp or -vp as appropriate.
symtier -sid 123 list
To get more detailed information about a specific tier use this command - obviously with your subsystem id and tier name.
symtier -sid 124 show -tier_name TEFD1

SYMTIER EXAMPLES

To work with FAST tiers, you need to be able to create and delete them, and also add and remove disks from them. The following command will create a static, disk provisioned pool called 'TSDP1', configured in RAID5, 3+1 format in disk array '123' from SATA disks. Alternative disk tecnology options are FC (Fiber Channel) or EFD (Enterprise Flash Drive). -dsk_grp is the disk groups to be added to the tier. In this case we are allocating a single disk group ID=2, but you can allocate a list of disk groups, and you can allocate them by name.
symtier -sid 123 create -name TSDP1 -inc_type static -tgt_raid5 -tgt_prot 3+1
   -technology SATA -dsk_grp 2
This command will create a flash disk tier in RAID1 format. -vp means this tier will be allocated using virtual provisioning
symtier -sid 123 create -name TEFD1 -tgt_raid1 -technology EFD -vp
To add a disk group to an exisiting tier use the following command. This adds 'disk group 3' to existing Storage Tier 'TSDP1'.
symtier -sid 123 -tier_name TSDP1 add -dsk_grp 3
and to remove it again use
symtier -sid 123 -tier_name TSDP1 remove -dsk_grp 3
You can also rename a tier if you did not like the existing naming standard, so 'TSDP1' becomes 'Tier_qxy29p
1'
symtier -sid 123 rename -tier_name TSDP1 -name Tier_qxy29p1
and finally, to delete a tier use this command.
symtier -sid 123 delete -tier_name Tier_qxy29p1

Create a mainframe striped meta. This must include at least 4 meta devices. This example creates 4 * 500 cylinder metas, then uses them to create a 2000 cylinder striped CKD meta in a RAID1 configuration.
   create dev count=4 size=2000
    emulation=CKD-3390 config=2-way-mir
 attribute=CKD-meta;
PAV aliases are used to allow multiple concurrent access to mainframe devices. See the PAV section for details. The following commands can be used to allocate PAV aliases. The first command will add 4 aliases to a specific symm. device. The second command allocates a range of aliases to a sub system
  add pav alias to dev 02b alias count=4 
  add pav alias range 127:255 to mvs ssid=B000 

Some other useful commands

symdev

One of the main uses of the symdev command is to see what free hypers are available. The command to do this is
   symdev list -noport
   
   symdev list -da all space   
   
   symdev list -meta 
   
   symdev show meta head address 
The second command will show all backend space available
The third command will list out all the meta heads, and also tell you how many hypers are associated with each meta head.
The last command will list out all the details for one meta. The show command usually gives more detail than list, as it reads its information from the host database.

symapierr

Returns a string with a detailed description of any return code generated by any SYMAPI function
To return a string for error number 10, enter:
   symapierr 10
The following will be output:
 SYMAPI Error Symbol : SYMAPI-C-NO-DEVS-FND-UPGRADE
 SYMAPI Error Message: No Symmetrix devices found with microcode version 5x63 or up.

syminq

This command checks which devices are mapped to a host
To work out directory and port mappings enter:
   syminq -pdevfile

102 comments:

Anonymous said...

I am crazy about this T-shirt. I ordered 4. And now, I want it more. It drives me mad!!!
Click here:
https://goo.gl/WybWb7
Thanks!

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

[url=http://usa-onlineprednisone.net/]usa-onlineprednisone.net.ankor[/url] salbutamol-ventolin-buy.net.ankor http://online-viagracanada.net/

Anonymous said...

Great delivery. Solid arguments. Keep up the amazing work.

Anonymous said...

Hi my loved one! I want to say that this post iss awesome, nice written annd include almost
all significant infos. I would like to look more posts like this .

Anonymous said...

This article is actually a good one it helps new iternet people, who are wishing in favor of blogging.

Anonymous said...

I waѕ recommended tһis web site Ьy my cousin. I ɑm not sᥙre ᴡhether
tһis post іѕ wrіtten ƅy him as nobody elѕe know such
detailed about my difficulty. Уou're wonderful! Tһanks!

Anonymous said...

Hi there, I enjoy reading all of your article. I like to write a little comment to
support you.

Anonymous said...

Hi, i believe that i noticed you visited my blog so i came to return the
prefer?.I'm trying to find issues to enhance my site!I guess its good enough to make use of some of your concepts!!

Anonymous said...

Good response in return of this matter with solid arguments and
describing everything regarding that.

Anonymous said...

Pretty section of content. I just stumbled upon your web site and in accession capital to claim that I acquire in fact
enjoyed account your blog posts. Any way I'll be subscribing for your feeds and even I success you get
right of entry to consistently fast.

Anonymous said...

Nice blog here! Also your site loads up fast! What web host are you using?
Can I get your affiliate link to your host? I wish my site loaded up
as quickly as yours lol

Anonymous said...

Hi! I know this is kind of off topic but I was wondering which blog platform are you using for this website?
I'm getting tired of Wordpress because I've had problems
with hackers and I'm looking at options for another platform.
I would be awesome if you could point me in the direction of a good platform.

Anonymous said...

Hello to all, the contents existing at this site are in fact remarkable for people
experience, well, keep up the good work fellows.

Anonymous said...

That is really attention-grabbing, You are an excessively
skilled blogger. I have joined your rss feed and look forward to searching for more of your wonderful post.

Also, I've shared your website in my social networks

Anonymous said...

Good day! I know this is kinda off topic however , I'd
figured I'd ask. Would you be interested in trading links or
maybe guest authoring a blog article or vice-versa?
My site goes over a lot of the same topics as yours and I believe we could greatly benefit from each other.
If you happen to be interested feel free to send me an e-mail.
I look forward to hearing from you! Great blog by the way!

Anonymous said...

I couldn't resist commenting. Very well written!

Anonymous said...

Asҝing ԛuestions are in fact fastidious thing if you are not undeгѕtanding anything entirely, except this piece of writing providеs fastidious understanding yet.

click over here now : How To Learn To Locк Files Јuѕt 15 Minutes A Day

Anonymous said...

Excellent post. I was checking constantly this blog and
I'm impressed! Very helpful information specifically the last part :
) I care for such information a lot. I was seeking this certain information for a long time.
Thank you and good luck.

Anonymous said...

It's actuаlly a cool and helpful piece оf informatіon. I'm satisfied that you smply shafed this helpful informatіon with us.
Please keeр us ᥙⲣ to date like this. Thanks for sharing.

Anonymous said...

I am not sure where you are getting your
info, but great topic. I needs to spend some time
learning more or understanding more. Thanks for wonderful info I was looking for this info for my mission.

Anonymous said...

Grande blog aqui ! Além disso seu local carrega até muito rápido!
O que host da web você o uso de? Pode estou ficando seu
afiliado hiperlink para seu anfitrião? Eu quero
meu local carregado como rapidamente como o seu lol

Anonymous said...

Unquestionably imagine that that you stated. Your favorite reason appeared to
be on the net the easiest thing to bear in mind of.
I say to you, I certainly get annoyed whilst people consider concerns that they plainly do
not know about. You controlled to hit the nail upon the highest and also defined out the whole thing without having side-effects , other folks could take a signal.
Will probably be again to get more. Thank you

Anonymous said...

Eu acho que o admin deste página web é realmente trabalhando duro para dele página web, desde aqui todas as
dados é qualidade com base informações .

Anonymous said...

I have been browsing online more than 3 hours today, yet
I never found any interesting article like yours.
It is pretty worth enough for me. In my opinion, if all website owners
and bloggers made good content as you did, the web will be much more useful than ever before.

Anonymous said...

Hi there everyone, it's my first go to see at this website, and post is actually fruitful for me, keep up posting these types of
articles or reviews.

Anonymous said...

This applies each for Basic and Arcade modes.

Anonymous said...

I'm really impressed with your writing skills as well as
with the layout on your weblog. Is this a paid theme
or did you customize it yourself? Either way keep up the excellent
quality writing, it is rare to see a nice blog like this one nowadays.

Anonymous said...

Link exchange is nothing else but it is only placing the other person's website link on your page at proper place and other person will also do same in support of you.

Anonymous said...

This paragraph presents clear idea in support of the new viewers of blogging, that genuinely
how to do blogging and site-building.

atum said...

Hi There,
Thank you for sharing a knowledgeable blog with us I hope that you will post many more blog with us :)
We are providing the best IT consulting services with shutdown Unix command, brocade zoning commands, types of zoning in san, cisco zoning commands in whole USA as shutdown Unix command, brocade zoning commands, types of zoning in san, cisco zoning commands, vmax3 provisioning steps, snapvx, san zoning, unix flavors, timefinder snapvx, san storage explained, storage provisioning steps, emc snapvx, san zoning, symsg commands, how to backup brocade switch config, snapvx step by step, vmax snapvx, san zoning steps, gatekeeper device, zoning explained, emc vmax3, vsan vs zoning, dell emc vmax3, difference between vmax and vmax3, thin provisioning explained, data sovereignty requirements.
Click here for more information:- gatekeeper device

Anonymous said...

I do not know whether it's just me or if everyone else
experiencing problems with your blog. It appears like some of the written text in your content are running off the screen. Can someone else please comment and let me know if this is happening to them too?
This could be a issue with my internet browser because I've had this happen before.
Appreciate it

Anonymous said...

WOW just what I was searching for. Came here by searching for lean workouts

Anonymous said...

Its like you learn my mind! You appear to grasp a lot about this, such as you
wrote the e book in it or something. I feel that you simply can do with some p.c.
to force the message home a bit, but other than that, that is great blog.
A fantastic read. I will definitely be back.

Anonymous said...

Hello.This post was really interesting, particularly since I was looking for thoughts on this subject last week.

Anonymous said...

Amazing! This blog looks exactly like my old one!
It's on a entirely different topic but it has pretty much the same layout and design. Wonderful
choice of colors!

Anonymous said...

Hello, I enjoy reading through your post.
I like to write a little comment to support
you.

Anonymous said...

I am no longer positive where you're getting your info, but great topic.
I needs to spend some time studying more or working
out more. Thank you for great information I was on the lookout for this
information for my mission.

Anonymous said...

Thank you, I have recently been searching for info approximately this subject for a long time and
yours is the best I have found out till now. But, what about
the conclusion? Are you certain about the source?

Anonymous said...

I like this site it's a master piece! Glad I found
this on google.

Anonymous said...

Excellent read, I just passed this onto a colleague who was doing some research
on that. And he just bought me lunch because I found it
for him smile So let me rephrase that: Thank you for lunch!

Anonymous said...

Hey would you mind letting me know which webhost you're working with?
I've loaded your blog in 3 different web
browsers and I must say this blog loads a lot quicker then most.
Can you suggest a good hosting provider at a reasonable price?
Thanks a lot, I appreciate it!

Anonymous said...

Ahaa, its nice discussion regarding this post here
at this webpage, I have read all that, so at this time me also commenting at this place.

Anonymous said...

I'm not sure why but this blog is loading extremely slow for me.

Is anyone else having this problem or is it a problem
on my end? I'll check back later and see if the problem
still exists.

Anonymous said...

What's up Dear, are you genuinely visiting this site regularly, if so afterward you will definitely get pleasant experience.

Anonymous said...

I really value your work, Great post.

Anonymous said...

What i do not understood is in fact how you are no longer really much more neatly-appreciated than you might be
right now. You are very intelligent. You realize thus considerably in terms of this matter, produced me individually
believe it from so many various angles. Its like
women and men aren't involved unless it is something to accomplish with Woman gaga!
Your individual stuffs nice. At all times take care of it up!

Anonymous said...

This is very interesting, You're a very skilled blogger.
I've joined your feed and look forward to seeking more of your excellent post.
Also, I have shared your web site in my social networks!

Anonymous said...

Thanks a lot for being my own coach on this issue.

My partner and i enjoyed your article a lot and most of all appreciated the way you handled the aspect I widely known as controversial.
You're always rather kind to readers like me and let me in my life.
Thank you.

Anonymous said...

WOW just what I was looking for. Came here by searching for significant
supplements

Anonymous said...

Some truly choice posts on this website, saved to fav.

Anonymous said...

Hey there! I realize this is sort of off-topic but I needed to
ask. Does building a well-established website like yours require a lot
of work? I'm completely new to operating a blog but I do write in my journal every day.
I'd like to start a blog so I will be able to share my experience
and feelings online. Please let me know if you have any recommendations or tips for new aspiring blog owners.
Appreciate it!

Anonymous said...

Thank you, I have just been searching for information about this subject
for ages and yours is the greatest I've found out till now.

However, what in regards to the bottom line? Are you sure about the supply?

Anonymous said...

Hello.This post was really fascinating, particularly because I was browsing for thoughts on this topic last Tuesday.

Evaaide said...

Hi There,
Thank you for sharing knowledgeable blog with us I hope that you will post many more blog with us :
The most comprehensive guide on choosing the best blogging platform. We have the good detailed comparison guide on all major blogging sites like as shutdown unix command, brocade zoning commands, types of zoning in san, cisco zoning commands.
Click here for more information:- vmax3 provisioning steps

Anonymous said...

As soon as I observed this site I went on reddit to share some of the love with them.

Anonymous said...

I'd like to thank you for the efforts you've put in penning this website.
I really hope to check out the same high-grade blog posts
from you in the future as well. In fact, your creative writing abilities has inspired me to get
my own, personal website now ;)

Anonymous said...

Spot on with this write-up, I actually believe that this website needs
a lot more attention. I'll probably be returning to see more, thanks
for the info!