Creating Repository Spaces

Hi,
Am new to ODI and trying to create master and work repositories. And I was referring to this link:
http://docs.oracle.com/cd/E21764_01/core.1111/e16453/manual.htm
And they explained about a bug #10328903 and said we need additional grants. I did understand the connect and resource grants but did not understand why do we have to grant the third grant which is exeucte privilege.
Can anyone tell me why do we have to have this privilege.
Thanks,
Sant

Hi Phani,
Thank you for the reply. I was actually trying to upgrade from 10g to 11g and throwing an error saying insufficient privileges.
I used the same one to create master and work repositories except that I did not have:
grant execute on dbms_lock privilege to the work repository I was trying to upgrade.
Why is this privilege needed since this was not mentioned in any of the oracle upgrade documents.
Thanks,
Sant

Similar Messages

  • Error creating repository in oracle 9i (9.2.0.1) database

    Hi I am trying to migrate a SQL Server 2000 database to oracle 9i using SQL Developer 1.5.5 and i am getting an error during the repository creation phase. I keep on having the same error:
    SQL Error on Script Execution
    Try deleting the repository before creating repository.
    And the following when i click on ok:
    The repository installation has failed. Please check the user you are registering and make sure that objects of the same name do not already exist.
    I have checked the database and both my users and temp tablespaces have more than enough space - so it is definitely not a space issue. Here are the roles and privileges that i give to the migrations user upon its creation (same from the docs):
    CREATE USER migrations_user IDENTIFIED BY migrations_user DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp;
    GRANT CONNECT, RESOURCE, CREATE VIEW, CREATE PUBLIC SYNONYM TO migrations_user WITH ADMIN OPTION;
    GRANT ALTER ANY ROLE, ALTER ANY SEQUENCE, ALTER ANY TABLE, ALTER TABLESPACE,
    ALTER ANY TRIGGER, COMMENT ANY TABLE, CREATE ANY SEQUENCE, CREATE ANY TABLE,
    CREATE ANY TRIGGER, CREATE ROLE, CREATE TABLESPACE, CREATE USER, DROP ANY SEQUENCE,
    DROP ANY TABLE, DROP ANY TRIGGER, DROP TABLESPACE, DROP USER, DROP ANY ROLE,
    GRANT ANY ROLE, INSERT ANY TABLE, SELECT ANY TABLE, UPDATE ANY TABLE TO migrations_user;
    Has anybody encountered this problem before and resolved it?
    Any ideas / suggestions would be greatly appreciated.
    I also tried creating the repository in a 10g database and did the migration successfully to the 9i database. However, I found out later that the created sqlserver_utilities package was invalid because it made reference to DBMS_DB_VERSION package which was non existent in the 9i database.
    Thanks
    Edited by: nyanga on Oct 2, 2009 2:20 PM
    Edited by: nyanga on Oct 2, 2009 2:22 PM

    Hi Nyanga,
    The migration tools can be used to migrate to Oracle 9i.
    But we try and keep the conversion compatible with Oracle XE / Oracle 10g and up.
    So you may have issues migrating to Oracle 9i like you said, with he sqlserver_utilities package and using 10g syntax.
    Creating the repository on Oracle 9i is not supported.
    But even if you did succeed , it would not change how the conversion was done. You would still end up with an identical sqlserver_utilities package which was generated using the migration repository on an Oracle 10g database. sqlserver_utilities package definition itself is fixed within a file so regardless of the repository used the same one will be generated.
    Oracle XE can be used of course as the repository and its free to download and use.
    Regards,
    Dermot.

  • How to create a space on the volume for user in eDirectory ?

    hello, can I create and associate a limit on the volume of data with a Java API ?. I would like to do at the time that the user is created in eDirectory. What would my options?. I need to create a space on the volume and create a folder with the user id. If I can help please.
    Thank you.

    Jquinone wrote:
    > hello, can I create and associate a limit on the volume of data with a
    > Java API ?. I would like to do at the time that the user is created in
    > eDirectory. What would my options?. I need to create a space on the
    > volume and create a folder with the user id. If I can help please.
    You can create a folder with ordinary Java methods. To add a quota, you
    can use Virtual File Services API,
    http://developer.novell.com/wiki/index.php/Vfs. In particular, you may
    find addQuota,
    http://developer.novell.com/document...a/btxm0ri.html,
    and modifyVolumeInfo,
    http://developer.novell.com/document...a/afqd95h.html,
    useful.
    Dmitry

  • Error while creating Repository Service in informatica

    Hi Guys,
    When i try to create repository service informatica8.1.1.I'm getting the below error
    driverconnect.exe has encountered a problem and needs to close.We are sorry for the inconvenience.

    since your error message is not completely represented over here,my guess is you are not providing the exact repository name as what you mentioned during the installation.please chek the repository name that you provided
    for example : during installation the defualt repository name might been 'PowerCenter' and you might be entering some other repository name while connecting i.e 'Oracle_BI_DW_Base' .
    check this and let me known.

  • Error while creating repository using Repository Assistant

    Hi All,
    I am using OWB 10.2.0.1 and Oracle Database 10gR2. When i was trying to create repository it is giving error
    "+The Warehouse Builder repository owner installation failed on user OWBRT_SYS_OWNER.+
    +java.lang.NullPointerException+"
    "+INS0029: Error occured during installation. Check the log file for details.+"
    I can not put my log file contain here as it is exceeding character limits.
    Please help me out as i am new to OWB and i am not able to find any clue about the problem....
    I tried to google it, Somebody said it is an uncompatibility issue..
    Looking for you help
    Thanks and Regards
    Sohail Dayer

    Hi,
    Thanks Sutirtha for your reply. I checked my log file and found this.....
    +oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Throwable = java.sql.SQLException: ORA-01017: invalid username/password; logon denied+
    main.AWT-EventQueue-0[6]20100215@16:32:52.052: 00>
    oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)>     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)+
    main.TaskScheduler timer[5]20100215@16:37:57.057: 00>
    But today i tried to create repository and it works.......
    I dont know what was the problem......
    Now another problem is arised.....
    I tried to run some tcl scripts from OMB, it gives logon denied error....
    My init tcl file contain are...
    #define global variables used in procedures
    global debug
    global iconlocation
    global owbclient
    global owbclientpwd
    global host
    global port
    global service
    global udoappdefname
    global themodule
    #Set all common variables
    set owbclient rep_owner
    set owbclientpwd rep_owner
    set sysuser SCOTT     
    set syspwd tiger
    set host 10.42.12.96
    set port 1521
    set service orcl
    set project OWB_DEMO
    set sourcedir d:/newowbdemo
    set dataspace USERS
    set indexspace USERS
    set tempspace TEMP
    set snapspace USERS
    set sqlpath d:/oracle/10.2.0/db_1/BIN
    set sid orcl
    I am not able to run tcl scripts by OMB...
    Help me out
    Thanks in advance
    Sohail Dayer

  • Error While Creating Repository Content at the time of  Installation

    Hi Guys,
    When i'm trying to create repository content at the time of informatica installation i'm getting error "Cannot create repository content or restore".
    I'hve attached the log file below
    ONE')
    INSERT INTO REP_CARD_TYPE VALUES (4, 'MANY TO MANY')
    CREATE TABLE REP_TARG_TYPE
    TARGET_TYPE integer,
    TYPE_NAME varchar(20)
    INSERT INTO REP_TARG_TYPE VALUES (0, 'NONE')
    INSERT INTO REP_TARG_TYPE VALUES (1, 'DIMENSION')
    INSERT INTO REP_TARG_TYPE VALUES (2, 'FACT')
    CREATE VIEW REP_DATABASE_DEFS AS SELECT
    DISTINCT
    DBDNAM DATABASE_NAME,
    SRCNAM DEF_SOURCE,
    SUBJ_NAME SUBJECT_AREA,
    NULL VERSION_ID,
    OPB_DBD.VERSION_NUMBER DATABASE_VERSION_NUMBER
    FROM OPB_DBD, OPB_SUBJECT, OPB_SRC
    WHERE OPB_DBD.SUBJ_ID = OPB_SUBJECT.SUBJ_ID AND
    OPB_SRC.DBDID = OPB_DBD.DBDID AND
    OPB_SRC.VERSION_NUMBER = OPB_DBD.VERSION_NUMBER AND
    OPB_SRC.IS_VISIBLE = 1
    ORA-01031: insufficient privileges
    Database driver error...
    Function Name : executeDirect
    SQL Stmt : CREATE VIEW REP_DATABASE_DEFS AS SELECT
    DISTINCT
    DBDNAM DATABASE_NAME,
    SRCNAM DEF_SOURCE,
    SUBJ_NAME SUBJECT_AREA,
    NULL VERSION_ID,
    OPB_DBD.VERSION_NUMBER DATABASE_VERSION_NUMBER
    FROM OPB_DBD, OPB_SUBJECT, OPB_SRC
    WHERE OPB_DBD.SUBJ_ID = OPB_SUBJECT.SUBJ_ID AND
    OPB_SRC.DBDID = OPB_DBD.DBDID AND
    OPB_SRC.VERSION_NUMBER = OPB_DBD.VERSION_NUMBER AND
    OPB_SRC.IS_VISIBLE = 1
    Oracle Fatal Error
    Database driver error...
    Function Name : ExecuteDirect
    Oracle Fatal Error
    Error occurred while creating the repository
    An error has occurred while creating contents. Dropping repository tables...
    Create Contents operation on repository [Oracle_BI_DW_Base] ended at 08/10/2009 11:50:49. Elapsed time is 0:00:10.
    [[REP_57106] Repository operation error. See repository service log for detailed information.]
    Failed to execute create.
    Completed at Mon Aug 10 11:50:49 2009
    Error:
    ExitCode: 1
    Installation Complete
    ======================

    Hi Rama,
    You don't need to give your etl_ram user a dba role.
    Please refer to the Oracle® Business Intelligence Applications - Installation Guide for Informatica PowerCenter Users, especially to chapter +4.4.1 Create Databases for Oracle BI Applications and Informatica PowerCenter Components+
    Quoting:
    Make sure that the Oracle Business Analytics Warehouse instance is granted the SSE_ROLE. For more information, see Section 4.4.1.1, "How to Create the SSE Role."
    This role would typically get more privileges than just CONNECT and RESOURCE.
    Hope it helps,
    Michal

  • I changed from manually manage music to create more space, and lost a LOT of my music from my current Itunes library.  I HAVE to have that music back!  How do I go about getting the missing/lost files back on my library and IPod?

    I changed from manually managing music to create more space on my IPod and lost a lot of the my music since it synched with another library. ( I think off another long gone computer!)  I HAVE to get this music back!  There are songs I can no longer find!  How do I get this "Cannot locate file for this song" music back on my ITunes library and IPod?
    Thanks for any and all help!!

    See this article for more help and information.
    iTunes: Finding lost media and downloads
    B-rock

  • I just saved my iphoto original library to my external hard drive, now how do i create new space on my hard drive and create a new iphoto library

    i just saved my iphoto original library to my external hard drive, now how do i create new space on my hard drive and create a new iphoto library

    Trash the copy of the library you just moved. Then Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    But do you want to have two iPhoto Libraries? Why not just use the one on the External?

  • How do I create a space between the songs on the playlist?

    Hi, I have a dance studio, in which we perform at the fair this weekend. I put all the songs that we're dancing to on a playlist, but the songs fade into each other...Is there anyway where I can create a space in between each song.Please Help!!!
    -LaQuette

    i tried this edit>perferences>crossfade playback>deselect,
    but it doesn't work for me. there's no way to save the deselection(e.g., via "save" or "ok"). once i close out of the playback folder, the crossfade playback feature just rechecks itself and comes back on. and even if i keep the feature deslected while songs are playing and don't close out, itunes still inplements the crossfade playback feature. any suggestions?

  • Yosemite creates additional spaces?

    Hi folks, I have a small situation on my mac?
    I'm currently using a 27" iMac with a 24" Dell connected via a mini-displayport to HDMI converter and I'm noticing that every now and then, OSX will create another space or two (desktops). I know I should have two desktops, One for my iMac and one for my Dell...but why is it always creating more than 2? I've seen it happen during bootup, sometimes it happens while I'm working. When I go check, I'll see Desktop 3 and 4 created.
    Is my installation bad or something? Thanks!

    Are you using apps in Full Screen? Every Full Screen app gets its own Desktop in Mission Control.

  • I have just imported my photos on my iPad to my mac book. can i now delete them from the iPad to create more space without losing them on the mac book?

    i have just imported my photos on my ipad to my new mac book pro. can i now delete them from my ipad to create more space without losing them on my laptop?

    Yes you can delete them. Removing them from the iPad has no effect at all on the Mac.

  • 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

  • Execution error: Failed creating repository

    Hi,
    There is Enterprise Edition Database 9.0.1 in my Windows 2000 system and while creating repository, database... with ECMA, process failed.
    Any idea
    any help will be appreciated.
    se with SID "OEMREP"...
    E:\oracle\ora90\BIN\launch.exe E:\oracle\ora90\assistants\dbca dbca.cl -progress_only -createDatabase -templateName Transaction_Processing.dbc -gdbName OEMREP -sid OEMREP
    Connecting to SYS...
    Connecting to SYS@BH:1521:OEMREP...
    Checking tablespaces for repository user "OEM_BH_OEMREP"...
    Creating tablespace "OEM_REPOSITORY"...
    Creating repository user "OEM_BH_OEMREP"...
    Granting privileges to repository user...
    Connecting to OEM_BH_OEMREP@BH:1521:OEMREP...
    Populating repository for schema "OEM_BH_OEMREP"...
    Performing prolog operations...
    Creating repository for "Oracle Enterprise Manager"...
    Executing SQL script E:\oracle\ora90\sysman\admin\MAScre.sql...
    .....................>>>Error encountered executing statement:
    [END]
    Disconnecting from OEM_BH_OEMREP@BH:1521:OEMREP...
    Returning to connection SYS@BH:1521:OEMREP...
    Processing failed.
    Best Regards
    Bara

    Bara,
    Please set your local settings to English in Regional Options for your Windows 2000 machine and run the process again. For details, please see note:168164.1 on metalink.

  • I am not able to create Repository

    Hi All,
    I have installed SQL server. I am able to login SQL query. my SQL server name is "WINDSON" now when I am trying to create repository in MDM console I gave server name as "WINDSON" and I select "SQL_Server" as DBMS server Type and give user name and password of SQL server. It is showing Error "Unable to Connect Database Server" I removed SQL server and MDM and again reinstall it but I am gettig the same error. SQL server is working fine but when I try to connect MDM console at that time it gives error.
    So can any one tel me the step by step process to Integreate SQL server with MDM console.
    Any help from an one will be great for me.
    Thanks
    Ashish Patel.

    Hi Ashish
      This error would have caused becaz of SQl Server Registration failure.. Try to process New SQL Server Registration steps given below:
    1. Go to SQL Server Enterprise Manager
    2. Right click on the Current server Group and select
        New SQL Server Registration.
    3. a. Choose the Server name from the available server
        b. Select authentication mode - Select SQl Server
           login instead of windows
        c. Give new login userid & password.
    4. Complete the process and perform FINISH...
    5. Now try with the new Userid & password.
    Hope this might helps....
    cheers
    Alexander
    Note: Please reward the points, if found helpful.

  • Timeout error when trying to create repository

    Hello,
    I'm instaling ovm 3.2.3 and when I try to crete the storage repository from ovm manager I get a timeout error and it stops the creation. I've tried several times, I've reinstalled ovm and manager, but the error is always the same.
    I've look into the log but I didn't find anything related to this error. Can somebody help me please?
    The content of log is this one:
    Job Construction Phase
    Job ID: 1370010128786
    begin()
    Appended operation 'File System Construct' to object '0004fb0000050000d62f8093d31671e2 (fs_repositorio1)'.
    Appended operation 'Repository Construct' to object '0004fb00000300005e7bb4e2447294b9 (3600508b1001c5a240ed9f472dfdbb60a)'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (CREATED): [Repository] 0004fb00000300005e7bb4e2447294b9 (repositorio1)
    Operation: Repository Construct
    Object (CREATED): [LocalFileSystem] 0004fb0000050000d62f8093d31671e2 (fs_repositorio1)
    Operation: File System Construct
    Object (IN_USE): [StorageElement] 0004fb00001800006d86283bfc68236e (3600508b1001c5a240ed9f472dfdbb60a)
    Object (IN_USE): [LocalFileServer] 0004fb0000090000d9ecb1e8a6707a5b (Local FS ovm)
    Job Running Phase at 2013-05-31 15:22:08,786
    Job Participants: [33:31:39:34:34:32:5a:43:32:31:30:33:30:36:51:34 (ovm)]
    Actioner
    15:22:09,461: Starting operation 'Repository Construct' on object '0004fb00000300005e7bb4e2447294b9 (repositorio1)'
    15:22:09,465: Completed operation 'Repository Construct' with direction ==> LATER
    15:22:09,478: Starting operation 'File System Construct' on object '0004fb0000050000d62f8093d31671e2 (fs_repositorio1)'
    Job: 1370010128785/1370010128786, aborted post-commit by user: admin
    Write Methods Invoked
    15:22:08,960 class="InternalJobDbImpl" vessel_id=2960 method=addTransactionIdentifier accessLevel=6 owningTx=1370010128959
    15:22:08,992 class="LocalFileServerDbImpl" vessel_id=1364 method=createFileSystem accessLevel=6 owningTx=1370010128959
    15:22:09,023 class="LocalFileSystemDbImpl" vessel_id=2969 method=setName accessLevel=6 owningTx=1370010128959
    15:22:09,047 class="LocalFileSystemDbImpl" vessel_id=2969 method=setFoundryContext accessLevel=6 owningTx=1370010128959
    15:22:09,047 class="LocalFileSystemDbImpl" vessel_id=2969 method=onPersistableCreate accessLevel=6 owningTx=1370010128959
    15:22:09,047 class="LocalFileSystemDbImpl" vessel_id=2969 method=setLifecycleState accessLevel=6 owningTx=1370010128959
    15:22:09,048 class="LocalFileSystemDbImpl" vessel_id=2969 method=setRollbackLifecycleState accessLevel=6 owningTx=1370010128959
    15:22:09,087 class="LocalFileSystemDbImpl" vessel_id=2969 method=setRefreshed accessLevel=6 owningTx=1370010128959
    15:22:09,090 class="LocalFileSystemDbImpl" vessel_id=2969 method=setBackingDevices accessLevel=6 owningTx=1370010128959
    15:22:09,090 class="LocalFileSystemDbImpl" vessel_id=2969 method=setUuid accessLevel=6 owningTx=1370010128959
    15:22:09,090 class="LocalFileSystemDbImpl" vessel_id=2969 method=setPath accessLevel=6 owningTx=1370010128959
    15:22:09,090 class="LocalFileSystemDbImpl" vessel_id=2969 method=setSimpleName accessLevel=6 owningTx=1370010128959
    15:22:09,091 class="LocalFileSystemDbImpl" vessel_id=2969 method=addFileServer accessLevel=6 owningTx=1370010128959
    15:22:09,091 class="LocalFileSystemDbImpl" vessel_id=2969 method=setStorageDevice accessLevel=6 owningTx=1370010128959
    15:22:09,092 class="StorageElementDbImpl" vessel_id=1383 method=addLayeredFileSystem accessLevel=6 owningTx=1370010128959
    15:22:09,094 class="LocalFileSystemDbImpl" vessel_id=2969 method=setSimpleName accessLevel=6 owningTx=1370010128959
    15:22:09,094 class="LocalFileSystemDbImpl" vessel_id=2969 method=addJobOperation accessLevel=6 owningTx=1370010128959
    15:22:09,110 class="LocalFileSystemDbImpl" vessel_id=2969 method=createRepository accessLevel=6 owningTx=1370010128959
    15:22:09,132 class="RepositoryDbImpl" vessel_id=2975 method=setName accessLevel=6 owningTx=1370010128959
    15:22:09,170 class="RepositoryDbImpl" vessel_id=2975 method=setFoundryContext accessLevel=6 owningTx=1370010128959
    15:22:09,171 class="RepositoryDbImpl" vessel_id=2975 method=onPersistableCreate accessLevel=6 owningTx=1370010128959
    15:22:09,171 class="RepositoryDbImpl" vessel_id=2975 method=setLifecycleState accessLevel=6 owningTx=1370010128959
    15:22:09,171 class="RepositoryDbImpl" vessel_id=2975 method=setRollbackLifecycleState accessLevel=6 owningTx=1370010128959
    15:22:09,213 class="RepositoryDbImpl" vessel_id=2975 method=setRefreshed accessLevel=6 owningTx=1370010128959
    15:22:09,213 class="RepositoryDbImpl" vessel_id=2975 method=setDom0Uuid accessLevel=6 owningTx=1370010128959
    15:22:09,213 class="RepositoryDbImpl" vessel_id=2975 method=setSharePath accessLevel=6 owningTx=1370010128959
    15:22:09,213 class="RepositoryDbImpl" vessel_id=2975 method=setSimpleName accessLevel=6 owningTx=1370010128959
    15:22:09,214 class="RepositoryDbImpl" vessel_id=2975 method=setFileSystem accessLevel=6 owningTx=1370010128959
    15:22:09,214 class="LocalFileSystemDbImpl" vessel_id=2969 method=addRepository accessLevel=6 owningTx=1370010128959
    15:22:09,215 class="RepositoryDbImpl" vessel_id=2975 method=setManagerUuid accessLevel=6 owningTx=1370010128959
    15:22:09,215 class="RepositoryDbImpl" vessel_id=2975 method=setVersion accessLevel=6 owningTx=1370010128959
    15:22:09,216 class="RepositoryDbImpl" vessel_id=2975 method=addJobOperation accessLevel=6 owningTx=1370010128959
    15:22:09,233 class="RepositoryDbImpl" vessel_id=2975 method=setSimpleName accessLevel=6 owningTx=1370010128959
    15:22:09,234 class="RepositoryDbImpl" vessel_id=2975 method=setDescription accessLevel=6 owningTx=1370010128959
    15:22:09,248 class="InternalJobDbImpl" vessel_id=2960 method=setCompletedStep accessLevel=6 owningTx=1370010128959
    15:22:09,253 class="InternalJobDbImpl" vessel_id=2960 method=setAssociatedHandles accessLevel=6 owningTx=1370010128959
    15:22:09,475 class="InternalJobDbImpl" vessel_id=2960 method=setTuringMachineFlag accessLevel=6 owningTx=1370010128959
    Job Aborted (Operation)com.oracle.ovm.mgr.api.exception.JobAbortException: OVMAPI_5000E Job: 1,370,010,128,786/1370010128785/Create Repository repositorio1, was aborted [Fri May 31 15:37:11 WEST 2013]
    at com.oracle.ovm.mgr.api.job.JobEngine.checkJobStatus(JobEngine.java:642)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:626)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.action(FileSystemConstruct.java:57)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1156)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:356)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:333)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:865)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:244)
    at com.oracle.ovm.mgr.api.physical.storage.LocalFileSystemProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:230)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:322)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1340)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:356)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:333)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:106)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:92)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:752)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:467)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:525)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    15:22:09,476 class="RepositoryDbImpl" vessel_id=2975 method=setCurrentOperationToLater accessLevel=6 owningTx=1370010128959
    15:22:09,477 class="InternalJobDbImpl" vessel_id=2960 method=setTuringMachineFlag accessLevel=6 owningTx=1370010128959
    FailedOperationCleanup
    Starting failed operation 'File System Construct' cleanup on object 'fs_repositorio1'
    Complete rollback operation 'File System Construct' cleanup on object 'fs_repositorio1'
    Rollbacker
    15:37:11,587: Starting rollbacker...
    Executing rollback operation 'File System Construct' on object '0004fb0000050000d62f8093d31671e2 (fs_repositorio1)'
    Complete rollback operation 'File System Construct' completed with direction=DONE
    15:37:11,600: Rollbacker completed...
    Objects To Be Rolled Back
    Object (CREATED): [Repository] 0004fb00000300005e7bb4e2447294b9 (repositorio1)
    Object (CREATED): [LocalFileSystem] 0004fb0000050000d62f8093d31671e2 (fs_repositorio1)
    Object (IN_USE): [LocalFileServer] 0004fb0000090000d9ecb1e8a6707a5b (Local FS ovm)
    Object (IN_USE): [StorageElement] 0004fb00001800006d86283bfc68236e (3600508b1001c5a240ed9f472dfdbb60a)
    Write Methods Invoked
    15:22:08,960 class="InternalJobDbImpl" vessel_id=2960 method=addTransactionIdentifier accessLevel=6 owningTx=1370010128959
    15:22:08,992 class="LocalFileServerDbImpl" vessel_id=1364 method=createFileSystem accessLevel=6 owningTx=1370010128959
    15:22:09,023 class="LocalFileSystemDbImpl" vessel_id=2969 method=setName accessLevel=6 owningTx=1370010128959
    15:22:09,047 class="LocalFileSystemDbImpl" vessel_id=2969 method=setFoundryContext accessLevel=6 owningTx=1370010128959
    15:22:09,047 class="LocalFileSystemDbImpl" vessel_id=2969 method=onPersistableCreate accessLevel=6 owningTx=1370010128959
    15:22:09,047 class="LocalFileSystemDbImpl" vessel_id=2969 method=setLifecycleState accessLevel=6 owningTx=1370010128959
    15:22:09,048 class="LocalFileSystemDbImpl" vessel_id=2969 method=setRollbackLifecycleState accessLevel=6 owningTx=1370010128959
    15:22:09,087 class="LocalFileSystemDbImpl" vessel_id=2969 method=setRefreshed accessLevel=6 owningTx=1370010128959
    15:22:09,090 class="LocalFileSystemDbImpl" vessel_id=2969 method=setBackingDevices accessLevel=6 owningTx=1370010128959
    15:22:09,090 class="LocalFileSystemDbImpl" vessel_id=2969 method=setUuid accessLevel=6 owningTx=1370010128959
    15:22:09,090 class="LocalFileSystemDbImpl" vessel_id=2969 method=setPath accessLevel=6 owningTx=1370010128959
    15:22:09,090 class="LocalFileSystemDbImpl" vessel_id=2969 method=setSimpleName accessLevel=6 owningTx=1370010128959
    15:22:09,091 class="LocalFileSystemDbImpl" vessel_id=2969 method=addFileServer accessLevel=6 owningTx=1370010128959
    15:22:09,091 class="LocalFileSystemDbImpl" vessel_id=2969 method=setStorageDevice accessLevel=6 owningTx=1370010128959
    15:22:09,092 class="StorageElementDbImpl" vessel_id=1383 method=addLayeredFileSystem accessLevel=6 owningTx=1370010128959
    15:22:09,094 class="LocalFileSystemDbImpl" vessel_id=2969 method=setSimpleName accessLevel=6 owningTx=1370010128959
    15:22:09,094 class="LocalFileSystemDbImpl" vessel_id=2969 method=addJobOperation accessLevel=6 owningTx=1370010128959
    15:22:09,110 class="LocalFileSystemDbImpl" vessel_id=2969 method=createRepository accessLevel=6 owningTx=1370010128959
    15:22:09,132 class="RepositoryDbImpl" vessel_id=2975 method=setName accessLevel=6 owningTx=1370010128959
    15:22:09,170 class="RepositoryDbImpl" vessel_id=2975 method=setFoundryContext accessLevel=6 owningTx=1370010128959
    15:22:09,171 class="RepositoryDbImpl" vessel_id=2975 method=onPersistableCreate accessLevel=6 owningTx=1370010128959
    15:22:09,171 class="RepositoryDbImpl" vessel_id=2975 method=setLifecycleState accessLevel=6 owningTx=1370010128959
    15:22:09,171 class="RepositoryDbImpl" vessel_id=2975 method=setRollbackLifecycleState accessLevel=6 owningTx=1370010128959
    15:22:09,213 class="RepositoryDbImpl" vessel_id=2975 method=setRefreshed accessLevel=6 owningTx=1370010128959
    15:22:09,213 class="RepositoryDbImpl" vessel_id=2975 method=setDom0Uuid accessLevel=6 owningTx=1370010128959
    15:22:09,213 class="RepositoryDbImpl" vessel_id=2975 method=setSharePath accessLevel=6 owningTx=1370010128959
    15:22:09,213 class="RepositoryDbImpl" vessel_id=2975 method=setSimpleName accessLevel=6 owningTx=1370010128959
    15:22:09,214 class="RepositoryDbImpl" vessel_id=2975 method=setFileSystem accessLevel=6 owningTx=1370010128959
    15:22:09,214 class="LocalFileSystemDbImpl" vessel_id=2969 method=addRepository accessLevel=6 owningTx=1370010128959
    15:22:09,215 class="RepositoryDbImpl" vessel_id=2975 method=setManagerUuid accessLevel=6 owningTx=1370010128959
    15:22:09,215 class="RepositoryDbImpl" vessel_id=2975 method=setVersion accessLevel=6 owningTx=1370010128959
    15:22:09,216 class="RepositoryDbImpl" vessel_id=2975 method=addJobOperation accessLevel=6 owningTx=1370010128959
    15:22:09,233 class="RepositoryDbImpl" vessel_id=2975 method=setSimpleName accessLevel=6 owningTx=1370010128959
    15:22:09,234 class="RepositoryDbImpl" vessel_id=2975 method=setDescription accessLevel=6 owningTx=1370010128959
    15:22:09,248 class="InternalJobDbImpl" vessel_id=2960 method=setCompletedStep accessLevel=6 owningTx=1370010128959
    15:22:09,253 class="InternalJobDbImpl" vessel_id=2960 method=setAssociatedHandles accessLevel=6 owningTx=1370010128959
    15:22:09,475 class="InternalJobDbImpl" vessel_id=2960 method=setTuringMachineFlag accessLevel=6 owningTx=1370010128959
    15:22:09,476 class="RepositoryDbImpl" vessel_id=2975 method=setCurrentOperationToLater accessLevel=6 owningTx=1370010128959
    15:22:09,477 class="InternalJobDbImpl" vessel_id=2960 method=setTuringMachineFlag accessLevel=6 owningTx=1370010128959
    15:37:11,488 class="LocalFileSystemDbImpl" vessel_id=2969 method=nextJobOperation accessLevel=6 owningTx=1370010128959
    15:37:11,488 class="InternalJobDbImpl" vessel_id=2960 method=setFailedOperation accessLevel=6 owningTx=1370010128959
    15:37:11,590 class="RepositoryDbImpl" vessel_id=2975 method=nextJobOperation accessLevel=6 owningTx=1370010128959
    15:37:11,591 class="LocalFileSystemDbImpl" vessel_id=2969 method=nextJobOperation accessLevel=6 owningTx=1370010128959
    15:37:11,591 class="StorageElementDbImpl" vessel_id=1383 method=nextJobOperation accessLevel=6 owningTx=1370010128959
    15:37:11,591 class="LocalFileServerDbImpl" vessel_id=1364 method=nextJobOperation accessLevel=6 owningTx=1370010128959
    15:37:11,600 class="LocalFileSystemDbImpl" vessel_id=2969 method=nextJobOperation accessLevel=6 owningTx=1370010128959
    Completed Step: ROLLBACK
    Job Aborted due to OVMAPI_5000E Job: 1,370,010,128,786/1370010128785/Create Repository repositorio1, was aborted [Fri May 31 15:37:11 WEST 2013]
    com.oracle.ovm.mgr.api.exception.JobAbortException: OVMAPI_5000E Job: 1,370,010,128,786/1370010128785/Create Repository repositorio1, was aborted [Fri May 31 15:37:11 WEST 2013]
    at com.oracle.ovm.mgr.api.job.JobEngine.checkJobStatus(JobEngine.java:642)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:626)
    at com.oracle.ovm.mgr.op.physical.storage.FileSystemConstruct.action(FileSystemConstruct.java:57)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1156)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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:356)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:333)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:865)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:244)
    at com.oracle.ovm.mgr.api.physical.storage.LocalFileSystemProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:230)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:322)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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:356)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:333)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:106)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:92)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:752)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:467)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:525)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    End of Job

    Hi,
    To create a repository with Oracle VM Manager with NFS share, so the NFS share should have the write privilege.
    if the repository with iSCSI so verify your configuration (give it all privilege).
    after you verify your configuration and if this solved so good and if still the same error so
    thinks to tell us the output of the files /var/log/ovs-agent.log and /var/log/messages
    I hope this can help you
    Best Regards

Maybe you are looking for

  • Flash Player sound problems on a 5.1 system

    I don't know if i found the right topic for asking for this question, but here it goes. I noticed that flash player has this issue with my 5.1 system, when i play music (and i mean any music, like my online radio, played through flash, or music throu

  • I have reset last night now it wont work HELP!!!!

    I have reset 'Erase All Content and Settings' and now my phone wont work, I have tried to put it into recovery, that worked but turn it back on again and it stays on the apple and the loading circle doe nothing else, I dont know what to do, it the go

  • Logical Grouping of ProfitCenter/CostCenter Records

    Hi, I have this scenario where in I got a set of records in the cube which consists ProfitCenter/Cost Center combinations. ProfitCenter is a Hierarchy. Now I need to create a set of logical groups (called Divisions) from these set of combinations. Cl

  • Tuning-performance

    Hi I dont have much knowledge about the performance tuning in the oracle database and in the oracle applications . please suggest some books which will provide me good knowledege about the performance tuning in the oracle database and in the oracle a

  • CS2 to CS 5.5

    I am upgrading to CS5.5 standard from CS2 premium. I'm running out of hard drive space and CS2 is still on my computer. Can I delete CS2? I'm running on XP