Designer 6i Repository problems

I have installed a repository using the enterprise manager, the client is Win95, the database is on Linux 8.0.5.1 EE. This succeeded successfully.
When I try and run Designer it tells me I need a repository and to run the Repository Adminsitration Utility. When I run the Rep Admin Util and click on Install, I get an error message:
Warning:
Oracle with Enterprise Edition is not present.
Retry Repository installation after re-installing this option.
I have created a repository using the Repository Manager and still am not able to get Designer to run.
null

The database you are connecting to is not Enterprise Edition but the Standard Edition. Deisgner only works with the Enterprise Edition. Install the enterprise edition on the server you are trying to house a repository on and you should be fine.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Michael Peddemors ([email protected]):
I have installed a repository using the enterprise manager, the client is Win95, the database is on Linux 8.0.5.1 EE. This succeeded successfully.
When I try and run Designer it tells me I need a repository and to run the Repository Adminsitration Utility. When I run the Rep Admin Util and click on Install, I get an error message:
Warning:
Oracle with Enterprise Edition is not present.
Retry Repository installation after re-installing this option.
I have created a repository using the Repository Manager and still am not able to get Designer to run.<HR></BLOCKQUOTE>
null

Similar Messages

  • Design Time Repository question.

    Hi, I'm clustering my SOA Suite per a consultant and this documentation:
    http://download-west.oracle.com/docs/cd/B31017_01/core.1013/b28939/j2ee.htm
    In section 3.1.19 Configuring JNDIs for the Topic and Topic Connection Factory, it states:
    Using Oracle Enterprise Manager 10g, follow these steps to configure JNDIs in the Design Time and both ESB repository instances.
    Now I've followed these steps for the ESB repository, but I find it unclear as to what it's referencing with the "Design Time repository".
    I'm having an issue where the SOAP WSDL's pull up without problem, but the SOAP Endpoint URI's always fail, and I'm wondering if this may have something to do with it.
    Thanks for your help!
    David

    Hi Paolo,
    I am doubtful about the use of NDS. This is because the libraries available with NDS will be for WAS 6.40 and EP6 SP2 i feel is on WAS 6.20. I am really not sure about this but my main point is that there may be library version conflict issues.
    I dont think there is any plugin available for DTR.
    But then DTR is a WebDAV based server. Hence any WebDAV client should be able to solve your purpose.
    But this is a good thread. Hope others will also provide their suggestions on this.
    Regards
    Sidharth

  • Error and crash durring creation of Designer 2000 repository

    I am a student learning to use Oracle and have run accross a problem when I tried to generate a Designer 2000 repository.
    I have installed Oracle 8i Personal Edition Release 8.1.5 on Windows 98.
    I logged on to Oracle using the internal id and began generating a repository, at the point in the process when it reaches these details:
    Stage Details
    CKTRIG
    Creating the repository triggers
    Object Details
    TRIGGER
    CDI_EL_CREATE_AUDIT
    Staus Information
    Submitting Definition/Statement..
    cdapitrg.sql
    I get the following error message:
    ora-04089: Cannot create triggers on objects owned by SYS
    I have tried skipping the step until it reaches one it accepts and then received a fatal error which closed the whole program down. I have also tried uninstalling and reinstalling and starting the process from the beginning and ended with the same results.
    Does anyone know why this is happening and more importantly how I can get around it?
    Thanks.

    Am not sure if you were able to resolve the issue but below are some points:
    a. I think the dlls sfabol and msa are not any more registerable, since they are more of VB.NET components and here assembly is registered and not the dll.
    b. For logging into the application just ensure that you have user id in table SMOUSER and the employee for that user in SMOMITABT table.
    c. If this is fine, then ensure that you have the latest BDOC metadata information on your laptop. I think in 5.0 also you need to use Clientconsole to download this information.
    d. If this is all okay, then try running SQL profiler and check if the query to the ides db is being executed by the framework. If the query is fired then it means application seems to behave properly but the query is not retrieving relevant details.
    For further details feel free to contact me..
    thanks,
    Piyush

  • Designing LOV Query Problem

    Hello APEX people,
    I posted my problem here:
    Designing LOV Query Problem
    What I have is a sequence like this:
    CREATE SEQUENCE
    DR_SEQ_FIRST_SCHEDULE_GROUP
    MINVALUE 1 MAXVALUE 7 INCREMENT BY 1 START WITH 1
    CACHE 6 ORDER CYCLE ;
    What I need would be a SQL query returning all possible values oft my sequence like:
    1
    2
    3
    4
    5
    6
    7
    I want to use it as a source for a LOV...
    The reason why I use the cycling sequence is: My app uses it to cycle scheduling priorities every month to groups identified by this number (1-7).
    In the Admin Form, I want to restrict the assignment in a user friendly way - a LOV.
    Thanks
    Johann

    Here ist the solution (posted by michales in the PL/SQL forum):
    SQL> CREATE SEQUENCE
    dr_seq_first_schedule_group
    MINVALUE 1 MAXVALUE 7 INCREMENT BY 1 START WITH 1
    CACHE 6 ORDER CYCLE
    Sequence created.
    SQL> SELECT LEVEL sn
    FROM DUAL
    CONNECT BY LEVEL <= (SELECT max_value
    FROM user_sequences
    WHERE sequence_name = 'DR_SEQ_FIRST_SCHEDULE_GROUP')
    SN
    1
    2
    3
    4
    5
    6
    7
    7 rows selected.

  • Importing a designer 6i repository into a 10g database?

    Hi,
    I have a Designer 6i repository sitting in an 8.1.7.4 database and I would like to get rid of that database by importing the repository into a 10g or 11g database. My question is can this be done and have Designer 6 still working? If so, how easily?
    Thanks
    Adam
    Edited by: Adam J. Sawyer on 04-Feb-2010 23:02

    There is some additional information in MOS Doc 230891.1 (ALERT: Important note about Designer/Repository 6i x Oracle9i (or above) Certification)
    HTH
    Srini

  • JDeveloper and Designer 6i Repository

    I don't understand the reasoning behind the need to install Designer 6i in order to use JDeveloper in a 6i repository. If the repository you're using is remote (on a server vs local PC), and you won't be doing any work using Designer, why should you need to take up the space on your PC to install it?

    As John correctly states, various things you might need to do as a developer (create workareas, create / merge branches) are only currently possible through the RON. In addition, we invoke other tools such as the Dependency Manager which are part of the Repository client install.
    However, you don't have to install the whole of Designer. This is a bit confusing since Designer and Repository are still packaged together in the same installer and Repository is still not being properly marketed as a fully separate product (which it is). Early on during installation of "Designer", you will be prompted whether you want to install the whole of Designer or just Repository. For SCM in JDeveloper to work, you only need the Repository client side.
    We're working on making the integration between JDeveloper and Repository tighter in a future release so that it is no longer necessary to install Repository client side.

  • Space Designer Save Setting Problems

    Space Designer Save Setting Problems
    On the right side of the space designer you have "dry" and "rev" settings.
    On reopening the plug-in the dry setting switches back to zero, although I saved it at a different setting...
    Everytime, every project...

    Does it do this on audio/software instrument channels and aux channels?
    In general, when you load SD on an aux channel, Logic assumes it's going to be an FX return and so "helps you out" by setting the dry level to zero for you...
    On other channel types it should work as expected...

  • What is the use of Design Time Repository?

    Hi Gurus,
    What is Track?
    What is DTR? and what it offers ?
    what is CBS? and what it offers?
    What is CMS ?and what it offers?
    Please Give me some idea about this?
    Thanks in Advance,
    Dharani

    SAP NWDI is also known as SAP JDI (Java Development Infrastructure). The latter term is considered to be obsolete.
    NWDI consists of
    - Design Time Repository (DTR)
    - Component Build Service (CBS)
    - Change Management Service (CMS)
    The concept of the NWDI starts with a product and a software component (SC). The normal case is to have a one to one relationship between product and software component, one product is being developed and the relations between the components comprising the product are kept within a software component.
    A software component comprises one or more development components (DC). A development component consists of a normal project created with the Netweaver Developer Studio, i.e. a Web Dynpro application. The software component can also have dependencies to other SCs.
    All relations are defined in a SLD.
    Since all DCs that makes a product is kept inside a software component, the relations between the DCs are intact and versions of the different DCs are always consistent in the SC.
    To be able to develop a DC inside a SC, a Track has to be set up in the NWDI to support that development.
    Details about the components:
    Design Time Repository (DTR)
    The DTR resemblance a filesystem and can be accessed via WebDAV. File and folder permissions can be configured for users or groups.
    Each file is version controlled and it's possible to branch or merge files.
    The main repository folder (ws) contains folders representing tracks in the NWDI. The files checked into the NWDI are files with no local dependencies. For instance, the classpath file in a project refers to local jar files and are of no use for the Component Build Service when the project is build on the server.
    Component Build Service (CBS)
    When a file is changed in the Netweaver Developer Studio, an Activity is created together with a Request. When the changes are done, the request is checked in to the DTR, the activity is then activated which trigger the CBS to build the DC on the NWDI. Usually an ear or war file is created. When the activity is released from the Netweaver Developer Studio, the ear or war file is deployed to a development system via the CMS.
    When the CBS finds dependencies between DCs inside the Track, all dependent DCs are rebuild automatically.
    It's possible to use the CBS to rebuild a DC or even a full SC.
    Change Management Service (CMS)
    Change Management Service is used to maintain tracks and keep track of what version is deployed on different servers in the landscape. CMS can also transfer code between tracks. This is often used when creating tracks supporting development of general components, development of main components and finally maintaining deployment of full solutions.
    Transferring code between tracks in order to achieve merge and joins between deployed production versions.
    The CMS consists of layers on each track.
    Check-In - where initial source is loaded to the track.
    Development - represents the deployment to a development system. Changes are deployed on a DC level.
    Consolidation - represents the deployment to a consolidation system.
    Assembly - Stage to accept a change. Combines all DCs to a full SC. Version number labels are possible to set here.
    Test - represents the deployment to a test system. Changes are deployed on a SC level.
    Confirm - Confirmation stage before moving the change to production.
    Production - represent the deployment to a production system.
    System State - Gives an overview of the different versions deployed on different systems.
    Each layer have a history and the possibility to go back to an earlier state.
    regards
    Surender Dahiya

  • P4's /Oracle 9i/Designer 6i Repository Creation Problems

    Hi,
    I am currently running Windows 2000 Professional on a new P4. I was unable to install Oracle 8.1.6 so have installed Oracle 9i and Designer 6i.
    I have not been able to get a Repository built with this combination of hardware/software.
    Can anyone tell me if Designer 6i will run against Oracle 9i?
    If not when will Designer 9i be available for download?
    Regards

    I4m having a very similar problem with the same installation, but on a P2. Repository installation displays several errors (unable to grant, create indexes, etc on certain tables) and when I run designer logging with the user for which I created the repository it tells me that it is not a valid repository user.
    Any insight??
    tnx

  • Repository problem in Designer

    I've install 8i DB in ora8i home and form 6i in default_home and after wards I install Designer 6i in default_home now when I Start Designer it gives error msg that 'the user does not have an installed repository run repository Admin Utility but on trying the same unable to Login with'system/manager' login as 'scott/tiger' and try to install repository but gives error 'CDR-21244 Process has been aborted. Causes : the previous process has failed or the user has aborted it.
    Pls guide me how solve the repository re installetion. (also installed designer 2nd time but the problem continue)

    It is very important to read the Online Documentation of Designer/2000 ( 6i) before Installing a Repository. There are steps like System Requirements etc and step by step about Installing the Repository. There are steps like New Tablespace, User , Roles etc and once must read these steps before attempting to Install the Repository. I have done this and it worked.
    Hope this helps.
    Thiru

  • Error installing Designer's Repository

    I try to install designer 10 R2 123 . When I try to create a new application_system I have and error RME with an associated error ORA 06508 could not find the program unit;
    When I looked with view objects two package bodies fail to compile, JR_REG_IO and RM_DBG
    error:PLS 201 identifier UTL_file must be declared.
    Can somebody help me?

    First of all, use the repository owner's username and password only to install the repository, and do administrative tasks, like granting a new user access to the repository, or upgrading the repository. Don't use it for day to day work, including installing the tutorial.
    Second, did you set the registry variables EXECUTE_EXP and EXECUTE_IMP to point to the versions of your EXP.EXE and IMP.EXE that go with your database? This will be in a different Oracle Home from your Designer installation. This is very important both when installing or upgrading the repository, and when importing or exporting data to and from the repository. A mismatch between the IMP version and the database version can be a problem.
    A TNS error can be many things. Can you give us the text of the error and the full error code?

  • Design Console SSL problems for OIM 9.1.0.2

    Hi there,
    I have installed the design client for OIM 9.1.0.2, patched it and activated SSL using the instructions in:
    http://download.oracle.com/docs/cd/E14049_01/doc.9101/e14062.pdf
    However, when I attempt to log in, I get the following error at the UI:
    Error Keyword: DAE.UNKNOWN_CODE
    Description: An unknown error code was passed.
    Remedy: Contact your system adminstrator.
    Action: E
    Severity: C
    Help URL:
    Detail:
    com.thortech.xl.security.tcLoginException: javax.naming.CommunicationException: Server protocol was not ORMI, if uncertain about the port your server uses for ORMI then use the default, 23791 [Root exception is java.io.IOException: Server protocol was not ORMI, if uncertain about the port your server uses for ORMI then use the default, 23791]
    This seems to indicate that the server protocol is not ORMI, which is correct, it is ORMIS (as per the SSL instructions).
    I've checked through the logs for this error, and am unable to find it, so it looks like it is only visiible client side. This suggests that the connection is not reaching OIM.
    Does anyone have any ideas about how to make sure ORMIS is in use and trouble shooting my SSL connection?
    Any advice gratefully received,
    Hugh

    While seting rmis port in opmn.xml file one should ensure that these ports must be unique as per the DC install guide. Please note there are three instances of <port id="rmis" range="1270x"/> in the opmn.xml file. The first one is generic, the second one is for oc4j_home oc4j container and the last for the oim oc4j container. The rmis port for the oim container must be 12701 for the other instructions to work, the others can be 12702 and 12703 so set the first one to 12702, the second one to 12703 and the third one to 12701 respectively.
    xlConfig_dc_side I had the following:
    <java.naming.provider.url>ormi://172.20.16.139:12701/Xellerate</java.naming.provider.url>
    where it should have been:
    <java.naming.provider.url>ormis://172.20.16.139:12701/Xellerate</java.naming.provider.url>
    This fixed my problem.
    2Hugh

  • Workflow Designer: template url problem

    Hi all,
    I successfully installed:
    Forms/Form Manger 7.0.1 on w2k3_box1;
    Workflow Server 7.0.1 on w2k3_box2;
    Using:
    Jboss 3.2.5,
    MSS 2K,
    JDK 1.4.2_11
    with manual options. Adminui appears fine, FormsIVS appears fine.
    In Workflow Desginer, I tried to define a new workflow. In initform, when I clicked on "browse" botton next to "template url" field, I got error msg:
    com.adobe.appstore.AppstoreException
    Can anyone give a clue of how to resolve it? I have uploaded a test form into forms repository, and trying to refer to it in the workflow designer.
    Thanks!
    Scott Jiang

    Hi all,<br /><br />Thanks for the response. I have tried WF designer on both client and WF server side. Same result. <br /><br />If anyone can point me to the documention where it says Form Manager and Workflow have to be installed in the same box that's great. I'm told to install them on separate boxes because version 6, has been done in that way, and due to transaction volume we'd like to install them separately. Has any customer done in this kind of configuration? <br />BTW, I already checked "Integrating LiveCycle Products" doc.<br /><br />There is the log from java console. Seems like JNDI lookup failed on the client side code when I click the "template url" button.<br />===================================================================<br />com.adobe.appstore.AppstoreFactoryException: com.adobe.appstore.AppstoreException<br />        at com.adobe.ebxml.registry.appstore.AppstoreFactory.getAppstore(Unknown<br /> Source)<br />        at com.adobe.workflow.saf.SAFApplication.getAppstore(SAFApplication.java<br />:827)<br />        at com.adobe.workflow.saf.SAFApplication.browseAppstore(SAFApplication.j<br />ava:837)<br />        at com.adobe.workflow.tools.processdesigner.JUrlCellEditor$1.actionPerfo<br />rmed(JUrlCellEditor.java:104)<br />        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br />        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknow<br />n Source)<br />        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br />        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br />        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour<br />ce)<br />        at java.awt.Component.processMouseEvent(Unknown Source)<br />        at java.awt.Component.processEvent(Unknown Source)<br />        at java.awt.Container.processEvent(Unknown Source)<br />        at java.awt.Component.dispatchEventImpl(Unknown Source)<br />        at java.awt.Container.dispatchEventImpl(Unknown Source)<br />        at java.awt.Component.dispatchEvent(Unknown Source)<br />        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br />        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br />        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br />        at java.awt.Container.dispatchEventImpl(Unknown Source)<br />        at java.awt.Window.dispatchEventImpl(Unknown Source)<br />        at java.awt.Component.dispatchEvent(Unknown Source)<br />        at java.awt.EventQueue.dispatchEvent(Unknown Source)<br />        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)<br /><br />        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br />        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />        at java.awt.EventDispatchThread.run(Unknown Source)<br />Caused by: com.adobe.appstore.AppstoreException<br />        at com.adobe.ebxml.registry.appstore.AppstoreDelegate.lookup(Unknown Sou<br />rce)<br />        at com.adobe.ebxml.registry.appstore.AppstoreDelegate.<init>(Unknown Sou<br />rce)<br />        ... 27 more<br />Caused by: javax.naming.NameNotFoundException: com not bound<br />        at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)<br />        at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)<br />        at org.jnp.server.NamingServer.getObject(NamingServer.java:509)<br />        at org.jnp.server.NamingServer.lookup(NamingServer.java:253)<br />        at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source)<br />        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces<br />sorImpl.java:25)<br />        at java.lang.reflect.Method.invoke(Method.java:324)<br />        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)<br />        at sun.rmi.transport.Transport$1.run(Transport.java:148)<br />        at java.security.AccessController.doPrivileged(Native Method)<br />        at sun.rmi.transport.Transport.serviceCall(Transport.java:144)<br />        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4<br />60)<br />        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport<br />.java:701)<br />        at java.lang.Thread.run(Thread.java:534)<br />        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow<br />n Source)<br />        at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)<br />        at sun.rmi.server.UnicastRef.invoke(Unknown Source)<br />        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)<br />        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:530)<br />        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)<br />        at javax.naming.InitialContext.lookup(Unknown Source)<br />        ... 29 more

  • Query Design - Report Results Problem

    Hi SDN!
    I am having trouble referencing the result value for a metric in Query Designer
    Metric = QTY * PRICE
    Metric is set to Calculate Result As: Summation
    QTY.....PRICE....Metric
    5...........10.........50
    1...........5...........5
    2...........7...........14
    Result Row:   8......22.....69 (50514)
    The problem occurs when I try to reference the result of Metric using the SUMCT, SUMGT, SUMRT.  If I use any of these functions, the value returned is (8 * 22 = 176) which ignores the Calculate Result As. 
    Metric2 = Result (Metric) * A
    Current Result = 176A
    Required Result = 69A
    Anyone have any ideas how to get the required result?
    Much Thanks,
    Brendon

    Hi Brendon,
    The function calculate result as, calculates result locally, but for subsequent calculations it uses the value evaluated by the OLAP and not the one calculated using local calculations.
    Ferer to the link below:
    [ Calculate result as|http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm]
    Note that the local calculations only change the display of the values. With subsequent calculations, the system does not use this value changed for the display, but rather the original value specified by the analytic engine.
    You could try creating another selection in you key figure structure.
    Hide this selection. The selection would reference Metric. It would undergo normal aggreagation.
    And you can then use SUMCT function for this selection in your subsequent Metric2 calculation.
    Hope this helps,
    Best regards,
    Sunmit.

  • OVM 2.2 and NFS Repository Problems

    Hi All.
    I have recently started trying to upgrade our installation to 2.2
    but have run into a few problems, mostly relating to the different
    way that storage repositories are handled in comparison to 2.1.5.
    We use NFS here to provide shared storage to the pools.
    I wanted to setup a new two node server pool (with HA), so I upgraded
    one of the servers to from 2.1.5 to 2.2 to act as pool master. That
    worked ok and this server seems to be working fine in isolation:
    master# /opt/ovs-agent-2.3/utils/repos.py -l
    [ * ] 865a2e52-db29-48f1-98a0-98f985b3065c => augustus:/vol/OVS_pv_vpn
    master# df /OVS
    Filesystem 1K-blocks Used Available Use% Mounted on
    augustus:/vol/OVS_pv_vpn
                   47185920 16083008 31102912 35% /var/ovs/mount/865A2E52DB2948F198A098F985B3065C
    (I then successfully launched a VM on it.)
    The problem is when I try to add a second server to the pool. I did
    a fresh install of 2.2 and configured the storage repository to be the
    same as that used on the first node:
    vm1# /opt/ovs-agent-2.3/utils/repos.py --new augustus:/vol/OVS_pv_vpn
    vm1# /opt/ovs-agent-2.3/utils/repos.py -r 865a2e52-db29-48f1-98a0-98f985b3065c
    vm1# /opt/ovs-agent-2.3/utils/repos.py -l
    [ R ] 865a2e52-db29-48f1-98a0-98f985b3065c => augustus:/vol/OVS_pv_vpn
    When I try to add this server into the pool using the management GUI, I get
    this error:
    OVM-1011 Oracle VM Server 172.22.36.24 operation HA Check Prerequisite failed: failed:<Exception: ha_precheck_storage_mount failed:<Exception: /OVS must be mounted.> .
    Running "repos.py -i" yields:
    Cluster not available.
    Seems like a chicken and egg problem: I can't add the server to the pool without a
    mounted /OVS, but mounting /OVS is done by adding it to the pool? Or do I have that
    wrong?
    More generally, I'm a bit confused at how the repositories are
    supposed to be managed under 2.2.
    For exaple, the /etc/init.d/ovsrepositories script is still present,
    but is it still used? When I run it, it prints a couple of errors and
    doesn't seem to mount anything:
    vm1# service ovsrepositories start
    /etc/ovs/repositories does not exist
    Starting OVS Storage Repository Mounter...
    /etc/init.d/ovsrepositories: line 111: /etc/ovs/repositories: No such file or directory
    /etc/init.d/ovsrepositories: line 111: /etc/ovs/repositories: No such file or directory
    OVS Storage Repository Mounter Startup: [  OK  ]
    Should this service be turned off? It seem that ovs-agent now takes
    responsibility for mounting the repositories.
    As an aside, my Manager is still running 2.1.5 - is that part of the
    problem here? Is it safe to upgrade the manager to 2.2 while I still
    have a couple of pools running 2.1.5 servers?
    Thanks in adavance,
    Robert.

    rns wrote:
    Seems like a chicken and egg problem: I can't add the server to the pool without a
    mounted /OVS, but mounting /OVS is done by adding it to the pool? Or do I have that
    wrong?You have that wrong -- the /OVS mount point is created by ovs-agent while the server is added to the pool. You just need access to the shared storage.
    For exaple, the /etc/init.d/ovsrepositories script is still present,
    but is it still used?No, it is not. ovs-agent now handles the storage repositories.
    As an aside, my Manager is still running 2.1.5 - is that part of the
    problem here? Yes. You absolutely need to upgrade your Manager first to 2.2 before attempting to create/manage a 2.2-based pool. The 2.1.5 Manager doesn't know how to tell the ovs-agent how to create/join a pool properly. The upgrade process is detailed in [the ULN FAQ|https://linux.oracle.com/uln_faq.html#10].

Maybe you are looking for