VMware Solutions Discussions

Backup with SMVI

lakshmia
9,493 Views

Hi,
I have installed SMVI on a separate WinClient . I have provided the user credentials for logging onto VC Server, that manages the ESX server. I have also set the reqd. credential for logging onto test Filers, that provision storage for the VMFS and NFS Datastores . I am able to see all the datastores through the SMVI GUI.

Now when I try to take a backup of any Datastore or VM, I get the message "Failure in VMGetVirtualMachines to Backup" .

Can someone pls, let me know what am i missing?

-thanks

14 REPLIES 14

BrendonHiggins
9,473 Views

Try emailing this chap on the other site.

http://forums.netapp.com/message/2840#2840

joshb
9,473 Views

There is probably more information being reported than what you pasted it. If you can, please zip and attach the server.log files (<SMVI dir>/server/log/server.log*).

Other information that might be of use is to describe what is being backed.

1. Does this happen when backuping up a entire datastore or just a single VM?

2. Does it happen with every VM, or a specific one?

3. Are the VMs contained in a single datastore or contain disks spread across multiple datastores?

4. Are there any RDM disks?

Josh

lakshmia
9,473 Views

1. Does this happen when backuping up a entire datastore or just a single VM?

Both datastore and VM

2. Does it happen with every VM, or a specific one?

All the VMS.

3. Are the VMs contained in a single datastore or contain disks spread across multiple datastores?

The C: of the VMs are in one datastore(few VMs have the C: provisioned by Filer and some by local hard disk) . The remaining (DATA) drives are on separate datastores (provisioned by filer)

4. Are there any RDM disks?

No. they are either VMFS luns or NFS

Also, I just created a fresh datastore (NFS), on NetApp filer and tried to take a backup. This also failed. this log is in server.zip

-thanks

joshb
9,473 Views

Thank you for those files. A few more things to try.

1. What version of SMVI is being run? Run 'smvi version' from the CLI.

2. Run 'smvi discover datastores' from the CLI and attach the output

3. Please make the following change, run a backup and re-attach the updated server log

edit <SMVI dir>/server/etc/smvi.override

Add the line

vim.client.log.verbose=true

Stop/restart the SMVI service and run another backup. This change will log the SOAP interactions between SMVI and VC. Right now, that interaction is the cause of the problems, but the more verbose logs are needed to figure out exactly what is being sent back and forth.

lakshmia
9,473 Views

Josh,

Thanks a lot for looking at this issue.

I have attached the output of the CLI command as well as the server log generated while taking a backup after making the suggested changes to the file, smvi.override

Pls let me know if you need access to the Winclient.

-thanks

joshb
9,473 Views

It appears there is a permission problem when requesting the events for the VM from VirtualCenter. You will find the log entries at the bottom of this message. It is likely that there was also an error at the same time in the VC task output pane (bottom of VC window) that also describes the problem.

I see two problems here.

  1. The customer just needs to add more permissions to their account

  2. SMVI did not handle this case gracefully which lead to having to post

I'll create a burt against SMVI 2.0 to look into handling this problem properly within the product.

I would also suggest that the customer comments out the entry in smvi.override and restart SMVI server. That will cut down on their log file size.

11/20/2008 10:38:38 AM INFO Outbound Message

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><QueryEvents xmlns="urn:vim2"><_this type="EventManager">EventManager</_this><filter><entity><entity type="VirtualMachine">vm-401</entity><recursion>all</recursion></entity></filter></QueryEvents></soap:Body></soap:Envelope>

11/20/2008 10:38:38 AM INFO Inbound Message
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
</soapenv:Body> </soapenv:Envelope>

<soapenv:Fault><faultcode>ServerFaultCode</faultcode><faultstring>Permission to perform this operation was denied.</faultstring><detail><NoPermissionFault xmlns="urn:vim2" xsi:type="NoPermission"><object type="VirtualMachine">vm-401</object><privilegeId>System.View</privilegeId></NoPermissionFault></detail></soapenv:Fault>



11/20/2008 10:38:38 AM ERROR FLOW-11019: Failure in VmGetVirtualMachinesToBackup: null
java.lang.reflect.UndeclaredThrowableException
at $Proxy73.queryEvents(Unknown Source)
at com.netapp.smvi.task.vmware.util.VirtualMachineReferenceUtil.isVirtualMachineMigrating(VirtualMachineReferenceUtil.java:323)
at com.netapp.smvi.task.vmware.VmGetVirtualMachinesToBackup.execute(VmGetVirtualMachinesToBackup.java:165)
at com.netapp.common.flow.TaskInstanceTemplate.execute(TaskInstanceTemplate.java:281)
at com.netapp.common.flow.Operation.executeCurrentStack(Operation.java:132)
at com.netapp.common.flow.Operation.execute(Operation.java:52)
at com.netapp.common.flow.Threadpool$OperationThread.run(Threadpool.java:242)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: No NamespaceURI, SOAP requires faultcode content to be a QName
at com.sun.xml.messaging.saaj.soap.impl.FaultImpl.setFaultCode(FaultImpl.java:101)
at com.sun.xml.messaging.saaj.soap.impl.FaultImpl.setFaultCode(FaultImpl.java:138)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:190)
... 7 more

lakshmia
9,473 Views

Josh,

I had requested the admin to create an user "smvi" in the VC server . This VC server is being used to manage more than one ESX host. Can u pls let me know what sort of permisssions I need to request the admin, to set for the usr "smvi", so that I can backup and restore databases.

-thanks

keitha
9,473 Views

I believe the SMVI user has to be part of the administrators group in Virtual Center.

Keith

lakshmia
9,473 Views

Our lab manager has added the user "smvi" to administators group in VC. I restarted SMVI service and tried to take a backup. But i still see similar error.

-thanks

maganzer1
7,552 Views

Hello,

I had this same issue and thought it was a jre issue, but it was a permissions issue. Remember vCenter is most restrictive. So even though my SMVI account was a member of the local administrators group, the account was also a member of another backup group defined in vCenter that limited rights. Removing the account from that group (thus removing the restriction) got SMVI to work. This was with the latest jre 1.6 update 17. Long story short, click on Administration, go through all your roles and make sure your SMVI account isn't in one that would limit permissions. Hope that helps,

Tony

kiranchukkala
7,552 Views

Hello everyone.

One of my clients has also had the same issue where the backups failed with the same exact error message that is in this posting earlier.

We assigned an account and gave it "Administrator" privilege. And now SMVI backup works. The vCenter account I have always used only

had the "VMware Consolidated Backup User" privilege.

Anyone know what permissions requirements changed in SMVI 2.0 and why? And I was also wondering if there are specific rights the

user/account needs within vCenter, since my client does not like to give "Administrator" access just because they just have to.

Thank you very much.

KC.

amritad
7,552 Views

Hi

ESX 4.0 requires the following permissions:

DATASTORE
- Remove Datastore
- Browse Datastore
- Remove File
- Rename Datastore
• HOST
- Configuration
• Storage Partition Configuration
• Advanced Settings
• Change Settings

• VIRTUAL MACHINE
- Interaction
• Power off
• Power on
- Configuration
• Add Existing Disk
• Add New Disk
• Remove Disk
• Add or Remove Device
• Advanced
- State
• Create Snapshot
• Remove Snapshot
• Revert to snapshot

Regards

Amrita

guitar1972
7,552 Views

Hello,

I am getting an error when running post snapshot script in SMVI:

ERROR - FLOW-11019: Failure in ScriptExecutionTask: java.lang.reflect.UndeclaredThrowableException

Here is some output from server.log:

2011-08-02 22:17:05,026 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - Found storage system export path from /vol/vsphere2 to /vol/vsphere2

2011-08-02 22:17:05,026 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - Datastore: vSphere2 (netfs://10.10.110.153//vol/vsphere2/)

2011-08-02 22:17:05,026 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - NFS: 10.10.110.153:/vol/vsphere2

2011-08-02 22:17:05,151 [backup:4049e339e98229f5f750c0064602c47c:] INFO - A VMware consistency snapshot will be performed on Virtual Machine CAS2.

2011-08-02 22:17:05,151 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Backing up datastore(s) ([vSphere2 (netfs://10.10.110.153//vol/vsphere2/)])

2011-08-02 22:17:05,151 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Backing up the following virtual machine(s) ([interfaceqa001, LyncEdge001, prodweb10, Mailbox2, prod1web001, claims2, Prod1Web002, bpoutil1, prod2web001, ts001, OpenVPNAppliance001, mail1, lmsweb001, Phreesia001, Lync001, monitoring002, prodauth001, qaweb2, prod2qaweb001, DC002, util1, Ignite001, UM2, prodauth002, SharePoint1, sftp1, qaweb3, claims-qa, Workstation1, SCCM, Workstation2, DCDMZ002, claims1, mail5, qadwhweb001, DC1, drupalweb002, DCDMZ001, prod1qaweb001, upk1, prod2qaifweb001, Windows XP Pro, fax002, Prod2Web002, monitoring001, CAS2])

2011-08-02 22:17:05,151 [backup:4049e339e98229f5f750c0064602c47c:] INFO - The following virtual machines will have a VMware snapshot taken for consistency ([interfaceqa001, LyncEdge001, prodweb10, Mailbox2, prod1web001, claims2, Prod1Web002, bpoutil1, prod2web001, ts001, OpenVPNAppliance001, mail1, lmsweb001, Phreesia001, Lync001, monitoring002, prodauth001, qaweb2, prod2qaweb001, DC002, util1, Ignite001, UM2, prodauth002, SharePoint1, sftp1, qaweb3, claims-qa, Workstation1, SCCM, Workstation2, DCDMZ002, claims1, mail5, qadwhweb001, DC1, drupalweb002, DCDMZ001, prod1qaweb001, upk1, prod2qaifweb001, fax002, Prod2Web002, monitoring001, CAS2])

2011-08-02 22:17:05,183 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - Aqcuired locks "4209089a-45cc-8034-7801-1ff9003c5c8a,42090b54-a438-fe39-4b87-9a2117d44d05,42090d46-1b2e-56e7-495a-780a9363fa22,420912d0-a1f3-437f-7742-62db939a14bb,42091bf3-f3b4-ca87-f15e-3797b66d160b,42092097-2754-a532-6015-40e4be5aceff,42092103-2a72-e286-40d7-64423cc1adc0,4209264f-72a8-ed97-553b-7419222ecdb7,420928d6-928d-4410-e58e-2e7849a42afa,420929e8-a4de-c867-af9b-7d3e66109021,42092aae-fb0e-d121-bb63-033639fe18fd,42093c67-1024-6cb2-e50e-aca0c7eb86e9,42093dc6-893f-3e01-40ab-f24f42cbb716,42094de8-6b32-25f3-5493-b4cdbffce86a,420955e4-4bdb-0e90-1c92-7a5abce6dc1a,42096c6f-892f-b2a1-9099-34e0dc3d5bf0,4209715a-7bc3-7245-049e-b69ad689bf83,4209850a-e177-1267-8300-59c288c1d226,42098e23-4577-bb2f-a1d5-e63c8c17fd6e,4209904b-0968-02a8-c94d-e25427f406cb,42099250-2fac-8145-a27f-74283baf4694,4209aee1-827e-a9ef-1f44-7afb00363e61,4209b172-31e4-42b7-54ca-b6fc4c1efe0b,4209b738-ee93-cd21-1362-5a1951105e13,4209ba89-a8e7-90fe-d5cf-97021c8941ad,4209bc2d-1f94-1b62-0bfa-c485142eeb5b,4209c992-4a24-144b-b0be-cf39eede7bb6,4209d431-385a-aadd-e288-c70ef6e23df8,4209dae5-89b5-dc01-291b-14bd48b0fdbc,4209dd0b-5ed8-a8e3-c367-46b20791e7d6,4209e358-a40f-be88-d053-d3fa6405bcf3,4209e3bd-aab7-e488-c6dc-f70ad8f0cb70,4209e8e6-09b6-7523-c521-e5d6e0d8080d,4209f21a-1e53-2ff9-bbd1-49de2101e930,4209f627-224e-670f-baba-a4b3a43de687,4209ffa0-7d34-52ea-dad4-97d7fa829d62,501b1dfe-8678-2ec7-24d7-26264202dc50,501b2743-108e-a00c-ef2e-f9ce6dea914b,501b8151-3eda-5c27-df96-5fde0149693b,501bfab8-44b3-0d81-1028-83f94e4aa249,564d3966-4556-d430-6205-c7c4b3679d80,564d39ec-c073-5cec-5ba0-db24f1081cc5,564d8374-b08d-ddf8-4cab-76410bd79566,564d8ccf-bba0-a53a-054b-d46db4c01bf9,564dacc4-a15e-c052-51e9-b3beef75a235,564deb9e-4edf-c8a0-04a1-b51f46e966be"

2011-08-02 22:17:07,276 [backup:4049e339e98229f5f750c0064602c47c:] ERROR - FLOW-11019: Failure in ScriptExecutionTask: java.lang.reflect.UndeclaredThrowableException

java.lang.reflect.UndeclaredThrowableException

at $Proxy89.retrieveProperties(Unknown Source)

at com.netapp.smvi.task.vmware.util.VirtualMachineUtil.queryVm(VirtualMachineUtil.java:60)

at com.netapp.smvi.task.vmware.util.VirtualMachineUtil.getVirtualMachinePowerState(VirtualMachineUtil.java:126)

at com.netapp.smvi.task.scripting.ScriptExecutionTask.execute(ScriptExecutionTask.java:104)

at com.netapp.common.flow.TaskInstanceTemplate.execute(TaskInstanceTemplate.java:317)

at com.netapp.common.flow.ForLoopTemplate.execute(ForLoopTemplate.java:141)

at com.netapp.common.flow.Operation.executeCurrentStack(Operation.java:140)

at com.netapp.common.flow.Operation.execute(Operation.java:55)

at com.netapp.common.flow.Threadpool$OperationThread.run(Threadpool.java:257)

Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: No NamespaceURI, SOAP requires faultcode content to be a QName

at com.sun.xml.internal.messaging.saaj.soap.impl.FaultImpl.setFaultCode(Unknown Source)

at com.sun.xml.internal.messaging.saaj.soap.impl.FaultImpl.setFaultCode(Unknown Source)

at org.apache.cxf.jaxws.JaxWsClientProxy.createSoapFault(JaxWsClientProxy.java:243)

at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:194)

... 9 more

2011-08-02 22:17:07,292 [backup:4049e339e98229f5f750c0064602c47c:] ERROR - FLOW-11010: Operation transitioning to abort due to prior failure.

2011-08-02 22:17:07,339 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - Writing metadata for 21 backups to C:\Program Files (x86)\NetApp\SMVI\server\repository\backups27798.xml

2011-08-02 22:17:07,417 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - Renaming C:\Program Files (x86)\NetApp\SMVI\server\repository\backups27798.xml to C:\Program Files (x86)\NetApp\SMVI\server\repository\backups.xml

2011-08-02 22:17:07,448 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine UM2

2011-08-02 22:17:07,448 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine mail5

2011-08-02 22:17:07,464 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine prod1web001

2011-08-02 22:17:07,479 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine SCCM

2011-08-02 22:17:07,495 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine interfaceqa001

2011-08-02 22:17:07,511 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine Ignite001

2011-08-02 22:17:07,526 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine qaweb3

2011-08-02 22:17:07,526 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine lmsweb001

2011-08-02 22:17:07,542 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine prod1qaweb001

2011-08-02 22:17:07,558 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine prod2qaweb001

2011-08-02 22:17:07,573 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine CAS2

2011-08-02 22:17:07,573 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine ts001

2011-08-02 22:17:07,589 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine util1

2011-08-02 22:17:07,604 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine Lync001

2011-08-02 22:17:07,604 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine drupalweb002

2011-08-02 22:17:07,620 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine DCDMZ002

2011-08-02 22:17:07,636 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine bpoutil1

2011-08-02 22:17:07,636 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine OpenVPNAppliance001

2011-08-02 22:17:07,651 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine Mailbox2

2011-08-02 22:17:07,667 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine fax002

2011-08-02 22:17:07,667 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine Prod1Web002

2011-08-02 22:17:07,683 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine prod2qaifweb001

2011-08-02 22:17:07,698 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine monitoring001

2011-08-02 22:17:07,714 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine Workstation2

2011-08-02 22:17:07,714 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine SharePoint1

2011-08-02 22:17:07,729 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine prod2web001

2011-08-02 22:17:07,745 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine DCDMZ001

2011-08-02 22:17:07,761 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine LyncEdge001

2011-08-02 22:17:07,761 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine DC002

2011-08-02 22:17:07,776 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine qadwhweb001

2011-08-02 22:17:07,792 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine Phreesia001

2011-08-02 22:17:07,792 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine prodauth001

2011-08-02 22:17:07,808 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine prodauth002

2011-08-02 22:17:07,823 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine Prod2Web002

2011-08-02 22:17:07,839 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine monitoring002

2011-08-02 22:17:07,839 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine upk1

2011-08-02 22:17:07,870 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine prodweb10

2011-08-02 22:17:07,870 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine claims2

2011-08-02 22:17:07,886 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine sftp1

2011-08-02 22:17:07,901 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine Workstation1

2011-08-02 22:17:07,933 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Could not retrieve reference to virtual machine Windows XP Pro. Cannot find VMware snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45

2011-08-02 22:17:07,948 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine qaweb2

2011-08-02 22:17:07,948 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine claims-qa

2011-08-02 22:17:07,964 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine DC1

2011-08-02 22:17:07,979 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine claims1

2011-08-02 22:17:07,995 [backup:4049e339e98229f5f750c0064602c47c:] INFO - Failed to find VMWare snapshot smvi_0f76f3f1-5ed5-4f29-a2bf-edb7337e2c45 for virtual machine mail1

2011-08-02 22:17:09,964 [backup:4049e339e98229f5f750c0064602c47c:] ERROR - FLOW-11019: Failure in ScriptExecutionTask: java.lang.reflect.UndeclaredThrowableException

java.lang.reflect.UndeclaredThrowableException

at $Proxy89.retrieveProperties(Unknown Source)

at com.netapp.smvi.task.vmware.util.VirtualMachineUtil.queryVm(VirtualMachineUtil.java:60)

at com.netapp.smvi.task.vmware.util.VirtualMachineUtil.getVirtualMachinePowerState(VirtualMachineUtil.java:126)

at com.netapp.smvi.task.scripting.ScriptExecutionTask.execute(ScriptExecutionTask.java:104)

at com.netapp.common.flow.TaskInstanceTemplate.execute(TaskInstanceTemplate.java:317)

at com.netapp.common.flow.ForLoopTemplate.execute(ForLoopTemplate.java:141)

at com.netapp.common.flow.Operation.executeCurrentStack(Operation.java:140)

at com.netapp.common.flow.Operation.execute(Operation.java:87)

at com.netapp.common.flow.Threadpool$OperationThread.run(Threadpool.java:257)

Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: No NamespaceURI, SOAP requires faultcode content to be a QName

at com.sun.xml.internal.messaging.saaj.soap.impl.FaultImpl.setFaultCode(Unknown Source)

at com.sun.xml.internal.messaging.saaj.soap.impl.FaultImpl.setFaultCode(Unknown Source)

at org.apache.cxf.jaxws.JaxWsClientProxy.createSoapFault(JaxWsClientProxy.java:243)

at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:194)

... 9 more

2011-08-02 22:17:09,964 [backup:4049e339e98229f5f750c0064602c47c:] ERROR - FLOW-11009: Operation incomplete: java.lang.reflect.UndeclaredThrowableException

java.lang.reflect.UndeclaredThrowableException

at $Proxy89.retrieveProperties(Unknown Source)

at com.netapp.smvi.task.vmware.util.VirtualMachineUtil.queryVm(VirtualMachineUtil.java:60)

at com.netapp.smvi.task.vmware.util.VirtualMachineUtil.getVirtualMachinePowerState(VirtualMachineUtil.java:126)

at com.netapp.smvi.task.scripting.ScriptExecutionTask.execute(ScriptExecutionTask.java:104)

at com.netapp.common.flow.TaskInstanceTemplate.execute(TaskInstanceTemplate.java:317)

at com.netapp.common.flow.ForLoopTemplate.execute(ForLoopTemplate.java:141)

at com.netapp.common.flow.Operation.executeCurrentStack(Operation.java:140)

at com.netapp.common.flow.Operation.execute(Operation.java:87)

at com.netapp.common.flow.Threadpool$OperationThread.run(Threadpool.java:257)

Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: No NamespaceURI, SOAP requires faultcode content to be a QName

at com.sun.xml.internal.messaging.saaj.soap.impl.FaultImpl.setFaultCode(Unknown Source)

at com.sun.xml.internal.messaging.saaj.soap.impl.FaultImpl.setFaultCode(Unknown Source)

at org.apache.cxf.jaxws.JaxWsClientProxy.createSoapFault(JaxWsClientProxy.java:243)

at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:194)

... 9 more

2011-08-02 22:17:09,979 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - Released lock [42092097-2754-a532-6015-40e4be5aceff, 42094de8-6b32-25f3-5493-b4cdbffce86a, 4209b738-ee93-cd21-1362-5a1951105e13, 564d3966-4556-d430-6205-c7c4b3679d80, 4209dd0b-5ed8-a8e3-c367-46b20791e7d6, 4209f21a-1e53-2ff9-bbd1-49de2101e930, 4209bc2d-1f94-1b62-0bfa-c485142eeb5b, 501b1dfe-8678-2ec7-24d7-26264202dc50, 4209904b-0968-02a8-c94d-e25427f406cb, 501b8151-3eda-5c27-df96-5fde0149693b, 420929e8-a4de-c867-af9b-7d3e66109021, 501b2743-108e-a00c-ef2e-f9ce6dea914b, 420912d0-a1f3-437f-7742-62db939a14bb, 4209d431-385a-aadd-e288-c70ef6e23df8, 4209e358-a40f-be88-d053-d3fa6405bcf3, 4209ba89-a8e7-90fe-d5cf-97021c8941ad, 4209aee1-827e-a9ef-1f44-7afb00363e61, 42092aae-fb0e-d121-bb63-033639fe18fd, 4209089a-45cc-8034-7801-1ff9003c5c8a, 420955e4-4bdb-0e90-1c92-7a5abce6dc1a, 42093c67-1024-6cb2-e50e-aca0c7eb86e9, 4209ffa0-7d34-52ea-dad4-97d7fa829d62, 4209850a-e177-1267-8300-59c288c1d226, 564dacc4-a15e-c052-51e9-b3beef75a235, 4209f627-224e-670f-baba-a4b3a43de687, 4209dae5-89b5-dc01-291b-14bd48b0fdbc, 42090d46-1b2e-56e7-495a-780a9363fa22, 564d8ccf-bba0-a53a-054b-d46db4c01bf9, 42091bf3-f3b4-ca87-f15e-3797b66d160b, 4209264f-72a8-ed97-553b-7419222ecdb7, 501bfab8-44b3-0d81-1028-83f94e4aa249, 42098e23-4577-bb2f-a1d5-e63c8c17fd6e, 4209e3bd-aab7-e488-c6dc-f70ad8f0cb70, 4209b172-31e4-42b7-54ca-b6fc4c1efe0b, 42090b54-a438-fe39-4b87-9a2117d44d05, 42093dc6-893f-3e01-40ab-f24f42cbb716, 4209c992-4a24-144b-b0be-cf39eede7bb6, 42096c6f-892f-b2a1-9099-34e0dc3d5bf0, 420928d6-928d-4410-e58e-2e7849a42afa, 42092103-2a72-e286-40d7-64423cc1adc0, 4209715a-7bc3-7245-049e-b69ad689bf83, 4209e8e6-09b6-7523-c521-e5d6e0d8080d, 564deb9e-4edf-c8a0-04a1-b51f46e966be, 42099250-2fac-8145-a27f-74283baf4694, 564d39ec-c073-5cec-5ba0-db24f1081cc5, 564d8374-b08d-ddf8-4cab-76410bd79566] held by 4049e339e98229f5f750c0064602c47c

2011-08-02 22:17:10,011 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - ASUP: The Failure FLOW_OPERATION_TASK_FAILURE is not listed in the EMS/ASUP scenario. The class that created this erros is com.netapp.common.flow.TaskInstanceTemplate

2011-08-02 22:17:10,011 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - ASUP: The Failure FLOW_OPERATION_ABORTING is not listed in the EMS/ASUP scenario. The class that created this erros is com.netapp.common.flow.Operation

2011-08-02 22:17:10,011 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - ASUP: The Failure FLOW_OPERATION_TASK_FAILURE is not listed in the EMS/ASUP scenario. The class that created this erros is com.netapp.common.flow.TaskInstanceTemplate

2011-08-02 22:17:10,011 [backup:4049e339e98229f5f750c0064602c47c:] DEBUG - ASUP: The Failure FLOW_OPERATION_INCOMPLETE is not listed in the EMS/ASUP scenario. The class that created this erros is com.netapp.common.flow.Operation

Public