build 7bbbddf7 | content blog-content@c8490fa · 338 posts | profiles 20 · corpus 267 | 0 skipped | | format
apiVersion: soultec.ch/v1kind: Postmetadata: name: backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object locale: en labels: author: dario-doerflinger capability/virtualization: 1.37 capability/backup-recovery: 2.18 vendor/vmware: 0.88 annotations: source: blog-content/posts/en/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object.md route: /en/insights/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object/ schema: /nerd/schema/posts.json markdown: /en/insights/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object.mdspec: title: >- Backing up Fault-Tolerance protected VMs (the operation is not supported on the object) date: 2017-07-25 author: dario-doerflinger locale: en summary: >- How to get rid of the error “the operation is not supported on the object” capabilities: [virtualization, backup-recovery] vendors: [vmware] legacySlug: >- backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object migrated: 2026-08-24 draft: false sections: - body: | One of my customers called me up and told me that their VMware Fault-Tolerance (FT) VMs can no longer be backed up. The error it throws says: " The operation is not supported on the object." When I looked at the recent task&events I was able to see that the backup was successful up to a point where someone reconfigured FT on that VM. So I went into the documentation ([Link here](https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.avail.doc/GUID-F5264795-11DA-4242-B774-8C3450997033.html)) and saw that traditional VMware Snapshots are not supported on Fault Tolerance enabled VMs. There is a supported backup method for disk-only snapshots but that only works with the new FT (not legacy FT). New FT was introduced with vSphere 6.0. It enables the hypervisor to protect more than just single-core VMs, which many customers were looking for. Legacy FT is the way FT worked up until vSphere 5.5 where you could only protect a single CPU VMs. So how did this customer get the message "The operation is not supported on the object" if they were running vSphere 6.0 Update 3? The answer is simple: They used the C#-Client to do the configuration of FT! This will create a "legacy Fault Tolerance" configuration for the VM. It makes sense if you read what the C#-Client Interface tells you just before you login: All new features after vSphere 5.1 are only available on the Web-Client. This includes the new FT introduced with vSphere 6.0. The solution to get rid of the error: Reconfigure the VM for FT in the Web-Client and the backups worked again.status: corpus: 267 alsoLike: - {ref: posts/problems-with-a-restored-vm-invalid-ids-in-the-snapshot-files, score: 1.00} - {ref: solutions/vmware/vmware-cloud-foundation/addon/site-recovery-manager, score: 1.00} - {ref: experts/marco-betschart, score: 0.74}
{ "apiVersion": "soultec.ch/v1", "kind": "Post", "metadata": { "name": "backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object", "locale": "en", "labels": { "author": "dario-doerflinger", "capability/virtualization": "1.37", "capability/backup-recovery": "2.18", "vendor/vmware": "0.88" }, "annotations": { "source": "blog-content/posts/en/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object.md", "route": "/en/insights/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object/", "schema": "/nerd/schema/posts.json", "markdown": "/en/insights/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object.md" } }, "spec": { "title": "Backing up Fault-Tolerance protected VMs (the operation is not supported on the object)", "date": "2017-07-25", "author": "dario-doerflinger", "locale": "en", "summary": "How to get rid of the error “the operation is not supported on the object”", "capabilities": [ "virtualization", "backup-recovery" ], "vendors": [ "vmware" ], "legacySlug": "backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object", "migrated": "2026-08-24", "draft": false }, "sections": [ { "body": "One of my customers called me up and told me that their VMware Fault-Tolerance (FT) VMs can no longer be backed up. The error it throws says: \" The operation is not supported on the object.\"\n\nWhen I looked at the recent task&events I was able to see that the backup was successful up to a point where someone reconfigured FT on that VM. So I went into the documentation ([Link here](https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.avail.doc/GUID-F5264795-11DA-4242-B774-8C3450997033.html)) and saw that traditional VMware Snapshots are not supported on Fault Tolerance enabled VMs. There is a supported backup method for disk-only snapshots but that only works with the new FT (not legacy FT).\n\nNew FT was introduced with vSphere 6.0. It enables the hypervisor to protect more than just single-core VMs, which many customers were looking for. Legacy FT is the way FT worked up until vSphere 5.5 where you could only protect a single CPU VMs.\n\nSo how did this customer get the message \"The operation is not supported on the object\" if they were running vSphere 6.0 Update 3? The answer is simple:\n\nThey used the C#-Client to do the configuration of FT!\n\nThis will create a \"legacy Fault Tolerance\" configuration for the VM. It makes sense if you read what the C#-Client Interface tells you just before you login: All new features after vSphere 5.1 are only available on the Web-Client. This includes the new FT introduced with vSphere 6.0.\n\nThe solution to get rid of the error: Reconfigure the VM for FT in the Web-Client and the backups worked again." } ], "status": { "corpus": 267, "alsoLike": [ { "ref": "posts/problems-with-a-restored-vm-invalid-ids-in-the-snapshot-files", "score": "1.00" }, { "ref": "solutions/vmware/vmware-cloud-foundation/addon/site-recovery-manager", "score": "1.00" }, { "ref": "experts/marco-betschart", "score": "0.74" } ] }}
apiVersion = "soultec.ch/v1"kind = "Post"[metadata]name = "backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object"locale = "en"[metadata.labels]author = "dario-doerflinger""capability/virtualization" = "1.37""capability/backup-recovery" = "2.18""vendor/vmware" = "0.88"[metadata.annotations]source = "blog-content/posts/en/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object.md"route = "/en/insights/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object/"schema = "/nerd/schema/posts.json"markdown = "/en/insights/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object.md"[spec]title = "Backing up Fault-Tolerance protected VMs (the operation is not supported on the object)"date = 2017-07-25author = "dario-doerflinger"locale = "en"summary = "How to get rid of the error “the operation is not supported on the object”"capabilities = ["virtualization", "backup-recovery"]vendors = ["vmware"]legacySlug = "backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object"migrated = 2026-08-24draft = false[[sections]]body = '''One of my customers called me up and told me that their VMware Fault-Tolerance (FT) VMs can no longer be backed up. The error it throws says: " The operation is not supported on the object."When I looked at the recent task&events I was able to see that the backup was successful up to a point where someone reconfigured FT on that VM. So I went into the documentation ([Link here](https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.avail.doc/GUID-F5264795-11DA-4242-B774-8C3450997033.html)) and saw that traditional VMware Snapshots are not supported on Fault Tolerance enabled VMs. There is a supported backup method for disk-only snapshots but that only works with the new FT (not legacy FT).New FT was introduced with vSphere 6.0. It enables the hypervisor to protect more than just single-core VMs, which many customers were looking for. Legacy FT is the way FT worked up until vSphere 5.5 where you could only protect a single CPU VMs.So how did this customer get the message "The operation is not supported on the object" if they were running vSphere 6.0 Update 3? The answer is simple:They used the C#-Client to do the configuration of FT!This will create a "legacy Fault Tolerance" configuration for the VM. It makes sense if you read what the C#-Client Interface tells you just before you login: All new features after vSphere 5.1 are only available on the Web-Client. This includes the new FT introduced with vSphere 6.0.The solution to get rid of the error: Reconfigure the VM for FT in the Web-Client and the backups worked again.'''[status]corpus = 267[[status.alsoLike]]ref = "posts/problems-with-a-restored-vm-invalid-ids-in-the-snapshot-files"score = "1.00"[[status.alsoLike]]ref = "solutions/vmware/vmware-cloud-foundation/addon/site-recovery-manager"score = "1.00"[[status.alsoLike]]ref = "experts/marco-betschart"score = "0.74"
<?xml version="1.0" encoding="UTF-8"?><manifest kind="Post"> <apiVersion>soultec.ch/v1</apiVersion> <metadata> <name>backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object</name> <locale>en</locale> <labels> <author>dario-doerflinger</author> <entry key="capability/virtualization">1.37</entry> <entry key="capability/backup-recovery">2.18</entry> <entry key="vendor/vmware">0.88</entry> </labels> <annotations> <source>blog-content/posts/en/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object.md</source> <route>/en/insights/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object/</route> <schema>/nerd/schema/posts.json</schema> <markdown>/en/insights/backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object.md</markdown> </annotations> </metadata> <spec> <title>Backing up Fault-Tolerance protected VMs (the operation is not supported on the object)</title> <date>2017-07-25</date> <author>dario-doerflinger</author> <locale>en</locale> <summary>How to get rid of the error “the operation is not supported on the object”</summary> <capabilities> <item>virtualization</item> <item>backup-recovery</item> </capabilities> <vendors> <item>vmware</item> </vendors> <legacySlug>backing-up-fault-tolerance-protected-vms-the-operation-is-not-supported-on-the-object</legacySlug> <migrated>2026-08-24</migrated> <draft>false</draft> </spec> <sections> <section> <body>One of my customers called me up and told me that their VMware Fault-Tolerance (FT) VMs can no longer be backed up. The error it throws says: " The operation is not supported on the object."When I looked at the recent task&amp;events I was able to see that the backup was successful up to a point where someone reconfigured FT on that VM. So I went into the documentation ([Link here](https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.avail.doc/GUID-F5264795-11DA-4242-B774-8C3450997033.html)) and saw that traditional VMware Snapshots are not supported on Fault Tolerance enabled VMs. There is a supported backup method for disk-only snapshots but that only works with the new FT (not legacy FT).New FT was introduced with vSphere 6.0. It enables the hypervisor to protect more than just single-core VMs, which many customers were looking for. Legacy FT is the way FT worked up until vSphere 5.5 where you could only protect a single CPU VMs.So how did this customer get the message "The operation is not supported on the object" if they were running vSphere 6.0 Update 3? The answer is simple:They used the C#-Client to do the configuration of FT!This will create a "legacy Fault Tolerance" configuration for the VM. It makes sense if you read what the C#-Client Interface tells you just before you login: All new features after vSphere 5.1 are only available on the Web-Client. This includes the new FT introduced with vSphere 6.0.The solution to get rid of the error: Reconfigure the VM for FT in the Web-Client and the backups worked again. </body> </section> </sections> <status> <corpus>267</corpus> <alsoLike> <item> <ref>posts/problems-with-a-restored-vm-invalid-ids-in-the-snapshot-files</ref> <score>1.00</score> </item> <item> <ref>solutions/vmware/vmware-cloud-foundation/addon/site-recovery-manager</ref> <score>1.00</score> </item> <item> <ref>experts/marco-betschart</ref> <score>0.74</score> </item> </alsoLike> </status></manifest>
Post · 2017-07-25

Backing up Fault-Tolerance protected VMs (the operation is not supported on the object)

How to get rid of the error “the operation is not supported on the object”

2017-07-25Date
Dario DörflingerAuthor
1Min read
Topics Virtualization 1.37 Backup and Recovery 2.18
Vendors VMware 0.88

This post is from 2017. It stays online because people still look for it, but it describes the products as they were then.

One of my customers called me up and told me that their VMware Fault-Tolerance (FT) VMs can no longer be backed up. The error it throws says: ” The operation is not supported on the object.”

When I looked at the recent task&events I was able to see that the backup was successful up to a point where someone reconfigured FT on that VM. So I went into the documentation (Link here) and saw that traditional VMware Snapshots are not supported on Fault Tolerance enabled VMs. There is a supported backup method for disk-only snapshots but that only works with the new FT (not legacy FT).

New FT was introduced with vSphere 6.0. It enables the hypervisor to protect more than just single-core VMs, which many customers were looking for. Legacy FT is the way FT worked up until vSphere 5.5 where you could only protect a single CPU VMs.

So how did this customer get the message “The operation is not supported on the object” if they were running vSphere 6.0 Update 3? The answer is simple:

They used the C#-Client to do the configuration of FT!

This will create a “legacy Fault Tolerance” configuration for the VM. It makes sense if you read what the C#-Client Interface tells you just before you login: All new features after vSphere 5.1 are only available on the Web-Client. This includes the new FT introduced with vSphere 6.0.

The solution to get rid of the error: Reconfigure the VM for FT in the Web-Client and the backups worked again.

You might also like