Try our new research platform with insights from 80,000+ expert users
PeerSpot user
System Engineer Client & Server at Swisslos Interkantonale Landeslotterie
Real User
Speed and availability for VMWare VMs.

What is most valuable?

Speed and availability for VMWare VMs

How has it helped my organization?

It is (almost) self managing and easy to use, admin overhead could be reduced.

What needs improvement?

Stretched Cluster also for older models like T540 and T650.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Senior Systems Engineer with 51-200 employees
MSP
Review about Tintri VMstore

IT Challenges:

Migrating from one datacenter to another is never an easy challenge
especially when downtime must be minimal. There are a few tools I have
access to that could have been used to get the job done. These are
VMware SRM, Veeam Backup & Replication, and Zerto Virtual
Replication.

First, let’s take a look at the old datacenter. There are two
separate clusters. One is running vSphere 5.0 and the other is vSphere
5.5. Since I am building out a new datacenter and looking to use vSphere
6.0, using SRM was really out of the question. On the storage side,
there are multiple NetApp FAS arrays. I could use Veeam, but I am
looking for a very low RPO which can be a bit difficult to pull off as
constant snapshots can impact application and storage performance. Zerto
offers a low RPO and does not use snapshots. This sounds like a very
good use case for Zerto. Unfortunately, this is not the case and I know
from experience. In the past, I tried replicating a Microsoft 2012 R2
RDSH environment using Zerto and it failed miserably. I can’t completely
blame Zerto for the failure. The issue was with the seeding process
causing the RDSH servers so much latency when reading the VMDK’s from
the NetApp, that it was not possible to seed without impacting users.
Sure, you can preseed, but I still need to copy the entire VMDK to
another storage device. Plus I had a very short timetable to complete
this project and over 350 VMs to move.

Tintri ReplicateVM for the Win!

I already had some experience with Tintri’s ReplicateVM and it is
fantastic. And since we are building out a new datacenter, this was a
good time to purchase new storage. At a very high level, my plan was to
purchase a Tintri VMstore T850, get a loaner T850, replicate all VMs,
and perform the migration. Sounds pretty simple, right? Well, nothing is
ever quite that easy, but with a little engineering, this was a project
I was eager to start.

Step one, procuring the storage. Luckily Tintri is an excellent
company and always willing to help out. When I explained my plan,
getting a loaner to use as a swing system was not an issue. After the
loaner was installed, I started to Storage vMotion all the VMs to the
Tintri datastore. This took approximately a week given the number of VMs
and performing most migrations after hours.

Step two, replicating all the VMs to the T850 at the new datacenter
over a 1Gbps link. I decided to use a default protection policy applied
to all VMs using an hourly schedule replicated every 15 minutes. Meaning
it would start at 5 minutes past the hour and replicate every 15
minutes. I didn’t actually time how long the initial seed took, but it
was less than two days to replicate 16TB of data. This is by far the
fastest replication I have seen when compared to other storage vendors
or products such as Veeam and Zerto. Best part, absolutely no
performance impact to either environment!

Now for the fun part. As I mentioned, I won’t be using SRM. So some
PowerShell automation will be required. Using RVTools was a great way to
capture all the VM information I needed and save to a CSV file. The
first part of the script was just a simple VM shutdown, but I added a
loop to confirm the VM was shut down before proceeding to the next step.
The next two steps use the Tintri Automation Toolkit. First, it would
connect to the source Tintri and pause the VM replication.

foreach ($item in $vmlist) { $vmname = $item.vmname Suspend-TintriVMReplication -Name “$vmname” -TintriServer $SourceTintri -Verbose}

Next, the script connected to the destination Tintri to perform a
“restore” of the VM. There is also a cloning option that I will explain
later.

foreach ($item in $vmlist) { $vmname = $item.vmname $destination = $item.destination Restore-TintriVM -Name “$vmname” -DestinationDirectory “$destination/$vmname” -UseLatestSnapshot -TintriServer $DestTintri -Verbose}

Using the restore option does not register the VMs in vCenter, so I
added a section to my script for registering, updating, and powering on
the VMs.

foreach ($item in $vmlist) { $vmname = $item.vmname $filepath = $item.filepath $vmx = $item.vmx $vmhost = $item.vmhost $pool = $item.pool $folder = $item.folder $network = $item.network New-VM -VMFilePath “$filepath” -Name $vmname -VMHost $vmhost -ResourcePool “$pool” -Location “$folder” Get-VM -Name $vmname | Get-NetworkAdapter | Set-NetworkAdapter -NetworkName “$network” -Confirm:$false Start-VM -VM $vmname}

Once completed, all VMs were in their correct resource pool, folder,
networking was configured, and VMs powered on. There was a bit of trial
and error in the beginning, but the outcome was a single script that
worked perfectly for the datacenter move.

So why did I go with the restore option instead of cloning? For one,
simply to keep the Tintri UI nice and clean. Instead of having the
replicated VM and clone listed in the UI, the restore command makes the
replicated snapshot available. More importantly, I wanted to keep all
the VMs identical to the originals including the UUID and MAC. For
Windows, this meant no needless re-activations and also the ability to
restore domain controllers without any issues.

For more information about Tintri’s ReplicateVM, visit https://www.tintri.com/resources/productinformation/replicatevm-data-sheet.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Tintri VMstore T7000
May 2025
Learn what your peers think about Tintri VMstore T7000. Get advice and tips from experienced pros sharing their opinions. Updated: May 2025.
857,028 professionals have used our research since 2012.
PeerSpot user
Unix System Administrator at a insurance company with 51-200 employees
Vendor
You can restore a VM from an existing snapshot, and if you have Tintri OS 4, you can attach the snapshot as a attached disk to an existing VM.

What is most valuable?

The feature I like the most is SyncVM. With a few clicks, you can restore a VM from an existing snapshot, and if you have Tintri OS 4, you can attach the snapshot as a attached disk to an existing VM!

The must have features are: Per VM QOS et Replication.
The new Scale Out option since TintriOS 4.2 is another feature and really useful when you have two VMStores and more. You don't have to manually balance VMs between VMstore, this feature do it for you!

How has it helped my organization?

VMStore does the job very well. I was a bit curious about how this box could perform like the big names, but after the POC, I was very impressed! It has simplicity, performance, and the best support team.

V.M...A.W.A.R.E. This is the new aspect we didn't have before. We have a lot of internal monitoring component to maintain good performances. With Tintri, the device does it by itself.

What needs improvement?

iSCSI could be a nice add-on. Dedupe is a nice to have! At this moment, compression does a very good job, but I'm sure dedupe could be the next big thing for VMStore.

For how long have I used the solution?

I've used it for more than 1 year.

What was my experience with deployment of the solution?

Yes, we got a faulty DIMM, but got it replaced the next business day.

What do I think about the stability of the solution?

VMStore is fully redundant. We tested all kinds of failures and the box is very stable. If you upgrade the firmware, you don't have to worry about downtime -- you don't have any! We also had some network problems but the HA did very well.

What do I think about the scalability of the solution?

For now we don't have scalability issues, but It would be nice to add an external bay for additional storage space. If you need more space, you need to buy another full VMStore.

How are customer service and technical support?

Customer Service:

The support team is available 24/7. If your ticket is critical, you can pick up the phone and you have the right answer very quickly!

Technical Support:

For any kind of problem, you can expect the right guy. You can escalate the problem very quickly if you need it. You don't have to talk to a thousand tech guys to get the right answer. Tintri support gave us the right facts and responded very quickly.

Which solution did I use previously and why did I switch?

We used Hitachi VSP, but the support renewal is very costly. We got good feedback with the first contact with the Tintri sales team and we did a POC right after that!

How was the initial setup?

The initial setup was really simple. You read the quick start manual and got a working solution in under one hour. No complicated setup at all!

What about the implementation team?

We got the solution from a vendor team and they knew the box really well. We did a comparison in-house to be sure, and we don't regret this step.

What was our ROI?

At this moment, the ROI is really good for us. We bought additional VMStores in the first year for additional storage space and DR site. We are looking to add more and more in the following year.

What's my experience with pricing, setup cost, and licensing?

You pay for what you get. You will have the performance you need and you will not be disappointed at all! About licensing, you get the essential options for the smaller price. Some killer add-ons are available, but it's all your choice.

Which other solutions did I evaluate?

We looked at Tegile because they offer multiple protocols (iSCSI, NFS, SMB, etc.), but their replication process is very disappointing. Tintri is the best for a VMWare solution and its simplicity is a must!

What other advice do I have?

Tintri has the best solution in the storage world. Virtualization and storage is a good match and they are always adding new stuff with each new firmware release. I don't hesitate to recommend Tintri to my friends!

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user400461 - PeerSpot reviewer
it_user400461Senior Technical Consultant at a tech services company with 501-1,000 employees
Consultant

The VMStores currently do have Deduplication - on the SSD layer, not the HDD. the addition of iSCSI would be very welcome though - I agree! (although given the architecture, it would be difficult to implement)

PeerSpot user
Cloud Solutions Architect at Clouditalia Telecomunicazioni
Real User
Simple to instal and manage. High IOPS.
Pros and Cons
  • "Simplicity of installation and management, high IOPS, management per VM, QoS, power and space saving."
  • "More cloud integration."

How has it helped my organization?

Our customer don't call anymore for slowness on their VM's disks. Our engineers have much more time for more valuable things instead of storage management. Time to market enviable. Support hyper-reactive.

What is most valuable?

Simplicity of installation and management, high IOPS, management per VM, QoS, power and space saving.

What needs improvement?

More cloud integration.

How are customer service and technical support?

Customer Service:

It's far above average.

Technical Support:

We always spoke with a senior engineer.

Which solution did I use previously and why did I switch?

We switched for low IOPS and cost of management.

What about the implementation team?

Directly from Tintri, very high professional level.

What's my experience with pricing, setup cost, and licensing?

The cost of all the SW is well spent because it makes you save on backup and DR.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Director of Data Centers at a university with 501-1,000 employees
Vendor
It has QoS per VM and great overall performance tracking.
Pros and Cons
  • "It has easy setup, easy administration, and no LUNs!"
  • "The Tintri OS and GlobalCenter software do a great job of showing you troubled VMs, however it still could be a bit more helpful in diagnosing the issues."

How has it helped my organization?

We are a small shop, not having to manage LUNs, disk type and disk tiers has allowed us to focus more on overall health of our virtual environment and not the day-to-day challenges of traditional LUN-based SANs.

What is most valuable?

It has easy setup, easy administration, and no LUNs! Performance for the price is amazing. It has QoS per VM and great overall performance tracking.

What needs improvement?

The Tintri OS and GlobalCenter software do a great job of showing you troubled VMs, however it still could be a bit more helpful in diagnosing the issues. We have had a couple Linux VMs that went out of control with IOPs and Tintri showed us that, but we still had some digging to find out why. So adding some more detailed information as far as where the IOPs issue is coming from would really help.

What do I think about the stability of the solution?

We've had no issues with the stability.

What do I think about the scalability of the solution?

This is our main love of these units -- connect to VMware and Tintri monitor and manage your performance.

How are customer service and technical support?

Customer Service:

Amazing, only a couple of support call so far, and they were small things. Tintri was great with their response and assistance.

Technical Support:

10/10 - we have had two cases open with Tintri, a bad power supply, which they quickly replaced and a issues with snapshots which was fixed with an OS update. Both cases were handled quickly and professionally.

Which solution did I use previously and why did I switch?

We had both CORAID and EMC, but all Tintri now. This is hard for me, we have had so many issues with our past storage systems, CORAID (which we have totally decommissioned) and our EMC storage systems, that our Tintri systems have just been perfect. I know that sound a bit biased, but it is not, I have been a storage administrator for almost 20 years and the past eight months with two Tintri units has been hands down the best.

How was the initial setup?

It was easy to setup.

What about the implementation team?

Tintri did free install with an engineer but we didn't really need it.

What's my experience with pricing, setup cost, and licensing?

We are a smaller IT shop and even the T820 is a bit large for our needs, which means we are paying for more storage space than we need, so something a bit smaller/cheaper would be nice.

Which other solutions did I evaluate?

We looked at NetApp, Tegile and Nimble.

What other advice do I have?

Seriously, my 20 years in storage and this is the best solution I've ever used hands down. The company is great to work with as well!

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Senior Environments Engineer - Virtualised Environments at Derivco with 501-1,000 employees
Real User
It has provided us with agility and allowed us the ability to have granular views of storage without having to be storage experts.

Valuable Features

The ease of use and management capabilities are the most valuable features for us. Tintri is incredibly easy to use and manage. The performance and its secret sauce, VM understanding and management, works great.

Improvements to My Organization

It has provided us with agility and allowed us the ability to have granular views of storage without having to be storage experts.

Use of Solution

I've used it for four years.

Deployment Issues

We've had no issues with deployment.

Stability Issues

We've had no issues with stability.

Scalability Issues

We've had no issues with scalability.

Customer Service and Technical Support

Customer Service:

In my experience, Tintri's customer service has been excellent.

Technical Support:

In my experience, Tintri's technical support has been excellent.

Initial Setup

The initial setup was really intuitive. It was easy to install.

Implementation Team

We implemented it with our in-house team.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Infrastructure Analyst at a tech services company with 1,001-5,000 employees
Real User
By using the Tintri management interface, we get VM-level statistics from both of our hypervisors.

What is most valuable?

We've been using Tintri for around six months now and we love the per-VM level statistics. It's also very easy to setup and to live with.

How has it helped my organization?

By using the Tintri management interface, we can now get VM-level statistics from both of our hypervisors. This allows us to quickly diagnose latency issues and find solutions for them before they become bigger problems.

What needs improvement?

Tintri hardware is perfectly sized for the medium-to-large office. Their interface and methodology is great, but it's a shame there is nothing for a robo office with 10-20 machines.

For how long have I used the solution?

We've used it for six months.

What was my experience with deployment of the solution?

We've had no issues with deploying Tintri. From start to finish it was less than 45 minutes with most of the time taken to get it into the rack.

What do I think about the stability of the solution?

We have performed failover testing before going live and experienced no issues.

We have also performed updates to Tintri during the day with no problems.

What do I think about the scalability of the solution?

When Tintri gets to either the maximum performance reserves or available disk space, the only upgrade path is to purchase a new unit.

How are customer service and technical support?

Customer Service:

Customer service from Tintri is excellent. Our account manager is always available to talk to us and we have access to him and his expertise.

Technical Support:

The technical support has been very helpful, even proactively replacing a piece of hardware with a known fault.

Which solution did I use previously and why did I switch?

When we had to look at support renewal costs for our existing hardware vendor, they were very high which the prompted us to look into different hardware vendors.

How was the initial setup?

The initial setup was very simple and it took 45 minutes to get fully up and running. Unboxing and racking took the longest.

What about the implementation team?

We used in-house skills to get this working as it really doesn't require any expert knowledge compared to other storage vendors.

What was our ROI?

We plan to be using the Tintri system over 5 years, but we expect our ROI within 1-2 years based on lower admin overheads and quicker troubleshooting of issues.

What's my experience with pricing, setup cost, and licensing?

To get the best pricing, work with Tintri and a vendor and they will be able to advise best on what they can offer.

Which other solutions did I evaluate?

Before we chose the Tintri storage system, we looked at a number of different companies, but many were removed from our selection process because of no NFS support which was our main focus.

What other advice do I have?

Stop using LUNs and start working with Tintri. The simplicity will amaze you and takes the stress out of storage.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Senior Technical Consultant at a tech services company with 501-1,000 employees
Consultant
With the VM Visualization feature, we get fast troubleshooting when we have a performance issue with our VMs.

What is most valuable?

With the VM Visualization feature, it gives us extremely fast troubleshooting when we have a performance issue with any of our VMs.

How has it helped my organization?

The performance of the array is superb, but for us it's the time saving we get - the IT staff don't need any special SAN training to fully operate the Tintri unit, and it saves huge amounts of time when provisioning systems.

What needs improvement?

It needs a Hyper-V toolset and OpenStack Horizon support. Most of the features are in line with the competition, but they could provide automation to move VMs between hypervisors.

For how long have I used the solution?

I've used it for 3+ years.

What was my experience with deployment of the solution?

No, everything was extremely simple. We had the unit racked and powered on in 15 minutes, and it took only 10 minutes to set the device up.

What do I think about the stability of the solution?

We've had no issues with stability, even when upgrading. The VAAI plugin is a little tedious to install on the ESX hosts, but it's not needed for every function.

What do I think about the scalability of the solution?

Scaling is very easy to do, as they effectively are standalone units. You can get a Global Center OVA which monitors and manages up to 32 devices at once. We have this in-house and use it frequently.

How are customer service and technical support?

Customer Service:

9/10. They have always been prompt at getting back to us, follow-up service has never been pushy by pressuring us to buy more, and we can highly recommend them.

Technical Support:

9/10. The support site is a great resource. The techies in the UK really know their stuff, and the upgrades have always worked flawlessly (save one issue, which they released a fix for almost immediately!).

Which solution did I use previously and why did I switch?

We used HDS, but its cost and technical skill level of implementation was too high for our IT staff. Also, the introduction of fiber channel meant a big change to our infrastructure. Tintri was simple, and plugged into our environment with minimal changes.

How was the initial setup?

The initial setup was incredibly simple. The whole system was installed and running in less than an hour. It took longer to rack and plug the cables in than to configure the software! We have VMware mainly, and adding it was a cinch.

What about the implementation team?

We implemented it with our in-house team with very little training required. As long as you know VMware, it's really easy to put in. Mounting the device as a NAS also takes a lot of the pain points away.

What was our ROI?

Our ROI is in the time saved on our troubleshooting. Also, management hours have been massively reduced as monitoring and maintaining the Tintri have almost gone down to zero!

What's my experience with pricing, setup cost, and licensing?

Only go for the Tintri Global Center if you intend to buy more than two VM stores, but other than that, it was straightforward, and even the SKUs are simple to understand.

Which other solutions did I evaluate?

Yes, HDS, Huawei, and HP. We looked at a lot of different vendors beforehand, but Tintri just fit our needs nicely, and I cannot fault the performance.

What other advice do I have?

We love our Tintri's here, so much so, we have 3! I would highly recommend them to anyone. We are mainly VMWare, but the multi hypervisor support means that it can fit almost any environment.

Disclosure: My company has a business relationship with this vendor other than being a customer: We're partners.
PeerSpot user
Buyer's Guide
Download our free Tintri VMstore T7000 Report and get advice and tips from experienced pros sharing their opinions.
Updated: May 2025
Product Categories
All-Flash Storage
Buyer's Guide
Download our free Tintri VMstore T7000 Report and get advice and tips from experienced pros sharing their opinions.