Over the past few days I've worked on how we're going to migrate from a Window vCenter 5.5 to an appliance based vCenter 6. I'll describe this process in a later post. One of the workflows that came out of this is how to change a vCAC VM's compute reservation.
You will have to set the vCAC Host variable first and there are two inputs. vcac:reservation and the vCAC:VirtualMachine.
I am using vCAC 6.2.1and vCO 6. We are utilizing ASD to hide some of the details to create a VM. At the end of the process I need to change the owner of the machine. What was happening is the VM was built and had a cost associated to it. When I changed the owner the cost would be set to $0.000 and the total cost to date would also be $0.000. I was able to figure out three different ways to do this and all three would do the same thing. I decided to file a ticket with VMware to see if there was a bug. After a few days VMware provided me a workflow which engineering had used to test. I tested it on a machine that I had and it worked just fine so I had VMware close the ticket.
Today, I was working on adding the change owner workflow to my post provisioning and am having the following issue. On Friday I picked a VM it was Linux and it worked and didn't think to check both Windows and Linux guests. It appears that this cost blanking problem is only on Windows guests. But as before the owner does change.
The question I asked myself was would there be any reason a Windows guest would act differently than a Linux one in vCAC? So I started looking at my blueprints. The cost value in the Linux blueprint has nothing and is blank. The cost value for the windows template was actually set to $0.000. I removed the cost value of $0.000 and built a new VM. Retested the change owner workflow and it works as expected.
Data Protection Diaries: Are your restores ready for World Backup Day 2015?
This is part of an ongoing data protection diaries series of post about, well, data protection and what I'm doing pertaining to World Backup Day 2015.
In case you forgot or did not know, World Backup Day is March 31 2015 (@worldbackupday) so now is a good time to be ready. The only challenge that I have with the World Backup Day (view their site here) that has gone on for a few years know is that it is a good way to call out the importance of backing up or protecting data. However its time to also put more emphasis and focus on being able to make sure those backups or protection copies actually work.
By this I mean doing more than making sure that your data can be read from tape, disk, SSD or cloud service actually going a step further and verifying that restored data can actually be used (read, written, etc).
The Problem, Issue, Challenge, Opportunity and Need
The problem, issue and challenges are simple, are your applications, systems and data protected as well as can you use those protection copies (e.g. backups, snapshots, replicas or archives) when as well as were needed?
Image may be NSFW. Clik here to view.
The opportunity is simple, avoiding downtime or impact to your business or organization by being proactive.
Understanding the challenge and designing a strategy
The following is my preparation checklist for World Backup Data 2015 (e.g. March 31 2015) which includes what I need or want to protect, as well as some other things to be done including testing, verification, address (remediate or fix) known issues while identifying other areas for future enhancements. Thus perhaps like yours, data protection for my environment which includes physical, virtual along with cloud spanning servers to mobile devices is constantly evolving.
Image may be NSFW. Clik here to view. My data protection preparation, checklist and to do list
Finding a solution
While I already have a strategy, plan and solution that encompasses different tools, technologies and techniques, they are also evolving. Part of the evolving is to improve while also exploring options to use new and old things in new ways as well as eat my down dog food or walk the talk vs. talk the talk. The following figure provides a representation of my environment that spans physical, virtual and clouds (more than one) and how different applications along with systems are protected against various threats or risks. Key is that not all applications and data are the same thus enabling them to be protected in different ways as well as over various intervals. Needless to say there is more to how, when, where and with what different applications and systems are protected in my environment than show, perhaps more on that in the future.
Image may be NSFW. Clik here to view. Some of what my data protection involves for Server StorageIO
Taking action
What I'm doing is going through my checklist to verify and confirm the various items on the checklist as well as find areas for improvement which is actually an ongoing process.
Do I find things that need to be corrected?
Yup, in fact found something that while it was not a problem, identified a way to improve on a process that will once fully implemented enabler more flexibility both if a restoration is needed, as well as for general everyday use not to mention remove some complexity and cost.
Speaking of lessons learned, check this out that ties into why you want 4 3 2 1 based data protection strategies.
Be prepared, be proactive when it comes to data protection and business resiliency vs. simply relying reacting and recovering hoping that all will be ok (or works).
Take a few minutes (or longer) and test your data protection including backup to make sure that you can:
a) Verify that in fact they are working protecting applications and data in the way expected
b) Restore data to an alternate place (verify functionality as well as prevent a problem)
c) Actually use the data meaning it is decrypted, inflated (un-compressed, un-de duped) and security certificates along with ownership properties properly applied
d) Look at different versions or generations of protection copies if you need to go back further in time
e) Identify area of improvement or find and isolate problem issues in advance vs. finding out after the fact
Time to get back to work checking and verifying things as well as attending to some other items.
Cloud Conversations: AWS S3 Cross Region Replication storage enhancements
Amazon Web Services (AWS) recently among other enhancements announced new Simple Storage Service (S3) cross-region replication of objects from a bucket (e.g. container) in one region to a bucket in another region. AWS also recently enhanced Elastic Block Storage (EBS) increasing maximum performance and size of Provisioned IOPS (SSD) and General Purpose (SSD) volumes. EBS enhancements included ability to store up to 16 TBytes of data in a single volume and do 20,000 input/output operations per second (IOPS). Read more about EBS and other recent AWS server, storage I/O and application enhancements here.
The Problem, Issue, Challenge, Opportunity and Need
The challenge is being able to move data (e.g. objects) stored in AWS buckets in one region to another in a safe, secure, timely, automated, cost-effective way.
Even though AWS has a global name-space, buckets and their objects (e.g. files, data, videos, images, bit and byte streams) are stored in a specific region designated by the customer or user (AWS S3, EBS, EC2, Glacier, Regions and Availability Zone primer can be found here).
Understanding the challenge and designing a strategy
The following diagram shows the challenge and how to copy or replicate objects in an S3 bucket in one region to a destination bucket in a different region. While objects can be copied or replicated without S3 cross-region replication, that involves essentially reading your objects pulling that data out via the internet and then writing to another place. The catch is that this can add extra costs, take time, consume network bandwidth and need extra tools (Cloudberry, Cyberduck, S3fuse, S3motion, S3browser, S3 tools (not AWS) and a long list of others). Image may be NSFW. Clik here to view.
AWS S3 Cross region replication is as its name implies, replication of S3 objects from a bucket in one region to a destination bucket in another region.
S3 replication of new objects added to an existing or new bucket (note new objects get replicated)
Policy based replication tied into S3 versioning and life-cycle rules
Quick and easy to set up for use in a matter of minutes via S3 dashboard or other interfaces
Keeps region to region data replication and movement within AWS networks (potential cost advantage)
To activate, you simply enable versioning on a bucket, enable cross-region replication, indicate source bucket (or prefix of objects in bucket), specify destination region and target bucket name (or create one), then create or select an IAM (Identify Access Management) role and objects should be replicated.
Some AWS S3 cross-region replication things to keep in mind (e.g. considerations):
As with other forms of mirroring and replication if you add something on one side it gets replicated to other side
As with other forms of mirroring and replication if you deleted something from the other side it can be deleted on both (be careful and do some testing)
Keep costs in perspective as you still need to pay for your S3 storage at both locations as well as applicable internal data transfer and GET fees
Click here to see current AWS S3 fees for various regions
S3 Cross-region replication and alternative approaches
There are several regions around the world and up until today AWS customers could copy, sync or replicate S3 bucket contents between AWS regions manually (or via automation) using various tools such as Cloudberry, Cyberduck, S3browser and S3motion to name just a few as well as via various gateways and other technologies. Some of those tools and technologies are open-source or free, some are freemium and some are premium for a few that also vary by interface (some with GUI, others with CLI or APIs) including ability to mount an S3 bucket as a local network drive and use tools to sync or copy.
However a catch with the above mentioned tools (among others) and approaches is that to replicate your data (e.g. objects in a bucket) can involve other AWS S3 fees. For example reading data (e.g. a GET which has a fee) from one AWS region and then copying out to the internet has fees. Likewise when copying data into another AWS S3 region (e.g. a PUT which are free) there is also the cost of storage at the destination.
Image may be NSFW. Clik here to view.
AWS S3 cross-region hands on experience (first look)
For my first hands on (first look) experience with AWS cross-region replication today I enabled a bucket in the US Standard region (e.g. Northern Virginia) and created a new target destination bucket in the EU Ireland. Setup and configuration was very quick, literally just a few minutes with most of the time spent reading the text on the new AWS S3 dashboard properties configuration displays.
I selected an existing test bucket to replicate and noticed that nothing had replicated over to the other bucket until I realized that new objects would be replicated. Once some new objects were added to the source bucket within a matter of moments (e.g. few minutes) they appeared across the pond in my EU Ireland bucket. When I deleted those replicated objects from my EU Ireland bucket and switched back to my view of the source bucket in the US, those new objects were already deleted from the source. Yes, just like regular mirroring or replication, pay attention to how you have things configured (e.g. synchronized vs. contribute vs. echo of changes etc.).
While I was not able to do a solid quantifiable performance test, simply based on some quick copies and my network speed moving via S3 cross-region replication was faster than using something like s3motion with my server in the middle.
It also appears from some initial testing today that a benefit of AWS S3 cross-region replication (besides being bundled and part of AWS) is that some fees to pull data out of AWS and transfer out via the internet can be avoided.
For those who are looking for a way to streamline replicating data (e.g. objects) from an AWS bucket in one region with a bucket in a different region you now have a new option. There are potential cost savings if that is your goal along with performance benefits in addition to using what ever might be working in your environment. Replicating objects provides a way of expanding your business continuance (BC), business resiliency (BR) and disaster recovery (DR) involving S3 across regions as well as a means for content cache or distribution among other possible uses.
Overall, I like this ability for moving S3 objects within AWS, however I will continue to use other tools such as S3motion and s3sfs for moving data in and out of AWS as well as among other public cloud serves and local resources.
Gathering Transaction Per Minute Metrics from SQL Server and HammerDB
When using benchmark or workload generation tools such as HammerDB I needed a way to capture and log performance activity metrics such as transactions per minute. For example using HammerDB to simulate an application making database requests performing various transactions as part of testing an overall system solution including server and storage I/O activity. This post takes a look at the problem or challenge I was looking to address, as well as creating a solution after spending time searching for one (still searching btw).
The Problem, Issue, Challenge, Opportunity and Need
The challenge is to collect application performance such as transactions per minute from a workload using a database. The workload or benchmark tool (in this case HammerDB) is the System Test Initiator (STI) that drives the activity (e.g. database requests) to a System Under Test (SUT). In this example the SUT is a Microsoft SQL Server running on a Windows 2012 R2 server. What I need is to collect and log into a file for later analysis the transaction rate per minute while the STI is generating a particular workload.
Understanding the challenge and designing a strategy
If you have ever used benchmark or workload generation tools such as Dell/Quest Benchmark Factory (part of the Toad tools collection) you might be spoiled with how it can be used to not only generate the workload, as well as collect, process, present and even store the results for database workloads such as TPC simulations. In this situation, Transaction Processing Council (TPC) like workloads need to be run and metrics on performance collected. Lets leave Benchmark Factory for a future discussion and focus instead on a free tool called HammerDB and more specifically how to collection transactions per minute metrics from Microsoft SQL Server. While the focus is SQL Server, you can easily adapt the approach for MySQL among others, not to mention there are tools such as Sysbench, Aerospike among other tools.
The following image (created using my Livescribe Echo digital pen) outlines the problem, as well as sketches out a possible solution design. In the following figure, for my solution I'm going to show how to grab every minute for a given amount of time the count of transactions that have occurred. Later in the post processing (you could also do in the SQL Script) I take the new transaction count (which is cumulative) and subtract the earlier interval which yields the transactions per minute (see examples later in this post).
Image may be NSFW. Clik here to view. The problem and challenge, a way to collect Transactions Per Minute (TPM)
Finding a solution
HammerDB displays results via its GUI, and perhaps there is a way or some trick to get it to log results to a file or some other means, however after searching the web, found that it was quicker to come up with solution. That solution was to decide how to collect and report the transactions per minute (or you could do by second or other interval) from Microsoft SQL Server. The solution was to find what performance counters and metrics are available from SQL Server, how to collect those and log them to a file for processing. What this means is a SQL Server script file would need to be created that ran in a loop collecting for a given amount of time at a specified interval. For example once a minute for several hours.
Taking action
The following is a script that I came up with that is far from optimal however it gets the job done and is a starting point for adding more capabilities or optimizations.
In the following example, set loopcount to some number of minutes to collect samples for. Note however that if you are running a workload test for eight (8) hours with a 30 minute ramp-up time, you would want to use a loopcount (e.g. number of minutes to collect for) of 480 + 30 + 10. The extra 10 minutes is to allow for some samples before the ramp and start of workload, as well as to give a pronounced end of test number of samples. Add or subtract however many minutes to collect for as needed, however keep this in mind, better to collect a few extra minutes vs. not have them and wished you did.
-- Note and disclaimer:
--
-- Use of this code sample is at your own risk with Server StorageIO and UnlimitedIO LLC
-- assuming no responsibility for its use or consequences. You are free to use this as is
-- for non-commercial scenarios with no warranty implied. However feel free to enhance and
-- share those enhancements with others e.g. pay it forward.
--
DECLARE @cntr_value bigint;
DECLARE @loopcount bigint; # how many minutes to take samples for
set @loopcount = 240
SELECT @cntr_value = cntr_value
FROM sys.dm_os_performance_counters
WHERE counter_name = 'transactions/sec'
AND object_name = 'MSSQL$DBIO:Databases'
AND instance_name = 'tpcc' ; print @cntr_value;
WAITFOR DELAY '00:00:01'
--
-- Start loop to collect TPM every minute
--
while @loopcount <> 0
begin
SELECT @cntr_value = cntr_value
FROM sys.dm_os_performance_counters
WHERE counter_name = 'transactions/sec'
AND object_name = 'MSSQL$DBIO:Databases'
AND instance_name = 'tpcc' ; print @cntr_value;
WAITFOR DELAY '00:01:00'
set @loopcount = @loopcount - 1
end
--
-- All done with loop, write out the last value
--
SELECT @cntr_value = cntr_value
FROM sys.dm_os_performance_counters
WHERE counter_name = 'transactions/sec'
AND object_name = 'MSSQL$DBIO:Databases'
AND instance_name = 'tpcc' ; print @cntr_value;
--
-- End of script
--
The above example has loopcount set to 240 for a 200 minute test with a 30 minute ramp and 10 extra minutes of samples. I use the a couple of the minutes to make sure that the system test initiator (STI) such as HammerDB is configured and ready to start executing transactions. You could also put this along with your HammerDB items into a script file for further automation, however I will leave that exercise up to you.
For those of you familiar with SQL and SQL Server you probably already see some things to improve or stylized or simply apply your own preference which is great, go for it. Also note that I'm only selecting a certain variable from the performance counters as there are many others which you can easily discovery with a couple of SQL commands (e.g. select and specify database instance and object name. Also note that the key is accessing the items in sys.dm_os_performance_counters of your SQL Server database instance.
The results
The output from the above is a list of cumulative numbers as shown below which you will need to post process (or add a calculation to the above script). Note that part of running the script is specifying an output file which I show later.
785
785
785
785
37142
1259026
2453479
3635138
Implementing the solution
You can setup the above script to run as part of a larger automation shell or batch script, however for simplicity I'm showing it here using Microsoft SQL Server Studio.
Image may be NSFW. Clik here to view. Microsoft SQL Server Studio with script to collect Transaction Per Minute (TPM)
The following image shows how to specify an output file for the results to be logged to when using Microsoft SQL Studio to run the TPM collection script.
Image may be NSFW. Clik here to view. Microsoft SQL Server Studio specify output file
With the SQL Server script running to collect results, and HammerDB workload running to generate activity, the following shows Dell Spotlight on Windows (SoW) displaying WIndows Server 2012 R2 operating system level performance including CPU, memory, paging and other activity. Note that this example had about the system test initiator (STI) which is HammerDB and the system under test (SUT) that is Microsoft SQL Server on the same server.
Image may be NSFW. Clik here to view. Dell Spotlight on Windows showing Windows Server performance activity
Results and post-processing
As part of post processing simple use your favorite tool or script or what I often do is pull the numbers into Excel spreadsheet, and simply create a new column of numbers that computes and shows the difference between each step (see below). While in Excel then I plot the numbers as needed which can also be done via a shell script and other plotting tools such as R.
In the following example, the results are imported into Excel (your favorite tool or script) where I then add a column (B) that simple computes the difference between the existing and earlier counter. For example in cell B2 = A2-A1, B3 = A3-A2 and so forth for the rest of the numbers in column A. I then plot the numbers in column B to show the transaction rates over time that can then be used for various things.
Image may be NSFW. Clik here to view. Results processed in Excel and plotted
Note that in the above results that might seem too good to be true they are, these were cached results to show the tools and data collection process as opposed to the real work being done, at least for now...
There are probably many ways to fine tune and optimize the above script, likewise there may even be some existing tool, plug-in, add-on module, or configuration setting that allows HammerDB to log the transaction activity rates to a file vs. simply showing on a screen. However for now, this is a work around that I have found for when needing to collect transaction activity performance data with HammerDB and SQL Server.
Drew start's his piece out with this nice analogy or story:
Let’s begin with a cautionary tale about pricing: a friend hired a moving company as they quoted a very attractive price for a complex move. They lured her in with a low-ball price then added more and more “extras” to the point where their price ended up higher than many of the other bids she passed up. And to make matters worse, they are already two weeks late with delivery of the furniture and are saying it might take another two weeks.
Drew extends his example in his piece to compare how some cloud providers may start with pricing as low as some amount only for the customer to be surprised when they did not do their homework to learn about the various fees.
Note that most reputable cloud providers do not hide their fees even though there are myths that all cloud vendors have hidden fees, instead they list what those costs are on their sites. However that means the smart shopper or person procuring cloud services needs to go look for those fee's and what they mean to avoid surprises. On the other hand if you can not find what extra fee's would be along with what is or is not included in a cloud service price, to quote Jenny's line in the movie Forest Gump, "...Run, Forest! Run!...".
In Drew's piece he mentions five general areas to keep an eye on pertaining cloud storage costs including:
Be Duly Diligent
Trace Out Application Interaction
Avoid Fixed Usage Rates
Beware Lowballing
Demand Enterprise Visibility
Beware Lowballing
In Drew's piece, he includes a comment from myself shown below.
Just as in the moving business, lowballing is alive and well in cloud pricing. Greg Schulz, an analyst with StorageIO Group, warned users to pay attention to services that have very low-cost per GByte/TByte yet have extra fees and charges for use, activity or place service caps. Compare those with other services that have higher base fees and attempt to price it based on your real storage and usage patterns. “Watch out for usage and activity fees with lower cost services where you may get charged for looking at or visiting your data, not to mention for when you actually need to use it,” said Schulz. “Also be aware of limits or caps on performance that may apply to a particular class of service.”
As a follow-up to Drew's good article, I put together the following thoughts that appeared earlier this year over at InfoStor titled Cloud storage: Is It All About Cost? that you can read here. In that article I start out with the basic question of:
So what is your take on cloud storage, and in what context? Is cloud storage all about removing cost, cost cutting, free storage?
Or perhaps even getting something else in addition to free storage?
I routinely talk with different people from various backgrounds, environments from around the world, and the one consistency I hear when it comes to cloud services including storage is that there is no consistency.
What I mean by this is that there are the cloud crowd cheerleaders who view or cheer for anything cloud related, some of them actually use the cloud vs. simply cheering.
What does this have to do with cloud costs
Simple, how do you know if cloud is cheaper or more expensive if you do not know your own costs?
How do you know if cloud storage is available, reliable, durable if you do not have a handle on your environment?
Are you making apples to oranges comparisons or simple trading or leveraging hype and fud for or against?
Similar to regular storage, how you choose to use and configure on-site traditional storage for high-availability, performance, security among other best practices should be applied to cloud solutions. After all, only you can prevent cloud (or on premise) data loss, granted it is a shared responsibility. Shared responsibility means your service provider or system vendor needs to deliver quality robust solution that you can then take responsibility for configure to use with resiliency.
For some of you perhaps cloud might be about lowering, reducing or cutting storage costs, perhaps even getting some other service(s) in addition to free storage.
On the other hand, some of you might be using cloud as another class of cloud storage (e.g. AWS EBS) are those intended or optimized to be accessed from within a cloud via cloud servers or compute instances (e.g. AWS EC2 among others) vs. those that are optimized for both inside the cloud as well as outside the cloud access (e.g. AWS S3 or Glacier with costs shown here). I am using AWS examples; however, you could use Microsoft Azure (pricing shown here), Google (including their new Nearline service with costs shown here), Rackspace, (calculator here or other cloud files pricing here), HP Cloud (costs shown here), IBM Softlayer (object storage costs here) and many others.
Not all types of cloud storage are the same, which is similar to traditional storage you may be using or have used in your environment in the past. For example, there is high-capacity low-cost storage, including magnetic tape for data protection, archiving of in-active data along with near-line hard disk drives (HDD). There are different types of HDDs, as well as fast solid-state devices (SSD) along with hybrid or SSHD storage used for different purposes. This is where some would say the topic of cloud storage is highly complex.
In my opinion there are cheap clouds (products, services, solutions) and there are low-cost options as well as there are value and premium offerings. Avoid confusing value with cheap or low-cost as something might have a higher cost, however including more capabilities or fees included that if useful can be more value. Look beyond the up-front cost aspects of clouds also considering ongoing recurring fees for actually using a server or solution.
If you can find low-cost storage at or below a penny per GByte per month that could be a good value if it also includes many free access, retrieval GETS head and lists for management or reporting. On the other hand, if you find a service that is at or below a penny per GByte per month however charges for any access including retrieval, as well as network bandwidth fees along with reporting, that might not be as good of a value.
Look beyond the basic price and watch out for statements like "...as low as..." to understand what is required to get that "..as low as.." price. Also understand what the extra fee's are which most of the reputable providers list these on their sites, granted you have to look for them. If you are already using cloud services, pay attention to your monthly invoices and track what you are paying for to avoid surprises.
For cloud storage, instead of simply focusing on lowest cost of storage per capacity, look for value, along with ability to configure or use with as much resiliency as you need. Value will mean different things depending on your needs and cloud storage servers, yet the solution should be cost-effective with availability including durability, secure and applicable performance.
Shopping for cloud servers and storage is similar to acquiring regular servers and storage in that you need to understand what you are acquiring along with up-front and recurring fee's to understand the total cost of ownership and cost of operations not to mention making apples to apples vs. apples to oranges comparisons.
Btw, instead of simply using lower cost cloud services to cut cost, why not also use those capabilities to create or park another copy of your important data somewhere else just to be safe...
How to test your HDD, SSD or all flash array (AFA) storage fundamentals
Image may be NSFW. Clik here to view.
Over at BizTech Magazine I have a new article4 Ways to Performance-Test Your New HDD or SSDthat provides a quick guide to verifying or learning what the speed characteristic of your new storage device are capable of.
To some the above (read the full article here) may seem like common sense tips and things everybody should know otoh there are many people who are new to servers storage I/O networking hardware software cloud virtual along with various applications, not to mention different tools.
Thus the above is a refresher for some (e.g. Dejavu) while for others it might be new and revolutionary or simply helpful. Interested in HDD's,SSD'sas well as other server storage I/O performance along with benchmarking tools, techniques and trends check out the collection oflinks here(Server and Storage I/O Benchmarking and Performance Resources).
VMware announces vSphere V6 and associated virtualization technologies
Image may be NSFW. Clik here to view.
VMware has announced version 6 (V6) of its software defined data center (SDDC) server virtualization hypervisor called vSphere aka ESXi. In addition to a new version of its software defined server hypervisor along with companion software defined management and convergence tools.
Image may be NSFW. Clik here to view.
VMware vSphere Refresh
As a refresh for those whose world does not revolve around VMware, vSphere and software defined data centers (believe it or not there are some who exist ;), ESXi is the hypervisor that virtualizes underlying physical machines (PM's) known as hosts.
Image may be NSFW. Clik here to view. The path to software defined data center convergence
Guest operating systems (or other hypervisors using nesting) run as virtual machines (VM's) on top of the vSphere hypervisor host (e.g. ESXi software). Various VMware management tools (or third-party) are used for managing the virtualized data center from initial configuration, configuration, conversion from physical to virtual (P2V) or virtual to virtual (V2V) along with data protection, performance, capacity planning across servers, storage and networks.
Image may be NSFW. Clik here to view.
VMware vSphere is flexible and can adapt to different sized environments from small office home office (SOHO) or small SMB, to large SMB, SME, enterprise or cloud service provider. There are a free version of ESXi along with paid versions that include support and added management tool features. Besides the ESXi vSphere hypervisor, other commonly deployed modules include the vCenter administration along with Infrastructure Controller services platform among others. In addition, there are optional solution bundles to add support for virtual networking, cloud (public and private), data protection (backup/restore, replication, HA, BC, DR), big data among other capabilities.
What is new with vSphere V6
VMware has streamlined the installation, configuration and deployment of vSphere along with associated tools which for smaller environments makes things simply easier. For the larger environments, having to do less means being able to do more in the same amount of time which results in cost savings. In addition to easier to use, deploy and configure, VMware has extended the scaling capabilities of vSphere in terms of scaling-out (larger clusters), scaling-up (more and larger servers), as well as scaling-down (smaller environments and ease of use).
Image may be NSFW. Clik here to view.
Compute: Expanded support for new hardware, guest operating systems and general scalability in terms of physical, and virtual resources. For example increasing the number of virtual CPU (vCPUs), number of cluster nodes among other speeds and feeds enhancements.
Storage: This is an area where several enhancements were made including updates for Storage I/O controls (Storage QoS and performance optimizations) with per VM reservations, NFS v4.1 with Kerberos client, Virtual SAN (VSAN) improvements (new back-end underlying file system) as well as new Virtual Volumes (vVOLs) for Storage Policy Based Management.
Availability: Improvements for vMotion (ability to live move virtual machines between physical servers (vmware hosts) including long distance fault-tolerance. Other improvements include faster replication, vMotion across vCenter servers, and long distance vMotion (up to 100ms round trip time latency).
Network: Network I/O Control (NIOC) provides per VM and datastore (VM and data repository) bandwidth reservations for quality of service (QoS) performance optimization.
Management: Improvements for multi-site, virtual data centers, content-library (storage and versioning of files and objects including ISOs and OVFs (Open Virtualization Format files) that can be on a VMFS (VMware File System) datastore or NFS volume, policy-based management and web-client performance enhancements.
What is vVOL?
The quick synopsis of VMware vVOL’s overview:
Higher level of abstraction of storage vs. traditional SCSI LUN’s or NAS NFS mount points
Tighter level of integration and awareness between VMware hypervisors and storage systems
Simplified management for storage and virtualization administrators
Removing complexity to support increased scaling
Enable automation and service managed storage aka software defined storage management
How data storage access and managed via VMware today (read more here)
vVOL’s are not LUN’s like regular block (e.g. DAS or SAN) storage that use SAS, iSCSI, FC, FCoE, IBA/SRP, nor are they NAS volumes like NFS mount points. Likewise vVOL’s are not accessed using any of the various object storage access methods mentioned above (e.g. AWS S3, Rest, CDMI, etc) instead they are an application specific implementation. For some of you this approach of an applications specific or unique storage access method may be new, perhaps revolutionary, otoh, some of you might be having a DejaVu moment right about now.
vVOL is not a LUN in the context of what you may know and like (or hate, even if you have never worked with them), likewise it is not a NAS volume like you know (or have heard of), neither are they objects in the context of what you might have seen or heard such as S3 among others.
Keep in mind that what makes up a VMware virtual machine are the VMK, VMDK and some other files (shown in the figure below), and if enough information is known about where those blocks of data are or can be found, they can be worked upon. Also keep in mind that at least near-term, block is the lowest common denominator that all file systems and object repositories get built-up.
Here is the thing, while vVOL’s will be accessible via a block interface such as iSCSI, FC or FCoE or for that matter, over Ethernet based IP using NFS. Think of these storage interfaces and access mechanisms as the general transport for how vSphere ESXi will communicate with the storage system (e.g. their data path) under vCenter management.
What is happening inside the storage system that will be presented back to ESXi will be different than a normal SCSI LUN contents and only understood by VMware hypervisor. ESXi will still tell the storage system what it wants to do including moving blocks of data. The storage system however will have more insight and awareness into the context of what those blocks of data mean. This is how the storage systems will be able to more closely integrate snapshots, replication, cloning and other functions by having awareness into which data to move, as opposed to moving or working with an entire LUN where a VMDK may live.
Keep in mind that the storage system will still function as it normally would, just think of vVOL as another or new personality and access mechanism used for VMware to communicate and manage storage. Watch for vVOL storage provider support from the who's who of existing and startup storage system providers including Cisco, Dell, EMC, Fujitsu, HDS, HP, IBM, NetApp, Nimble and many others. Read more about Storage I/O fundamentals here and vVOLs here and here.
What this announcement means
Depending on your experiences, you might use revolutionary to describe some of the VMware vSphere V6 features and functionalities. Otoh, if you have some Dejavu moments looking pragmatically at what VMware is delivering with V6 of vSphere executing on their vision, evolutionary might be more applicable. I will leave it up to you do decide if you are having a Dejavu moment and what that might pertain to, or if this is all new and revolutionary, or something more along the lines of technolutionary.
VMware continues to execute delivering on the Virtual Data Center aka Software Defined Data Center paradigm by increasing functionality, as well as enhancing existing capabilities with performance along with resiliency improvements. These abilities enable the aggregation of compute, storage, networking, management and policies for enabling a global virtual data center while supporting existing along with new emerging applications.
Where to learn more
If you were not part of the beta to gain early hands-on experience with VMware vSphere V6 and associated technologies, download a copy to check it out as part of making your upgrade or migration plans.
Overall VMware vSphere V6 has a great set of features that support both ease of management for small environments as well as the scaling needs of larger organizations.
Data storage benchmarking can be quite esoteric in that vast complexity awaits anyone attempting to get to the heart of a particular benchmark.
Case in point: The Storage Networking Industry Association (SNIA) has developed the Emerald benchmark to measure power consumption. This invaluable benchmark has a vast amount of supporting literature. That so much could be written about one benchmark test tells you just how technical a subject this is. And in SNIA’s defense, it is creating a Quick Reference Guide for Emerald (coming soon).
But rather than getting into the nitty-gritty nuances of the tests, the purpose of this article is to provide a high-level overview of a few basic storage benchmarks, what value they might have and where you can find out more.
Read more here including some of my comments, tips and recommendations.
You can think of this series (along with Drew's article) as server storage I/O benchmarking fundamentals (e.g. 101) for smarties (e.g. non-dummies Image may be NSFW. Clik here to view. ).
Note that even if you are not a server, storage or I/O expert, you can still be considered a smarty vs. a dummy if you found the need or interest to read as well as learn more about benchmarking, metrics that matter, tools, technology and related topics.
Server and Storage I/O benchmarking 101
There are different reasons for benchmarking, such as, you might be asked or want to know how many IOPs per disk, Solid State Device (SSD), device or storage system such as for a 15K RPM (revolutions per minute) 146GB SAS Hard Disk Drive (HDD). Sure you can go to a manufactures website and look at the speeds and feeds (technical performance numbers) however are those metrics applicable to your environments applications or workload?
You might get higher IOPs with smaller IO size on sequential reads vs. random writes which will also depend on what the HDD is attached to. For example are you going to attach the HDD to a storage system or appliance with RAID and caching? Are you going to attach the HDD to a PCIe RAID card or will it be part of a server or storage system. Or are you simply going to put the HDD into a server or workstation and use as a drive without any RAID or performance acceleration.
What this all means is understanding what it is that you want to benchmark test to learn what the system, solution, service or specific device can do under different workload conditions.
We have just scratched the surface when it comes to benchmarking cloud, virtual and physical server storage I/O and networking hardware, software along with associated tools, techniques and technologies. However hopefully this and the links for more reading mentioned above give a basis for connecting the dots of what you already know or enable learning more about workloads, synthetic generation and real-world workloads, benchmarks and associated topics. Needless to say there are many more things that we will cover in future posts (e.g. keep an eye on and bookmark the server storage I/O benchmark tools and resources page here).
Many people use Iometer for creating synthetic (artificial) workloads to support benchmarking for testing, validation and other activities. While Iometer with its GUI is relatively easy to use and available across many operating system (OS) environments, the tool also has its limits. One of the bigger limits for Iometer is that it has become dated with little to no new development for a long time, while other tools including some new ones continue to evolve in functionality, along with extensibility. Some of these tools have optional GUI for easy of use or configuration, while others simple have extensive scripting and command parameter capabilities. Many tools are supported across different OS including physical, virtual and cloud, while others such as Microsoft Diskspd are OS specific.
Instead of focusing on Iometer and other tools as well as benchmarking techniques (we cover those elsewhere), lets focus on Microsoft Diskspd.
Microsoft Diskspd is a synthetic workload generation (e.g. benchmark) tool that runs on various Windows systems as an alternative to Iometer, vdbench, iozone, iorate, fio, sqlio among other tools. Diskspd is a command line tool which means it can easily be scripted to do reads and writes of various I/O size including random as well as sequential activity. Server and storage I/O can be buffered file system as well non-buffered across different types of storage and interfaces. Various performance and CPU usage information is provided to gauge the impact on a system when doing a given number of IOP's, amount of bandwidth along with response time latency.
What can Diskspd do?
Microsoft Diskspd creates synthetic benchmark workload activity with ability to define various options to simulate different application characteristics. This includes specifying read and writes, random, sequential, IO size along with number of threads to simulate concurrent activity. Diskspd can be used for testing or validating server and storage I/O systems along with associated software, tools and components. In addition to being able to specify different workloads, Diskspd can also be told which processors to use (e.g. CPU affinity), buffering or non-buffered IO among other things.
What type of storage does Diskspd work with?
Physical and virtual storage including hard disk drive (HDD), solid state devices (SSD), solid state hybrid drives (SSHD) in various systems or solutions. Storage can be physical as well as partitions or file systems. As with any workload tool when doing writes, exercise caution to prevent accidental deletion or destruction of your data.
What information does Diskspd produce?
Diskspd provides output in text as well as XML formats. See an example of Diskspd output further down in this post.
The download and installation are quick and easy, just remember to select the proper version for your Windows system and type of processor.
Another tip is to remember to set path environment variables point to where you put the Diskspd image.
Also stating what should be obvious, don't forget that if you are going to be doing any benchmark or workload generation activity on a system where the potential for a data to be over-written or deleted, make sure you have a good backup and tested restore before you begin, if something goes wrong.
New to server storage I/O benchmarking or tools?
If you are not familiar with server storage I/O performance benchmarking or using various workload generation tools (e.g. benchmark tools), Drew Robb (@robbdrew) has a Data Storage Benchmarking Guide article over at Enterprise Storage Forum that provides a good framework and summary quick guide to server storage I/O benchmarking.
Via Drew:
Data storage benchmarking can be quite esoteric in that vast complexity awaits anyone attempting to get to the heart of a particular benchmark.
Case in point: The Storage Networking Industry Association (SNIA) has developed the Emerald benchmark to measure power consumption. This invaluable benchmark has a vast amount of supporting literature. That so much could be written about one benchmark test tells you just how technical a subject this is. And in SNIA’s defense, it is creating a Quick Reference Guide for Emerald (coming soon).
But rather than getting into the nitty-gritty nuances of the tests, the purpose of this article is to provide a high-level overview of a few basic storage benchmarks, what value they might have and where you can find out more.
Read more here including some of my comments, tips and recommendations.
Tip: When you run Microsoft Diskspd it will create a file or data set on the device or volume being tested that it will do its I/O to, make sure that you have enough disk space for what will be tested (e.g. if you are going to test 1TB you need to have more than 1TB of disk space free for use). Another tip is to speed up the initializing (e.g. when Diskspd creates the file that I/Os will be done to) run as administrator.
Server and Storage I/O Benchmarking and Performance Resources
Image may be NSFW. Clik here to view.
The following are a list of various articles, tips, post and other resources about server storage I/O performance benchmarking for legacy, virtual, cloud and software defined environments along with associated tools.
Image may be NSFW. Clik here to view.
The best server and storage I/O (input/output operation) is the one that you do not have to do, the second best is the one with the least impact.
This is where the idea of locality of reference (e.g. how close is the data to where your application is running) comes into play which is implemented via tiered memory, storage and caching shown in the figure above.
Image may be NSFW. Clik here to view. Server storage I/O performance applies to cloud, virtual, software defined and legacy environments
What this has to do with server storage I/O (and networking) performance benchmarking is keeping the idea of locality of reference, context and the application workload in perspective regardless of if cloud, virtual, software defined or legacy physical environments.
Image may be NSFW. Clik here to view.FROM THE EDITORS VIRTUAL DESK
Hi everyone, this week we have a special VMware TAM Blog posting to kick off the newsletter. I hope you enjoy it.
Capacity Management Using vRealize Operations
By Jason Gaudreau
In the physical world, we tend to overprovision because experience tells us when you have enough resources, there shouldn’t be problems. If you apply this mindset to a virtualized environment, you’ll negate the benefits of server consolidation.
What are some of the key goals of operations management?
• Delivering high-quality infrastructure, services and applications
• Operate IT assets as efficiently and cost-effective as possibly
• Implement and adhere to IT policies, standards and regulatory requirements
If you are in the US we wish you a happy presidents day. Until next week, take care everyone.
Virtually Yours
Image may be NSFW. Clik here to view.LOCAL TRAINING CLASSES
VMware TAM WEBCASTS
Image may be NSFW. Clik here to view.NEWS AND DEVELOPMENTS FROM VMWARE
GENERAL NEWS
In Case You Missed It… The Top Posts from Last Month (http://blogs.vmware.com/education/?p=5246)New VMware vRealize Courses and VMware NSX Beta Class New courses alert! Get the most out of your VMware solutions by signing up for the new VMware vRealize and VMware NSX courses from VMware Education Services. There’s something for everyone – choose from classroom, live online, free eLearning, and Beta classes. VCP-Cloud Certification Exam Retirement […]
Introducing The New Official VCDX Directory (http://blogs.vmware.com/education/?p=5228)For years now we’ve published a basic directory of all the VMware Certified Design Experts (VCDXs) in order to recognize them for the effort they have put in to achieve VCDX certification. Over time, as the number of VCDXs grew it became difficult for them to update their personal information. A few months ago we began working on a new directory and I’m […]
VMware Weekly News Recap, Feb. 13, 2015 (http://blogs.vmware.com/tribalknowledge/?p=3646)VMware News In VMware news this week, research firm IDC (in a recent survey sponsored by VMware) shows us that a greater investment in virtualization leads to more time saved (i.e. is faster) for handling business tasks like deploying new equipment and handling unexpected changes that may come up. Learn more by checking out the infographic, “Virtualization to the […]
Our Giving Network (http://blogs.vmware.com/tribalknowledge/?p=3641)At VMware, we believe that each one of us has something to contribute. As such, giving back is about more than writing a check; it’s about service and community. We call this Citizen Philanthropy. We invite you to check out the VMware Foundation’s 2014 Year in Review to see the giving network that VMware people […]
#VMchat Recap: The VMware Weather Report (http://blogs.vmware.com/tribalknowledge/?p=3637)Last Thursday, VMware hosted a lunchtime CrowdChat to discuss our big February launches, the Partner Exchange conference, and what to expect for enterprise in 2015. VMware’s Oliver Roll and IDC’s Matt Eastwood hosted VMware executives Simone Brunozzi and Joe Baguley, who dished out their thoughts in an hour-long chat. Hit the break for a visual recap […]
4 Ways to Maximize the Value of VMware vRealize Operations Manager (http://blogs.vmware.com/cloudops/?p=1409)By Rich Benoit When installing an enterprise IT solution like VMware vRealize Operations Manager (formerly vCenter Operations Manager), supporting the technology implementation with people and process changes is paramount to your organization’s success. We all have to think about impacts beyond the technology any time we make a change to our systems, but enterprise products […]
Capacity Management Using vRealize Operations (http://blogs.vmware.com/tam/?p=1975)By Jason Gaudreau In the physical world, we tend to overprovision because experience tells us when you have enough resources, there shouldn’t be problems. If you apply this mindset to a virtualized environment, you’ll negate the benefits of server consolidation. What are some of the key goals of operations management? Delivering high-quality infrastructure, services and […]
VMware Virtual SAN: All-Flash Configuration (http://blogs.vmware.com/vsphere/?p=16370)The cat is officially out of the bag, as they say!. Everyone in the world should now be aware of the fact that VMware Virtual SAN 6.0 supports an all-flash architecture. I think it’s time to discuss a couple of items with regards to a new architecture. The Virtual SAN 6.0 All-Flash architecture uses flash-based […]
vSphere 6 Web Client (http://blogs.vmware.com/vsphere/?p=16166)With the recent announcement of VMware vSphere 6, I can finally start talking about the improvements we’ve made for vSphere 6 Web Client. Over 100 enhancements, with some user actions performing 5x faster. There are excel sheets and graphs full of performance data, but the best way to see the difference is to experience it […]
One Cloud, Any Application – #VMW28days (http://blogs.vmware.com/vsphere/?p=16285)VMware Virtual SAN 6.0 – you heard all about it on February 2nd – you read all about it in our blog post on the vSphere Storage Blog. Still want more? Visit VMware’s One Cloud, Any Application site every day in February to learn more about our products and solutions including software-defined storage, […]
vSphere 6 – Clarifying the misinformation (http://blogs.vmware.com/vsphere/?p=16277)With the Announcement of vSphere 6 this week there is a lot of information being published by various sources. Some of that information is based on old beta builds and is much different than what we’ll see in the final product. In this post I aim to correct some of the information based on the […]
The Power of the VMware vCloud Air Network (http://blogs.vmware.com/vcloud/?p=4928)Since the rebranding of the VMware Service Provider Program (VSPP) to the VMware vCloud Air Network last year, VMware has continued to deepen relationships with service providers. VMware vCloud Air Network service providers offer customers several benefits, including: A seamless transition to cloud for VMware customers Multiple compliance certifications, managed and application services, and vertical […]
New Networking Services Open Door to the Hybrid Cloud (http://blogs.vmware.com/vcloud/?p=4912)For many organizations, networking is the key barrier that keeps them from fully realizing the benefits of the hybrid cloud. Until now, no public cloud has offered networking capabilities that allowed organizations to seamlessly combine the agility and flexibility of the cloud with the security and manageability that they have come to expect on-premises. VMware […]
Using CoreOS on vCloud Air OnDemand (http://blogs.vmware.com/vcloud/?p=4887)By: Paco Gómez This is a repost from Paco Gómez’s personal blog. CoreOS is a popular Linux distribution for applications that use Docker Containers. The following article describes the steps to install CoreOS on VMware vCloud® Air™ OnDemand. The use of vCloud Air Command Line Interface makes the process easier to document and more convenient to follow. The guide assumes the […]
Creating DISA STIG Checklists with vRealize Configuration Manager (http://blogs.vmware.com/management/?p=5963)In my previous life as an InfoSec guy, I was responsible for assessing, enforcing, and ensuring continuous compliance with all the various baselines for which my organization was responsible. At the forefront of this list were a long list of DISA STIGs (Defense Information Systems Agency Security Technical Implementation Guides) – a daunting task in […]
Virtualized Hadoop Performance with vSphere 6 (http://blogs.vmware.com/performance/?p=2117)A recently published whitepaper shows that not only can vSphere 6 keep up with newer high-performance servers, it thrives on their capabilities. Two years ago, Hadoop benchmarks were run with vSphere 5.1 on a cluster of 32 dual-socket, quad-core servers. Very good performance was demonstrated, with the optimal virtualized configuration shown to be actually 2% […]
Mirage API White Paper Now Available (http://blogs.vmware.com/euc/?p=7092)By Judy Wu, End-User-Computing Solution Engineer, VMware The Using the VMware Mirage API to Develop Your Own Front-End Interfaces white paper is now available. This paper introduces the new Mirage API feature that was released along with Mirage 5.1. Mirage API is a group of APIs which allows IT administrators to develop their own front-end […]
Updated Paper About Configuring Horizon with View in Kiosk Mode (http://blogs.vmware.com/euc/?p=7084)By Karen Smith, Guest Technical Writer, End-User-Computing Technical Marketing, VMware The updated Configuring Kiosk Mode white paper provides instructions and references to more detailed material to help administrators design and implement virtual kiosks using VMware Horizon with View. The next time you use a kiosk at a library, trade show, or medical facility, consider that […]
Resolving Microsoft Office licensing errors (http://blogs.vmware.com/thinapp/?p=1816)One small step for a man, one giant leap for mankind.. VMware now have a tool that will finally correct Office licensing issues when virtual Office is deployed to some systems that have Office installed natively. Read all about it in the KB-article: Resolving licensing errors when deploying virtual Office to a system with Office […]
Enterprise mobility news recap: Feb 9 – 13 (http://blogs.air-watch.com/?p=34513)AirWatch Connect at Mobile World Congress is just two weeks away, and the rumor mill is revving up. Follow the AirWatch Blog these next few weeks for coverage of all things enterprise mobility at Mobile World Congress. This week GSMA announced keynote speakers for MWC and AirWatch announced keynote speakers for AirWatch Connect Barcelona. The […]
AirWatch Connect Barcelona 2015 agenda is live! (http://blogs.air-watch.com/?p=34495)The agenda for AirWatch Connect Barcelona is now available. For the third consecutive year, AirWatch Connect at Mobile World Congress will deliver informational sessions with leading industry analysts, executive leaders and innovative customers. All AirWatch Connect sessions are free to Mobile World Congress badge holders. The event will kick off Monday March 2 at the […]
Now Available for Purchase through HP, VMware and HP EVO:RAIL (http://blogs.vmware.com/partnernews/?p=1611)VMware EVO:RAIL is an all-in-one solution that can make it easier for businesses to deploy applications and services quickly and efficiently. Take a look at this overview to find out how you can leverage EVO:RAIL to improve their IT and reap the rewards of the Software-Defined Data Center, and/or simplify virtual machine (VM) deployments with […]
Learn how the Demand Center has Evolved (http://blogs.vmware.com/partnernews/?p=1609)See below and register to attend an upcoming vmLIVE in your timezone to understand how the Partner ‘Demand Center‘ has evolved to include more than just customized marketing campaigns. It now includes Social Media Syndication and Website Content Syndication tools that your company can take advantage of for free. These sessions will showcase the newly […]
Announcing a Suite of Programs, Incentives, & Rewards for AirWatch (http://blogs.vmware.com/partnernews/?p=1607)With the combination of AirWatch’s Gartner Magic Quadrant leadership and VMware’s world-class partner programs, you get the winning combination for success in the rapidly growing, multi-billion dollar Enterprise Mobility Management market. With the new Mobility Management Solution Competency, you will expand your customer footprint while up-levelling your trusted advisory status, and gain a competitive edge […]
Register Now for the Partner Enablement Event on 17th Feb. (http://blogs.vmware.com/partnernews/?p=1601)All UK Enterprise and Professional Solution Provider Partners are invited to attend the ‘Partnering with VMware: Tools and Commercials for Success’ enablement event in Frimley on 17th Feb. At the event you’ll learn how to make more margin selling VMware, what the ‘perfect’ partner looks like, and also hear about key strategic solutions. UK Distributors […]
Image may be NSFW. Clik here to view. MORE NEWS AND DEVELOPMENTS FROM AROUND THE WEB
Top vBlog 2015 is happening now (http://vsphere-land.com/?p=5432)The pre-voting category nominations have started and general voting will begin soon. For all the details check out the Top vBlog 2015 landing page and thank you to Infinio for sponsoring it this year. Bloggers don’t miss your chance to score one of these cool commemorative coins. [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Virtual SAN and ESXTOP in vSphere 6.0 (http://www.yellow-bricks.com/?p=15904)Today I was fiddling with ESXTOP to see if anything was new for vSphere 6.0. Considering the massive number of metrics it already holds it is difficult to find things which stand out / are new. One thing did stick out though which is a new display for Virtual SAN.I haven’t found much detail around this […] " Virtual SAN and ESXTOP in vSphere 6.0 " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN via Pearson today!
HP ConvergedSystem 200–HC EVO:RAIL available now! (http://www.yellow-bricks.com/?p=15895)Yesterday I was informed by the EVO:RAIL team that the HP ConvergedSystem 200–HC EVO:RAIL is available (shipping) as of this week. I haven’t seen much around additional pieces HP is including, but I was told though that they are planning to integrate HP One View. HP One View is a management/monitoring solution that gives you a great high […] " HP ConvergedSystem 200–HC EVO:RAIL available now! " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my…
What is new for Storage DRS in vSphere 6.0? (http://www.yellow-bricks.com/?p=15888)Storage DRS must be one of the most under-appreciated features that is part of vSphere. For whatever reason it doesn’t get the airtime it deserves, not even from VMware folks which is a shame if you ask me. I was reading the What’s New material for vSphere 6.0 and I noticed that the “What is […] " What is new for Storage DRS in vSphere 6.0? " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN via Pearson today!
Multi-Container Docker with YAML and Vagrant (http://blog.scottlowe.org/2015/02/11/multi-container-docker-yaml-vagrant/)In this post, I’ll provide an example of using YAML to create a multi-container Docker environment in Vagrant. I made a brief mention of this technique in my earlier post talking about how to use Docker with Vagrant , but wanted to provide an example. For me, I know that examples are often quite helpful when I’m learning something new. Since one of my primary goals here is to help enable others to learn these technologies, I figured an example would be helpful. So, to that end, here’s an example that…
Using Docker with Vagrant (http://blog.scottlowe.org/2015/02/10/using-docker-with-vagrant/)As part of my ongoing effort to create tools to assist others in learning some of the new technologies out there, I spent a bit of time today working through the use of Docker with Vagrant . Neither of these technologies should be new to my readers; I’ve already provided quick introductory posts to both (see here and here ). However, using these two together may provide a real benefit for users who are new to either technology, so I’d like to take a bit and show you how to use Docker with Vagrant. …
Technology Short Take #48 (http://blog.scottlowe.org/2015/02/10/technology-short-take-48/)Welcome to Technology Short Take #48, another installation in my irregularly-published series that collects links, articles, and thoughts from around the web. This time around, the content is a bit heavier on cloud management and applications/operating systems, but still lots of good content all the way around (I hope, anyway). Networking Matt Oswalt recently wrapped up his 3-part “DevOps for Networking” series. I referenced part 1 of the series back in TST #46 , and parts 2 and 3 are just as good as…
Internet Explorer Error After Windows Patches (http://longwhiteclouds.com/?p=10625)A while back after installing some Windows patches I noticed that Internet Explorer 10 stopped working (as described here). It would come up with a memory address error when I tried to load it. After a lot of digging around I found out that it was because ASLR was disabled for IE for some reason […]
Receiving alerts on if a VM has over a given number of snapshots (http://www.virtu-al.net/?p=3285)Last week I was asked if there was an easy way to get an alert once a VM had over a certain number of snapshots, this is a frequent request as it would seam... Receiving alerts on if a VM has over a given number of snapshots is a post from: Virtu-Al . Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" Buy it now from: Amazon USA Amazon UK Sybex
Storage Field Day – I’ll be at SFD7 (http://www.penguinpunk.net/blog/?p=2476)If you haven’t heard of the very excellent Tech Field Day, head on over and check it out. They do all kinds of Field Days, including one for storage. Number 7 is happening in less than a month and, yes, I’ll be there again. Woohoo! Twice in 6 months. Look, you can see my picture on […]
Updated Articles page (http://www.penguinpunk.net/blog/?p=2473)It’s been too long since I wrote up a how-to article. But this one came from a really interesting problem. My colleagues were recently faced with an issue at a site where the customer wanted to upgrade from vSphere 5.1 to 5.5. Which was fine, but they’d forgotten / misplaced / couldn’t remember the SSO master password. So […]
What about the Windows C# Client for vSphere 6? (http://www.gabesvirtualworld.com/?p=3350)Let’s be honest, nobody has made the full swap to the vSphere Web Client yet. I’ve been pushing my colleagues and some customers to start using the Web Client, but it just isn’t up to par with the Windows Client. And I hate to admit but when a host or VM is down and I […] See full post at: What about the Windows C# Client for vSphere 6?
DCI#12 – EMC VSPEX Blue with Chad Dunn (http://techhead.co/?p=8268)In this episode I speak with Chad Dunn, EMC’s Senior Director of VSPEX, about VSPEX Blue, how hyper-converged architectures fit into the IT industry, what differentiates EMC’s EVO:RAIL based hyper-converged product, and also go into more depth on VSPEX Blue itself. EMC VSPEX Blue is a scale-out reference architecture based on EMC hardware and the […] The post DCI#12 – EMC VSPEX Blue with Chad Dunn appeared first on TechHead and was written by Simon Seagrave . Why not take a look at my other…
VMware vSphere 6 : What’s New – Multi-CPU Fault Tolerance (FT) (http://techhead.co/?p=8253)One of things holding many companies back from moving their tier 1 business critical applications across to VMware’s vSphere virtualized platform has been its inability to provide fault tolerance (FT) for virtual machines (VMs) running more than one virtual CPU (vCPU), which is a requirement for many applications, particularly those of the tier 1 variety. Up until […] The post VMware vSphere 6 : What’s New – Multi-CPU Fault Tolerance (FT) appeared first on TechHead and was written by Simon…
VMware vSphere 6 : What’s New – Maximums (http://techhead.co/?p=8241) VMware vSphere 6 has finally been announced! Yes, that’s right folks, after a 3+ year wait since the last major vSphere release, VMware have announced vSphere 6 which will be publically available sometime in Q1 of this year (2015). This is an evolutionary update to the widely adopted vSphere product, with over 650 new […] The post VMware vSphere 6 : What’s New – Maximums appeared first on TechHead and was written by Simon Seagrave . Why not take a look at my other related posts?: VMware…
VMware Integrated OpenStack - Cost Analysis (tag:blogger.com,1999:blog-5819640694385843490.post-8964225623912988567)VMware announced last week the launch of VIO and there are a number of things that I think people are missing and should be pointed out. The information I have taken is from the Datasheet and publicly available information. Networking A great part... This is a content summary only. Please visit my website for the full article, other content, and more...
My latest project - s3motion (http://kendrickcoleman.com/index.php/Node.js-Projects/my-latest-project-s3motion.html)This was originally posted on blog.emccode.com -------------- “Object” is common place in new applications and many vendors are offering this new generation of object-based storage. The one thing that has made object storage so successful is the lowest common denominator of S3. You may know it as Simple Storage Service from AWS , but Amazon has followed a simple REST based approach that many vendors just refer to as “S3 Storage”. There are many S3 compatible storage vendors such as…
Win a vSphere Home Lab from VMTurbo! (http://kendrickcoleman.com/index.php/Tech-Blog/win-a-vsphere-home-lab-from-vmturbo.html)Do you need a home lab or just want to add on to your existing? Of course you do. Who the heck doesn't. So what's up for grabs? Intel NUC with Intel Core i5-4250U G.SKILL Ripjaws Series 16GB (2x8G) 204-Pin DDR3 Memory SAMSUNG 840 EVO 250GB SATA III TLC Internal Solid State Drive Synology DS415+ Diskless System DiskStation 4-Bay NAS 2x Dell 1TB 7200 RPM SATA 3.0Gb/s 3.5" Hard Drive Cisco SG300-10 10-port Gigabit Managed Switch Rosewill 7ft. Cat 6 Network Cable How do you enter?…
Image may be NSFW. Clik here to view.FROM THE EDITORS VIRTUAL DESK
Hi everyone, as a member of our TAM community there are many benefits that you are afforded from health assessment, virtualization reviews, support and escalation management and so much more. One of the other benefits is getting deep technical sessions from our internal VMware experts. This week we have a session coming up that I think is important for all to join. Here are all of the details again in case you missed it and still wish to register.
VMware Software Manager - Managing the Lifecycle of VMware's SDDC Wednesday, February 25, 8:00 a.m. PST
Join us for an interactive discussion on how VMware’s SDDC will be downloaded, installed, upgraded, and patched in the future. During this session, Bob Perugini, Senior Product Manager will share VMware’s Install and Update strategy, provide you with an early preview of the products, and participate in an active discussion on the user interface, features, functionality, and priorities.
Image may be NSFW. Clik here to view.LOCAL TRAINING CLASSES
Image may be NSFW. Clik here to view.NEWS AND DEVELOPMENTS FROM VMWARE
GENERAL NEWS
How to Take Charge of Incident Ticket Ping Pong (http://blogs.vmware.com/cloudops/?p=1415)By Pierre Moncassin When incident tickets are repeatedly passed from one support team to another, I like to describe it as a “ping pong” situation. Most often this is not a lack of accountability or skills within individual teams. Each team genuinely fails to see the incident as relevant to their technical silo. They each […]
New Videos: Elevator Pitches from VMware Partner Exchange 2015 (http://blogs.vmware.com/tribalknowledge/?p=3649)VMware Partner Exchange 2015 wrapped up last week and it was truly a fantastic event. We dared attendees to “Thrive” as we unveiled a major product launch, acquisitions and partnerships. During the Partner Exchange general session, VMware President and Chief Operating Officer Carl Eschenbach challenged three members of the company’s leadership team to describe the value proposition […]
Top Posts from Professional Services (http://blogs.vmware.com/education/?p=5270)Our friends from around the VMware blogosphere publish everything from how-to content to put your skills to the test, to strategic concepts that can help you think differently about how you work. Check out the latest posts and try something new! ISO Standards and the VMware Private Cloud Operating Model Operations Transformation Architect Craig Savage […]
From VCDX Candidate to Panelist (http://blogs.vmware.com/education/?p=5239)This post was written by Joe Silvagi. Joseph is a Systems Engineer at VMware in the Network & Security Business Unit. He has been in IT for 20 years, with 11 of those involving vSphere implementation and design going back to ESX 2. Over his career he has held a number of positions from administration […]
New Courses on vSphere 6, NSX, vRealize, and More (http://blogs.vmware.com/education/?p=5260)Check out the newest courses from VMware Education Services. Classroom and Live Online VMware vSphere: Install, Configure, Manage [V6] VMware vSphere: Optimize and Scale [V6] VMware vSphere: What’s New [V5.5 to V6] VMware vRealize Operations Manager: Install, Configure, Manage [V6.0] VMware NSX: Install, Configure, Manage [V6.1] Self-Paced eLearning VMware vCloud Air Fundamentals VMware Exam Preparation […]
vSphere Virtual Volumes Interoperability: VAAI APIs vs VVOLs (http://blogs.vmware.com/vsphere/?p=16399)In 2011 VMware introduced block based VAAI APIs as part of vSphere 4.1 release. This APIs helped improving performance of VMFS by providing offload of some of the heavy operations to the storage array. In subsequent release, VMware added VAAI APIs for NAS, thin provisioning, and T10 command support for Block VAAI APIs. Now with […]
Storage Blog Recap: Top Blogs from January (http://blogs.vmware.com/vsphere/?p=16396)The third week of every month, we will be compiling a list of the top vSphere Storage posts from the previous month for you to digest. Here are the top storage blogs from January: VMware Virtual SAN: File Services with NexentaConnect Rawlinson Rivera discusses NexentaConnect for Virtual SAN, a software-defined storage solution designed specifically to […]
Oracle Licensing On VMware Webinar (http://blogs.vmware.com/vsphere/?p=16390)VMware is announcing the sponsorship of a webinar to address confusion on the subject of licensing Oracle Software running on vSphere. Database Trends and Analysis will host the webinar. Please use the link below to register. Don Sullivan will moderate a discussion between David Welch of House Of Brick and Daniel Hesselink of License Consulting. […]
Horizon View PCoIP issues? (http://blogs.vmware.com/kb/?p=6412)Here’s our latest top list of KB articles you should know about when encountering issues with PCoIP with Horizon View. It can be a tricky thing to configure and troubleshoot even for the best of us, so here’s some golden nuggets to help you on your way. Troubleshooting a black screen when logging into a […]
New Free Webinars (http://blogs.vmware.com/kb/?p=6405)VMware Support Delivery has announced a new series of webinars for our customers. Customers can join these live sessions on Thursdays. There is something for both beginners and more advanced customers. Anyone that is unable to attend the live events will be able to view the recorded versions of the sessions on the Friday of […]
VMware App Volumes™ with F5′s Local Traffic Manager (http://blogs.vmware.com/consulting/?p=2060)By Dale Carter, Senior Solutions Architect, End User Computing & Justin Venezia, Senior Solutions Architect, F5 Networks App Volumes™—a result of VMware’s recent acquisition of Cloud Volumes—provides an alternative, just-in-time method for integrating and delivering applications to virtualized desktop- and Remote Desktop Services (RDS)-based computing environments. With this real-time application delivery system, applications are delivered […]
Upgrading VMware Horizon View with Zero Downtime (http://blogs.vmware.com/consulting/?p=2040)By Dale Carter, Senior Solutions Architect, End-User Computing Over the last few years working with VMware Horizon View and doing many upgrades, two of the biggest issues I would hear from customers when planning for an upgrade was: “Why do we have to have so much downtime, and with seven connection brokers, why do we […]
Network Log Management with vRealize Log Insight Content Packs (http://blogs.vmware.com/management/?p=6032)This blog post is authored by Bill Erdman and Sudhir Bhatti. The use of unstructured data, for better understanding operational issues within the data center infrastructure, is fast becoming a mainstream technology. And where this data was once relegated to the propeller heads, who had intimate tribal knowledge of “machine generated data,” given the ability […]
Quick and Easy Provisioning on vCloud Air (http://blogs.vmware.com/vcloud/?p=4907)By: Paco Gómez This is a repost from Paco Gómez’s personal blog. For those minimalist DevOps engineers out there, this post describes how to provision a virtual machine on VMware vCloud® Air™ the quickest way possible. The steps include adding a public SSH key and configuring the network to make the machine SSH-Ready. On my previous post, I […]
Active Directory and vCloud Air Disaster Recovery (http://blogs.vmware.com/vcloud/?p=4849)A number of articles have been written in the past explaining how to setup and configure VMware vCloud® Air™ Disaster Recovery. These range from how to deploy the vSphere Replication Appliance, through initiating a full failover test. However some of the considerations involved in deploying a disaster recovery solution include how to protect your infrastructure […]
Software-Defined, Hyper-Converged VDI with Nexenta (http://blogs.vmware.com/euc/?p=7098)By Michael Letschin, Director of Products, Nexenta VDI has moved from an IT administrator’s pet project into a de facto standard for many enterprises, regardless of size, scale, or vertical industry. This acceptance might not have been the case previously, unless of course the IT admin was one of the early zealots and adopters who […]
Announcing VMware Mirage 5.3 (http://blogs.vmware.com/euc/?p=7107)By Sachin Sharma, senior product marketing manager, End-User Computing, VMware Today, I am excited to announce VMware Mirage 5.3, the latest version of the product that includes enhancements that help IT administrators manage point of sale/point of service (POS) machines. The product is expected to be generally available later this quarter and it will be […]
Enterprise mobility news recap: Feb 16 – 20 (http://blogs.air-watch.com/?p=34606)This week’s recap highlights Sao Paulo’s application of IoT and Chinese startup Xiaomi’s upcoming presence in the mobile market. Samsung is taking a swipe at the mobile payment system. This week Samsung acquired LoopPay, a mobile wallet software that is built on Magnetic Secure Transmission (MST) technology and functions with card readers that already exist […]
Join Sanjay Poonen’s Twitter chat on new trends in wearables and IoT (http://blogs.air-watch.com/?p=34588)Join AirWatch and VMware’s vice president of end-user computing Sanjay Poonen the week before AirWatch Connect at Mobile World Congress for a 30-minute Twitter Chat about wearables, the Internet of Things and enterprise security. The chat will offer a preview of the enterprise impact of these and other trends, all of which will be covered […]
Leading analysts to speak at AirWatch Connect at Mobile World Congress (http://blogs.air-watch.com/?p=34537)AirWatch announced today in a press release the lineup of analysts speaking at AirWatch Connect at Mobile World Congress March 2-5, 2015 in Barcelona. The enterprise mobility-focused event, which features exhibitors from the AirWatch mobile ecosystem and showcases new innovations in business mobility, will include sessions from the following analysts. Leif Olof-Wallin, Gartner Mobility in the Enterprise: […]
Image may be NSFW. Clik here to view.PARTNER
Re-launching vSphere with Operations Management Customer Promotions (http://blogs.vmware.com/partnernews/?p=1619)To help convert customers to vSphere with Operations Management, effective Feb. 1st, customers will receive 25% off when upgrading to vSphere with Operations Management or free training when buying vSphere with Operations Management / EnterprisePlus Acceleration Kits. Not only do customers benefit, you can benefit too – from up to 20% in partner incentives. Learn […]
Updated Strategy and Roadmap Materials (http://blogs.vmware.com/partnernews/?p=1616)Partner customers surveyed indicate they feel better aligned with our strategy and roadmap. Our Strategic Initiatives Overview presentation now includes Services and the product overview videos have been expanded to include vCloud Air, Software-Defined Data Center Storage, and End-User Computing. These materials are designed to help you provide strategic advice to your customers.
A New & Improved Partner Central (http://blogs.vmware.com/partnernews/?p=1614)We’ve listened to your feedback and we’re happy to introduce a new and improved Partner Central. The newly designed home page will make it faster and easier to find the information and content that’s important to you. Log on today and enjoy the whole new user experience.
Your Destination for Partner Marketing Success (http://blogs.vmware.com/partner/?p=2390)Last year we invested time and resources into gathering feedback from partners worldwide to understand how to better address your needs. A few areas of improvement were highlighted to us: Increased diversification through additional campaigns flexibility and customization options. Ability to download campaigns content for execution via a partners’ marketing automation platforms. Focus on campaigns […]
Image may be NSFW. Clik here to view.MORE NEWS AND DEVELOPMENTS FROM AROUND THE WEB
Top vBlog Update (http://vsphere-land.com/?p=5461)Just wanted to give everyone an update as I’m a little behind, the vSphere 6 launch coincided with the voting this year and I’m trying to keep up on my vSphere 6 link page as well. I’m still updating the vLaunchpad, so if you don’t see your blog up there yet it should be soon. … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
New technical paper on implementing VMware Virtual Volumes (VVOLs) (http://vsphere-land.com/?p=5458)Want to know more about the new VVOL storage architecture that is coming soon in vSphere 6? HP has just published a new Technical Implementation Guide for VVOLs on 3PAR StoreServ. I managed the creation, development and review of this paper and actually had a hand in writing some of it. So give it a … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Veeam slays the giant Symantec in patent court (http://vsphere-land.com/?p=5447) If you remember back a few years ago backup giant Symantec filed a lawsuit against up and coming start-up Veeam basically claiming that they invented virtualization backup and Veeam was violating several of Symantec’s patent’s, they also files a similar lawsuit against Acronis. Symantec’s claim was that Veeam was “free riding” on the backup technologies … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Startup introduction: Springpath (http://www.yellow-bricks.com/?p=15917)Advertise here with BSA Last week I was briefed by Springpath and they launched their company officially yesterday, although they have been around for a long time. Springpath was founded by Mallik Mahalingam and Krishna Yadappanavar. For those who don’t know them, Mallik was responsible for VXLAN (See the IETF draft) and Krishna was one of the folks who was responsible […] " Startup introduction: Springpath " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB.…
vSphere 6.0: Breaking Large Pages… (http://www.yellow-bricks.com/?p=15852)Advertise here with BSA When talking about Transparent Page Sharing (TPS) one thing that comes up regularly is the use of Large Pages and how that impacts TPS. As most of you hopefully know TPS does not collapse large page. However, when there is memory pressure you will see that large pages are broken up in to small pages […] " vSphere 6.0: Breaking Large Pages… " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN…
Enabling and Mounting NFS on CoreOS (http://blog.scottlowe.org/2015/02/20/config-mount-nfs-coreos/)I’ve written about CoreOS a fair amount (see here , here , and here ), but one of the things that is both good and bad about CoreOS is the automatic update mechanism. It’s good because you know your systems will stay up to date, but it’s bad if you haven’t taken the time to properly address how automatic updates will affect your environment (for example, you’ve manually started some Docker containers instead of using systemd unit files—when the CoreOS system reboots after an update, your Docker…
Presentations in Markdown Using Deckset (http://blog.scottlowe.org/2015/02/18/presentations-markdown-deckset/)Over the past couple of years, Markdown has become an important part of my computing landscape. I’ve transitioned almost all of my text-based content creation, including this blog, over to Markdown. I’d also been looking for ways that I might be able to extend my use of Markdown into creating presentations as well, but hadn’t—until recently—found a tool that fit into my workflow. Then I started using Deckset . The idea behind Deckset is not unique; there are other projects out there that do the…
Vagrant Box for Learning Open vSwitch (http://blog.scottlowe.org/2015/02/17/vagrant-box-ovs/)As you may have picked up from some of my recent posts, I’m focused on building content and tools that will help others learn new projects, products, and technologies that I think will be very relevant in the future. One such project is Open vSwitch (OVS) , which I’ve written about quite a bit (you can see all OVS-related posts here ). To help others work with and learn about Open vSwitch, I’ve published a new Vagrant base box. (In the event you’re not familiar with Vagrant, take a look at this…
A Quick Thought About Mesos-DNS (http://blog.scottlowe.org/2015/02/17/quick-thought-mesos-dns/)A colleague recently pointed me to the recent Mesosphere announcement of Mesos-DNS , a DNS-based service discovery mechanism for Apache Mesos clusters . A comment made in the announcement got me thinking, and I wanted to briefly share my thoughts. The comment that got me thinking was this: Mesos-DNS is simple and stateless. Unlike Consul and SkyDNS , it does not require consensus mechanisms, persistent storage, or a replicated log. If you’ve been following along here on my site, you know that I’ve…
Battle RA Royale: More VDI For Less Moolah (http://longwhiteclouds.com/?p=9376)The VDI market is heating up and it’s a real Battle Royale out there between all of the different VDI reference architectures that promise to deliver more VDI for less Moolah. There have been at least 4 major reference architectures published by different vendors in 2014 for Citrix VDI. All providing a scalable building block […]
DCI#12 – EMC VSPEX BLUE with Chad Dunn (http://techhead.co/?p=8268)In this episode I speak with Chad Dunn, EMC’s Senior Director of VSPEX, about VSPEX BLUE, how hyper-converged architectures fit into the IT industry, what differentiates EMC’s EVO:RAIL based hyper-converged product, and also go into more depth on VSPEX BLUE itself. EMC VSPEX Blue is a scale-out reference architecture based on EMC hardware and the […] The post DCI#12 – EMC VSPEX BLUE with Chad Dunn appeared first on TechHead and was written by Simon Seagrave . Why not take a look at my other…
What about the Windows C# Client for vSphere 6? (http://www.gabesvirtualworld.com/?p=3350)Let’s be honest, nobody has made the full swap to the vSphere Web Client yet. I’ve been pushing my colleagues and some customers to start using the Web Client, but it just isn’t up to par with the Windows Client. And I hate to admit but when a host or VM is down and I […] See full post at: What about the Windows C# Client for vSphere 6?
#vBrownbag “What Is Required In A #VCDX Submission?” Follow Up (http://professionalvmware.com/?p=5302)On the 17th of February 2015 , the EMEA #vBrownbag covered the second session in the VCDX series with a discussion around “What is required in a VCDX submission?”. The session was hosted by Rene van den Bedem and myself Gregg Robertson. The recording of the session is below and the previous session can be […]
#vBrownBag Sharing and Managing vCO Workflows using FlowGrab with Kaido Kibin (http://professionalvmware.com/?p=5297)vRealize Orchestrator is one of the best kept secrets in VMware. It is the orchestration solution playing a central role in the vRealize and vCloud product family. Although it is very powerful, it is relatively unknown among the virtualization community. FlowGrab is a repository and collaboration tool for vRealize Orchestrator. During this session Kaido Kibin […]
Image may be NSFW. Clik here to view.FROM THE EDITORS VIRTUAL DESK
Hi everyone, this week we are pleased to bring you a new VMware TAM Blog. This latest blog post is entitled "Documenting Your IT Security Posture”, by our Senior Technical Account Manager, Jason Gaudreau. Here is an excerpt.
The VMware Security Hardening Guides contain recommended processes for deploying and operating VMware products in a secure manner given a specified risk profile. You may not need, or may not be able, to follow each step in the security Hardening Guides because of the balance of operational efficiency, cost, risk tolerance and security requirements. The security hardening practices are recommended by VMware, but equally important is having a security controls document that incorporates VMware best practice recommendations combined with your specific security policies. It can be an invaluable tool during an audit.
Thanks for supporting the VMware TAM Source Newsletter and the VMware TAM Blog. We hope to have further news for you on the VMware TAM Social Media services in the coming weeks so stay tuned.
I hope you have a very productive week.
Virtually Yours
|NAME|
|TITLE
|Contact Info|
Image may be NSFW. Clik here to view.LOCAL TRAINING CLASSES
|Local Training Classes link/details|
VMware TAM WEBCASTS
Image may be NSFW. Clik here to view.NEWS AND DEVELOPMENTS FROM VMWARE
GENERAL NEWS
4 Steps to Better Market Your Cloud Services (http://blogs.vmware.com/cloudops/?p=1423)By Alberto Martinez Successful cloud providers invest in marketing their services: promoting them, showing the value to customers, implementing strong pricing campaigns—and they understand how to rapidly adapt to changing market demands. But what prevents your internal IT organization from defining an effective marketing strategy to be more competitive and foster your cloud investments? And […]
Relevance of POSIX in the Big Data Era? (http://blogs.vmware.com/cto/?p=3307)Let’s start with a thought exercise: imagine your application issues a write() call followed by a read(). What would you expect to get back in the read operation? Here are your options: Always get back the latest update Get back either the latest update or the previous value, but never partial updates Always get back the latest update if the read is issued from within the same session Once the latest value is returned by the read, the subsequent reads will never return the old stale value i.e., monotonic…
VMware Virtual SAN 6.0: Bootstorm Demonstration (http://blogs.vmware.com/vsphere/?p=16422)Since the official announcement of VMware Virtual SAN All-Flash architecture, most of the conversations have been focused about the solutions incredible performance capabilities and attributes with regards to IOPS, predictable performance, sub-millisecond latencies. All of those attributes are great and part of the reason as to why Virtual SAN 6.0 as a storage platform and […]
What’s All the Buzz About Software-Defined Storage? (http://blogs.vmware.com/vsphere/?p=16420)By now, you’ve more than likely heard something about Software-Defined Storage. With every mention of the term, you may be wondering, “What does it mean for me?” Wonder no longer! The VMware Software-Defined Storage approach enables a fundamentally more efficient operational model, driving transformation through the hypervisor, bring to storage the same operational efficiency that […]
vSphere 6 Feature Walkthroughs (http://blogs.vmware.com/vsphere/?p=16416)The Technical Marketing team has put out a series of vSphere 6 related feature walkthroughs. We’re covering vCenter Server install and upgrades for many different scenarios as well as vSphere Data Protection and vSphere Replication. These are available now here: vSphere 6 Feature Walkthroughs keep an eye out for many more to be added in the […]
Documenting Your IT Security Posture (http://blogs.vmware.com/tam/?p=1994)By Jason Gaudreau The VMware Security Hardening Guides contain recommended processes for deploying and operating VMware products in a secure manner given a specified risk profile. You may not need, or may not be able, to follow each step in the security Hardening Guides because of the balance of operational efficiency, cost, risk tolerance and […]
3 Common Myths About Training (http://blogs.vmware.com/education/?p=5286)It’s a busy world and training is often the last thing on your list. Who has the time or money when there’s so much else to do? The real question is, “Can you afford not to?” Training may be the most important thing you do this year and, with new options, it’s now faster and […]
Answering Your Questions about the Network Virtualization Certifications (http://blogs.vmware.com/education/?p=5264)Over the last couple of weeks there have been several questions raised about the Network Virtualization certifications that we wanted to address. What’s the deadline for earning a VMware Network Virtualization certification holding a Cisco certification? Due to its popularity, we have extended this program until January 31, 2016. You can earn your VMware Certified […]
Congratulations to the Newest VCDXs (http://blogs.vmware.com/education/?p=5275)Congratulations to the four newest VMware Certified Design Experts (VCDXs): Richard Anderson, VCDX-Cloud Amanda Botsko-Wilson, VCDX-Cloud Thomas Brown, VCDX-DT Amin Naserpour, VCDX5-DCV VMware Certified Design Experts are part of an elite group of architects leading virtualization implementations around the world. The highest level of certification offered by VMware, the VCDX Program validates a candidates enterprise-class skills in […]
Celebrating Engineers Week 2015 | #eweek2015 (http://blogs.vmware.com/tribalknowledge/?p=3673)Happy Engineers Week! Here at Tribal Knowledge we believe that Engineers Week is more than a single event. It’s a year-round commitment to celebrate how engineers make a difference in our world. In partnership with the VMware Careers Blog, Tribal Knowledge is using this special week to kick off the VMware Innovation Series. Each month we’ll […]
VMware Heads to Mobile World Congress (http://blogs.vmware.com/tribalknowledge/?p=3677)If you happen to find yourself in Barcelona next week, the lineup for Mobile World Congress this year includes Mark Zuckerberg and Tom Wheeler, as well as industry leaders like Samsung and Nokia. In addition to stalwarts of the mobile world, VMware will again be participating in 2015, with a number of exciting announcements. Last […]
Disrupt Panel: Innovation Across Industries (http://blogs.vmware.com/tribalknowledge/?p=3656)Coinciding with VMware’s One Cloud, Any Application launch event on Feb. 2, CEO Pat Gelsinger joined thought leaders from across industries to delve into the topic of market disruption. The panel, moderated by Quentin Hardy, deputy tech editor for the New York Times, also included Geoffrey Moore, managing director of Geoffrey Moore Consulting, Casey Gerald, […]
Abu Dhabi Department of Transport Accelerates IT Service Delivery (http://blogs.vmware.com/management/?p=6051)by Rich Bourdeau The Abu Dhabi Department of Transport (DoT) was established to deliver an effective transport system that contributes to the economic growth, quality of life and environmental sustainability of the Emirate of Abu Dhabi. DoT serves the public interest by enhancing mobility and delivering safe, secure and environmentally responsible aviation, maritime, public transport […]
Arista Network Log Management with vRealize Log Insight Content Pack (http://blogs.vmware.com/management/?p=6133)One of the biggest challenges for virtual and network administrators is monitoring and analyzing the status of their network; specifically for detecting any impacts to their virtual servers. The Arista Networks Log Insight Content Pack gives operators a powerful tool to monitor their Arista network with vSphere specific event triggers. Using the powerful graphing and […]
VMware pushes the envelope with vSphere 6.0 vMotion (http://blogs.vmware.com/performance/?p=2128)vMotion in VMware vSphere 6.0 delivers breakthrough new capabilities that will offer customers a new level of flexibility and performance in moving virtual machines across their virtual infrastructures. Included with vSphere 6.0 vMotion are features – Long-distance migration, Cross-vCenter migration, Routed vMotion network – that enable seamless migrations across current management and distance boundaries. For the first […]
Changes to Transparent Page Sharing completed and updated VMware Security Advisories (http://blogs.vmware.com/security/?p=1317)As previously posted (Oct 16, Nov 24, Dec 4 and Jan 27), VMware has introduced new TPS (Transparent Page Sharing) management options. Today’s ESXi 5.0 patch restricts TPS to individual VMs and disables inter-VM TPS by default unless an administrator chooses to re-enable it. Please see KB 2097593 for full details on the functionality. Additionally VMware has today updated advisory VMSA-2015-0001.1. Customers should review […]
From Your Workstation to the Cloud (http://blogs.vmware.com/vcloud/?p=4754)If you’ve used VMware Workstation lately you might have noticed something a bit new since version 11 was released: native, built-in integration with VMware vCloud® Air™. A little while back I wrote a post on how to migrate a VM built in VMware Fusion to vCloud Air. In this post, I’ll be doing something similar, […]
Get Started with VMware vCloud Air: Extend Existing Applications to the Cloud (http://blogs.vmware.com/vcloud/?p=4823)In our last segment in this series, we discussed how you can use VMware vCloud® Air™ for various dev/test scenarios. Now, we’ll explain how you can extend existing packaged applications to vCloud Air, to deliver applications more efficiently and cost-effectively. Packaged applications are critical to supporting business processes and operations, but they are often not […]
Image may be NSFW. Clik here to view.
DESKTOP
Delivering Secure and Scalable Desktop as a Service (http://blogs.vmware.com/euc/?p=7113)Guest Blog by Dwayne Lessner, Technical Marketing Engineer, Nutanix, @dlink7 Security and flexibility don’t often end up in the same sentence, especially when it comes to delivering IT as a service. But VMware Horizon Air and Nutanix hyper-converged infrastructure together are able to deliver the same value proposition with our validated reference architecture for desktop […]
Workspace Environment Management with Horizon (http://blogs.vmware.com/euc/?p=7193)By Sachin Sharma, Product Marketing, End-User Computing, VMware A constant theme I hear when talking to customers about managing their virtual, physical, and cloud-hosted environments tends to center around the challenges they face with applications and users. In particular, the questions that customers are looking to solve are ones like how can I simplify management […]
Socialcast and the Annual Performance Review (http://blogs.vmware.com/euc/?p=7162)by Inna Fabrikant, Sr. Client Development Manager, Socialcast With 2014 in our rearview mirrors, many workplace conversations are turning to performance reviews. Employees are racking their brains trying to document all of their accomplishments over the past 12 months, while managers have the equally daunting task of acknowledging the successes of all direct reports. At […]
Five Analytics Features Every Socialcast Admin Should Use (http://blogs.vmware.com/euc/?p=7151)by Jeff Sato, Sr. Business Intelligence Analyst- Statistician Social Business Intelligence (SBI), Socialcast’s in-app analytics platform, is enabled for all Socialcast communities and has many great features that add tremendous value for community administrators. Today, we would like to highlight some of the most useful SBI features that we think every admin should leverage to increase […]
Keep your workforce productive, even when disaster strikes (http://blogs.vmware.com/euc/?p=7143)If there’s one thing that’s certain, besides death and taxes, it’s the unpredictability of Nature. I was reminded of this recently, when my colleagues in Boston were buried under piles of snow, and thousands of people couldn’t drive into the office. Has your organization ever experienced anything like this? Has a storm, earthquake, power outage or […]
See How VMware is Keeping your workforce productive, even when disaster strikes ()Keep your workforce productive, even when disaster strikes If there’s one thing that’s certain, besides death and taxes, it’s the unpredictability of Nature. I was reminded of this recently, when my colleagues in Boston were buried under piles of snow, and thousands of people couldn’t drive into the office. Has your organization ever experienced anything like this? Has a storm, earthquake, power outage or cybersecurity attack ever separated your workers from their desktops and applications? No…
Enterprise mobility news recap: Feb 23 – 27 (http://blogs.air-watch.com/?p=34732)The hourly countdown has begun for Mobile World Congress as technology journalists line up their predictions for new releases and anticipate keynote sessions from Mark Zuckerberg and Tom Wheeler of the FCC. The public sector had its fair share of industry news considering new FCC regulations and the U.S. Department of Treasury’s newly accepted monetary […]
AirWatch to integrate with Android for Work (http://blogs.air-watch.com/?p=34693)AirWatch is working with Google to integrate with Android for Work, a Google program that brings together OEMs, ISVs and EMMs to ensure organizations can confidently manage devices running Android. Android for Work securely separates business and personal data and applications – and simplifies management of work-related policies, profiles and data – on tablets and […]
VMware and AirWatch, one year later (http://blogs.air-watch.com/?p=34624)Today marks the one year anniversary of VMware’s acquisition of AirWatch. Over the past year, AirWatch and VMware have integrated across mobile and desktop to deliver a unified end-user computing solution – one of many industry trends VMware is helping shape, as highlighted earlier last year. In the Q4 VMware earnings call last month, VMware […]
Introducing AirWatch 8 (http://blogs.air-watch.com/?p=34615)Whether you use AirWatch’s administrative console to secure and manage your company’s mobile fleet or you rely on it to get work done on your mobile devices, AirWatch 8 will help you be more productive. The latest version of the enterprise mobility management platform — the most significant update since VMware acquired AirWatch a year […]
The Americas Virtual Partner Town Hall is March 4th @ 8am PT (http://blogs.vmware.com/partnernews/?p=1631)If you haven’t already, register now to join this virtual Town Hall. Frank Rauch, VP Americas Partner Organization, and other key Business Unit leaders will share product updates and key announcements released at Partner Exchange. They will also cover the 2015 selling motions and how your company can drive revenues and increase profitability within these […]
Workspace Suite Extended to the Channel (http://blogs.vmware.com/partnernews/?p=1623)With the rising customer demand for a holistic end-user computing solution, Workspace Suite is a profitable addition to your portfolio. It combines AirWatch’s leading enterprise mobility management platform and the latest release of Horizon to power virtual workspaces. Start selling today.
VSPEX BLUE, the new Hyper-Converged Infrastructure Appliance (http://blogs.vmware.com/partnernews/?p=1621)During Partner Exchange 2015, EMC launched VSPEX BLUE powered by VMware EVO:RAIL. EMC VSPEX BLUE redefines simplicity by delivering compute and storage virtualization in an agile, scalable, easy to manage hyper-converged infrastructure appliance. EMC VSPEX BLUE offers the fastest, lowest-risk path to the private/hybrid cloud.
F5 – Technical Partner of the Year ! (http://blogs.vmware.com/tap/?p=1002)At VMware Partner Exchange 2015 earlier in February, F5 was named the “Technical Partner of the Year” for both the Americas Geo and Globally. This award and recognition is for Partners that have demonstrated excellence and achievement throughout the year. As an Elite member of TAP, F5’s list of achievements spans all VMware business units, […]
Image may be NSFW. Clik here to view.MORE NEWS AND DEVELOPMENTS FROM AROUND THE WEB
How do I get to the next level? (http://www.yellow-bricks.com/?p=15941)Advertise here with BSA Every week I get an email from someone asking if I can mentor them, if I can help them get to the next level, if I can help them become a VCDX, if I can explain to them what I did to progress my career. I figured I would write an article for those who wonder what I […] " How do I get to the next level? " originally appeared on Yellow-Bricks.com. Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN via Pearson today!
Virtual Volumes and queueing (http://www.yellow-bricks.com/?p=15936)Advertise here with BSA I was reading an article last week by Ray Lucchesi on Virtual Volumes and queueing. In that article (and podcast) Ray (and friends on the podcast) describe Virtual Volumes and the benefits they bring but also a potential danger. I have written about Virtual Volumes before and if you don’t know what it is or does then I recommend reading […] " Virtual Volumes and queueing " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my…
Last chance before Top vBlog begins – don’t miss out (http://vsphere-land.com/?p=5483) The vLaunchpad is all up to date with additions and changes so if you are not listed on there right now you won’t be part of the voting so make sure you go look. Note I did add a few late additions to the bottom of the Virtualization Blogs column that are out of … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Image may be NSFW. Clik here to view.FROM THE EDITORS VIRTUAL DESK
Hi everyone and welcome to this weeks newsletter. This week’s I would like to introduce you to a new TAM Service offering we have called the NSX TAM. This has been captured in this weeks featured blog posting.
Ensuring Success with VMware NSX TAM Services By Curtis Miller
For networking, VMware NSX is a game-changer in the same way VMware vSphere was for data center servers. NSX virtualizes and consolidates legacy networking functionality back into a hypervisor. As a result, adding or changing network capabilities no longer requires the costly replacement of networking gear. It’s all software based—so upgrades are now just a right-click away.
The resulting cost savings are dramatic because network hardware is replaced far less often and used more efficiently. Deployment times and scalability improve substantially because networks can be created in minutes instead of weeks; and if demand falls, those resources can just as easily be reclaimed. Enhanced security via NSX’s micro-segmentation capabilities is another important benefit as well.
I hope you have a very successful week everyone and I look forward to chatting to you all again next week.
Virtually Yours
Image may be NSFW. Clik here to view.LOCAL TRAINING CLASSES
VMware TAM WEBCASTS
Image may be NSFW. Clik here to view.NEWS AND DEVELOPMENTS FROM VMWARE
GENERAL NEWS
50 articles that fix EVERYTHING in Horizon View! (http://blogs.vmware.com/kb/?p=6432)Ok, our title may exhibit a teenie-tiny hint of hyperbole, but seriously the following list of articles covers the majority of issues that you can solve yourself. We’ve posted these lists before but limited the number to twenty, but why do that? Your problem might be number twenty one. Manually deleting linked clones or stale […]
KBTV Webinars – Journey to the Horizon (http://blogs.vmware.com/kb/?p=6428)This video is the first in a new series of free Webinars that we are releasing in which our Technical Support staff members present on various topics across a wide range of VMware’s product portfolio. The topic of this Webinar is Journey to the Horizon and it goes through several aspects of the Horizon View, […]
Top 20 Articles for February 2015 (http://blogs.vmware.com/kb/?p=6420)Here is our Top 20 KB list for February 2015. This list is ranked by the number of times a VMware Support Request was resolved by following the steps in a published Knowledge Base article. ESXi host cannot initiate vMotion or enable services and reports the error: Heap globalCartel-1 already at its maximum size. Cannot […]
Ask Away! Four FAQs on One Cloud, Any App, Any Device (http://blogs.vmware.com/tribalknowledge/?p=3689)With the launch of One Cloud, Any Application, Any Device in the beginning of February, VMware executives Pat Gelsinger, Raghu Raghuram, Bill Fathers and Ray O’Farrell met with members of the tech press for an open Q&A. Some of the topics covered include VMware Integrated OpenStack, Google Apps on vCloud Air and the future of […]
The CSP Cloud of Tomorrow Has Arrived (http://blogs.vmware.com/tribalknowledge/?p=3665)Not since the first dot-com boom has the pace of data center innovation so rapidly transformed and disrupted old ways of doing business, engendering entirely new ways of consuming content, products and services. There are few mediums where this is more apparent than our mobile devices, but while the Googles and Amazons of the world […]
Asymmetry (http://blogs.vmware.com/cto/?p=3319)Another week, another trip! :o) One of things I truly love about my job is the opportunity to get out into the field and spend time with our customers, our partners, and our own field. I get to spend some time talking about my favorite topic– disruption at the intersection of business and technology (more on this in a moment)– and I get to learn all about where our customers are on their technology journey, and the amazing, and sometimes unnatural, things that our customers do with our products. On…
VMware Announces its Membership in SAFECode (http://blogs.vmware.com/cto/?p=3314)By Iain Mulholland, VP R&D, CTA Team, VMware We are proud to announce our associate membership in the Software Assurance Forum for Excellence in Code (SAFECode) . The forum is exclusively dedicated to increasing trust in information and communications technology products and services through the advancement of effective software assurance methods. SAFECode is a global, industry-led effort to identify and promote best practices for developing and delivering more secure and reliable software and…
Top Posts from VMware Global Support Services (http://blogs.vmware.com/education/?p=5312)Each month, we’ll share the top VMware Global Support Services (GSS) news, alerts, and announcements from our sister blog VMware Support Insider. Read on to find out what you might have missed last month. “Ghost” Vulnerability Disclosed On January 27, a buffer overflow vulnerability in the glibc gethostbyname() function was identified and given the name […]
Carl Eschenbach on the Value of VMware Training (http://blogs.vmware.com/education/?p=5299)Technology continues to evolve to meet the needs of a hybrid cloud world. This is creating unprecedented opportunity for organizations – and creating a strong demand for trained IT professionals. Training from VMware Education Services enables you and your team to take advantage of the benefits of game-changing technology such as VMware NSX and VMware Virtual […]
Save 50% off VCP-NV Certification Exam (http://blogs.vmware.com/education/?p=5329)The future of networking is virtual. Keep your skills relevant and future-proof your career by earning your VMware Certified Professional – Network Virtualization (VCP-NV) certification for half price through June 30. Whether you are earning your first VMware certification or seeking recertification this is a terrific opportunity to discover cutting-edge NSX technology and save on […]
Clarification on VCAP Certification Exam Retirements (http://blogs.vmware.com/education/?p=5315)Hi Everyone, I wanted to provide some clarification on the recent VCAP exam retirements that we announced this week. 1. The most popular tracks are not impacted: The VCAP5-DCD v5.5 (Data Center Design), the VCAP5-DCA v5.5 (Data Center Administration) and VCIX-NV exams are not being retired and remain available. These three exams are the most […]
VCDX Workshop Online Webinar (http://blogs.vmware.com/education/?p=5283)Last week I announced the first online VCDX Workshop for 2015 would be held on Friday, March 13th, 2015. Yes, I picked that date on purpose….I just wanted to see what might happen. I wanted to take a minute just to set expectations for this versus the live, in-person sessions. I wanted to also thank […]
Exam Retirement Announcement (http://blogs.vmware.com/education/?p=5289)Effective March 2, 2015 the following certification exams will be retired and no new registrations accepted: VCID510 – VMware Certified Advanced Professional 5 – Cloud Infrastructure Design VCIA510 – VMware Certified Advanced Professional 5 – Cloud Infrastructure Administration VDTA510 – VMware Certified Advanced Professional 5 – Desktop Administration VDTD510 – VMware Certified Advanced Professional 5 – […]
VMware Virtual SAN Alarms for vCenter Server with PowerCLI (http://blogs.vmware.com/vsphere/?p=16512)I was recently involved in a couple customer conversations where the main topics were focused on monitoring and troubleshooting events in vCenter particularly for Virtual SAN. I know that particular topic has been covered a few times in the past, not only on the VMware corporate storage blog but also by other community blogs. To […]
vCenter Server 6.0 Deployment Guide (http://blogs.vmware.com/vsphere/?p=16501)Over the course of the last few months I’ve been working on a pretty massive deployment guide for vCenter Server 6, the result turned into a 100 page guide. Before getting scared off by the size the guide it goes into details for installing and upgrading many different scenarios including new installs and upgrades from […]
vSphere Replication 6.0 Compression (http://blogs.vmware.com/vsphere/?p=16477)VMware recently introduced vSphere version 6.0. One of the features of vSphere 6.0 is vSphere Replication 6.0, which is included in the Essentials Plus Kit and higher editions of vSphere. The reason I mention that explicitly is there are still many VMware customers and partners that do not realize they have access to a mature, […]
Ensuring Success with VMware NSX TAM Services (http://blogs.vmware.com/tam/?p=2002)By Curtis Miller For networking, VMware NSX is a game-changer in the same way VMware vSphere was for data center servers. NSX virtualizes and consolidates legacy networking functionality back into a hypervisor. As a result, adding or changing network capabilities no longer requires the costly replacement of networking gear. It’s all software based—so upgrades are […]
The Cloud Architect: Change Champion for the New IT (http://blogs.vmware.com/cloudops/?p=1429)By Rohan Kalra “What direction should I take my career with all the changes happening in IT?” I get this question a lot when working with my clients’ IT teams. The old way of doing things needs to change for the new IT. From an IT operating model standpoint, that means becoming more service-focused. And […]
Top 5 Tips When Considering a VMware Virtual SAN Storage Solution (http://blogs.vmware.com/consulting/?p=2095)By Mark Moretti Is a software-defined storage platform right for you? How do you approach evaluating a virtualized storage environment? What are the key considerations to keep in mind? What are VMware customers doing? And, what are the experts recommending? We recently asked our VMware Professional Services consultants these questions. We asked them to provide us […]
VMware Announces its Membership in SAFECode (http://blogs.vmware.com/security/?p=1322)VMware is proud to announce it’s associate membership in the Software Assurance Forum for Excellence in Code (SAFECode). The forum is exclusively dedicated to increasing trust in information and communications technology products and services through the advancement of effective software assurance methods. SAFECode is a global, industry-led effort to identify and promote best practices for […]
Capturing vCloud Air Edge Gateway Data with Syslog (http://blogs.vmware.com/vcloud/?p=4954)A key element of designing a secure hybrid cloud is getting visibility into the network traffic of your cloud-based applications. VMware vCloud® Air™ supports the ability for customers to collect information about traffic coming to and from their edge gateway through the use of a syslog server. Powered by VMware network virtualization, the edge gateway provides […]
How Confident Are You in Protecting Your Apps? (http://blogs.vmware.com/vcloud/?p=5024)Planning for disaster recovery (DR) is exactly like buying insurance. You know you need it, but it may fall off your list of top priorities, you may buy less than what you really need, or you can’t afford a solution that meets your requirements. If you’ve experienced any of these set backs, you’re not alone. […]
Improvements in Network I/O Control for vSphere 6 (http://blogs.vmware.com/performance/?p=2215)Network I/O Control (NetIOC) in VMware vSphere 6 has been enhanced to support a number of exciting new features such as bandwidth reservations. A new paper published by the Performance Engineering team shows the performance of these new features. The paper also explores the performance impact of the new NetIOC algorithm. Later tests show that NetIOC offers […]
Failover Time for vCenter Server 6.0 Protected by vSphere HA (http://blogs.vmware.com/performance/?p=2208)By Jianli Shen, Kimberly Wang, and Lei Chai There are many advantages to virtualizing vCenter Server over installing it on physical devices; these have been blogged about already. VMware best practice also recommends the deployment of vCenter Server as a virtual machine and to use vSphere High Availability (HA) to provide this functionality. The typical scenario […]
Configuring vCNS Edge Load Balancer for vRealize Operations HA Cluster (http://blogs.vmware.com/management/?p=6187)With its new architecture, vRealize Operations unified UI is expected to get lots of HTTPS requests traffic, so it makes a lot of sense to load balance it, no?! Virtualization, storage and network admins, NOC teams, application owners and more are your potential vRealize Operations users. With VMware consistent UI improvement initiative and HTML5 roadmaps, […]
Comparing vRealize Automation and vRealize Orchestrator (http://blogs.vmware.com/management/?p=6206)by Rich Bourdeau One of the questions I occasionally hear is: What is the difference between vRealize Automation and vRealize Orchestrator. The objective of this blog post is to help you understand the difference in their capabilities and how when used together they complement each other. Rather than a lengthy blog I thought it would […]
Introduction to vRealize Code Stream Video (http://blogs.vmware.com/management/?p=6181)by Rich Bourdeau In recent years, in order to improved application delivery, many companies have implemented agile development processes with continuous integration and smaller more frequent releases. While developers are getting faster at turning out code, getting that code through all the different stages from development and into production remains a huge challenge for most […]
VMware NSX Webcast – Creating Agile Networks (http://blogs.vmware.com/networkvirtualization/?p=1813)You may have seen Joey Logano speed to his first Daytona 500 win this week. Keeping your network in racing shape takes a similar level of patience, stamina, and quick reflexes. Using VMware NSX network virtualization means that you can unlock the full potential of a Software-Defined Data Center, to create and run entire networks […]
AirWatch Connect at Mobile World Congress – It’s a wrap! (http://blogs.air-watch.com/?p=34756)Last year at Mobile World Congress, we saw enterprise mobility emerge as a central theme, and it’s clear the enterprise space is only picking up steam. Many of this year’s biggest headline-makers, from device launches to educational sessions, demonstrated that enterprise demand is now driving the mobile market. As Forrester analysts note, it’s clear the enterprise mobile […]
AirWatch, Box, Cisco, Workday and Xamarin aim to standardize enterprise app configuration (http://blogs.air-watch.com/?p=34723)Today a collaborative group of software companies launched App Configuration for Enterprise (ACE), an open-standards approach to building management and security features into enterprise apps. Founding members include AirWatch, secure file sharing service Box, networking and collaboration software provider Cisco, financial and HR software vendor Workday and the app development platform Xamarin. ACE provides a […]
AirWatch will support Samsung’s new flagship Galaxy S6 device and KNOX 2.4 (http://blogs.air-watch.com/?p=34768)Today at Samsung Unpacked in Barcelona, Samsung Electronics CEO JK Shin shared details about the latest version of the company’s mobile enterprise security platform, Samsung KNOX. The new, enterprise-ready Samsung Galaxy S6, also unveiled today, will ship with KNOX 2.4. AirWatch will support the following new features in Samsung KNOX 2.4: Authentication using the Samsung […]
VMware App Volumes – What About Performance? (http://blogs.vmware.com/euc/?p=7266)By Tristan Todd, End-User Computing Architect, VMware With significant contributions from Fred Schimscheimer, Staff Engineer in the Office of the CTO, VMware, and Stephane Asselin, Architect on the End-User-Computing Technical Enablement Team, VMware In a previous blog post, VMware App Volumes Deployment Guide Is Now Available, I discussed how easy it is to deploy App Volumes. Today, […]
VMware Mirage 5.3 Now Generally Available – Go Download Now! (http://blogs.vmware.com/euc/?p=7258)By Sachin Sharma, senior product marketing manager, End-User Computing, VMware A couple weeks ago, we announced the new VMware Mirage 5.3 solution and its new capabilities. Today, I’m happy to announce that VMware Mirage 5.3 is now generally available and current customers can download the solution from my.vmware.com. For those who want to try the […]
EMEA Partners, Don’t Miss these Next 2 EUC Spotlight Sessions (http://blogs.vmware.com/partnernews/?p=1643)End-User Computing (EUC) at VMware is constantly evolving, so we’ve dedicated the 2nd Tuesday of every month to help you understand the latest updates and how they affect your business. Register now for the 10th March session focusing on the Mirage Retail Solution. You’ll learn how VMware Mirage provides a proven, scalable and differentiated solution […]
Partner Exchange 2015 Highlights (http://blogs.vmware.com/partnernews/?p=1641)Over 4,000 VMware partners, from over 80 countries around the globe, gathered together and Dared to Thrive in this ever growing and evolving high tech industry. Day one of Partner Exchange opened with a General Session keynote led by Pat Gelsinger, Carl Eschenbach, Bill Fathers, Raghu Raghuram, and Sanjay Poonen. They highlighted the importance of […]
Post Partner Exchange 2015 Wrap-Up (http://blogs.vmware.com/partner/?p=2400)Partner Exchange 2015 has come and gone, but not without making it the most successful partner event to date. We hope you enjoyed the increased high-touch opportunities, enabling you to interact with VMware executives, and the tailored content necessary to accelerate your business. With unique Hands-on Labs, Boot Camps, 170+ Breakout Sessions, General Sessions and […]
Image may be NSFW. Clik here to view. MORE NEWS AND DEVELOPMENTS FROM AROUND THE WEB
New Year: New Product Page: New Guides (http://www.mikelaverick.com/?p=5995)Well, it’s March the 4th I’m not sure whether it still counts as the “new” year – are we properly into the year its lost its new-ness? Anyway, the new March has ushered in a new product landing page for EVO:RAIL. It’s been redesigned by our new PMM (that’s Product Marketing Manager for those who […]
Vote! Vote! Vote! Top vBlog 2015 (http://www.mikelaverick.com/?p=5965)Here’s a quick little post to remind you to vote for you top bloggers for 2015 – and of course, I’m hoping I will make the cut again this year. This years Top vBlog is sponsored by Infinio – and voting opened today and will be open until the end for Feb. The Top vBlog […]
Join Me at Interop in Las Vegas 2015 (http://wahlnetwork.com/?p=12845)Don't miss out on my snazzy Interop sessions on virtual disaster recovery and hyperconverged infrastructure - plus a 25% registration discount code! The post Join Me at Interop in Las Vegas 2015 appeared first on Wahl Network . Related posts: Wahl Network at VMworld: Sessions, Books, and Charity SpiceWorld Session and Discount Code Advance Your Tech Career with Advice from IT Pros Installing vCenter SSO 5.5 in a vCenter 5.1 Environment VMware Embraces NFS 4.1, Supports Multipathing and Kerberos…
New Pluralsight Course – Upgrading Your vSphere Environment (http://wahlnetwork.com/?p=12606)Learn how a solid planning process can make upgrading your vSphere environment a snap with my latest Pluralsight course, available now! The post New Pluralsight Course – Upgrading Your vSphere Environment appeared first on Wahl Network . Related posts: Installing vCenter SSO 5.5 in a vCenter 5.1 Environment vSphere 4.x Approaching End of General Support Upgrading The Home Lab to Synology’s Latest DSM 5.0 Final CCNA DC Course is Now Live on Pluralsight Thoughts, Rants, and Suggestions on vSphere…
vSphere HA respecting VM-Host should rules? (http://www.yellow-bricks.com/?p=15985)Advertise here with BSA A long time ago I authored this white paper around stretched clusters. During out testing the one thing where we felt HA was lacking was the fact that it would not respect VM-Host should rules. So if you had these configured in a cluster and a host would fail then VMs could be restarted on […] " vSphere HA respecting VM-Host should rules? " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN via…
Vote for the 2015 Top vBloggers now! (http://www.yellow-bricks.com/?p=15976)Advertise here with BSA Eric Siebert just opened up the voting for his “Top vBlog” again. Last year over 1400 people voted, and I am hoping that we will see an increase this year. I just went through the motion myself, and it only takes about 2 minutes. You select your 10 favourite blogs and put them in the right order, […] " Vote for the 2015 Top vBloggers now! " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN…
What happens at which vSphere memory state? (http://www.yellow-bricks.com/?p=15963)Advertise here with BSA I’ve received a bunch of questions from people around what happens at each vSphere memory state after writing the article around breaking up large pages and introducing a new memory state in vSphere 6.0. Note, that the below is about vSphere 6.0 only, the “Clear” memory state does not exist before 6.0. Also, note that there […] " What happens at which vSphere memory state? " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order…
Rock the vote! Top vBlog voting now open! (http://blog.mwpreston.net/?p=4350)It’s that special time of year again – a time for the virtualization community to come together and vote for their favorite virtualization blogs. Yes – the Top vBlog Voting for 2015 is underway over at vSphere-land.com. As much as this is just simply a ranking of blogs I’m not going to lie – it
Voting now open for the 2015 top VMware & virtualization blogs (http://vsphere-land.com/?p=5489)The number of blogs devoted to VMware and virtualization continues to grow, this year there are more than 400 of them on the ballot. Here’s your chance to show your appreciation to the bloggers for all their hard work by picking your favorites which will determine the top blogs for 2015. Last year over 1,400 people … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Last chance before Top vBlog begins – don’t miss out (http://vsphere-land.com/?p=5483) The vLaunchpad is all up to date with additions and changes so if you are not listed on there right now you won’t be part of the voting so make sure you go look. Note I did add a few late additions to the bottom of the Virtualization Blogs column that are out of … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Top Blogger Voting in Full Swing! (http://www.derekseaman.com/?p=2621)Advertise here with BSA Each year Eric Siebert over at vSphere-land.com spends an enormous amount of time setting up the top blogger voting. This recognizes the very hard work that the top bloggers do, and the support they give to the community. Recognition is always fun, but shouldn’t be the primary purpose to blog. So this year you, again, […] The post Top Blogger Voting in Full Swing! appeared first on Derek Seaman's Blog . Related Stories VMTurbo Win a Home Lab…
Top vBlog 2015 voting is now open (http://vcdx56.com/?p=5279)As usual, Eric Siebert, has made an awesome job putting together the annual top vBlog voting for the best virtualization blogs and i just wanted to let you know that the 2015 voting is now open unless you haven’t seen that already. There are more than 400 blog to select from so you got plenty of … Continue reading »
VMware vSphere Update Manager service fails (http://vcdx56.com/?p=4930)So a few days back i had some problem with the VMware Windows based vSphere Update Manager (VUM) Server that didn’t start after rebooting the virtual machine (VM) where the service runs. All other VMware related services running on the VM started without any problem. vCenter Server (and VUM) version running was 5.5.U1b was running … Continue reading »
Initialize the remote vCenter Orchestrator database (http://vcdx56.com/?p=4944)It doesn’t happen every day but once in a while you can immediately answer a question when being called by a customer and yesterday was my lucky day:) The only requirement i had before answering the question was to get two print screens so i could put together this really short blog post. Here we go. Customer … Continue reading »
Horizon View and smart card login (http://vcdx56.com/?p=5268)This is a guest blog post created by my former colleague Toni Lindberg who now works for Cygate in Stockholm, Sweden. Installing VMware Horizon View out of the box is not difficult. However, integrating the Horizon View solution with smart card to increase the security can sometimes cause problems. This blog post consists of a … Continue reading »
Application Virtualization Smackdown – Matrix Style Infographic (http://longwhiteclouds.com/?p=10663)Application Virtualization is changing rapidly and there are a lot of different options on the market. The idea is you can package up the applications separate to the underlying OS and then run the anywhere, and so they aren’t going to be impacted as much by OS upgrades and patches. This is the sort of […]
In Kernel or Not In Kernel – This Is The Hyperconverged Question (http://longwhiteclouds.com/?p=10647)The hot question at the moment in hyperconvergence (solutions that combine compute and storage into a distributed solution to run VM’s) appears to be this: Is running storage services in the hypervisor kernel the best solution or superior to running storage services in user space. I strongly believe the answer is no, in kernel is […]
Snapshots & Polaroids: Neither Lasts Forever (http://datacenterdude.com/?p=2398)Snapshots aren't really a concept that is unique to NetApp, but they do have a unique approach that's different from the typical copy-on-write style. Oh, and well, we do also hold the registered trademark on the name. Lots of other vendors use their own version of Snapshots - Microsoft, VMware, CommVault, to name a few. NetApp Snapshots are fast to generate and restore from. They don't hurt system performance, and they don't eat up a lot of space. Allow me to explain...
Time of the year when Eric Siebert of vsphere-land.comfame opens up the Top Virtualization Blog voting on his portal. Needless to say that each blogger listed in this ballot has spent hours of his... Click on the title to continue reading the post..
2015-marzo-5 #vBrownBag LATAM #VMware Network Virtualization #NSX– @wmichel (http://professionalvmware.com/?p=5339)The following content is in Spanish, the language in which the webinar is presented. El pasado 5 de marzo 2015 en ProfessionalVMware #vBrownBag LATAM se presentó el tema: VMware Network Virtualization – @wmichel Esta presentación es una continuación de la serie #vBrownBag, en Español sobre la certificación VMware Certified Professional – Network Virtualization (VCP-NV) Blueprint v 1.2 Detalles: […]
#vBrownBag Follow Up – The Art of IT Infrastructure Design (http://professionalvmware.com/?p=5334)On the 3rd of March 2015 , the EMEA #vBrownbag welcomed the authors of the soon to be released "The Art of IT infrastructure Design" book, John Arrasjid @vcdx001 Mark Gabryjelski @MarkGabbs & Chris McCain @hcmccain onto the podcast to discuss their new book and talk about IT architecture in general.The session was hosted by […]
Book review: VMware vRealize Operations Performance and Capacity Management (http://vinfrastructure.it/?p=15674)As you probably know, VMware vRealize Operations is a suite of products that automates operations management using patented analytics and an integrated approach to performance, capacity, and configuration management. This suite derive from the VCOPS (vCenter Operations Mananagement) core and has been recently rebranded in the new vRealize suite name. The new v6 of this suite bring not only a new name, but also a lot of changes and improvements and a good book that cover this aspect are more than welcome.…
Voting for the 2015 top VMware & virtualization blogs (http://vinfrastructure.it/?p=15519)Eric Siebert (from Sphere-Land.com) has open again (see the related post of previous year), a contest for voting the ‘Top VMware & Virtualization Blogs’. This contest is becoming a recurring and estemeed in the VMware & virtualization world (see also the history of the top blog voting over the years). Last year over 1400 people voted from 60 different countries, with over 320 blogs dedicated to VMware and Virtualization – this is definitely an impressive number which is a real indication…
VMware vSphere 6 – Availability (http://vinfrastructure.it/?p=15013)With the new VMware vSphere 6.0 there are several improvement in the availability related features. Although the vSphere HA apparently has not changed so much (of course now support a bigger cluster with 64 nodes), there several aspects that have been improved or changed: New MSCS capabilities New vSphere VM Component Protection (VMCP) Network partition manament New VMware FT-SMP For more information see also: What’s new for HA in vSphere 6.0? vSphere 6 Availability Enhancements MSCS capabilities…
VMware vExpert 2015 benefits (http://vinfrastructure.it/?p=15230)The primary reason for becoming vExpert certainly should not be related to any possible benefits of the program. And once confirmed (for me is the sixth year in a row) you have to think more about what you can give rather to what is to be expected. But I’d be a hypocrite to deny that there are also practical advantages in being a vExpert! Officially, VMware, according with the vExpert FAQ, say that the biggest benefit of the award is the public recognition as a VMware vExpert Award winner. But benefits…
March 2015 IT events (http://vinfrastructure.it/?p=15546)Interesting European IT events: Mobile World Congress 2015 – Barcelona (March, 2-5) Cloudscape VII – Brussels (March, 9-10) Cloud Expo Europe & Data Centre World – London (March, 11-12) SMAU Berlin – Berlin (March, 12-13) CEBIT 2015 – Hannover (March, 16-20) Gartner CIO Leadership Forum – London (March, 16-18) V6 World 2015 – Paris (March, 17-18) De Nederlandse VMUG User Conference – Hertogenbosch (March, 19) SambaXP 2015 – Göttingen (March, 19-21) WHD.global 2015 – Europa-Park,…
First Nutanix .NEXT event (http://vinfrastructure.it/?p=15098)Nutanix is a well know hyper-converged company founded in 2009 with the vision of bringing the benefits of web-scale IT to the masses. They have changed the rules of traditional storage (on 2009 mostly SAN based) and become the pioneer of concepts like no-SAN and no-LUNs, hyper-converged and web-scale storage. Recently they have also reach five years of history, were they have made significant progress in their products and solution (and also partnership). And some months ago they have also announced their…
E2EVC 2015 Berlin (http://vinfrastructure.it/?p=14174)After the E2EVC 2014 Brussels and E2EVC 2014 Barcelona events, the next European E2EVC event (and the first one for 2015 year) will be in Berlin: The next Spring E2EVC Virtualization Conference in Europe in summer 2015 will take place in Novotel Berlin Mitte Hotel, Fischerinsel 12, 10179, Berlin, Germany. E2EVC Virtualization Conference is an independent, non-commercial, virtualization community event build from experts to experts. Started in 2003 with just 4 people and after 23 very successful events grown…
June VCDX Defense Contingency Plan For Desktop and Cloud (http://www.chriscolotti.us/?p=4629)A couple days ago as many people know VMware Education announced the immediate retirement of certain VCAP exams for desktop and cloud. The announcement retired the following exams: VCID510 – VMware Certified Advanced Professional 5 – Cloud Infrastructure Design VCIA510 – VMware Certified Advanced Professional 5 – Cloud Infrastructure Administration VDTA510 – VMware Certified Advanced ... The post June VCDX Defense Contingency Plan For Desktop and Cloud appeared first on Chris Colotti's Blog…
It’s time for the annual vBlog voting! (http://www.viktorious.nl/?p=5198)The post It’s time for the annual vBlog voting! appeared first on viktorious.nl - Virtualization & Cloud Management . It's time for the 2015 Top vBlog Voting. Take a minute or 2 to let Eric Siebert know what your favorite blog is! Last year over 1400 people voted on the 320 different blogs, all devoted to VMware & virtualization. For an overview of all the blogs, take a look at the vLaunchpad .All blogs that are included in the vLaunchpad are participating in the voting. For some more…
Image may be NSFW. Clik here to view.FROM THE EDITORS VIRTUAL DESK
Hi everyone, this week we bring you our featured article "The Next Virtualization Administrator”.
By Joe DePasquale
There is no doubt that IT changes at a rapid pace, not only from a technology perspective, but from an organizational perspective as well. About 10 years ago the OPEX and CAPEX benefits of virtualization propelled the industry in new directions, reducing the need for segregated physical servers while increasing the need for a new breed – the virtualization administrator. These pioneers came from all types of backgrounds, but most came from server administration – no doubt creating a few silos along the way.
As you are probably also aware this week we released vSphere 6.0 for download. Along with this we also released updates to many of our other solutions. Here is a list of many of the releases from the March 12 Release cycle.
VMware vSphere 6.0n (ESXi, vCenter) 6 VMware vRealize Operations for Horizon 6.x 6.1.0 VMware vRealize Automation 6.x 6.2.1 VMware vRealize Orchestrator 6.x 6.0.1 vRealize Business Advanced\Enterprise 8.x 8.2.1 vRealize Business Standard 6.x 6.1.0 vRealize Business Standard 6.x for vSphere 6.1 vRealize Code Stream 1.x 1.1.0 vRealize Infrastructure Navigator 5.x 5.8.4 vRealize Operations Manager 5.x 5.8.5 VMware vCloud Networking and Security 5.5.4 VMware vCenter Site Recovery Manager 6.x 6 VMware Virtual SAN 6.x 6 VMware vSphere Data Protection 6.x 6 VMware vSphere Replication 6.x 6 VMware Integrated Open Stack 1 VMware View 6.x 6.1 VMware Horizon Client for Windows 3.x 3.3 VMware Workspace Portal 2.x 2.1.1 VMware App Volumes 2.x 2.6 VMware vSphere PowerCLI 6.x 6 vRealize Orchestrator Active Directory plugin 2.0.0 vRealize Orchestrator vRealize Automation plugin 6.2.1
Have a great week everyone.
Virtually Yours
Image may be NSFW. Clik here to view.LOCAL TRAINING CLASSES
VMware TAM WEBCASTS
Please join our TAM Customer Webcast Series, designed exclusively for TAM customers like you.
Meet Chris Wolf, Americas CTO, VMware
Chris Wolf serves as a partner and trusted adviser to VMware's customers in the Americas, and also collaborates with the IT and business community at large on cloud, mobile, virtualization and data center modernization strategies. Chris and his peers in the Office of the CTO work closely with VMware's product teams to ensure that VMware's future innovations align with essential market needs.
He also authored "Virtualization: From the Desktop to the Enterprise," the first book that was exclusively devoted to defining all aspects of x86 virtualization as we know it today.
How to upgrade to vCenter Server 6.0 with an embedded Platform Services Controller (http://blogs.vmware.com/kb/?p=6451)Here is our second video for today, covering the Installation & Upgrade of VMware’s new vSphere 6 release. This video discusses and demonstrates how to upgrade vCenter Server 5.5 to vCenter Server 6.0 with an embedded Platform Services Controller using the simple install method. For additional information, see VMware Knowledge Base article upgrading VMware vCenter […]
ALERT: Important Information Before Upgrading to vSphere 6 (http://blogs.vmware.com/kb/?p=6444)Before upgrading your environment to vSphere 6.0, VMware would like everyone to read the following KB article for important information regarding: Compatibility Considerations Database Considerations Backup and Restore Considerations Please proceed to read this article: Important Information Before Upgrading to vSphere 6.0 (2110293) Any updates to this information will be made in the KB article […]
vSphere 6.0 Lockdown Modes (https://blogs.vmware.com/vsphere/?p=16641) Lockdown mode has been around in various forms for many releases. The behaviors have changed a few times since 5.1 with varying levels of usability success. For vSphere 6.0 we are trying to address some of these issues. Personally, what I’d love to see happen with all customers running V6.0 is that you run […]
VMware Announces General Availability of vSphere 6 (http://blogs.vmware.com/vsphere/?p=16528)Today, we are excited to announce the general availability of VMware vSphere 6 along with a slew of other Software-Defined Data Center (SDDC) products including VMware Integrated OpenStack, VMware Virtual SAN 6, VMware vSphere Virtual Volumes, VMware vCloud Suite 6, and VMware vSphere with Operations Management 6. vSphere 6 is the latest release of the […]
Protecting vCenter Server with vSphere Data Protection (VDP) 6.0 (http://blogs.vmware.com/vsphere/?p=16548)I often get questions around backing up and restoring vCenter Server with vSphere Data Protection (VDP). VDP includes an “emergency restore” feature, which enables the restoration of a virtual machine even if vCenter Server is offline. This makes VDP a possible option for backing up a vCenter Server virtual machine and restoring it if it […]
vCenter Server 6 Deployment Topologies and High Availability (http://blogs.vmware.com/vsphere/?p=16544)Architectural changes to vSphere 6: vCenter Server 6 has some fundamental architectural changes compared to vCenter Server Server 5.5. The multitude of components that existed in vCenter Server 5.x has been consolidated in vCenter Server 6 to have only two components vCenter Management Server and Platform Services Controller, formerly vCenter Server Single Sign-On. The Platform […]
CoreOS Now Supported on VMware vSphere 6 and VMware vCloud Air (http://blogs.vmware.com/vsphere/?p=16526)By Mark Lohmeyer, vice president of product management and marketing, Cloud Platform, VMware Editor’s Note: This post, initially published on March 9, 2015, was updated on March 13, 2015 to reflect that CoreOS is now supported on vSphere 6. A key driver behind vSphere’s popularity and broad adoption in the enterprise has been VMware’s commitment […]
Why Service Owners Are Integral to IT-as-a-Service Delivery (http://blogs.vmware.com/cloudops/?p=1453)By Kai Holthaus The Service Owner Role The service owner role is central for an IT organization that is operating IT as a service (ITaaS). Why? Because the service owner is accountable for delivering services to customers and users, and accountabilities include: To act as prime customer contact for all service-related enquiries and issues To […]
At the Intersection of Mobility and Digital Transformation (http://blogs.vmware.com/tribalknowledge/?p=3721)At the crossroads of mobility and the digital transformation is a seemingly missed opportunity for businesses, according to a VMware-sponsored survey conducted by research firm Constellation Research. In vertical industry segments, including education, healthcare, high tech and retail, respondents said the mobile experience is only beginning to be embraced and therefore the business benefits are […]
Celebrating International Women’s Day (http://blogs.vmware.com/tribalknowledge/?p=3715)International Women’s Day took place this Sunday, March 8th and Amber Schmidt, VMware’s Global Lead of the VMwomen initiative, took to the VMware Careers blog to talk a little about VMwomen and how VMware is driving systemic change when it comes to women in technology. Read more about VMwomen, why the initiative is unique and how […]
The Next Virtualization Administrator (http://blogs.vmware.com/tam/?p=2007)By Joe DePasquale There is no doubt that IT changes at a rapid pace, not only from a technology perspective, but from an organizational perspective as well. About 10 years ago the OPEX and CAPEX benefits of virtualization propelled the industry in new directions, reducing the need for segregated physical servers while increasing the need […]
Are You A VCDX? You Are Now Also a vExpert! (http://blogs.vmware.com/education/?p=5348)I posted a tweet last week regarding some work Corey Romero and I were doing to try and align some things between the VMware Certified Design Expert (VCDX) community and the vExpert community. Another thing that has also come up in the past is that VCDX is a Certification while vExpert is in fact a […]
EMEA VCI of the Quarter Awarded to Andy Fox (http://blogs.vmware.com/education/?p=5341)EMEA VMware Certified Instructor (VCI) of the Quarter award is a regular prize given to those VCIs that aspire to be the best of the best. The awards are our version of the “Oscars,” identifying and rewarding excellence. The award recognises outstanding VCIs from the EMEA region who share their expertise about VMware technologies with others. The award is […]
Live VCDX Workshop Schedule (http://blogs.vmware.com/education/?p=5334)Last week we talked about the VCDX Workshop Online Webinar but there are several opportunities to attend the workshop in person over the next few months, many in conjunction with VMUG UserCon events. We’ve arranged to deliver the workshop at these upcoming events – join us! Location Date Facility Speaker Sign up Netherlands 3/18/15 conferentiecentrum 1931 […]
Introducing New VCE VxBlock Systems with Integrated VMware NSX (http://blogs.vmware.com/networkvirtualization/?p=1824)Last month, we outlined VMware’s vision for helping customers achieve one cloud for any application and any device. We believe the prevailing model for cloud adoption will be the hybrid cloud, and the best architecture for achieving the hybrid cloud is through a software-defined data center architecture. The fastest path to building reliable infrastructure for the hybrid […]
What’s New? In a word “Everything”! (http://blogs.vmware.com/consulting/?p=2101)Lots of version releases this week. Great work to all teams involved! VMware vSphere 6.0n (ESXi, vCenter) 6 12-Mar-15 Download Documentation Release Notes VMware vRealize Operations for Horizon 6.x 6.1.0 12-Mar-15 Download Documentation Release Notes VMware vRealize Automation 6.x 6.2.1 12-Mar-15 Download Documentation Release Notes VMware vRealize Orchestrator 6.x 6.0.1 12-Mar-15 Download Documentation Release Notes […]
Capacity Management in SDDC – Part 2 (http://blogs.vmware.com/management/?p=6111)In our previous post, we shared that capacity management in the software defined data center (SDDC) needs to be split into two different aspects: VM level infrastructure level. In this post, I will cover capacity management at VM level. I shared earlier that this aspect should be managed by the application team (which is the customer […]
How to Build Custom Dashboards – vRealize Operations Tech Tips #12 (http://blogs.vmware.com/management/?p=6352)Custom Dashboards are a key capability of vRealize Operations Manager and enable you to display your data the way you need to visualize it. While these dashboards have been available in previous versions of the vRealize Operations, the new Custom Dashboard Workspace (aka Wizard) makes creating new dashboards a simple task. You need to create […]
vCNS Content Pack for Log Insight Now Available! (http://blogs.vmware.com/management/?p=6268)I am happy to announce that a new content pack covering VMware’s vCloud Networking and Security (vCNS) product is now available. This content pack provides analysis for both vShield Manager as well as vShield Edge, and makes troubleshooting, root cause analysis, auditing and security simple and easy. In this blog post, I will discuss what […]
VMware’s vRealize Air Compliance Beta is open (http://blogs.vmware.com/management?p=6212&preview_id=6212)Find out you can drive security and compliance by automating the detection of non-compliant infrastructure against industry best practices and hardening guidelines – without manual effort or custom scripting. VMware® vRealize™Air™ Compliance enables organizations to continuously monitor their virtual infrastructure for critical compliance and security issues. Its real-time, event driven assessments of non-compliant configuration changes, […]
Capacity Management in SDDC – Part 1 (http://blogs.vmware.com/management/?p=6119)Capacity management changes drastically with virtualization. In this series of posts, we will explain why it is one of the areas that is greatly impacted by virtualization. We will cover the following: Why capacity management is split into 2 distinct areas How you should perform capacity management at the VM level How you should perform […]
Create a Pipeline in vRealize Code Stream (http://blogs.vmware.com/management/?p=6245)In a typical release delivery process, after Dev checks in their enhancements or new features, often several additional groups need to test, stage, and accept the release prior to putting it into production. Not only does the process to deploy and test at each stage often take a long time, groups typically run into issues with coordination and […]
Looking to Ease Cloud Migration? Go With What You Know. (http://blogs.vmware.com/vcloud/?p=5051)This is a guest post from iland, a member of the vCloud Air Network. Running out of data center space? Are short-term projects popping up more frequently? Just need more agility than physical hardware can provide? There’s a slew of reasons to move to the cloud, but, many times, teams can become overwhelmed by or stuck […]
vCloud Air OnDemand. No Credit Card? No Problem! (http://blogs.vmware.com/vcloud/?p=5039)Need instant access to a production ready public cloud that you can use to seamlessly extend your VMware vSphere® environment? With VMware vCloud® Air™ Virtual Private Cloud OnDemand, you can easily provision the resources you need, while only paying for what you use. Virtual Private Cloud OnDemand is offered as a pay-as-you-go service, designed to meet […]
Award winning law firm provides convincing case for MDM (http://blogs.air-watch.com/?p=35065)In a field full of confidential information where security and trust are critical, the legal industry presents a convincing case for MDM security. Last month, Frost and Sullivan awarded Darin Adcock, CIO of Dowling Aaron Inc. the C!O Impact Mobility Award. The C!O Impact Mobility awards are given to CIOs with innovative mobility uses. Based […]
AirWatch Connect at Mobile World Congress – It’s a wrap! (http://blogs.vmware.com/euc/?p=7390)By Lanier Norville, AirWatch by VMware Last year at Mobile World Congress, we saw enterprise mobility emerge as a central theme, and it’s clear the enterprise space is only picking up steam. Many of this year’s biggest headline-makers, from device launches to educational sessions, demonstrated that enterprise demand is now driving the mobile market. As Forrester […]
VMware Horizon 6 with GRID vGPU Powers Scalable High-Performance Desktops (http://blogs.vmware.com/euc/?p=7353)By Will Wade, director, NVIDIA GRID, NVIDIA Support for NVIDIA GRID™ vGPU™ technology is among the many new features of the recently announced VMware Horizon 6. VMware Horizon 6 is the latest release of VMware’s well-known VDI platform that delivers virtualized and remote desktops and applications through a single platform. Using GRID vGPU technology on […]
Introducing A New Release of VMware Horizon 6! (http://blogs.vmware.com/euc/?p=7360)By Shankar Iyer, VP of Product Management, Desktop Solutions, End-User Computing, VMware I am excited to announce today the newest release of VMware Horizon 6 featuring advanced capabilities for application publishing, 3D application support through high-performance virtual desktops, enhanced Chromebook support, software-defined data center optimizations including network virtualization benefits from VMware NSX, and new features […]
Securing Virtual Desktops Against East-West Threats in the Data Center (http://blogs.vmware.com/euc/?p=7363)By Tony Paikeday, senior product line manager, End-User Computing, VMware This blog is first in a series where we’ll explore the considerations for building a more holistic approach to securing desktops in the data center. If you’re in an industry that’s got a mandate around regulatory compliancy and risk mitigation, then the ongoing headlines around […]
One Cloud, Any Application – Download the New VMware Corporate Story (http://blogs.vmware.com/partnernews/?p=1655)At Partner Exchange we presented our new corporate story – “One Cloud, Any Application, Any Device.” The Story describes how VMware is uniquely capable of enabling a brave new model of IT that is fluid, instant, and secure through our “one cloud, any application, any device” architecture. The overview, along with this infographic, will help […]
Subscription Purchasing Program (http://blogs.vmware.com/partnernews/?p=1651)The Subscription Purchasing Program (SPP) is a new, simpler and flexible channel transaction model for VMware vCloud Air Virtual Private Cloud OnDemand and VMware Horizon Air, and an alternative to credit card billing for customers. SPP provides partners a way to seed accounts with OnDemand and preserve the billing relationship with customers.
Solution Provider Program – VCP Expansion (http://blogs.vmware.com/partnernews/?p=1649)Effective March 1, 2015, partners can fulfill VMware Solution Provider Program requirements with all versions of the VMware Certified Professional (VCP) accreditation. Until now, only VCP-DCV (Data Center Virtualization) counted towards the program tier requirements.
vSphere Virtual Volumes for Horizon 6 & NetApp All-Flash FAS (http://blogs.vmware.com/tap/?p=1016)Earlier this week, we announced a new release of Horizon 6 here highlighting several new key features, one of which is support of Virtual Volumes. As mentioned in the announcement, NetApp is the first partner to successfully validate VVOls with Horizon 6. Let’s elaborate more on this integration via this guest post from Abhinav Joshi – Sr. Product Manager […]
EVO:RAIL – Under The Covers – Networking (Part1) (http://www.mikelaverick.com/?p=6003)This is a topic I’ve written about previously in a blogpost called “Getting the RTFM In place”. Typically enterprise products are generally easy to setup so long as you have got your pre-requisites in place – fail to do that and your mileage will vary significantly. You’d be surprised (or perhaps not!) how frequently things […]
VSAN 6.0 Part 1 – New quorum mechanism (http://cormachogan.com/?p=4703)vSphere 6.0 released yesterday. It included the new version of Virtual SAN – 6.0. I now wish to start sharing some of the new features and functionality with you. One of things we always enforced with version 5.5 was the Continue reading →
Virtual Volumes – A new way of doing snapshots (http://cormachogan.com/?p=4669)I learnt something interesting about Virtual Volumes (VVols) last week. It relates to the way in which snapshots have been implemented in VVols. Historically, VM snapshots have left a lot to be desired. So much so, that GSS best practices Continue reading →
Horizon Mirage joins the PowerCLI club (http://www.virtu-al.net/?p=3330)VMware Horizon Mirage is a product in VMware’s EUC range of products that manage images across physical desktops and point of service devices. It uses something called layers to simplify OS and application rollouts.... Horizon Mirage joins the PowerCLI club is a post from: Virtu-Al . Virtu-Al is one of the authors of VMware vSphere PowerCLI Reference: Automating vSphere Administration" Buy it now from: Amazon USA Amazon UK Sybex
When To Use Multiple Subnet iSCSI Network Design (http://wahlnetwork.com/?p=12586)Did you know that some iSCSI design scenarios can benefit from multiple subnets? Read further to find out how this affects your iSCSI architecture. The post When To Use Multiple Subnet iSCSI Network Design appeared first on Wahl Network . Related posts: Exercise Caution Using Dynamic Discovery for Multi-Homed iSCSI Targets Avoid LACP with iSCSI Port Binding or Multi-NIC vMotion Storage Network Design on the Packet Pushers Podcast Breaking Silos: An Open Chat on Networking and Virtualization Building…
Get your download engines running, vSphere 6.0 is here! (http://www.yellow-bricks.com/?p=16017)Advertise here with BSA Yes the day is finally there, vSphere 6.0 / SRM / VSAN (and more) finally available. So where do you find it? Well that is simple… here: ESXi 6.0 vCenter Server 6.0 vSphere Data Protection 6.0 vSphere Replication 6.0 vRealize Orchestrator Appliance 6.0.1 VMware vCenter Operations Manager Foundation 5.8.5 vCenter Site Recovery Manager 6.0 VMware […] " Get your download engines running, vSphere 6.0 is here! " originally appeared on Yellow-Bricks.com . Follow me on…
All Flash VSAN – One versus multiple disk groups (http://www.yellow-bricks.com/?p=16010)Advertise here with BSA A while ago I wrote this article on the topic of “one versus multiple disk groups“. The summary was that you can start with a single disk group, but that from a failure domain perspective having multiple disk groups is definitely preferred. Also from a performance stance there could be a benefit. So the question now […] " All Flash VSAN – One versus multiple disk groups " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my…
Virtual Volumes primer (http://www.yellow-bricks.com/?p=15989)Advertise here with BSA I was digging through my blog for a link to a virtual volumes primer article and I realized I never wrote one. I did an article which described what Virtual Volumes (VVol) is in 2012 but that is it. I am certain that Virtual Volumes is a feature that will be heavily used with vSphere 6.0 and […] " Virtual Volumes primer " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN via Pearson today!
vSphere release cycle bounces back to the old VI3 days (http://vsphere-land.com/?p=5543)Back in 2013 I did a post comparing number of days between major vSphere releases that highlighted VMware’s fast pace of delivering new vSphere versions. That fast pace has now slowed down considerably with vSphere 6.0 as VMware wasn’t able to keep up with the zippy one year cycle they had fallen into. Now with the … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Only 4 vendors support VVOLs on Day 1 of vSphere 6 GA (http://vsphere-land.com/?p=5530)VMware has added a new category to their Hardware Compatibility Guide specifically to show vendor support for Virtual Volumes (VVOLs) called vSphere APIs for Virtual Volumes (VVols). On Day 1 of the vSphere 6 launch just 4 partners showed up as supporting VVOLs on their storage arrays, those partners & supported models are shown below: … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Maximum Virtual CPU support cut in half in vSphere 6.0 (http://vsphere-land.com/?p=5520)I was reviewing the Configuration Maximums document for vSphere 6.0 which was released today and comparing it to vSphere 5.5 to see what has changed and noticed that the maximum Virtual CPU support (vCPU) was reduced by half from 4,096 in vSphere 5.5 to 2,048 in vSphere 6.0. Not sure if this is a typo … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
vSphere 6.0 is now available! (http://vsphere-land.com/?p=5512)You can download it here. Also check out the documentation here, the first doc that I always go to is the Configuration Maximums to see how things have grown. And be sure to read through my Summary of What’s New in vSphere 6.0 post and check out my huge vSphere 6.0 Link-O-Rama. [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
New white paper and webinar on management of hyper-converged environments (http://vsphere-land.com/?p=5508)I recently wrote a white paper for SolarWinds on the impact of management in hyper-converged environments and will also be presenting a webinar along with fellow vExpert Kong Yang from SolarWinds on that topic next week. If you’re interested give it a read and I look forward to seeing you next week. Webinar: Hyper-convergence: Is it … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
History of the Top vBlog Part II (http://vsphere-land.com/?p=5498)This years top blog voting is already in progress and while we wait to see the results I thought I’d refresh a post I did that provides a retrospect on how the top blog voting started and also comparing the voting results over the years. 2008 – The beginning Many years ago I used to do … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Voting now open for the 2015 top VMware & virtualization blogs (http://vsphere-land.com/?p=5489)The number of blogs devoted to VMware and virtualization continues to grow, this year there are more than 400 of them on the ballot. Here’s your chance to show your appreciation to the bloggers for all their hard work by picking your favorites which will determine the top blogs for 2015. Last year over 1,400 people … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Rock the vote! Top vBlog voting now open! (http://blog.mwpreston.net/?p=4350)It’s that special time of year again – a time for the virtualization community to come together and vote for their favorite virtualization blogs. Yes – the Top vBlog Voting for 2015 is underway over at vSphere-land.com. As much as this is just simply a ranking of blogs I’m not going to lie – it
vRealize Automation 6.2.1 released (http://vcdx56.com/?p=5312)A new version of the vRealize Automation (vRA) formerly known as vCloud Automation Center (vCAC) software was released yesterday, actually the same day as when vSphere 6.0 was released. Based on that and the fact that is just a minor release i can unedrstand it didn’t got that much attention. However, there are one really … Continue reading »
Two years as a blogger (http://vcdx56.com/?p=5305)Today, March 13 2015, i have been a blogger for two years. During my first year as a blogger i posted 113 blog posts and the last year i followed up with 116 blog posts meaning a total of 229 blog posts. As i mention in my one year as a blogger summary, which you … Continue reading »
vRealize Automation monitoring (http://vcdx56.com/?p=5233)Since i started to work as a consultant back in 2007 monitoring has been part of pretty much all design, implementations and heath checks i have done. Every now and then i receive questions about how to implement monitoring for certain software and this week i received a question about monitoring the vRealize Automation (vRA) formerly … Continue reading »
Top vBlog 2015 voting is now open (http://vcdx56.com/?p=5279)As usual, Eric Siebert, has made an awesome job putting together the annual top vBlog voting for the best virtualization blogs and i just wanted to let you know that the 2015 voting is now open unless you haven’t seen that already. There are more than 400 blog to select from so you got plenty of … Continue reading »
VMware vSphere Update Manager service fails (http://vcdx56.com/?p=4930)So a few days back i had some problem with the VMware Windows based vSphere Update Manager (VUM) Server that didn’t start after rebooting the virtual machine (VM) where the service runs. All other VMware related services running on the VM started without any problem. vCenter Server (and VUM) version running was 5.5.U1b was running … Continue reading »
vSphere 6.0 Install Pt. 4: vCenter Upgrade Best Practices (http://www.derekseaman.com/?p=2505)Advertise here with BSA Upgrades can be scary times with any enterprise product. The more your critical infrastructure relies on a particular solution, or set of solutions, the more imperative it is you fully understand and test the new product. Prior vSphere releases has taught us that thorough testing cannot be skipped and you should not rush a new product into production. No product […] The post vSphere 6.0 Install Pt. 4: vCenter Upgrade Best Practices appeared first on Derek Seaman's Blog . …
Ready, set, go! Download vSphere 6.0 NOW (http://www.derekseaman.com/?p=2627)Advertise here with BSA After some teasing at VMworld 2014, and a few more sessions at PEX 2015, vSphere 6.0 is finally available for download! If you are in a big hurry to download, here are some useful links. vSphere 6.0 release notes can be found here. As always, TEST TEST TEST before putting this into production. Also remember […] The post Ready, set, go! Download vSphere 6.0 NOW appeared first on Derek Seaman's Blog . Related Stories vSphere 6.0 Install Pt. 4:…
Top Blogger Voting in Full Swing! (http://www.derekseaman.com/?p=2621)Advertise here with BSA Each year Eric Siebert over at vSphere-land.com spends an enormous amount of time setting up the top blogger voting. This recognizes the very hard work that the top bloggers do, and the support they give to the community. Recognition is always fun, but shouldn’t be the primary purpose to blog. So this year you, again, […] The post Top Blogger Voting in Full Swing! appeared first on Derek Seaman's Blog .
Application Virtualization Smackdown – Matrix Style Infographic (http://longwhiteclouds.com/?p=10663)Application Virtualization is changing rapidly and there are a lot of different options on the market. The idea is you can package up the applications separate to the underlying OS and then run the anywhere, and so they aren’t going to be impacted as much by OS upgrades and patches. This is the sort of […]
VMware vRealize Operations Manager 6.0.1 & Dell Storage Speed Run (http://www.boche.net/blog/?p=5060)For the most part – 12:38 was my time. There are a few spots where I could improve but what you see here is what you get – a quick video I threw together outlining a simple VMware vRealize Operations Manager 6.0.1 appliance deployment, including: vCenter adapter configuration Active Directory role integration Dell Storage Solutions […] Post from: boche.net - VMware Virtualization Evangelist Copyright (c) 2010 Jason Boche. The contents of this post may not be reproduced or republished on another web…
NetApp cDOT, RDB, & Epsilon (http://datacenterdude.com/?p=2439)NetApp clustered Data ONTAP is designed to provide a solution that eliminates downtime and offers feature-rich scale-out, cloud-ready storage. This is done by taking a series of HA pairs and connecting them via a cluster network backend to provide a single namespace, single point of management and "pay as you grow" functionality.
It’s time for the annual vBlog voting – Only 2 days left (http://www.viktorious.nl/?p=5198)The post It’s time for the annual vBlog voting – Only 2 days left appeared first on viktorious.nl - Virtualization & Cloud Management . It's time for the 2015 Top vBlog Voting. Take a minute or 2 to let Eric Siebert know what your favorite blog is! Last year over 1400 people voted on the 320 different blogs, all devoted to VMware & virtualization. For an overview of all the blogs, take a look at the vLaunchpad .All blogs that are included in the vLaunchpad are participating in the voting.…
Project VRC ‘State of the VDI and SBC union 2015′ – Sneak preview (http://www.viktorious.nl/?p=5235)The post Project VRC ‘State of the VDI and SBC union 2015′ – Sneak preview appeared first on viktorious.nl - Virtualization & Cloud Management . A couple of weeks ago I've asked you to participate in the Project VRC "State of the VDI and SBC union 2015" survey. This survey ran until February 15th, the full report including all the results will be published in a couple of weeks. I hoped you participated in this survey. Let's take a look at what Project VRC and the State of the…
Internet facing vRA: Some considerations (http://www.viktorious.nl/?p=4672)The post Internet facing vRA: Some considerations appeared first on viktorious.nl - Virtualization & Cloud Management . This article discusses important considerations if you want to connect vRealize Automation (vRA) directly to the internet. The article doesn't discuss if you should do or want to do this, this all depends on your specific requirements. Let's first take a look at the different components vRA consists of: Identity appliance - Responsible for authentication/authorization…
Are you ready for the NLVMUG Usercon 2015? (http://www.viktorious.nl/?p=5192)The post Are you ready for the NLVMUG Usercon 2015? appeared first on viktorious.nl - Virtualization & Cloud Management . It's almost time for the 2015 edition of the NLVMUG Usercon. The NLVMUG Usercon is successor of the very successful Dutch VMUG Event, the annual meeting of the Netherlands VMware Usergroup. Mark your agenda and head to 's-Hertogenbosch (or call it Den Bosch if it's easier for you) on March 19th for some good keynotes, breakout sessions and an NSX bootcamp. Mister Joe…
VMware Horizon news: Desktop transformation solution for every type of user (http://vinfrastructure.it/?p=15528)End User Computing (EUC) scenario has change in the last year… not one single killer application for all cases, but multiple Technologies for different user cases or customers needs. Does not make sense say that this could be the year of VDI… VDI is growing but will never been a killer application… just one solution with its market segment. But there are also Apps and RemoteApps, DaaS, FLEX, Mobile, Managed desktop/laptop, and lot of other solutions! VMware still consider the EUC a main pillar, but…
VMware vCloud Suite 6.0 is now available (http://vinfrastructure.it/?p=15755)Finally, after the official announce of one month ago (and after 2,5 year after the VMware vCloud Suite 5.5 GA), the new vCloud Suite 6.0 (but also the single products like vSphere 6.0) it’s in GA and available on the download site (so the rumors about the 12th March as possible release date were true). Also the offical documention site has been update to the new products: VMware vCloud Suite 6.0 – Download – Documentation VMware vSphere 6.0 – Download – Documentation VMware vSphere Hypervisor…
X-IO launches all flash array storage solution (http://vinfrastructure.it/?p=15726)Seems the all flash (or full flash) storage momentum: most of the storage vendor are announcing a full flash solution, in the past months. For sure means more attention (and probably more demand) of this kind of storage, considering that some years ago there were only few solutions available. X-IO is a storage vendor with a really long term (over two decades with different names) of expertise to deliver unmatched price/performance for enterprise applications. I’ve already wrote about their history, their…
Scale Computing make virtualization simple (and different) (http://vinfrastructure.it/?p=15505)Scale Computing has an interesting storage hyperconverged solution: its HC3® platform can be used for small- and medium-sized businesses but also in some enterprise departments with a simple (and different) approach to virtualization and storage. As data requirements at organizations of every size continue to require more storage assets and additional compute power, virtualization becomes a more-attractive option. For IT staffs at smaller organizations, the introduction of a virtualization layer can add…
More thoughts about the cross vCenter vMotion (http://vinfrastructure.it/?p=15688)As written in a previous post, the new VMware vSphere 6.0 introduce several enhancements in the vMotion by adding more VM mobility. If the long distance vMotion seems the big news, in my opinion the best and most amazing news is the cross vCenter vMotion (that could also be a long distance vMotion, but not necessary). Moving a VM across vCenters seems a big challenge and bring new level of freedom in the VM… like the vMotion 1.0 it can liberate a VM from its boundaries: in vMotion 1.0 the boundary was the…
Image may be NSFW. Clik here to view.FROM THE EDITORS VIRTUAL DESK
Hi everyone, and welcome to this weeks newsletter. There are no new blog postings on the TAM blog but I would like to remind you if you haven't had the chance to read our latest articles published on http://blogs.vmware.com/tam/.
A final note to remind you to check your systems against the weekly published list of new KB articles. This is something that can be done with the help of your VMware TAM.
Have a successful week.
Virtually Yours
Image may be NSFW. Clik here to view.LOCAL TRAINING CLASSES
VMware TAM WEBCASTS
Image may be NSFW. Clik here to view.NEWS AND DEVELOPMENTS FROM VMWARE
GENERAL NEWS
vSphere 6.0 is here! – KBs you need to know about (http://blogs.vmware.com/kb/?p=6486)vSphere 6.0 has been released for all to download. We’re sure vSphere users are all eager to install a copy and start kicking the tires, and we’re just as eager to see that you get started on the right foot. With this in mind, we have created the following list of Knowledge Base articles that […]
How to install the vCenter Server 6.0 Platform Services Controller on a Windows machine (http://blogs.vmware.com/kb/?p=6467)Our second video today will discuss and demonstrate How to install the vCenter Server 6.0 Platform Services Controller on a Windows machine and also How to install an additional vCenter Server 6.0 Platform Services Controller on a Windows machine. For additional information, see VMware Knowledge Base article Installing the VMware vCenter Server 6.0 Platform Services Controller on a […]
Green vs. Grey: Rethinking Your IT Operations (http://blogs.vmware.com/cloudops/?p=1460)By Neil Mitchell Many of the customers I work with wish, at least in the short term, to provide IT services internally rather than outsource. They are also considering introducing cloud services as a catalyst for transitioning away from traditional IT practices—to establish new practices and processes appropriate for effective and efficient cloud service delivery. […]
Tackling Policy in the Software-Defined Data Center (http://blogs.vmware.com/tribalknowledge/?p=3745)One of the most compelling aspects of software-defined data centers (SDDC) is the potential to automate much of the manual configuration of the infrastructure to support applications and services. While the virtualization of storage, compute and now, networking resources has enabled a much higher degree of automation than previously possible, a significant bottleneck still exists […]
Another Mobile World Congress Down! | #MWC15 (http://blogs.vmware.com/tribalknowledge/?p=3730)By Sanjay Poonen, EVP and GM, End-User Computing, VMware Last week, dozens of our VMware and AirWatch team members traveled to Barcelona for Mobile World Congress – the industry’s leading mobility event that drew together over 93,000 industry leaders, business innovators and technology experts for four jam-packed days of excitement. This was my second Mobile […]
Cloud-based Disaster Recovery for Stormy Times (http://blogs.vmware.com/tribalknowledge/?p=3735)This post was originally published on The Bridge. A ferocious storm in early December caused many disaster recovery jitters for Silicon Valley area companies. Most businesses in downtown San Francisco lost power for more than 12 hours; Burt Bacharach’s performance at the Symphony Hall was cancelled; and many office Christmas parties were ruined as Pacific […]
50% off VCP exams at EMC World (http://blogs.vmware.com/education/?p=5423)Select VMware Certified Professional (VCP) certification exams will be available at EMC World 2015 at a 50% discount. To claim your 50% discount follow these steps: Complete the VMware certification authorization process (click here for detailed instructions) After you receive your authorization, click here to pre-register for the VCP EMC World conference testing discount. To […]
Migration Paths from v5 Certification to v6 (http://blogs.vmware.com/education/?p=5365)A few weeks ago we announced the new roadmap of version 6 certifications, and mentioned that there would be migration paths for those who held certifications on the previous version. Here is more about those migration paths. Upgrading from VCP5 to VCP6: Only one exam is required. There is no course attendance required (but it […]
New Lab Connect and vRealize Automation Courses Released (http://blogs.vmware.com/education/?p=5380)We’re happy to announce the availability of two new Lab Connect courses and a new instructor-led course on vRealize Automation. NSX: Install, Configure, Manage [V6.0] – Lab Connect – Includes self-paced access to the 18 cloud-based labs from the NSX: Install, Configure, Manage [V6.0] course for 30 days or 30 hours. Horizon (with View): Install, Configure, Manage [V6.0] […]
Storage Blog Recap: Top Blogs From February (http://blogs.vmware.com/vsphere/?p=16804)The third week of every month, we compile a list of the top vSphere Storage posts from the previous month for you to enjoy. Here are the top storage posts from February: VMware Virtual SAN 6.0 Rawlinson Rivera announced, and explained the inner workings of, VMware Virtual SAN 6.0 — VMware’s latest software-defined storage product. […]
SRM 6.0 is now GA – What’s New? (http://blogs.vmware.com/vsphere/?p=16648)Now that Site Recovery Manager (SRM) 6.0 is available for download, here is an overview of the latest features, additions and improvements: Improved interoperability with Storage DRS and Storage vMotion Simplified SSL certificate requirements Full integration with vSphere 6.0 IP customization enhancements Improved interoperability with SDRS and Storage vMotion In previous versions of SRM there […]
Virtualized Big Data Faster Than Bare Metal (http://blogs.vmware.com/vsphere/?p=16783)VMware is excited to highlight a new partner benchmark effort in the Big Data technology space. Dell recently published two TPCx-HS results that demonstrate that Big Data technology on vSphere is actually ‘faster’ than bare metal. Let’s take a look… Many organizations and their operations teams are still not confident that big data technologies should […]
Video: Virtual SAN From An Architect’s Perspective (http://blogs.vmware.com/vsphere/?p=16775)Video: Virtual SAN From An Architect’s Perspective Have you ever wanted a direct discussion with the people responsible for designing a product? Recently, Stephen Foskett brought a cadre of technical bloggers to VMware as part of Storage Field Day 7 to discuss Virtual SAN in depth. Christos Karamanolis (@XtosK), Principle Engineer and Chief Architect for […]
How To Double Your VSAN Performance (http://blogs.vmware.com/vsphere/?p=16755)How To Double Your VSAN Performance VSAN 6.0 is now generally available! Among many significant improvements, performance has been dramatically improved for both hybrid and newer all-flash configurations. VSAN is almost infinitely configurable: how many capacity devices, disk groups, cache devices, storage controllers, etc. Which brings up the question: how do you get the maximum […]
vSphere 6: Updates to Host Profiles (http://blogs.vmware.com/vsphere/?p=16591)With the announcement of vSphere 6 becoming Generally Available, I figure it a good time to shine some light on some of the updated features of Host Profiles. Host Profiles allow you to establish standard configurations for your ESXi hosts and to automate compliance to these configurations, simplifying operational management of large-scale environments and reducing errors […]
Upgrading to VMware Virtual SAN 6.0 (http://blogs.vmware.com/vsphere/?p=16662)Virtual SAN 6.0 introduced new changes to the structural components of its architecture. One of those changes is a new on-disk format which delivers better performance and capability enhancements. One of those new capabilities allows vSphere Admins to perform in-place rolling upgrades from Virtual SAN 5.5 to Virtual SAN 6.0 without introducing any application downtime. […]
VCDX-NV Interview: Chris Wahl (http://blogs.vmware.com/networkvirtualization/?p=1838)Chris Wahl is a Senior Solutions Architect at Ahead, located in Chicago, Ill. He has more than 14 years of experience as an IT Pro. Chris originally went to school for networking, and has a bachelor’s degree in networking and communications management. More recently he’s been doing sys admin work in sys admin engineering, architecture, and […]
Deploying VMware NSX with Horizon (http://blogs.vmware.com/networkvirtualization/?p=1847)As part of the recent launch of Horizon 6, Tony Paikeday, senior product line manager, End-User Computing, VMware, takes a look at the value proposition of deploying the VMware NSX network virtualization platform together with Horzon. Deploying VMware NSX with Horizon VMware NSX, deployed with Horizon, offers a better alternative to securing east-west traffic between […]
Introducing the Zephyr Benchmark (http://blogs.vmware.com/performance/?p=2234)The ways in which we use, design, deploy, and evaluate the performance of large-scale web applications have changed significantly in recent years. These changes have been driven by the increase in computing capacity and flexibility provided by virtualized and cloud-based computing infrastructures. The majority of these changes are not reflected in current web-application benchmarks. Zephyr […]
Virtual SAN 6.0 Performance: Scalability and Best Practices (http://blogs.vmware.com/performance/?p=2253)A technical white paper about Virtual SAN performance has been published. This paper provides guidelines on how to get the best performance for applications deployed on a Virtual SAN cluster. We used Iometer to generate several workloads that simulate various I/O encountered in Virtual SAN production environments. These are shown in the following table. Type […]
VMware Presents a Technical Demo on What’s New with vCloud Air Disaster Recovery (http://blogs.vmware.com/vcloud/?p=5080)Every company should have a simple, cost-effective, and flexible disaster recovery solution to protect their data in the event of a disaster or disruptive event. It’s time to consider the cloud with VMware vCloud® AirTM Disaster Recovery. vCloud Air Disaster Recovery provides a warm-standby virtual data center, requires zero changes to your existing vSphere environment, […]
Introducing the VMware vCloud Air Network Resource Center (http://blogs.vmware.com/vcloud/?p=5102)Get the latest on the business side of the cloud with the VMware vCloud Air Network Resource Center. The vCloud Air Network Resource Center is your one stop shop for all the resources you need to migrate your cloud, increase agility and find cloud solutions. So how does it work? All you need to do […]
vCloud Air Strengthens Compliance Portfolio (http://blogs.vmware.com/vcloud/?p=5096)By Tony Savoy Concern around security, privacy and availability of critical business data is a common barrier to public cloud adoption. It doesn’t matter if that data is sensitive, private, or simply development and testing information; IT organizations are still required to sustain strict adherence to corporate security policies or regulatory controls. VMware understands these […]
What’s New with vCloud Air Disaster Recovery (http://blogs.vmware.com/vcloud/?p=5045)Today is an exciting day for the VMware vCloud® Air™ team, as we launch an update to our recovery-as-a-service offering – VMware vCloud® Air™ Disaster Recovery. For those of you not familiar with this service, vCloud Air Disaster Recovery is a low cost, cloud-based disaster recovery solution for your on-premises VMware vSphere® workloads. vCloud Air […]
VMware Announces the General Availability of vCloud Air in Germany (http://blogs.vmware.com/vcloud/?p=5072)Today VMware announced the expansion of VMware vCloud® Air™ in Europe with the general availability of its hybrid cloud service in Germany. Complementing VMware’s UK location and the VMware® vCloud Air™ Network of service providers, the new VMware-operated data center in Frankfurt will provide customers with a hybrid cloud service that addresses German and EU compliance and data […]
Capacity Management in SDDC – Part 3 (http://blogs.vmware.com/management/?p=6112)In the previous post, I covered capacity management at VM level. In this post, I will cover capacity management at infrastructure level. At the infrastructure level, you look at the big picture. Hence, it is important that you know your architecture well. One way to easily remember what you have is to keep it simple. Yes, […]
Creating a Workflow for vSphere Tags with vRealize Orchestrator (http://blogs.vmware.com/management/?p=6407)During a recent PoC at one of my customers, I was asked how they could assign some important vSphere Tags to their VMs during vRealize Automation’s provisioning process. While vRealize Orchestrator (vRO), is typically the place for such customizations, I found that vSphere tag functionality wasn’t included in vRO’s default Library. However, this functionality was […]
Gating Rules in vRealize Code Stream (http://blogs.vmware.com/management/?p=6384)One of the key features in vRealize Code Stream is the ability to control what happens between individual stages in a pipeline. Let’s say you want to run an automated Selenium test against a Jenkins package. Or, suppose you want someone from your operations team to manually approve a deployment into a production environment. vRealize […]
Enterprise mobility news recap: Mar 16 – 20 (http://blogs.air-watch.com/?p=35245)It has been a week full of Internet of Things and Microsoft news. Coverage of IoT is touching all corners of the globe, and Edward Snowden emphasizes the importance of endpoint security at CeBIT. In an effort to address pirated software, Microsoft has announced they are offering free upgrades to Windows 10 in the Chinese […]
CeBIT 2015 – the Internet of Things and security take centre stage (http://blogs.air-watch.com/?p=35224)The world’s largest and most international information technology trade fair, CeBIT 2015, got underway on Sunday 15 March at the Hanover fairground in Germany, with thousands of exhibitors huddling up to showcase their latest technological advances to more than 300.000 visitors. The show, which is considered an annual barometer of the latest innovations in office automation, […]
Watch video: AirWatch preps for HIMSS 2015 (http://blogs.air-watch.com/?p=35170)This year Healthcare Information and Management Systems Society (HIMSS) will welcome more than 38,000 attendees across the globe, including industry leaders and health IT professionals. AirWatch and VMware representatives will be on site in Chicago discussing the latest healthcare trends, mobile use cases and joint healthcare solutions. HIMSS brings together innovative healthcare organizations to collaborate on […]
F5 Integration and Migration Strategies for VMware Horizon (http://blogs.vmware.com/euc/?p=7446)Guest blog by Justin Venezia, Sr. Solutions Architect, F5 Networks Are you thinking of migrating to VMware Horizon from a competitive offering such as Citrix? Looking for ways to integrate your existing Citrix environment with VMware Horizon so everything appears in one easy place or with one simple interface? Oh, and how about making it […]
In-depth: NVIDIA GRID vGPU with VMware Horizon 6.1 (http://blogs.vmware.com/euc/?p=7398) By Pat Lee, Sr. Director, Remote Experience, End-User Computing, VMware — @patlee In February, VMware announced that NVIDIA GRID vGPU on VMware vSphere 6 with VMware Horizon 6 was coming soon and now the software is available for download! VMware Horizon 6.1 and vSphere 6 with NVIDIA GRID vGPU enables designers, architects and engineers to […]
VMware and NVIDIA: Empowering IT at the Speed of Life (http://blogs.vmware.com/partnernews/?p=1659)With VMware Horizon with NVIDIA GRID vGPU, your customers can access all of their critical applications, including even the most graphic-intensive apps, on any device. Read this blog post to find out how you can explore the benefits of VMware Horizon with NVIDIA GRID vGPU and ultimately, help your customers empower IT at the speed […]
We’ve Got Your Marketing Needs Covered (http://blogs.vmware.com/partner/?p=2411)It’s time to take your marketing best practices to the next level and create demand for your company and offerings. We know how important marketing and social selling are to promote your business, though sometimes it’s hard to find the right resources on how to get started. This is why we created 15 bite-sized, 2 […]
Image may be NSFW. Clik here to view.MORE NEWS AND DEVELOPMENTS FROM AROUND THE WEB
EVO:RAIL – Under The Covers: Daemons in the Machine (http://www.mikelaverick.com/?p=6032)This title is a bit of a pun on “Ghost in the Machine”, typically used to describe some undocumented hidden magic at the heart of things – think of Arthur C. Clarke’s famous pronouncement!. Of course, there’s no ghost in the EVO:RAIL machine, but there are certainly daemons. By which I mean the services running […]
VSAN 6.0 Part 3 – New Default Datastore Policy (http://cormachogan.com/?p=4743)One of the most common issues I got questions about in VSAN 5.5 was “why is VSAN deploying thick disks, when all of the documentation stated that VSAN deploys thin disks”? The answer was quite straight forward, and was due Continue reading →
Another way to fix your non compliant host profile (http://www.yellow-bricks.com/?p=16050)Advertise here with BSA I found out there is another way to fix your non compliant host profile problems with vSphere 6.0 when you have SAS drives which are detected as shared storage while they are not. This method is a bit more complicated though and there is a command line script that you will need to use: /bin/sharedStorageHostProfile.sh. It works as […] " Another way to fix your non compliant host profile " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB.…
Host Profile noncompliant when using local SAS drives with vSphere 6? (http://www.yellow-bricks.com/?p=16045)Advertise here with BSA A couple of years ago I wrote an article titled “Host Profile noncompliant when using local SAS drives with vSphere 5?” I was informed by one of our developers that we actually solved this problem in vSphere 6. It is not something I had see yet so I figured I would look at what we did […] " Host Profile noncompliant when using local SAS drives with vSphere 6? " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book…
NetApp Communities Podcast – all about the vSphere 6 launch (http://www.yellow-bricks.com/?p=16035)Advertise here with BSA I had the pleasure to be on the NetApp Communities Podcast last week and I wanted to share it with you. It is all about the vSphere 6.0 launch. Very much enjoyed the conversation, thanks guys for having me! " NetApp Communities Podcast – all about the vSphere 6 launch " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN via Pearson today!
RVTools 3.7 is here! (http://www.yellow-bricks.com/?p=16028)Advertise here with BSA It has been a year since the last version. This weekend Rob de Vey finally released RVTools 3.7. With over 400.000 downloads so far, this is for sure the most used free health check tool that exists. And there is a good reason for it, it is most definitely also one of the bests tools […] " RVTools 3.7 is here! " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN via Pearson today!
Deduplicating Amazon S3 Storage with StorReduce (http://wahlnetwork.com/?p=12937)Check out how the folks at StorReduce are offering up a simple way to deduplicate files headed to Amazon's S3 buckets The post Deduplicating Amazon S3 Storage with StorReduce appeared first on Wahl Network . Related posts: How To Point Synology Backups to Amazon Glacier using IAM Violin Memory’s Flash Storage Platform Targets Primary Enterprise Storage Hands On With Coho Data’s DataStream Storage Architecture Thoughts from SFD5 – Using Flash DIMMs for Server-Side Storage Zerto Announces…
Common Information Model (CIM) Data for Home Lab Server Hardware (http://wahlnetwork.com/?p=12936)If you're concerned that your home lab equipment won't be able to use CIM data for hardware status monitoring, check out this post! The post Common Information Model (CIM) Data for Home Lab Server Hardware appeared first on Wahl Network . Related posts: vSphere Client 5.5 U2 offers Restricted Edit of Hardware Version 10 VMs Adding Home Lab Network Capacity Across Hardware Vendors Home Lab DS411 Gets Beefy Capacity and File Server Role Applying New IP Addresses to vCenter, ESXi Hosts, and…
vBlogger Spotlight: Mike Laverick (http://vsphere-land.com/?p=5646)Follow @Mike_Laverick While we wait for the Top vBlog results I thought I would shine the spotlight on several prominent bloggers in the community to give you some insight into their experiences with blogging. Today’s spotlight is on Mike Laverick, one of the OG bloggers who started his RTFM (Read The Frigging Manual) Education website … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Top vBlog voting has ended (http://vsphere-land.com/?p=5639)The polls have closed after being open for just over 2 weeks and over 2,200 people have voted which is a new record high compared to the 1,400 last year. So what’s next? I have to run all the votes through my vote processing contraption to determine the results, hopefully we don’t run into any … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
vBlogger Spotlight: Scott Lowe (http://vsphere-land.com/?p=5633)Follow @Scott_Lowe While we wait for the Top vBlog results I thought I would shine the spotlight on several prominent bloggers in the community to give you some insight into their experiences with blogging. Today’s spotlight is on Scott Lowe, not to be confused with the Other Scott Lowe or the gamer Scott Lowe (lots … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
The evolution of bloggers as seen through the vLaunchpad over the years (http://vsphere-land.com/?p=5624)I recently dug into some of my website design archives and came across many version of how the vLaunchpad has grown and evolved over the last 8 years. Because is contains links to all the blogs out there this time capsule serves to illustrate how bloggers have evolved and gorwn over the years. The earliest … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
VMTN wayback machine – spotlight on Jason Boche (http://vsphere-land.com/?p=5619)Years and years ago on my old vmware-land.com website I had a page devoted to shining the spotlight on very active and influential members of the VMTN community so we could find out more about them. I thought I’d resurrect some of those spotlights and give you a glimpse back into the early days of the VMTN … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
NFS 4.1 support in vSphere limitations and caveats (http://vsphere-land.com/?p=5614)vSphere 6 finally bumped the version of NFS that was supported as a datastore from v3 to v4.1. NFS v4.1 is certainly not new having been introduced in 2010 but VMware has never seen to support v4.1 until vSphere 6. As expected NFS v4.1 brings a number of enhancements over v3 including support for multi-pathing and … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Videos to help you learn about VMware Virtual Volumes (VVOLs) concepts and architecture (http://vsphere-land.com/?p=5605)VMware has published two short videos that go over the concepts and architecture related to their new Virtual Volumes (VVOLs) storage architecture in vSphere 6. After you are done checking them out head on over to my Virtual Volumes link page for a lot more content on VVOLs. Chromeless Doc Player Chromeless Doc Player [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Bloggers get some free bling for your Top vBlog 2015 commemorative coin (http://vsphere-land.com/?p=5588)Any blogger that tweets to promote this post with the hashtag #SupportvSphereland and makes the top 50 will receive a cool metal coin stand courtesy of me so they can proudly display their commemorative coin on their desk. You can use the below button to easily tweet this. Tweet [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Check out these great companies that support vSphere-land and Top vBlog 2015 (http://vsphere-land.com/?p=5557)Maintaining this site and my vLaunchpad as well as executing Top vBlog each year is very time-consuming. In return I would ask that you take a moment and learn a bit about my great sponsors that support me and make this all possible. Below check the latest news and events from my sponsors and be sure … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
vSphere release cycle bounces back to the old VI3 days (http://vsphere-land.com/?p=5543)Back in 2013 I did a post comparing number of days between major vSphere releases that highlighted VMware’s fast pace of delivering new vSphere versions. That fast pace has now slowed down considerably with vSphere 6.0 as VMware wasn’t able to keep up with the zippy one year cycle they had fallen into. Now with the … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Only 4 vendors support VVOLs on Day 1 of vSphere 6 GA (http://vsphere-land.com/?p=5530)VMware has added a new category to their Hardware Compatibility Guide specifically to show vendor support for Virtual Volumes (VVOLs) called vSphere APIs for Virtual Volumes (VVols). On Day 1 of the vSphere 6 launch just 4 partners showed up as supporting VVOLs on their storage arrays, those partners & supported models are shown below: … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Maximum Virtual CPU support cut in half in vSphere 6.0 (http://vsphere-land.com/?p=5520)I was reviewing the Configuration Maximums document for vSphere 6.0 which was released today and comparing it to vSphere 5.5 to see what has changed and noticed that the maximum Virtual CPU support (vCPU) was reduced by half from 4,096 in vSphere 5.5 to 2,048 in vSphere 6.0. Not sure if this is a typo … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
vSphere 6.0 is now available! (http://vsphere-land.com/?p=5512)You can download it here. Also check out the documentation here, the first doc that I always go to is the Configuration Maximums to see how things have grown. And be sure to read through my Summary of What’s New in vSphere 6.0 post and check out my huge vSphere 6.0 Link-O-Rama. [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
New white paper and webinar on management of hyper-converged environments (http://vsphere-land.com/?p=5508)I recently wrote a white paper for SolarWinds on the impact of management in hyper-converged environments and will also be presenting a webinar along with fellow vExpert Kong Yang from SolarWinds on that topic next week. If you’re interested give it a read and I look forward to seeing you next week. Webinar: Hyper-convergence: Is it … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
History of the Top vBlog Part II (http://vsphere-land.com/?p=5498)This years top blog voting is already in progress and while we wait to see the results I thought I’d refresh a post I did that provides a retrospect on how the top blog voting started and also comparing the voting results over the years. 2008 – The beginning Many years ago I used to do … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
PowerCLI and PowerShell Workflows (http://www.lucd.info/?p=4878)In PowerShell v3 the Workflow feature was introduced. But until now there haven’t been too many examples available on how to use PowerCLI in PowerShell Workflows. Today I was triggered by a thread from Mark in the PowerCLI VMTN community, … Continue reading →
vCloud Director Database Migration (http://www.boche.net/blog/?p=5073)This week I’ve been working on getting some lab infrastructure fitted with much needed updates. One of those components was an aging Microsoft SQL Server 2008 R2 server on Windows Server 2008 R2 which I had been using to host databases for various projects. Since I had chosen to build the new SQL server in […] Post from: boche.net - VMware Virtualization Evangelist Copyright (c) 2010 Jason Boche. The contents of this post may not be reproduced or republished on another web page or web site without…
VMware Horizon View Agent 6.1.0 Installation Rollback (http://www.boche.net/blog/?p=5066)With the release of vSphere 6 last week, I decided it was time to update some of the infrastructure in the home lab over the weekend. I got an early start Friday as I had my three remaining wisdom teeth pulled in the AM and took the rest of the day off work. Now I’m […] Post from: boche.net - VMware Virtualization Evangelist Copyright (c) 2010 Jason Boche. The contents of this post may not be reproduced or republished on another web page or web site without prior written permission. VMware Horizon…
VMware vRealize Operations Manager 6.0.1 & Dell Storage Speed Run (http://www.boche.net/blog/?p=5060)For the most part – 12:38 was my time. There are a few spots where I could improve but what you see here is what you get – a quick video I threw together outlining a simple VMware vRealize Operations Manager 6.0.1 appliance deployment, including: vCenter adapter configuration Active Directory role integration Dell Storage Solutions […] Post from: boche.net - VMware Virtualization Evangelist Copyright (c) 2010 Jason Boche. The contents of this post may not be reproduced or republished on another web…
Friday Shorts – Certs, Tools, Loads, VVOLs and #SFD7 (http://blog.mwpreston.net/?p=4363)It’s been quite a long time since my last “Friday Shorts” installment and the links are certainly piling up! So, without further ado here’s a few tidbits of information that I shared over the last little while… A little bit of certification news! VMware education and certification has certainly taken it’s fair share of backlash
Nutanix Platform Expert (NPX) (http://vcdx56.com/?p=5324)This is really awesome, today Nutanix has released the enterprise computing certification Nutanix Platform Expert (NPX). Since the certification is released by Nutanix it will off course require that each candidate completely master the Nutanix web-scale hyper converged infrastructure (HCI) concept and products. What will make NPX absolutely outstanding, and is a huge differentiator compared to other … Continue reading »
vRealize Automation 6.2.1 released (http://vcdx56.com/?p=5312)A new version of the vRealize Automation (vRA) formerly known as vCloud Automation Center (vCAC) software was released yesterday, actually the same day as when vSphere 6.0 was released. Based on that and the fact that is just a minor release i can unedrstand it didn’t got that much attention. However, there are one really … Continue reading »
Two years as a blogger (http://vcdx56.com/?p=5305)Today, March 13 2015, i have been a blogger for two years. During my first year as a blogger i posted 113 blog posts and the last year i followed up with 116 blog posts meaning a total of 229 blog posts. As i mention in my one year as a blogger summary, which you … Continue reading »
Tuning vSphere 6 for lab environment (http://vinfrastructure.it/?p=15280)If you plan to build a lab for vSphere 6.0 you can use all the approches for vSphere 5.x (see also Building a vSphere 5 lab): usually using a nested environment (or three physical systems, if you have) as a common platform. Of course, the other way to test new products it’s just use the VMware Hands on Labs that you can also “broke” or use in a different path compared to the one suggested by the guide. But having a local environment permit more flexibility and more time for testing or learning. The…
VMware certifications upgrade rules (http://vinfrastructure.it/?p=15922)With the new major version of most VMware products (the last was vSphere 6.0) there are, of course, new version of the main certifications (that mean also new exams). As written this was not the only change, because also some name has been changed (including the VCAP exams that now become VCIX). The VCP itself has been changed a lot, not only for the re-certification policy, but recently also the two different exams: a core one and one specific on each technology (for each path). Finally VMware announce…
Nutanix launches the new certification: Nutanix Platform Expert (NPX) (http://vinfrastructure.it/?p=15896)Nutanix announced a cutting edge technology certification, the Nutanix Platform Expert (NPX). This flagship educational program, set to become the most rigorous technical qualification in enterprise computing, creates a new standard in IT certifications and highlights the increasing adoption of multi-hypervisor environments in enterprise datacenters. NPX is a peer-vetted, hypervisor agnostic certification designed for veteran Solution Engineers, Consultants, and Architects. It’s an higher level (or a next…
Veeam Endpoint Backup with Veeam repository (http://vinfrastructure.it/?p=15864)As you probably know, some days ago Veeam has released the RC version of their free tool Veeam Endpoint Backup (announced for the first time on Oct 2014). Veeam Endpoint Backup is a free data protection and disaster recovery solution for physical machines, both client or server, but actually limited to “recent” version of Windows (mainly from NT 6.1 release). Comparered to the beta version, this new version add a lot of new features, including: Backup directly into Veeam backup repositories Full…
Syneto – When innovation came from Europe (http://vinfrastructure.it/?p=15645)Syneto is a young European storage vendor with main offices in Ireland, Italy, Belgium, Switzerland and Romania, and with customers spread in all major European countries. Honestly this is a rare case, considering that most storage vendor came from US (and most of them from Silicon Valley) but it’s nice see some exception and that something good arrive also from the old continent. This company has a clear market target (the SMB segment) and a clear vision, trying to solve this common dilemma (for the SMB…
VMware vSphere 6.0 – Upgrade or not upgrade? (http://vinfrastructure.it/?p=15305)The new VMware vSphere 6.0 has so much interesting new features and scalability properties that make interesting for each new environment, but also for existing customers (with an active subscription, so that you can also upgrade your 5.x license keys). But like each new version you have to make some consideration first and especially before starting the upgrade procedure, so be sure to start from the vSphere Upgrade Center, the VMware Product Interoperability Matrix, the VMware Compatibility Guide, but…
Microsoft Support for MS SQL on NFS datastores (http://www.joshodgers.com/?p=3303)QUESTION: Is MS SQL supported when running in a vSphere environment where the SQL databases/logs are in a VMDK on an NFS datastore? Short answer: YES! Note: I have confirmed this with the Principal Program Manager for SAP, SQL & Azure … Continue reading →
Online VCDX Workshop Feedback (http://www.chriscolotti.us/?p=4653)A week ago today we held the first online VCDX Workshop with some amazing results! We had over 600 people registered and over 300 people attend the session. We’ve already posted the recording and the slides from this session on the VCDX VMTN Forum. What I am going to do here is just address a ... The post Online VCDX Workshop Feedback appeared first on Chris Colotti's Blog . Related Stories June VCDX Defense Contingency Plan For Desktop and Cloud How Are Your VCDX Related…
Image may be NSFW. Clik here to view.FROM THE EDITORS VIRTUAL DESK
Hi everyone and welcome to this weeks VMware TAM newsletter. This week I would like to direct your attention to our latest VMware TAM Blog posting. Here is a summary.
Crafting an Organizational RACI Document to Support Virtualization Solutions by Jason Gaudreau
It is no secret, designing a virtual infrastructure is a complex undertaking, but one aspect that certainly needs to be considered is how the environment will be supported. In small- to medium-sized businesses, a majority of the IT departments support all aspects of the infrastructure; but in enterprise organizations, different divisions support technical competencies in end-user computing, servers, mid-range, networking and storage. For instance, when deploying a virtual desktop infrastructure (VD
I wish you all a very successful week ahead and look forward to speaking to you again next week.
Virtually Yours
Image may be NSFW. Clik here to view.LOCAL TRAINING CLASSES
VMware TAM WEBCASTS
Image may be NSFW. Clik here to view.NEWS AND DEVELOPMENTS FROM VMWARE
GENERAL NEWS
Approval Policies: It’s All About the People (http://blogs.vmware.com/cloudops/?p=1466)By David Crane Talking with customers, I hear a consistent message that is being asked of IT from the business; that is the ability to deliver IT services more rapidly and efficiently while reducing costs. Combined with the demand for greater flexibility in delivering infrastructure and application services, my customers are implementing cloud environments, and […]
Are you applying for VCDX? (http://blogs.vmware.com/education/?p=5439)The next VMware Certified Design Expert (VCDX) application deadline is coming up quick! If you’re interested in defending a design in June, be sure to complete your application and design by April 1. With the application deadline looming, there are most likely some questions regarding the next defense session. I want to answer those questions […]
VMware Certification GI Reimbursement Program (http://blogs.vmware.com/education/?p=5441)VMware is proud that the Veterans Education Department has approved VMware certifications as part of their GI Bill Reimbursement Program benefit. As of today, Veterans may follow the instructions posted at GI Bill Reimbursement Program Instructions to submit any expenses they may have paid for those VMware certifications that have been approved. There may be […]
Crafting an Organizational RACI Document to Support Virtualization Solutions (http://blogs.vmware.com/tam/?p=2030)By Jason Gaudreau It is no secret, designing a virtual infrastructure is a complex undertaking, but one aspect that certainly needs to be considered is how the environment will be supported. In small- to medium-sized businesses, a majority of the IT departments support all aspects of the infrastructure; but in enterprise organizations, different divisions support […]
What We Read This Week (http://blogs.vmware.com/tribalknowledge/?p=3771)Hyperconverged industry insight, March Madness (tech style) and indigenous innovation in China ① EVP and GM of VMWare’s Cloud Services business unit gives us an insider’s look into how his military service helped him recognize the significance of infrastructure. Blogs.VMware.com/TribalKnowledge> ② Chuck Hollis lists ten reasons why VMware is leading — and will continue to lead — […]
Deploying EVO:RAIL: Why You Should Use the Checklist (http://blogs.vmware.com/tribalknowledge/?p=3767)When we saw him last, our intrepid engineer could hardly contain his excitement at the arrival of his brand new EVO:RAIL in the mail. Eventually he was able to temper his enthusiasm enough to get down to brass tacks, which is where we find him next. As a colleague soon demonstrates in the video below, […]
VMware – a natural shoe in for Brown (http://blogs.vmware.com/tribalknowledge/?p=3763)This post was originally published on The Bridge. Chances are you’ve bought shoes from the Brown Shoe Company — perhaps you’re even wearing one of their products right now. The $2.6 billion global footwear corporation earns a lot of its revenue through online sales, which requires a considerable investment in the cloud to ensure that customer […]
Seeding Indigenous Innovation in China (http://blogs.vmware.com/tribalknowledge/?p=3759)Last October, VMware established a new R&D hub in China with the aim of fostering IT innovation and closer collaboration with the country’s local organizations and institutions. As work at VMware Labs Asia continues to thrive, we wanted to offer an overview of the types of projects that will be hosted there, as well as […]
VMware’s Perspective on Recent Good Litigation (http://blogs.vmware.com/tribalknowledge/?p=3754)By Dawn Smith, Senior Vice President, General Counsel, Chief Compliance Officer and Secretary Last week, Good Technology issued a news release relating to reputed developments in an infringement lawsuit it filed against AirWatch in Germany last December. In this release, Good Technology suggests AirWatch’s products have been found to infringe Good Technology’s patents and that […]
A War Zone Taught Me the Importance of Infrastructure (http://blogs.vmware.com/tribalknowledge/?p=3750)By Bill Fathers, Executive Vice President and General Manager, Cloud Services Business Unit at VMware We’ve arrived at a pivotal turning point in IT. As the pace of innovation continues to accelerate and our technology begins catching up with our imaginations, the greater challenge is no longer building the next disruptive product, but providing a cloud […]
VMware Thinclient FAQ (http://blogs.vmware.com/kb/?p=6497)What are zero clients and thin clients you ask? No, they’re not skinny customers, they are hardware devices which rely on the server to do most of the work while they serve merely to deliver input and output back and forth for the user. Our research tells us many of you are wondering about zero […]
VMware Virtual SAN 6.0: Data Encryption with Hytrust DataControl (http://blogs.vmware.com/vsphere/?p=16893)Customers from different industries and institutions are very interested in Virtual SAN as a storage solution not just because of the technological value it delivers today, but because of the product’s undeniable value around operational efficiency, ease of management, and flexibility. Some of these customers are from financial, healthcare and government institutions, and conduct their […]
Virtual SAN Certification & VCG Update (http://blogs.vmware.com/vsphere/?p=16843)The Virtual SAN product team is pleased to announce that last week we released new certified components (I/O controllers, SSDs and HDDs), new Ready Nodes and a new Hardware Quick Reference Guide for Virtual SAN 6.0 along with a new and improved VCG page. Please see updated links below: Updated Virtual SAN VCG Updated Virtual […]
vSphere 6.0 Lockdown Mode Exception Users (https://blogs.vmware.com/vsphere/?p=16881)In vSphere 6.0 we now have a new concept called Exception Users. The intent of Exception Users is that they are not general admin users. I would consider them more of a “Service Account” type of access. As a matter of fact, just the other day I got an email from someone internal at VMware […]
Enable SSH Root Login for vSphere Data Protection (http://blogs.vmware.com/vsphere/?p=16823)VMware vSphere Data Protection (VDP) is a backup and recovery solution based on EMC Avamar that is included with vSphere Essentials Plus Kit and higher editions of vSphere. VDP is deployed as a virtual appliance running a Linux guest operating system (OS). I have had several individuals ask about enabling the ability to log into […]
VCDX-NV Interview: Greg Stemberger (http://blogs.vmware.com/networkvirtualization/?p=1869)Greg Stemberger is an IT professional who started working in networking in 2000. Working in network operations at Sprint, he managed some of the largest enterprise networks in the world as the Managed Services Operations Engineer focused primarily on routing and switching. He managed more than 20,000 Cisco devices in his initial role at Sprint. […]
VMware NSX Ninjas – VMware TAM Services (http://blogs.vmware.com/networkvirtualization/?p=1860)VMware Technical Account Managers combine deep expertise with insights from successful implementations to provide unparalleled value to VMware customers’ business. Curtis Miller is a Technical Account Manager for VMware and in this post, which originally appeared on The VMware TAM Blog, he outlines how to help ensure success with VMware NSX TAM Services. For networking, […]
vSphere Datacenter Design – vCenter Architecture Changes in vSphere 6.0 – Part 2 (http://blogs.vmware.com/consulting/?p=2136)By Jonathan McDonald In Part 1 the different deployment modes for vCenter and Enhanced Linked Mode were discussed. In part 2 we finish this discussion by addressing different platforms, high availability and recommended deployment configurations for vCenter. Mixed Platforms Prior to vSphere 6.0, there was no interoperability between vCenter for Windows and the vCenter Server […]
How to Configure Widgets – vRealize Operations Tech Tips #13 (http://blogs.vmware.com/management/?p=6466)In my previous blog post, we discussed customizing vRealize Operations Manager to better meet your business needs by creating Custom Dashboards. We would be remiss if we didn’t take some time here to discuss the Widgets that are the building blocks of the Custom Dashboards. This video will walk you through and explain the process […]
Blue Medora extends VMware vRealize Operations to Cisco UCS (http://blogs.vmware.com/management/?p=6652)Cisco UCS is a common building-block within virtualized data-centers and is used in both converged (including VCE Vblock and NetApp FlexPod) and non-converged infrastructures because it integrates compute, network switching fabric, and an integrated management layer called UCS Manager. We are pleased to announce that Blue Medora has released a new VMware vRealize Operations Management […]
Capacity Management in SDDC – Part 4 (http://blogs.vmware.com/management/?p=6115)In the previous post, I covered capacity management for the compute element of data center. In this post, I will cover storage and network. For the storage node, capacity management depends on the chosen architecture. Storage is undergoing an evolution with the arrival of the converged storage, which introduces an alternative to the traditional, external […]
What is vRealize Air Compliance? (http://blogs.vmware.com/management/?p=6470)vRealize Air Compliance drives security and compliance by automating the detection of non-compliant infrastructure against industry best practices and hardening guidelines – without manual effort or custom scripting. Discover, measure and manage the compliance of your infrastructure in real-time, not monthly or quarterly. vRealize Air Compliance is a low friction compliance engine with an event driven approach that leverages […]
Share Your Experience with VMware and Win Gift Cards! (http://blogs.vmware.com/management/?p=6552)Thank you for being an engaged reader of the VMware Cloud Management blog! At VMware, we are consistently exploring new ways to refine our offerings. The Management Blog has been a great medium to stay in touch with you and share product announcements, technical content, use cases etc. The best way for us to improve […]
vCloud Air Meets PowerCLI – Part 1 (http://blogs.vmware.com/vcloud/?p=5134)PowerCLI is no doubt one of the most widely used automation tools among traditional vSphere Administrators. In the past, we have made separate PowerCLI modules available to manage vCloud Director resources. As many of you know, vCloud Director is a core tenet we use to deliver the compute service in VMware vCloud® Air™ (for both […]
Get on the Fast Track to the Cloud With VMware vCloud Air Network (http://blogs.vmware.com/vcloud/?p=5160)Put your company on the fast track to a secure and flexible cloud with the VMware vCloud Air™ Network. The vCloud Air Network is the world’s largest network of VMware-based cloud service providers located in over 100 countries. Powered by VMware, our providers protect your business with the strongest privacy, security and encryption technology to […]
Connecting vRealize Automation to vCloud Air (http://blogs.vmware.com/vcloud/?p=5090)By: George Kobar and Neal Elinski Automation empowers you and your team to not only accelerate the delivery of infrastructure to the business but frees up precious IT time and resources. Using VMware vRealize Automation you can create self-service portals with catalogs of corporate-approved images. Your users can access these catalogs to choose what infrastructure […]
Image may be NSFW. Clik here to view.DESKTOP
Enterprise mobility news recap: Mar 23 – 27 (http://blogs.air-watch.com/?p=35401)This week, we learned that Twitter is exploring the world of video streaming. Also, at AirWatch Connect Barcelona, EyeVerify announced new AirWatch integrations. Read more below about this week’s mobility announcements, hardware and new software for cars. Recently, Bloomberg News hosted a panel titled, “What do cars, wearables, tech have in common?” Moderated by Bloomberg […]
EyeVerify expands on new AirWatch integrations for biometric scanning (http://blogs.air-watch.com/?p=35362)At AirWatch Connect at Mobile World Congress 2015, AirWatch TV interviewed Chris Barnett, Executive Vice President for Global Sales and Marketing of EyeVerify, a biometric company. In the video below, Barnett elaborates on AirWatch and EyeVerify’s new integration. AirWatch and EyeVerify’s updated partnership establishes Eyeprint ID integration with the complete AirWatch product suite, in addition […]
Alan Dabbiere talks innovation at Bloomberg panel with Porsche, Bastille Networks (http://blogs.air-watch.com/?p=35311)Last week AirWatch chairman Alan Dabbiere joined the Bloomberg Business panel, “What Do Cars, Wearables, Tech have in Common?” Bloomberg News co-founder and editor in chief emeritus Matthew Winkler moderated the panel that also featured technology leaders Joe Lawrence, COO of Porsche Cars North America, and Chris Rouland, the CEO of Bastille Networks, a technology […]
Image may be NSFW. Clik here to view.PARTNER
Demand Center Now Delivers More Value (http://blogs.vmware.com/partnernews/?p=1680)Visit the VMware Partner Demand Center and take advantage of the more flexible, holistic and differentiated approach to demand creation with VMware. Additional Integrated Marketing Services like the Social Media Syndication, Website Content Syndication, Marketing Services Store modules, and more are now available to support driving higher quality leads and building pipeline. 2 New Campaigns: […]
Attn: EMEA Partners – Are You Utilising the VOA Tool? (http://blogs.vmware.com/partnernews/?p=1672)VMware vSphere Optimization Assessment (VOA) is a sales acceleration tool that allows you to quickly show the power of Operations Management, and with updates announced at Partner Exchange, v6 now includes vRealize Operations Insight, new PPT-based assessment report format, and new tools to promote the VOA on your website. Don’t just take our word for […]
VMworld 2015 Call For Papers— Now Open (http://blogs.vmware.com/partner/?p=2424)Extra, extra, read all about it! As of March 24, 2015, the VMworld 2015 Call For Papers is officially open. If you’re a VMware partner and have integrated VMware solutions and technologies in an innovative or unconventional way, share your story at VMworld 2015 by submitting your session abstract today. Submit your 2015 Call For Papers […]
Cloud native inhabitants (http://www.yellow-bricks.com/?p=16073)Advertise here with BSA When ever I hear the term “cloud native” I think about my kids. It may sounds a bit strange as many of you will think about “apps” probably first when “cloud native” is dropped. Cloud native to me is not about an application, but about a problem which has been solved and a solution which is […] " Cloud native inhabitants " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming book Essential Virtual SAN via…
Startup intro: Rubrik. Backup and recovery redefined (http://www.yellow-bricks.com/?p=16062)Advertise here with BSA Some of you may have seen the article by The Register last week about this new startup called Rubrik. Rubrik just announced what they are working on and announced their funding at the same time: Rubrik, Inc. today announced that it has received $10 million in Series A funding and launched its Early Access Program […] " Startup intro: Rubrik. Backup and recovery redefined " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB. Pre-order my upcoming…
What does support for vMotion with active/active (a)sync mean? (http://www.yellow-bricks.com/?p=16058)Advertise here with BSA Having seen so many cool features being released over the last 10 years by VMware you sometimes wonder what more they can do. It is amazing to see what level of integration we’ve see between the different datacenter components. Many of you have seen the announcements around Long Distance vMotion support by now. When I saw […] " What does support for vMotion with active/active (a)sync mean? " originally appeared on Yellow-Bricks.com . Follow me on twitter - @DuncanYB.…
Running GitLab and Jenkins Containers on Docker in Synology DSM 5.2 (http://wahlnetwork.com/?p=12986)Take a walk on the wild side as I walk through a Docker install on Synology's latest DSM 5.2 Beta release. Includes some GitLab love! The post Running GitLab and Jenkins Containers on Docker in Synology DSM 5.2 appeared first on Wahl Network . Related posts: How To Point Synology Backups to Amazon Glacier using IAM Protecting your Synology NAS from SynoLocker Cloud Sync to Google Nearline with Synology’s DSM 5.2 Beta A Closer Look at VAAI NAS with Synology DSM 5.1 The Modern Travel Bag for the…
Cloud Sync to Google Nearline with Synology’s DSM 5.2 Beta (http://wahlnetwork.com/?p=12994)Learn how to be an early consumer of Google's Nearline storage tier via Synology DSM 5.2 beta and Cloud Sync The post Cloud Sync to Google Nearline with Synology’s DSM 5.2 Beta appeared first on Wahl Network . Related posts: Using Data Retrieval Policies to Control AWS Glacier Restore Costs Home Lab DS411 Gets Beefy Capacity and File Server Role How To Point Synology Backups to Amazon Glacier using IAM Deduplicating Amazon S3 Storage with StorReduce The DS414slim NAS as vSphere Lab Storage –…
VSAN 6.0 Part 5 – new vsanSparse snapshots (http://cormachogan.com/?p=4816)There is a new snapshot format introduced in VSAN 6.0 called vsanSparse. These replace the traditional vmfsSparse format (redo logs). The vmfsSparse format was used when snapshots of VMs were taken in VSAN 5.5, and are also the format used Continue reading →
A quick introduction to Rubrik (http://cormachogan.com/?p=4679)I first encountered Rubrik at this year’s Partner Exchange (PEX) 2015 in San Francisco. They had some promotional flyers made up labeled “Backup Still Sucks”. I guess a lot of people can relate to that. I had a chat with Continue reading →
Watch the Top vBlog 2015 Results Show Live! (http://vsphere-land.com/?p=5689)Join the vChat gang, Eric Siebert from vSphere-land, David Davis from Virtualization Software and Simon Seagrave from TechHead along with special guests Scott Davis from Infinio and John Troyer from TechReckoning as we countdown the top 25 bloggers based on the results from my annual VMware/virtualization blog survey. This event will be broadcast live via Google Hangouts at 9:00am … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
VMTurbo is giving away a great home lab just for watching a webinar (http://vsphere-land.com/?p=5683)Register for the VMTurbo 5.1 Release Webcast and get THREE CHANCES to win a Turbostack Home Lab, valued over USD $1,600.00! Now I would encourage you to watch the webcast even if they weren’t giving away a pretty cool home lab kit (that’s what they call it in the UK) as VMTurbo makes a great … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
New paper on VMware Virtual Volumes (VVols) from Evaluator Group (http://vsphere-land.com/?p=5670)Want to know more about VMware Virtual Volumes (VVols) and get an analyst perspective of this exciting new VMware storage architecture? Well you can, Evaluator Group has a new paper entitled “Evaluation of HP 3PAR StoreServ Storage with VMware VVOLs” that details their experience and opinions after some hands-on experience with VVols running on 3PAR. The … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
vBlogger Spotlight: William Lam (http://vsphere-land.com/?p=5674)Follow @lamw While we wait for the Top vBlog results I thought I would shine the spotlight on several prominent bloggers in the community to give you some insight into their experiences with blogging. Today’s spotlight is on William Lam, automation wizard extraordinaire and voted last year as the #2 vBlogger in the world. Let’s face … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
VMworld 2015 Call for Papers now open! (http://vsphere-land.com/?p=5663) It’s that time of year again, time to submit your best session ideas for VMworld for that oh so slight chance that it might get accepted. Below are the timelines for the whole CFP process. Call For Papers opens March 24, closes April 28 June 12 (+/- a few days) Speaker Resource Center opens … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Upcoming round-table panel discussion on Virtual Volumes (VVols) hosted by Taneja Group (http://vsphere-land.com/?p=5659)I’ll be participating as one of the panelists in an upcoming round-table discussion on Virtual Volumes (VVols) that is being hosted by Tom Fenton of the Taneja Group. Click the image below to sign-up and hope to see you there. VMware Virtual Volumes – What impact will they have on the datacenter? Thursday, April 2nd at 9:00 … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
When it comes to implementing Virtual Volumes (VVols) you better be on time (http://vsphere-land.com/?p=5655)I was conversing with one of our VVol engineers today after he mentioned that we have seen customers experiencing problems with using VVols due to time sync issues in their vSphere environment. These problems could of easily been avoided with some simple RTFMing. VMware’s New Virtual Volumes (VVols) architecture has a lot of moving parts … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
vBlogger Spotlight: Mike Laverick (http://vsphere-land.com/?p=5646)Follow @Mike_Laverick While we wait for the Top vBlog results I thought I would shine the spotlight on several prominent bloggers in the community to give you some insight into their experiences with blogging. Today’s spotlight is on Mike Laverick, one of the OG bloggers who started his RTFM (Read The Frigging Manual) Education website … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Top vBlog voting has ended (http://vsphere-land.com/?p=5639)The polls have closed after being open for just over 2 weeks and over 2,200 people have voted which is a new record high compared to the 1,400 last year. So what’s next? I have to run all the votes through my vote processing contraption to determine the results, hopefully we don’t run into any … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
vBlogger Spotlight: Scott Lowe (http://vsphere-land.com/?p=5633)Follow @Scott_Lowe While we wait for the Top vBlog results I thought I would shine the spotlight on several prominent bloggers in the community to give you some insight into their experiences with blogging. Today’s spotlight is on Scott Lowe, not to be confused with the Other Scott Lowe or the gamer Scott Lowe (lots … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
The evolution of bloggers as seen through the vLaunchpad over the years (http://vsphere-land.com/?p=5624)I recently dug into some of my website design archives and came across many version of how the vLaunchpad has grown and evolved over the last 8 years. Because is contains links to all the blogs out there this time capsule serves to illustrate how bloggers have evolved and gorwn over the years. The earliest … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
VMTN wayback machine – spotlight on Jason Boche (http://vsphere-land.com/?p=5619)Years and years ago on my old vmware-land.com website I had a page devoted to shining the spotlight on very active and influential members of the VMTN community so we could find out more about them. I thought I’d resurrect some of those spotlights and give you a glimpse back into the early days of the VMTN … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
NFS 4.1 support in vSphere limitations and caveats (http://vsphere-land.com/?p=5614)vSphere 6 finally bumped the version of NFS that was supported as a datastore from v3 to v4.1. NFS v4.1 is certainly not new having been introduced in 2010 but VMware has never seen to support v4.1 until vSphere 6. As expected NFS v4.1 brings a number of enhancements over v3 including support for multi-pathing and … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Videos to help you learn about VMware Virtual Volumes (VVOLs) concepts and architecture (http://vsphere-land.com/?p=5605)VMware has published two short videos that go over the concepts and architecture related to their new Virtual Volumes (VVOLs) storage architecture in vSphere 6. After you are done checking them out head on over to my Virtual Volumes link page for a lot more content on VVOLs. Chromeless Doc Player Chromeless Doc Player [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Bloggers get some free bling for your Top vBlog 2015 commemorative coin (http://vsphere-land.com/?p=5588)Any blogger that tweets to promote this post with the hashtag #SupportvSphereland and makes the top 50 will receive a cool metal coin stand courtesy of me so they can proudly display their commemorative coin on their desk. You can use the below button to easily tweet this. Tweet [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Check out these great companies that support vSphere-land and Top vBlog 2015 (http://vsphere-land.com/?p=5557)Maintaining this site and my vLaunchpad as well as executing Top vBlog each year is very time-consuming. In return I would ask that you take a moment and learn a bit about my great sponsors that support me and make this all possible. Below check the latest news and events from my sponsors and be sure … Continue reading » [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
PowerCLI and PowerShell Workflows (http://www.lucd.info/?p=4878)In PowerShell v3 the Workflow feature was introduced. But until now there haven’t been too many examples available on how to use PowerCLI in PowerShell Workflows. Today I was triggered by a thread from Mark in the PowerCLI VMTN community, … Continue reading →
Simple Gmail Hacks That I Use Daily (http://kendrickcoleman.com/index.php/Tech-Blog/simple-gmail-hacks-that-i-use-daily.html)Email is the thing we all love to hate. However, if we can't use Slack , then Gmail is by far the next best thing. Having been a user for Gmail since its early early beta days when you need an invite, I've grown fond of it. The spam filters, the style, the responsiveness, and the access from anywhere is what I love. There are some hidden "features" that many don't know about. I'm going to highlight some that I use daily. In true Google form, everything always seems to be in a…
Friday Shorts – Certs, Tools, Loads, VVOLs and #SFD7 (http://blog.mwpreston.net/?p=4363)It’s been quite a long time since my last “Friday Shorts” installment and the links are certainly piling up! So, without further ado here’s a few tidbits of information that I shared over the last little while… A little bit of certification news! VMware education and certification has certainly taken it’s fair share of backlash
vCloud Director Database Migration (http://www.boche.net/blog/?p=5073)This week I’ve been working on getting some lab infrastructure fitted with much needed updates. One of those components was an aging Microsoft SQL Server 2008 R2 server on Windows Server 2008 R2 which I had been using to host databases for various projects. Since I had chosen to build the new SQL server in […] Post from: boche.net - VMware Virtualization Evangelist Copyright (c) 2010 Jason Boche. The contents of this post may not be reproduced or republished on another web page or web site without…
VMware Horizon View Agent 6.1.0 Installation Rollback (http://www.boche.net/blog/?p=5066)With the release of vSphere 6 last week, I decided it was time to update some of the infrastructure in the home lab over the weekend. I got an early start Friday as I had my three remaining wisdom teeth pulled in the AM and took the rest of the day off work. Now I’m […] Post from: boche.net - VMware Virtualization Evangelist Copyright (c) 2010 Jason Boche. The contents of this post may not be reproduced or republished on another web page or web site without prior written permission. VMware Horizon…
vSphere 6.0 Install Pt. 8: Toolkit Configuration (http://www.derekseaman.com/?p=2662)Advertise here with BSA Now that we have the PSC installed, it’s time to configure the variables for the Toolkit script, and also make sure we can download our root certificates. Depending on your configuration, you may need to manually download your root public certificates. VMware needs certificates in a specific format, and they need the full certificate chain. […] The post vSphere 6.0 Install Pt. 8: Toolkit Configuration appeared first on Derek Seaman's Blog . …
vSphere 6.0 Install Pt. 7: Config SQL DBs (http://www.derekseaman.com/?p=2650)Advertise here with BSA Now that we have the Windows PSC installed, it is time to prepare for installing vCenter. vCenter can support three database types: embedded vPostGres (supports up to 20 hosts and 2000 VMs), Microsoft SQL, and Oracle. SQL seems to be the most popular choice, so that’s what I’ll help you configure here. Now to be […] The post vSphere 6.0 Install Pt. 7: Config SQL DBs appeared first on Derek Seaman's Blog . Related Stories vSphere 6.0 Install…
vSphere 6.0 Install Pt. 5: ESXi Upgrade Best Practices (http://www.derekseaman.com/?p=2506)Advertise here with BSA In this installment of the vSphere 6.0 installation how-to series we cover upgrading ESXi hosts, VMs, and VMFS. You do need to understand ESXi/VM/VMFS upgrade best practices, recommended order, and gotchas. That’s what this post is for. Blog Series vSphere 6.0 Install Pt. 1: Introduction vSphere 6.0 Install Pt. 2: Platform Services Controller vSphere 6.0 Install Pt. 3: Certificate […] The post vSphere 6.0 Install Pt. 5: ESXi Upgrade Best Practices appeared first on Derek…
Cloudy with a Chance of Explosive Growth (http://www.datacenterdude.com/?p=2575)The infrastructure of today is almost drowning in choice. There are countless competing platforms and ecosystems that each offer their own unique attributes. The problem with this landscape is simple. Organizations are struggling to realize the economic and competitive advantage that these ecosystems provide for one simple reason. They are far too busy running their business to fully investigate these opportunities. They have fallen into the trap of simply keeping the lights on. This is a travesty for…
Why Virtual Volumes? (http://datacenterdude.com/?p=2527)VVols has finally arrived! It was shipped with vSphere 6.0 and brings the ability to leverage VM Storage Policies - and the array-specific features surfaced by the VASA Provider - to specify which storage features you want applied to your virtual machines.
In-Kernel verses Virtual Storage Appliance (http://www.joshodgers.com/?p=3355)Let me start by asking, What’s all this “In-Kernel verses Virtual Storage Appliance” debate all about? It seems to me to be total nonsense yet it is the focus of so called competitive intelligence and twitter debates. From an architectural perspective … Continue reading →
Nutanix support on vSphere – No Bull! (http://www.joshodgers.com/?p=3333)Recently it seems the spreading of Fear, Uncertainly and Doubt (FUD) about Nutanix has ramped up, probably due to Nutanix ongoing success and enormous growth. Still It’s unfortunate when large companies, and especially people in senior positions at these companies … Continue reading →
VMware vExpert 2015 benefits (http://vinfrastructure.it/?p=15230)The primary reason for becoming vExpert certainly should not be related to any possible benefits of the program. And once confirmed (for me is the sixth year in a row) you have to think more about what you can give rather to what is to be expected. But I’d be a hypocrite to deny that there are also practical advantages in being a vExpert! Officially, VMware, according with the vExpert FAQ, say that the biggest benefit of the award is the public recognition as a VMware vExpert Award winner. But benefits…
VMware vSphere 6.0 – Upgrade or not upgrade? (http://vinfrastructure.it/?p=15305)The new VMware vSphere 6.0 has so much interesting new features and scalability properties that make interesting for each new environment, but also for existing customers (with an active subscription, so that you can also upgrade your 5.x license keys). But like each new version you have to make some consideration first and especially before starting the upgrade procedure, so be sure to start from the vSphere Upgrade Center, the VMware Product Interoperability Matrix, the VMware Compatibility Guide, but…
Backup products and vSphere 6.0 compatibility (http://vinfrastructure.it/?p=15287)Some days ago I’ve wrote about why upgrade and why don’t upgrade to the new vSphere 6.0 and one of the main reason was the compatibility aspect. Not only with hardware (most of vSphere 5.5 hardware is in HCL also for version 6.0), but mainly for the software part, especially the 3rd part software! And the most important is your backup solutions: if maybe you can accept some risks using a new release of vSphere, you cannot accept the risk of loose your backup or use beta backup product in an environment.…
My experience with VCIX-NV exam (http://vinfrastructure.it/?p=16035)The Network Certified Implementation Expert (VCIX-NV) certification is something recent (introduced in October 2014) in the Network Virtualization path on the VMware NSX product. I’ve recently took the exam and I can share my consideration on it. This exam is just like other VCAP Admins exam (and a pre-authorization is required), and consists of 18 live lab activities and a short pre-exam survey consisting of 9 questions. The total time for this exam is 210 minutes (seems a lot, but for this exam could…
VCIX-NV study guides (http://vinfrastructure.it/?p=15900)As written in a previous post, it’s possible study for the VCP-NV exam using only on-line resources, but the same it’s not really possible for the Network Certified Implementation Expert (VCIX-NV) certification that require really a good practice with the interface and a well understand of all NSX concepts. This exam is available since October 2014. As usual, the first source of information is the Exam Blueprint (actually in version 1.7, dated 9 December 2014) that give you a lot of information about…
Learning about VMware NSX without having it (http://vinfrastructure.it/?p=14568)One issue about VMware NSX it that it does not exist an evaluation or a trial code in order to study and test it. This because the code is still on a Nicira web site and is much more restricted compared to other VMware code. Also VMware partner may be not entitled to download it, unless they don’t have the NSX competency. Individual can got an access only through one of the NSX official course: I’ve take the ICM on NSX 6.0 and the access on Nicira web site was granted me at the end […] The post…