Creating cluster trying to remove disks.

Hi
I am going through the pain of trying to create a whole cloud environment using scvmm2012r2 so that it can then link in to the whole windows azure pack.
I have created what I think is the whole fabric which has been very very painful.
My question when trying to make all that setup work is the following.
When I try and create a hyperv cluster using scvmm I step through the wizard. First issue I have is:
I have defined a logical switch which has three vnics one for host management 2. Live migration. 3. Cluster workload.
When it comes to giving an ip it is only allowing me to select from the host management pool. I would have thought it should have been the cluster or live migration networks.
2nd question is when it gets to the disks to cluster. The servers are connecting to a fibre channel switch so can see other disks that are attached to other clusters. In the interface I can not untick those I don't want as part of this cluster. What have
I done wrong
in the image I have highlighted the disks that I want to remove but I cannot.
If I do this normally through fail over cluster manager then it is no issue.

Hi.
First thing first: when you create a Hyper-V Cluster, you will also create a Cluster Name Object in Active Directory, this will be the access point of this cluster and this also requires an IP adress. This IP adress is then on the management network - where
clients can access the cluster name object (so that VMM (as a client) can access the cluster - and manage the cluster). this is by design. You would leave cluster network and live migration out of this, as this is for internal cluster communication and live
migration traffic. 
second, a cluster should only see the disks it should be using, and not any other disks used by other clusters. You must check your zoning here, as this is not best practice. a CSV can't be shared across several cluster.
I would suggest that you clean that up, and if you don'w want VMM to do this for you, you can create the cluster in failover cluster manager, add the required disks and the update the hosts in VMM so that they reflects the cluster you have created.
-kn
Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

Similar Messages

  • "the feature you are trying to use is on a RD-ROM or ohter removable disk that is not available insert the 'itunes' disk and click OK

    I've beeing having problems with Itunes since about january, wheneveer i click on itunes the error message reads "The file 'ituneslibrary.itl' cannot be opened because it was created by a newer version on of itunes", yet when i try to updat to itunes 11 or uninstall itunes from my computer i keep on getting a message stating  "the feature you are trying to use is on a RD-ROM or ohter removable disk that is not available insert the 'itunes' disk and click OK" what is the best way to fix this problem?

    yet when i try to updat to itunes 11 or uninstall itunes from my computer i keep on getting a message stating  "the feature you are trying to use is on a RD-ROM or ohter removable disk that is not available insert the 'itunes' disk and click OK"
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Can't update itunes. I get " The feature you are trying to use is on a CD-ROM or other removable disk that is not available

    Can't update itunes. I get " The feature you are trying to use is on a CD-ROM or other removable disk that is not available"

    I am getting this same message when it tries to install it is Itunes.msi
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • We have created two partitions in removable drive(USB). One of the partition is active and the other is hidden. We are trying to acess the hidden partition in Win PE 3.0 environment using WMI

    We have created two partitions in removable drive(USB). One of the partition is active and the other is hidden. We are trying to access the hidden partition in Win PE 3.0 environment using WMI. VBScript code snippet used to detect the partitions is given
    below:- 
    SetobjWMIService = GetObject("winmgmts:"_&
    "{impersonationLevel=impersonate}!\\"&
    strComputer & "\root\cimv2")
    SetcolDisks = objWMIService.ExecQuery
    Select * from Win32_LogicalDisk")
    It will return the partition which is active but fails to list the partition which is hidden. The same piece of code was supported on WinPE 2.0

    I am giving the complete code, may be you are able to understand better. We are using Win32_LogicalDisk to retrieves the complete information of all the drives (like C:, D:) including removable drives. 
    Function
    LocalDriveFound()
        strComputer =
    SetobjWMIService = GetObject("winmgmts:"_
    "{impersonationLevel=impersonate}!\\"&
    strComputer & "\root\cimv2")
    SetcolDisks = objWMIService.ExecQuery
    "Select * from Win32_LogicalDisk")
    ForEachDiskDrive
    IncolDisks
            DriveLetter = Left(DiskDrive.Name,1)
            DriveType = DiskDrive.DriveType
            VolumeName = DiskDrive.VolumeName
            WScript.echo Driveletter &
    "|"& Drivetype &
    "|"&VolumeName
    SelectCaseDriveType
    Case2 ,3  
    'Fixed or removable
    If(VolumeName=USBVolumeName)
    Then
    If(DriveLetter<>
    "Z")
    Then
                        ChangeDriveLetterWithMountvol DriveLetter,
    "Z"
    EndIf
                    bIsLocal=
    True
    EndIf 
    If(VolumeName=USBRootName)
    Then
    If(DriveLetter<>
    "Y")
    Then
                        ChangeDriveLetterWithMountvol DriveLetter,
    "Y"
    EndIf
                    bIsLocal=
    True
    EndIf 
    CaseElse
    EndSelect
    Next
    SetDrives =
    Nothing
    SetFileSystemObject =
    Nothing
    End
    Function

  • Error when trying to store iso file in removable disk mod

    I am trying to store a 3 gig + iso file ( video file) on my zen micro and I keep getting a error message. I have already set the removable disk size to 4 G.. Is it the size? the format? (iso) a bad unit's anyone else have any experience with this? Thanks in advance!
    BTW: the file is the Iron Maiden Li've DVD from the Ullevi,Sweden TV broadcast this summerI \m/ ! which is making the rounds on the net if any of y'all are Maiden fans and would like it drop me an email! preferrably those with an answer to my prob!

    What version of ACR do you have installed? Waht type of files are you trying to open (camera model)? -adriana

  • Unable to create cluster, hangs on forming cluster

     
    Hi all,
    I am trying to create a 2 node cluster on two x64 Windows Server 2008 Enterprise edition servers. I am running the setup from the failover cluster MMC and it seems to run ok right up to the point where the snap-in says creating cluster. Then it seems to hang on "forming cluster" and a message pops up saying "The operation is taking longer than expected". A counter comes up and when it hits 2 minutes the wizard cancels and another message comes up "Unable to sucessfully cleanup".
    The validation runs successfully before I start trying to create the cluster. The hardware involved is a HP EVA 6000, two Dell 2950's
    I have included the report generated by the create cluster wizard below and the error from the event log on one of the machines (the error is the same on both machines).
    Is there anything I can do to give me a better indication of what is happening, so I can resolve this issue or does anyone have any suggestions for me?
    Thanks in advance.
    Anthony
    Create Cluster Log
    ==================
    Beginning to configure the cluster <cluster>.
    Initializing Cluster <cluster>.
    Validating cluster state on node <Node1>
    Searching the domain for computer object 'cluster'.
    Creating a new computer object for 'cluster' in the domain.
    Configuring computer object 'cluster' as cluster name object.
    Validating installation of the Network FT Driver on node <Node1>
    Validating installation of the Cluster Disk Driver on node <Node1>
    Configuring Cluster Service on node <Node1>
    Validating installation of the Network FT Driver on node <Node2>
    Validating installation of the Cluster Disk Driver on node <Node2>
    Configuring Cluster Service on node <Node2>
    Waiting for notification that Cluster service on node <Node2>
    Forming cluster '<cluster>'.
    Unable to successfully cleanup.
    To troubleshoot cluster creation problems, run the Validate a Configuration wizard on the servers you want to cluster.
    Event Log
    =========
    Log Name:      System
    Source:        Microsoft-Windows-FailoverClustering
    Date:          29/08/2008 19:43:14
    Event ID:      1570
    Task Category: None
    Level:         Critical
    Keywords:     
    User:          SYSTEM
    Computer:      <NODE 2>
    Description:
    Node 'NODE2' failed to establish a communication session while joining the cluster. This was due to an authentication failure. Please verify that the nodes are running compatible versions of the cluster service software.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-FailoverClustering" Guid="{baf908ea-3421-4ca9-9b84-6689b8c6f85f}" />
        <EventID>1570</EventID>
        <Version>0</Version>
        <Level>1</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2008-08-29T18:43:14.294Z" />
        <EventRecordID>4481</EventRecordID>
        <Correlation />
        <Execution ProcessID="2412" ThreadID="3416" />
        <Channel>System</Channel>
        <Computer>NODE2</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="NodeName">node2</Data>
      </EventData>
    </Event>
    ====
    I have also since tried creating the cluster with the firewall and no success.
    I have tried creating the node from the other cluster and this did not work either
    I tried creating a cluster with just  a single node and this did create a cluster. I could not join the other node and the network name resource did not come online either. The below is from the event logs.
    Log Name:      System
    Source:        Microsoft-Windows-FailoverClustering
    Date:          01/09/2008 12:42:44
    Event ID:      1207
    Task Category: Network Name Resource
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      Node1.Domain
    Description:
    Cluster network name resource 'Cluster Name' cannot be brought online. The computer object associated with the resource could not be updated in domain 'Domain' for the following reason:
    Unable to obtain the Primary Cluster Name Identity token.
    The text for the associated error code is: An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
    The cluster identity 'CLUSTER$' may lack permissions required to update the object. Please work with your domain administrator to ensure that the cluster identity can update computer objects in the domain.

    I am having the exact same issue... but these are on freshly created virtual machines... no group policy or anything...
    I am 100% unable to create a Virtual Windows server 2012 failover cluster using two virtual fiber channel adapters to connect to the shared storage.
    I've tried using GUI and powershell, I've tried adding all available storage, or not adding it, I've tried renaming the server and changing all the IP addresses....
    To reproduce:
    1. Create two identical Server 2012 virtual machines
    (My Config: 4 CPU's, 4gb-8gb dynamic memory, 40gb HDD, two network cards (one for private, one for mgmt), two fiber cards to connect one to each vsan.)
    2. Update both VM's to current windows updates
    3. Add Failover Clustering role, Reboot, and try to create cluster.
    Cluster passed all validation tests perfectly, but then it gets to "forming cluster" and times out =/
    Any assistance would be greatly appreciate.

  • I recently tried to remove widows7 on my macbook air using bootcamp and halfway through it grayed out .The windows 7 is removed but i cant free up the 62gig partition the windows was occupying on my 121gig ssd harddrive please help

    i recently tried to remove widows7 on my macbook air using bootcamp and halfway through it grayed out .The windows 7 is removed but i cant free up the 62gig partition the windows was occupying on my 121gig ssd harddrive please help

    You may have to see about using the Recovery HD partition to attempt to erase and restore useful function of the capacity lost to the former Windows installation.
    And you may have to backup your contents outside the computer to do it. Disk Utility on the Mac OS X historically has not been able to touch a BootCamp created partition; so if BootCamp cannot remove it, then you have to see how to do the equivalent of a reformat of the entire drive (less Recovery partition?) then reinstall your OS X. Maybe from internet recovery, then get your applications, etc from the Mac App store, etc.
    A complete system clone of your OS X on an external HDD would be another method to restore after reformat, of the portion you want whole again, not necessarily the space where Recovery may live.
    There may be (an)other way(s).
    Perhaps someone with recent experience
    in this matter can reply & discuss options.
    With my antiques, they almost know what I want before I tell them.
    Hopefully yours will after you talk to it awhile.
    Good luck & happy computing!

  • How to "Create a Windows 7 install disk" on Mountian Lion w/Bootcamp 5

    It's basically the same way you create one with previous Bootcamp & OS verisons.
    Finder -> Applications -> Utilities -> Select Bootcamp -> Show Package Contents
    Open "Info.plist"
    Scroll until you see whats listed below.
    <key>PreUSBBootSupportedModels</key>
              <array>
                        <string>MacBook7,1</string>
                        <string>MacBookAir3,2</string>
                        <string>MacBookPro8,3</string>
                        <string>MacPro5,1</string>
                        <string>Macmini4,1</string>
                        <string>iMac12,2</string>
                        <string>iMac11,2</string>
              </array>
    Remove the "Pre" in "PreUSBBootSupportedModels"
    Then it will ask if you want to make a copy of the file, click yes.
    Now in the new "plist" file cut out "MacBook7,1" in the top line and replace with your Model Identifier (Can be found in "System Information" under "Hardware Overview")
    Save this file as "Info.plist"
    After save the old "Info.plist" file as "Old.Info.plist" and move to the trash can (May as for log in info to do so)
    Then after that file is in the trash move the NEW "Info.plist" (The one you edited) to the Bootcamp Content folder in place of the other one.
    If everything is done right you should now be able to "select/disselect" the "Create a Windows 7 install disk" in bootcamp.
    You're welcome,
    Avery

    I recently bought my Mac MIni 2010 Model, yes i know, 2010 Model?! But that's what i can afford for now since i already have an Apple Cinema display, an Apple Wireless keyboard and a Magic Mouse.
    When i tried opening the Boot camp assistant, since my Mac has an optical drive, only two options were shown and the "Create Windows USB install disk" option wasn't there at all.
    So i searched the net for help and i found only one that answers my query (http://forums.atomicmpc.com.au/index.php?showtopic=51873), however, after following the tutorial, it didn't work and my Boot Camp assistant ended up crashing (quit unexpectedly). So i reverted the process and my Boot camp assistant went back, up and running but still no third option.
    So disappointed, i went back to the "info.plist" that i was working on (using Xcode) and tried to mess around with the contents.
    Then after over an hour of trial and error, i decided to just revert the changes that i did and quit. As i was clicking on the , and because i was a noob, i deleted by mistake the entire array of strings containing "Boot ROM Versions" that allows some mac models to boot windows using usb and when i click cmd+z, it just won't undo it.
    So i guess, i was screwd! So nervous that i thought i killed the app, i closed the "info.plist" and checked if the Boot Camp assistant would still launch.
    To my surprise, it actually opened! And to my astonishment, it even shows the third option! I guess, no one has ever did this, as we speak!
    So you can call me an Accidental Hacker LOL! To all of you who understands fully the function of "info.plist" - any thoughts?
    Mac Mini Mid 2010
    OS X Version 10.8.3 Mountain Lion
    2.4 Ghz Intel Core 2 Duo
    2 GB 1067 Mhz DDR3

  • Can't create repository as iSCSI physical disk

    Using OVM 3.1.1
    I am using a ZFS Storage Appliance (simulated under virtualbox for testing) as a SAN.
    I created two iSCSI LUN devices on the appliance in the same ZFS pool:- a LUN for a server pool, and a LUN for a repository.
    After creating an Access Group that two of my OVM servers could use to see this pool, I was able to create a pool using the LUN I made for the server pool.
    Of course I have already installed the ZFS-SA pugin on my two OVM nodes, so this all works.
    When I tried to create the repository, I use the other iSCSI LUN and I get the message box with spinning timer icon telling me that it is creating the repository.
    However, the process times out and fails. The details of the failure I cut and pasted here.
    The interesting this is that instead of an iSCSI LUN, I can create an NFS share on the ZFS-SA, mount that, and use that as a repository and have that work.
    That's not what I want, however.
    What's going on? The detailed log output gives me no clue whatsoever as to what is wrong. Looks like it's clashing with OCFS2 or something.
    Job Construction Phase
    begin()
    Appended operation 'File System Construct' to object '0004fb0000090000de3c84de0325cbb2 (Local FS ovm-dev-01)'.
    Appended operation 'Cluster File System Present' to object 'ec686c238f27311b'.
    Appended operation 'Repository Construct' to object '0004fb000003000027ca3c09e0f30673 (SUN (2))'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [Cluster] ec686c238f27311b
    Operation: Cluster File System Present
    Object (CREATED): [LocalFileSystem] 0004fb0000050000e580a3d171ecf6c1 (fs_repo01)
    Object (IN_USE): [LocalFileServer] 0004fb00000900008e232246f9e4b224 (Local FS ovm-dev-02)
    Object (CREATED): [Repository] 0004fb000003000027ca3c09e0f30673 (repo01)
    Operation: Repository Construct
    Object (IN_USE): [LocalFileServer] 0004fb0000090000de3c84de0325cbb2 (Local FS ovm-dev-01)
    Operation: File System Construct
    Object (IN_USE): [StorageElement] 0004fb00001800009299c1a46c0e3979 (SUN (2))
    Job Running Phase at 00:39 on Wed, Jun 20, 2012
    Job Participants: [34:35:33:33:33:30:43:4e:37:37:34:37:30:32:53:35 (ovm-dev-01)]
    Actioner
    Starting operation 'Cluster File System Present' on object '0004fb0000050000e580a3d171ecf6c1 (fs_repo01)'
    Completed operation 'Cluster File System Present' completed with direction ==> DONE
    Starting operation 'Repository Construct' on object '0004fb000003000027ca3c09e0f30673 (repo01)'
    Completed operation 'Repository Construct' completed with direction ==> LATER
    Starting operation 'File System Construct' on object '0004fb0000050000e580a3d171ecf6c1 (fs_repo01)'
    Job: 1340118585250, aborted post-commit by user: admin
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=1450 method=addTransactionIdentifier accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=675 method=createFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setName accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setFoundryContext accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=onPersistableCreate accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setLifecycleState accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setRollbackLifecycleState accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setRefreshed accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setBackingDevices accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setUuid accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setPath accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setSimpleName accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=addFileServer accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setStorageDevice accessLevel=6
    Class=StorageElementDbImpl vessel_id=1273 method=addLayeredFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setSimpleName accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=921 method=addFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=addFileServer accessLevel=6
    Class=ClusterDbImpl vessel_id=1374 method=addLocalFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setCluster accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setAsset accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=createRepository accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setName accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setFoundryContext accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=onPersistableCreate accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setLifecycleState accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setRollbackLifecycleState accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setRefreshed accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setDom0Uuid accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setSharePath accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setSimpleName accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=addRepository accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setManagerUuid accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setVersion accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=addJobOperation accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setSimpleName accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setDescription accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setAssociatedHandles accessLevel=6
    Class=ClusterDbImpl vessel_id=1374 method=setCurrentJobOperationComplete accessLevel=6
    Class=ClusterDbImpl vessel_id=1374 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setTuringMachineFlag accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setTuringMachineFlag accessLevel=6
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_createFileSystem] failed for storage server [0004fb0000090000de3c84de0325cbb2] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012
    at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1371)
    at com.oracle.ovm.mgr.action.StoragePluginAction.createFileSystem(StoragePluginAction.java:894)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.createFileSystem(FileSystemConstruct.java:57)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.action(FileSystemConstruct.java:49)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.physical.storage.LocalFileServerProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.StoragePluginAction.createFileSystem(StoragePluginAction.java:890)
    ... 27 more
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 30 more
    FailedOperationCleanup
    Starting failed operation 'File System Construct' cleanup on object 'fs_repo01'
    Complete rollback operation 'File System Construct' completed with direction=fs_repo01
    Rollbacker
    Executing rollback operation 'Cluster File System Present' on object '0004fb0000050000e580a3d171ecf6c1 (fs_repo01)'
    Complete rollback operation 'Cluster File System Present' completed with direction=DONE
    Executing rollback operation 'File System Construct' on object '0004fb0000050000e580a3d171ecf6c1 (fs_repo01)'
    Complete rollback operation 'File System Construct' completed with direction=DONE
    Objects To Be Rolled Back
    Object (IN_USE): [Cluster] ec686c238f27311b
    Object (CREATED): [LocalFileSystem] 0004fb0000050000e580a3d171ecf6c1 (fs_repo01)
    Object (IN_USE): [LocalFileServer] 0004fb00000900008e232246f9e4b224 (Local FS ovm-dev-02)
    Object (CREATED): [Repository] 0004fb000003000027ca3c09e0f30673 (repo01)
    Object (IN_USE): [LocalFileServer] 0004fb0000090000de3c84de0325cbb2 (Local FS ovm-dev-01)
    Object (IN_USE): [StorageElement] 0004fb00001800009299c1a46c0e3979 (SUN (2))
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=1450 method=addTransactionIdentifier accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=675 method=createFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setName accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setFoundryContext accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=onPersistableCreate accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setLifecycleState accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setRollbackLifecycleState accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setRefreshed accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setBackingDevices accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setUuid accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setPath accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setSimpleName accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=addFileServer accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setStorageDevice accessLevel=6
    Class=StorageElementDbImpl vessel_id=1273 method=addLayeredFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setSimpleName accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=921 method=addFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=addFileServer accessLevel=6
    Class=ClusterDbImpl vessel_id=1374 method=addLocalFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setCluster accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=setAsset accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=createRepository accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setName accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setFoundryContext accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=onPersistableCreate accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setLifecycleState accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setRollbackLifecycleState accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setRefreshed accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setDom0Uuid accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setSharePath accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setSimpleName accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setFileSystem accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=addRepository accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setManagerUuid accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setVersion accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=addJobOperation accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setSimpleName accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setDescription accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setAssociatedHandles accessLevel=6
    Class=ClusterDbImpl vessel_id=1374 method=setCurrentJobOperationComplete accessLevel=6
    Class=ClusterDbImpl vessel_id=1374 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setTuringMachineFlag accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setTuringMachineFlag accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=675 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=1450 method=setFailedOperation accessLevel=6
    Class=ClusterDbImpl vessel_id=1374 method=nextJobOperation accessLevel=6
    Class=LocalFileSystemDbImpl vessel_id=1459 method=nextJobOperation accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=921 method=nextJobOperation accessLevel=6
    Class=RepositoryDbImpl vessel_id=1464 method=nextJobOperation accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=675 method=nextJobOperation accessLevel=6
    Class=StorageElementDbImpl vessel_id=1273 method=nextJobOperation accessLevel=6
    Class=ClusterDbImpl vessel_id=1374 method=nextJobOperation accessLevel=6
    Class=LocalFileServerDbImpl vessel_id=675 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_B000E Storage plugin command [storage_plugin_createFileSystem] failed for storage server [0004fb0000090000de3c84de0325cbb2] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_createFileSystem] failed for storage server [0004fb0000090000de3c84de0325cbb2] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012
    at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1371)
    at com.oracle.ovm.mgr.action.StoragePluginAction.createFileSystem(StoragePluginAction.java:894)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.createFileSystem(FileSystemConstruct.java:57)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.action(FileSystemConstruct.java:49)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at sun.reflect.GeneratedMethodAccessor728.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.physical.storage.LocalFileServerProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at sun.reflect.GeneratedMethodAccessor1229.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    Wed Jun 20 00:41:47 CST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.StoragePluginAction.createFileSystem(StoragePluginAction.java:890)
    ... 27 more
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_createFileSystem oracle.ocfs2.OCFS2.OCFS2Plugin 0004fb0000050000e580a3d171ecf6c1 /dev/mapper/3600144f0c17a765000004fe11a280004 0, Status: java.lang.InterruptedException
    Wed Jun 20 00:41:47 CST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 30 more
    End of Job
    Edited by: 941491 on Jun 19, 2012 5:54 PM
    Edited by: 941491 on Jun 19, 2012 5:55 PM
    Edited by: 941491 on Jun 19, 2012 5:56 PM

    To frustrate me further, trying to remove my repository LUN from the access group hasn't worked.
    I begin by editing the storage access group and swapping the repository LUN I created back out and onto the left panel (where it is to be unused I imagine).
    What's ridiculous is that the LUN isn't mounted or used by anything (it didn't work, remember?). If it was easy to add to the group... why so hard to remove?
    ...to my surprise, I get this:-
    Perhaps it's because I am attempting to do something before something else has been properly cleaned up.
    It would be nice to be told of that, rather than have error messages like this thrust at you.
    Job Construction Phase
    begin()
    Appended operation 'Storage Element Teardown' to object '34:35:33:33:33:30:43:4e:37:37:34:37:30:33:42:42 (ovm-dev-02)'.
    Appended operation 'Storage Element Teardown' to object '34:35:33:33:33:30:43:4e:37:37:34:37:30:32:53:35 (ovm-dev-01)'.
    Appended operation 'Storage Element UnPresent' to object '0004fb00001800000e2fa7b367ddf334 (repo01)'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [Server] 34:35:33:33:33:30:43:4e:37:37:34:37:30:33:42:42 (ovm-dev-02)
    Operation: Storage Element Teardown
    Object (DELETING): [IscsiStoragePath] iqn.1988-12.com.oracle:fe7bba90add3 : iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643 (3600144f0c17a765000004fe138810007)
    Object (IN_USE): [Server] 34:35:33:33:33:30:43:4e:37:37:34:37:30:32:53:35 (ovm-dev-01)
    Operation: Storage Element Teardown
    Object (IN_USE): [AccessGroup] group01 @ 0004fb00000900003b330fb87739bbfe (group01)
    Object (IN_USE): [IscsiStorageTarget] iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643
    Object (IN_USE): [StorageElement] 0004fb00001800000e2fa7b367ddf334 (repo01)
    Operation: Storage Element UnPresent
    Object (IN_USE): [IscsiStorageInitiator] iqn.1988-12.com.oracle:fe7bba90add3
    Object (DELETING): [IscsiStoragePath] iqn.1988-12.com.oracle:43e520f2e5f : iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643 (3600144f0c17a765000004fe138810007)
    Object (IN_USE): [IscsiStorageInitiator] iqn.1988-12.com.oracle:43e520f2e5f
    Job Running Phase at 02:56 on Wed, Jun 20, 2012
    Job Participants: [34:35:33:33:33:30:43:4e:37:37:34:37:30:33:42:42 (ovm-dev-02)]
    Actioner
    Starting operation 'Storage Element Teardown' on object '34:35:33:33:33:30:43:4e:37:37:34:37:30:33:42:42 (ovm-dev-02)'
    Sending storage element teardown command to server [ovm-dev-02] for element whose page 83 id is [3600144f0c17a765000004fe138810007]
    Completed operation 'Storage Element Teardown' completed with direction ==> DONE
    Starting operation 'Storage Element Teardown' on object '34:35:33:33:33:30:43:4e:37:37:34:37:30:32:53:35 (ovm-dev-01)'
    Sending storage element teardown command to server [ovm-dev-01] for element whose page 83 id is [3600144f0c17a765000004fe138810007]
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [teardown] failed for storage server [{access_grps=[{grp_name=default, grp_entries=[iqn.1988-12.com.oracle:43e520f2e5f], grp_modes=[]}, {grp_name=group01, grp_entries=[iqn.1988-12.com.oracle:43e520f2e5f, iqn.1988-12.com.oracle:fe7bba90add3], grp_modes=[]}], passwd=null, admin_passwd=W1a,1bT7, storage_id=[iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643], chap=false, access_host=zfs-app.icesa.catholic.edu.au, storage_server_id=2b34e1ce-5465-ecd1-9a10-c17a7650ba08, vol_groups=[{vol_alloc_sz=0, vol_free_sz=0, vol_used_sz=0, vol_name=ovmpool/local/default, vol_total_sz=0, vol_desc=}], username=null, name=0004fb00000900003b330fb87739bbfe, admin_user=cesa_ovm, uuid=0004fb00000900003b330fb87739bbfe, extra_info=OVM-iSCSI,OVM-iSCSI-Target, access_port=3260, storage_type=iSCSI, admin_host=zfs-app.icesa.catholic.edu.au}] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_deviceTeardown] failed for storage server [0004fb00000900003b330fb87739bbfe] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_B000E Storage plugin command [storage_plugin_deviceTeardown] failed for storage server [0004fb00000900003b330fb87739bbfe] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012...
    Wed Jun 20 02:56:08 CST 2012
    at com.oracle.ovm.mgr.op.physical.storage.StorageElementTeardown.action(StorageElementTeardown.java:75)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.physical.ServerProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_deviceTeardown] failed for storage server [0004fb00000900003b330fb87739bbfe] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1371)
    at com.oracle.ovm.mgr.action.StoragePluginAction.teardownStorageElement(StoragePluginAction.java:821)
    at com.oracle.ovm.mgr.op.physical.storage.StorageElementTeardown.action(StorageElementTeardown.java:71)
    ... 25 more
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.StoragePluginAction.teardownStorageElement(StoragePluginAction.java:817)
    ... 26 more
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 29 more
    FailedOperationCleanup
    Starting failed operation 'Storage Element Teardown' cleanup on object 'ovm-dev-01'
    Complete rollback operation 'Storage Element Teardown' completed with direction=ovm-dev-01
    Rollbacker
    Executing rollback operation 'Storage Element Teardown' on object '34:35:33:33:33:30:43:4e:37:37:34:37:30:33:42:42 (ovm-dev-02)'
    Complete rollback operation 'Storage Element Teardown' completed with direction=DONE
    Executing rollback operation 'Storage Element Teardown' on object '34:35:33:33:33:30:43:4e:37:37:34:37:30:32:53:35 (ovm-dev-01)'
    Complete rollback operation 'Storage Element Teardown' completed with direction=DONE
    Objects To Be Rolled Back
    Object (IN_USE): [Server] 34:35:33:33:33:30:43:4e:37:37:34:37:30:33:42:42 (ovm-dev-02)
    Object (DELETING): [IscsiStoragePath] iqn.1988-12.com.oracle:fe7bba90add3 : iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643 (3600144f0c17a765000004fe138810007)
    Object (IN_USE): [Server] 34:35:33:33:33:30:43:4e:37:37:34:37:30:32:53:35 (ovm-dev-01)
    Object (IN_USE): [AccessGroup] group01 @ 0004fb00000900003b330fb87739bbfe (group01)
    Object (IN_USE): [IscsiStorageTarget] iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643
    Object (IN_USE): [StorageElement] 0004fb00001800000e2fa7b367ddf334 (repo01)
    Object (IN_USE): [IscsiStorageInitiator] iqn.1988-12.com.oracle:fe7bba90add3
    Object (DELETING): [IscsiStoragePath] iqn.1988-12.com.oracle:43e520f2e5f : iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643 (3600144f0c17a765000004fe138810007)
    Object (IN_USE): [IscsiStorageInitiator] iqn.1988-12.com.oracle:43e520f2e5f
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=2295 method=addTransactionIdentifier accessLevel=6
    Class=StorageElementDbImpl vessel_id=1923 method=unpresent accessLevel=6
    Class=ServerDbImpl vessel_id=728 method=teardownStorageElements accessLevel=6
    Class=ServerDbImpl vessel_id=1686 method=teardownStorageElements accessLevel=6
    Class=AccessGroupDbImpl vessel_id=1941 method=removeStorageElement accessLevel=6
    Class=IscsiStorageInitiatorDbImpl vessel_id=845 method=deleteStoragePath accessLevel=6
    Class=IscsiStoragePathDbImpl vessel_id=2070 method=setLifecycleState accessLevel=6
    Class=IscsiStoragePathDbImpl vessel_id=2070 method=setRollbackLifecycleState accessLevel=6
    Class=IscsiStoragePathDbImpl vessel_id=2070 method=onPersistableClean accessLevel=6
    Class=StorageElementDbImpl vessel_id=1923 method=removeStoragePath accessLevel=6
    Class=IscsiStorageTargetDbImpl vessel_id=580 method=removeStoragePath accessLevel=6
    Class=IscsiStorageInitiatorDbImpl vessel_id=1803 method=deleteStoragePath accessLevel=6
    Class=IscsiStoragePathDbImpl vessel_id=2132 method=setLifecycleState accessLevel=6
    Class=IscsiStoragePathDbImpl vessel_id=2132 method=setRollbackLifecycleState accessLevel=6
    Class=IscsiStoragePathDbImpl vessel_id=2132 method=onPersistableClean accessLevel=6
    Class=StorageElementDbImpl vessel_id=1923 method=removeStoragePath accessLevel=6
    Class=IscsiStorageTargetDbImpl vessel_id=580 method=removeStoragePath accessLevel=6
    Class=InternalJobDbImpl vessel_id=2295 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=2295 method=setAssociatedHandles accessLevel=6
    Class=ServerDbImpl vessel_id=728 method=setCurrentJobOperationComplete accessLevel=6
    Class=ServerDbImpl vessel_id=728 method=nextJobOperation accessLevel=6
    Class=ServerDbImpl vessel_id=1686 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=2295 method=setFailedOperation accessLevel=6
    Class=ServerDbImpl vessel_id=728 method=nextJobOperation accessLevel=6
    Class=IscsiStoragePathDbImpl vessel_id=2132 method=nextJobOperation accessLevel=6
    Class=ServerDbImpl vessel_id=1686 method=nextJobOperation accessLevel=6
    Class=AccessGroupDbImpl vessel_id=1941 method=nextJobOperation accessLevel=6
    Class=IscsiStorageTargetDbImpl vessel_id=580 method=nextJobOperation accessLevel=6
    Class=StorageElementDbImpl vessel_id=1923 method=nextJobOperation accessLevel=6
    Class=IscsiStorageInitiatorDbImpl vessel_id=1803 method=nextJobOperation accessLevel=6
    Class=IscsiStoragePathDbImpl vessel_id=2070 method=nextJobOperation accessLevel=6
    Class=IscsiStorageInitiatorDbImpl vessel_id=845 method=nextJobOperation accessLevel=6
    Class=ServerDbImpl vessel_id=728 method=nextJobOperation accessLevel=6
    Class=ServerDbImpl vessel_id=1686 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_B000E Storage plugin command [teardown] failed for storage server [{access_grps=[{grp_name=default, grp_entries=[iqn.1988-12.com.oracle:43e520f2e5f], grp_modes=[]}, {grp_name=group01, grp_entries=[iqn.1988-12.com.oracle:43e520f2e5f, iqn.1988-12.com.oracle:fe7bba90add3], grp_modes=[]}], passwd=null, admin_passwd=W1a,1bT7, storage_id=[iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643], chap=false, access_host=zfs-app.icesa.catholic.edu.au, storage_server_id=2b34e1ce-5465-ecd1-9a10-c17a7650ba08, vol_groups=[{vol_alloc_sz=0, vol_free_sz=0, vol_used_sz=0, vol_name=ovmpool/local/default, vol_total_sz=0, vol_desc=}], username=null, name=0004fb00000900003b330fb87739bbfe, admin_user=cesa_ovm, uuid=0004fb00000900003b330fb87739bbfe, extra_info=OVM-iSCSI,OVM-iSCSI-Target, access_port=3260, storage_type=iSCSI, admin_host=zfs-app.icesa.catholic.edu.au}] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_deviceTeardown] failed for storage server [0004fb00000900003b330fb87739bbfe] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_B000E Storage plugin command [storage_plugin_deviceTeardown] failed for storage server [0004fb00000900003b330fb87739bbfe] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012...
    Wed Jun 20 02:56:08 CST 2012
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [teardown] failed for storage server [{access_grps=[{grp_name=default, grp_entries=[iqn.1988-12.com.oracle:43e520f2e5f], grp_modes=[]}, {grp_name=group01, grp_entries=[iqn.1988-12.com.oracle:43e520f2e5f, iqn.1988-12.com.oracle:fe7bba90add3], grp_modes=[]}], passwd=null, admin_passwd=W1a,1bT7, storage_id=[iqn.1986-03.com.sun:02:a0386184-4a49-eaeb-f2f0-b3b9070f3643], chap=false, access_host=zfs-app.icesa.catholic.edu.au, storage_server_id=2b34e1ce-5465-ecd1-9a10-c17a7650ba08, vol_groups=[{vol_alloc_sz=0, vol_free_sz=0, vol_used_sz=0, vol_name=ovmpool/local/default, vol_total_sz=0, vol_desc=}], username=null, name=0004fb00000900003b330fb87739bbfe, admin_user=cesa_ovm, uuid=0004fb00000900003b330fb87739bbfe, extra_info=OVM-iSCSI,OVM-iSCSI-Target, access_port=3260, storage_type=iSCSI, admin_host=zfs-app.icesa.catholic.edu.au}] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_deviceTeardown] failed for storage server [0004fb00000900003b330fb87739bbfe] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_B000E Storage plugin command [storage_plugin_deviceTeardown] failed for storage server [0004fb00000900003b330fb87739bbfe] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012...
    Wed Jun 20 02:56:08 CST 2012
    at com.oracle.ovm.mgr.op.physical.storage.StorageElementTeardown.action(StorageElementTeardown.java:75)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at sun.reflect.GeneratedMethodAccessor835.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.physical.ServerProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at sun.reflect.GeneratedMethodAccessor1118.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_B000E Storage plugin command [storage_plugin_deviceTeardown] failed for storage server [0004fb00000900003b330fb87739bbfe] failed with [com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012] OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    at com.oracle.ovm.mgr.action.StoragePluginAction.processException(StoragePluginAction.java:1371)
    at com.oracle.ovm.mgr.action.StoragePluginAction.teardownStorageElement(StoragePluginAction.java:821)
    at com.oracle.ovm.mgr.op.physical.storage.StorageElementTeardown.action(StorageElementTeardown.java:71)
    ... 25 more
    Caused by: com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm-dev-01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    Wed Jun 20 02:56:08 CST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.StoragePluginAction.teardownStorageElement(StoragePluginAction.java:817)
    ... 26 more
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 storage_plugin_deviceTeardown oracle.s7k.SCSIPlugin.SCSIPlugin, Status: org.apache.xmlrpc.XmlRpcException: OSCPlugin.OperationFailedEx:'Unable to tear down multipath device /dev/mapper/3600144f0c17a765000004fe138810007: device-mapper: remove ioctl failed: Device or resource busy\nCommand failed\n'
    Wed Jun 20 02:56:08 CST 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 29 more
    End of Job
    Edited by: 941491 on Jun 19, 2012 7:59 PM
    Edited by: 941491 on Jun 19, 2012 8:03 PM
    Edited by: 941491 on Jun 19, 2012 8:06 PM

  • How to access removable disks?

    I'm new on Elements and seem to stumble in the first round. I use  several extern datadisks (for photo's, audio etc.) via USB - how can I import photo's and other stuff from these? No other program but Elements has a problem with that...

    Thank you for your fast response!... From my side I should have supplied more info. My working horse  is an eMac with for all possible data (photos, audio, backup etc) extern (USB 2) drives attached. These drives are formatted with MacOS (journalled) or FAT32. The OS is Mavericks with Elements 12. When trying to import files - 'Photos from cameras or devices' - it says under 'Source' just 'No device found' whatever I try. However after several tries it now seems to work with Organizer. And so I take it from there...
    Op 30 apr. 2014, om 23:52 heeft A.T. Romano <[email protected]> het volgende geschreven:
    Re: How to access removable disks?
    created by A.T. Romano in Premiere Elements - View the full discussion
    HenkDeBoer
    What version of Premiere Elements are you using and what computer operating system is it running?
    For now, I will asssume Premiere Elements 12 on Windows 7, 8, or 8.1 64 bit.
    If you have video storage on an USB 2 or 3 external hard drive and you want to use any of it in a Premiere Elements project, you should be able to use Premiere Elements Add Media/Files and Folders to navigate to the external hard drive and import the file(s) into the project. What is happening in your case to give you problems?
    Is the external hard drive USB 2 or 3, is the drive letter staying constant, and is the external hard drive formatted NTFS if you are working on Windows? If Mac, what format is your external hard drive?
    Or do you have your media stored on a USB 2 or 3 Flash Drive or DVD disc...if so, then you would use Add Media/"Videos from Flip or Camera"/Video Importer after you insert your USB Flash Drive into a USB port or place the DVD disc in the burner tray.
    Please review and consider, supply details, and then we shall work on resolving whatever Premiere Elements workflow problems that you are having.
    Thanks.
    ATR
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6345590#6345590
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6345590#6345590
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6345590#6345590. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Premiere Elements at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • 2012 R2 Cluster - Issues creating cluster

    New Dell VRTX server with 2 server blades. Installed Server 2012 R2 on both blades and all working ok.
    Ran the 'Validate Configuration' wizard and all ok apart from Storage Spaces, which we won't need as we have hardware RAID.
    Then ran create cluster wizard and works ok until it goes to create and then fails:-
    Adding special permissions to the computer object failed.
    Trying to add 'Full-Access' permissions for security principal
    S-1-5-21-1054053922-559824688-2072063007-68696 to computer object
    CN=UKWOR-CLUSTER01,OU=Cluster,OU=SERVER,OU=HAR,OU=UK,OU=AVL,DC=xxxx,DC=xxxx,DC=lan
    failed. Verify that the user running create cluster has permissions to update
    the computer object in Active Directory Domain Services. The parameter is
    incorrect.
     "CreateClusterNameCOIfNotExists (6888):   Configuring Computer Object UKWOR-CLUSTER01 to act as the CNO on DC   \\ xxx.lan"
     "CreateClusterNameCOIfNotExists (6916):   Configuring Cluster CNO resource."
     "CreateClusterNameCOIfNotExists (6942):   Cannot provide user special permissions to the object. 
    Error <87> (Step ErrorPutSD)."
     "PhaseManager::EndPhase (235): Phase   109
     "CreateNetworkName (4618): Failed to   create Computer Object for NetName Cluster Name on DC   \\ xxx.lan. Error 87."
    I've tried this also by pre-creating the computer object (in the right OU and following guides online for setting the permissions, disabling it etc. I do not have Domain Admin rights as we are a large multi-national company. But I can create computer accounts
    in my OU and I have given the administrator account that's logged into the servers the same rights on the relevant OU.
    Any suggestions or ideas as to what I can do to progress with this as I've run out of ideas :(

    Thanks for the info PMThomas,
    @Lerun: For us it was permissions as well in the end.  A quick fix I found to get arround it until you find the offending AD permissions is to create the new Cluster Computer Object in AD.  Disable the account.  Then go into security for the
    Computer Object and disable inheritance, make sure you choose remove when promted.  For us this must have removed the offending AD permissions as we could then create the cluster.
    I've not managed to work out which permission it was yet.  I guess I could test by removing each of the inheritted permissions one by one until the cluster wizard is successfull.
    Heres a link to my post on our troubleshooting process if you fancy a LONG read!!
    http://social.technet.microsoft.com/Forums/en-US/8d1c504b-c3fd-4eaf-8309-ef4e9fdbd82f/unable-to-create-a-new-cluster-on-our-domain?forum=winserverClustering

  • Lost my Mac partition trying to remove Bootcamp

    Hello all,
    I am on a Macbook Pro 7,1 running Yosemite.
    I have two drives installed:
    1. The first one (SSD 256Go) has Yosemite installed.
    2. The second (HDD 1To) had two partitions:
    - the first one was a Bootcamp partition (Win 8) of approximately 120Go (called Bootcamp)
    - the second one was a Mac partition containing all my documents, photos, music (called Media)
    I tried to remove the bootcamp partition using the bootcamp tool and a windows 7 DVD, as instructed.
    The processes was interrupted for no particular reason.
    When I open disk utility, the Media partition is gone.
    The HDD now has only one partition, the bootcamp partition, which takes up the entirety of the drive's space.
    I tried repairing the disk from the utility, to no avail.
    To add to my misery, my Time Machine backup failed a while ago, and was in the process of being reconstructed; so I don't have any backup.
    Would anyone have ideas or experience in restoring partitions?

    You cannot recover a deleted partition. It's possible you can use recovery software to restore your data:
    General File Recovery
    If you stop using the drive it's possible to recover deleted files that have not been overwritten by using recovery software such as MAC Data Recovery, Data Rescue II, File Salvage or TechTool Pro.  Each of the preceding come on bootable CDs to enable usage without risk of writing more data to the hard drive.  Two free alternatives are Disk Drill and TestDisk.  Look for them and demos at MacUpdate or CNET Downloads. Recovery software usually provide trial versions that enable you to determine if the software would help before actually paying for it. Beyond this or if the drive has completely failed, then you would need to send the drive to a recovery service which is very expensive.
    The longer the hard drive remains in use and data are written to it, the greater the risk your deleted files will be overwritten.
    Also visit The XLab FAQs and read the FAQ on Data Recovery.
    None of the above is guaranteed to work.
    Next time you need to put a small OS X partition on the HDD then use Boot Camp Assistant to create your Windows volume. There should be no other partitions on that drive. Your OS X volume should be on the first partition.

  • Creating a Master virtual hard disk and using the same for all other VM's

    Hi,
    We would like to create a master virtual hard disk and use the same for all other VM's. Can we do that ?
    my requirements :
    1) create 10 VM's
    2) first create a master virtual hard disk with win OS and use the same to create the 10 VM's.
    3) After creating the VM's change the HDD size.
                  -- if i have created master virtual disk with 500GB , and use the same for creating a virtual machine. can we change the HDD size to 1TB ?
    After creating the VM's ,i will change the system names and activate the windows accordingly.
    Will there be any implications ,if we can/will do like this.
    Thanks.

    Hi Suren424,
    I think Using Differencing Disks may cover your needs .
    Please refer to following setps:
       "Create the Parent Virtual Machine Configuration and Virtual Hard Disk
        Install the Operating System, updates, and common software
        Generalize the installation
        Prepare the parent virtual hard disk
        Create the differencing disks
        Create virtual machines that use the differencing disks
    For details please refer to follwing link:
    http://social.technet.microsoft.com/wiki/contents/articles/1393.hyper-v-virtual-machine-vm-parent-child-configuration-using-differencing-disks.aspx
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • HT1918 Trying to remove credit card from itunes account

    Trying to remove credit card from daughters itunes account. I erase the billing information and click continue but it will not allow me to exit and save without putting some kind of billing information.There is no "None" option for me to select. What can I do?

    If you only want the free apps, take a look here:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID. 
    You will of course not be able to get anything other than the free apps without entering in some sort of payment method (credit card, prepaid iTunes card, gift certificate, etc.)
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • I'm trying to remove my credit card information but my account does not give me the option of none tried it from my iPad on the and my lab top from the iTunes Store and it's not giving me the option of none

    I tried to remove my credit card information from the iTunes Store and from my IPad there is no option of none only edit

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/ts5366
    If None is not available - On your computer launch iTunes and click “iTunes Store” in the left navigation pane. Click the “down arrow” next to your name at the top right side of the page and click “Account.” Enter your username and password and click “View Account” to log into your account information. Next to your Payment Type, click “Edit.” Select the “None” button and click “Done.” Confirm that your card has been removed by returning to the Apple account information screen. Under Payment Type, it should say that there is no credit card on file.
    iTunes Store: Changing your payment information
    http://support.apple.com/kb/HT1918
    iTunes Store Accepted Forms of Payment
    http://support.apple.com/kb/HT5552
     Cheers, Tom

Maybe you are looking for