LUN repository without clustering

Hi,
I try to create a repository on a single OVM server (3.0.3).
This repository would be stored on a iSCSI LUN.
Unfortunately, i get this error :
OVMRU_002030E Cannot create OCFS2 file system with local file server: Local FS vrs1. Its server is not in a cluster
Wed Apr 18 17:55:44 CEST 2012
I only have one server, so it makes no sense to use clustering.
Is there a workaround ?
Thanks,
TM

923677 wrote:
Because with this option, I need to choose a "Storage for server pool", and my manager doesn't have access to my iSCSI server (and i only have one OVS server).The Manager doesn't require access to the iSCSI server, just the Server does.
Concerning the iSCSI configuration, I added my NetApp storage with the manager, but I needed to use discovery with iscsiadm CLI to see the LUNs appears.You don't need to do this: just add your server to the default initiator group within the Manager. All iSCSI components are managed and configured from the Manager.
You need to make sure iSCSI is properly configured in the Manager first, so that the Manager knows the physical disk is being provided via iSCSI and can format it appropriately. Check the documentation for more information.

Similar Messages

  • Load repository without (TCP/IP) port binding?

    Hello all,
    According to the MDM100 course, it is possible to load repositories without port binding (for port flip-over). But how do I do this?
    When I try to erase the port number of the (unloaded) repository, a message informs me that a port number between 2000 and 9999 is required.
    Is this option gone in SP05?
    Kind regards,
    Dennis klemann

    Hi Charan,
    You're right for typical use, but I'm working on a high availability scenario. Basically, it should be possible to load a slave repository without port binding. In case the master repository fails, the slave can immediately take over (by assigning the port of the master), at least in read-only mode - but better than nothing and external applications don't have to be reconfigured.
    When the master repository is up again, it can take over the port.
    For bigger installations, a clustering system is probably better suited, though...
    Kind regards,
    Dennis

  • How to search a folder or a repository without using index service

    Hi,
                   I want to get a count of all feedbacks (stored under /collaboration/feedback) created on a particular date. Since there are many sub folders, I am not able to use ICollection.
    How can I read a folder or a repository without using IndexService.
    Thanks in advance
    Vidya

    Hi SRIVIDHYA RAGHUNATH
    I dont understand how can't use ICollection. What you want can be do it coding. The TREX and the Index search it works just to search on content.
    I think what you have to do if Iterate on a IResource Object  and the see if it is a file or a folder and keepp iterating, then when is a file, convert to an objects where you can get the feedback and count it.
    Hope its help
    Bye.

  • Crawl KM repository without TREX

    I want to build a plug in that will crawl the KM repository without using TREX. How do I connect to the KM repository from my external application .Can this plug in be installed on a different server.

    Hi Rani,
    have you checked if this Weblog?
    https://weblogs.sdn.sap.com/pub/wlg/3500
    Hope it helps,
    Robert

  • Archieving Repository without data

    Hi Gurus,
    Is there a way to achieve and unarchieve Repository without data .  I know we can export repository schema.
    Regards
    Bala Pochareddy

    Hi,
    While archiving, in the "Archive MDM Repository" pop-up, click on "Options" button and select "Schema only".
    When you unarchive this, you will get a repository with only schema - no data.
    Regards,
    Rajani

  • Shared Repository without NWDI / DTR

    Hello!
    We use Visual Composer 7.1.
    Is it possible to transfer Visual Composer models to the Shared Repository without DTR or NWDI?
    Thanks, Thomas

    Hi Thomas,
    The way to transfer components from the Local Repository to the Shared Repository is the same as the way to work with DTR.
    (right click on the model/DC in the Local Repository --> add to source control)
    Just to avoid confusion in terminology, "source control" is the general definition. Both DTR and Shared Repository can be source control, depends on system's configuration.
    In your case, Shared Repository serves as source control.
    Working with Source Control Tutorial:
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/04134e8a5741dee10000000a1553f6/frameset.htm
    Best Regards,
    Tali

  • Two TCS Server Deployment- Without clustering License

    Dear Team,
    I have a TP Collaboration deployment with VCS/TMS/TCS for Different types of Endpoints.
    We have two Content Servers for recording, but the cluster license is not ordered. Do we have any other deployment options without clustering(since cluster license is missing) for two TCS servers?
    Appreciate your comments.
    Thanks ,
    Riyas

    Just run them as two stand-alone servers. We've been running three stand-alone TCS servers for years, works fine. See the admin guide relevant for the version you are running http://www.cisco.com/c/en/us/support/conferencing/telepresence-content-server/products-maintenance-guides-list.html and configure each accordingly.
    /jens
    Please rate replies and mark question(s) as "answered" if applicable.

  • How used single ssl for tow exchange server without clustering

    how used single ssl for tow exchange server without clustering
    exchange 2003 std fron-end server
    used for add new server for owa failover or standby 

    Olivia, hopefully by now you have solved your issue but just for the sake of answering that question here so that people having the same issue can later find it I'll go through the motions:
    there are a couple of ways you can achieve this.
    A. get a certificate for free out there
    B. generate your own self signed "fake" certificate.
    certutil will certainly let you do this, here's how:
    1. First, create a file/directory layout to store your certificates
    mkdir -p /path/to/certificates/selfsignedCA2. Initialize a database for the certificate you want to create
    certutil -N -d /path/to/certificates/selfsignedCA -P "ca-"3. Create a self-signed CA certificate
    certutil -S -x -n "ca-cert" -s "cn=SelfSigned CA Certificate,dc=yourSuffix" -t CTPu -v 120 -d /path/to/certificates/selfsignedCA -P "ca-" -5Note: when prompted, select choice (5) SSL CA and 'y' for critical extensions
    4. Export the your newly created self-signed CA certificate in PEM format
    certutil -L -d /path/to/certificates/selfsignedCA -P "ca-" -n "ca-cert" -a > /path/to/certificates/selfsignedCA.pemthat should get you going
    -=arnaud=-

  • WLS: Several ManagedServer without clustering and same activities

    Hi all,
    I have a request for special solution for several ManagedServer without clustering and same activities (e.g. SOA or OSB).
    In classic case, we have for example 1 AdminServer + 1 ManagedServer (SOA, or OSB). If we want to increase number of SOA-Managedserver, then we add other managed server in WLS-cluster.
    In this case, we want to have several "Independent" ManagedServer with different port number and without cluaster but in same domain.
    In addition, because we don't want to impact any project in one managed server to other managed server, we need to define different URL:ports for administration: For example: OSB has following URL:
    http://localhost:7001/sbconsole
    Is it possible to define other ports for other OSB-managed server? e.g. http://localhost:7003/sbconsole, http://localhost:7004/sbconsole
    I would like to know, if any experience is available regarding this matter.
    Thanks inadvance,
    Moh

    Hi Moh
    1. There are few things that should be clear about the Weblogic Domain and Weblogic Cluster Architecture.
    2. Any Weblogic Domain whether its Clustered or Non Clustered will have ONLY ONE Single AdminServer. You CANNOT have more than one AdminServer. Now for Cluster, you can have "n" number of Managed Servers and "n" number of Clusters. Each Cluster is just like a logical grouping of some managed servers. BUT main thing is, if you want to have High Availability architecture to support load balancing, fail over etc, you should and must have a Cluster with managed servers. And expose this Clustered Weblogic Servers into some sort of load balancer like Apace WebServer. Then expose single Apache Web Server URL (host, port + app url) to outside world. General practice is for HA architecture, you do not expose individual managed servers.
    3. So coming to your requirement, you can have "n" number of managed servers. And each managed server can deploy their own specific application. And these managed servers naturally will have different port numbers, if they are all on the same physical box. If they are on different boxes, there is no clash of port numbers. Then in front end apache web server, check for each in coming request url and according direct that to appropriate backend weblogic server. This is good but you will NOT get any HA features going in this way. Instead of exposing individual managed servers, I would recommend just create a cluster for each one of them. And expose cluster. For now each cluster can have only 1 manged severs. Later on you can add more also. This gives you HA features. Something like this for example:
    Domain = Single Domain
    AdminServer = 1 AdminServer only. Not possible more then one.
    ManagedServers = 4 (MS1, MS2, MS3, MS4)
    Cluster1 = MS1, MS2 -> Deploy App1
    Cluster2 = MS3 -> Deploy App2
    Cluster3 = MS4 -> Deploy App3
    Have a SINGLE Apache WebServer or any other Hard ware load balancer (Apache is free and widely used). Expose this host, port to outside world or actual users (outside or inside). In Apache httpd.conf file, configure like 3 settings, to check for incoming urls and redirect to back end cluster 1 or 2 or 3. Refer docs for full details.
    Requests coming to Apache WebServer can use incoming url pattern and pass the request to appropriate backend cluster
    http://apachehost:apachport/myApp1 -> Redirect to Cluster1
    http://apachehost:apachport/myApp2 -> Redirect to Cluster2
    http://apachehost:apachport/myApp3 -> Redirect to Cluster3
    Now this gives you full flexibility to add or remove more servers from any of above Clusters. Even if you have single managed server, try to put that into cluster and expose the cluster.
    4. Now comes the Adminstration applications like console, sbconsole, em (Enterprise Manager for SOA), cs (Content Server for ECM) etc. All these are deployed only to AdminServer and it makes sense also. Say in above architecture only AdminServer can have visibility to all the managed servers and clusters. Each managed server may not know about the others. Anyhow, the point is, for any Domain you will have only 1 AdminServer and most of the adminstration applications are deployed only to AdminServer. This means literally you will have just one url to control all the applications across all the clusters like http://adminhost:adminport/sbconsole. I am not familiar with sbconole, but for em I am sure its only targetted to admin server. Now, if you manually target these apps to cluster, not sure if this works also. Mostly it may not.
    Also, admin urls are not exposed to any users. Only Adminstrators can access them. You can refine some rules like have very few admins with full privileges. Some can do only deployments, some can do only monitoring (read only access) etc.
    Thanks
    Ravi Jegga

  • How to update PL/SQL block/Specs in Repository without cut/paste ?

    (cross-posted in METALINK form also)
    Hello,
    Question: How to quickly update PL/SQL block/specs in a package
    Repository Object Browser? (without cut/paste)
    Tools: Designer 9i, ROB 9.0.2.6
    Detailed description of a problem:
    -- there is no good pl/sql IDE working with ROB
    (JDeveloper can not work with NOT PRIVATE repository workspace)
    -- I use Toad and develop/generate pl/sql object
    directly in database.
    -- I have to synchronize my work with repository as often
    as possible the following way (we do not use read-server model
    because afraid of getting 1000s of atomik func and proc):
    ---- navigate to the pl/sql package
    ---- select properties
    ---- click on pl/sql block - get old code in editor
    ---- copy all new code from Toad into editor
    ---- remove CREATE OR REPLACE and last line
    ---- save
    ---- do the same with specifications
    I am looking for some way to do this with some script or
    one-button click...
    For example, for text files it is possible to use command line
    Repository Tool. But I did not found the possibility to make
    a script like this:
    checkout
    update workarea/container/plsql_definition/package_name/body....
    .....with new_package_body.txt
    checkin
    Thanks in advance for any help/advice,
    Alex V.

    Hi Alex,
    I just had an "Ah! I see!" moment. I now understand why you're having trouble and I can explain things so you can move on... I hope!
    First it's important to understand that Oracle SCM is designed to support versioning of both files and Oracle Designer objects. Designer objects are stored as rows in specially structured tables that support that specific product. When you look at PL/SQL definitions in the RON you're looking at Designer definitions - not files. As I mentioned before, these are not the definitions of 'real' PL/SQL objects in the data dictionary, but definitions used by Designer (from which the real things can be generated - but that's another story).
    If you're using TOAD you should probably avoid accessing the Designer objects. You need to work with files.
    Here's a suggestion for a sequence of operations:
    - In the RON check out & download the file (e.g. mypkg.plb)
    - In TOAD load the package (from DB, or downloaded file), edit, update package in DB
    - In TOAD save as mypkg.plb (overwriting the downloaded copy)
    - IN RON upload mypkg.plb and check in
    If you've not stored the file in Oracle SCM yet, jsut omit the first step.
    You could even automate this to an extent using SQL to query the data dictionary views (e.g. USER_SOURCE) after making changes to get the code and edit/overwrite the file contents that way.
    Does this help at all?
    Keith.

  • Patching the repository without a staging directory

    Hello,
    as I understand it, to patch an existing IdM installation, running on a production server for example, needs a staging directory to run the patch. We'd like to do the following:
    - Build a (patched) production .war file on one of our development machines
    - Run the patch on our productive system to update the repository database tables
    - Deploy the .war to the productive appserver
    Is it possible to run step 2) without any IdM installation other than the deployed .war file?
    Thanks in advance
    Michael
    Edited by: mvogt on Feb 4, 2009 5:34 AM

    You can modifiy the includes in the update.xml so that the files needed to patch the repository can be outside the deployed application.
    For example, take these lines from the update.xml:
    <ImportCommand name='include' file='sample/roleconfig.xml'/>
    <ImportCommand name='include' file='sample/roleforms.xml'/>
    <ImportCommand name='include' file='sample/wfrole.xml'/>You could change them to
    <ImportCommand name='include' file='/home/myuser/idm-staging/sample/roleconfig.xml'/>
    <ImportCommand name='include' file='/home/myuser/idm-staging/sample/roleforms.xml'/>
    <ImportCommand name='include' file='/home/myuser/idm-staging/sample/wfrole.xml'/>And place the files into your home directory.

  • Create time dimension table in repository without data warehouse

    Hi,
    I want to implement only BI repository solution in my customer (not datawarehousing). Is it possible to transform the data by repository tools, so that the times columns in fact tables are categorized by the "time dimension" table?
    To be more explanatory:
    The "Sales" table has the "time of sale" column. It contains the timestamp when the sale was performed. I have imported this table in "physical layer" of the repository. Now I want to create a new "time dimension" table, something like:
    CREATE TABLE dimension_time (
    Day_Key INT NOT NULL PRIMARY KEY,
    Day_Timestamp DATETIME NOT NULL,
    Day_Name NVARCHAR(32) NOT NULL,
    Day_Text NVARCHAR(32) NOT NULL,
    INSERT INTO dimension_time VALUES (20110101, {d '2011-01-01'}, '1/1', 'January 1', 'Saturday', 0, 6, 1, 1, 185, 1, 201052, 'W52', 'Week 52', 52, 201101, '01', 'January', 1, 7, 1004, 'Winter', 'Winter', 20111, 'Q1', '1st Quarter', 1, 20103, 'Q3', '3rd Quarter', 3, 20111, 'S1', '1st Semester', 1, 20102, 'S2', '2nd Semester', 2, 2011, '2011', '2011', 2010, '10/11', '2010/2011', 0);
    INSERT INTO dimension_time VALUES (20110102, {d '2011-01-02'}, '2/1', 'January 2', 'Sunday', 0, 7, 2, 2, 186, 2, 201052, 'W52', 'Week 52', 52, 201101, '01', 'January', 1, 7, 1004, 'Winter', 'Winter', 20111, 'Q1', '1st Quarter', 1, 20103, 'Q3', '3rd Quarter', 3, 20111, 'S1', '1st Semester', 1, 20102, 'S2', '2nd Semester', 2, 2011, '2011', '2011', 2010, '10/11', '2010/2011', 0);
    and after to add a new column in "sales" fact table for "time dimension ID" and through the repository populate this column based on the "time of sale" column and the corresponding "time dimension ID".
    I know that the ETL process might perform it, but I do not want to go for Data Warehousing (it is not real - time, needs more resources, etc).
    Is it possible to perform such action only on repository?
    Thank you.

    Hi,
    I can do it, but this would be usefull only to create "time dimension" table. But also the "sales" fact table needs to be altered (thus, the "time" column will not contain the value of the time, but the ID of the corresponding time in the "time dimension" table).
    I know that on DW this procedure is done automatically by the ETL process.
    My question is that does the repository has any tools similar to this?
    Thank you.

  • Shared queue with Multiple servers without clustering

    I have 2 WebLogic 8.1 machines with JMS need. I have load balancer and due to the cost, we don't buy WL clustering license.
              Our application has point to point queue and we want share the queue on both the servers to enable failover.
              How can we do that in WebLogic?
              Thanks
              Robot

    See the The JMS Performance Guide white-paper's appendix, available here:
              http://dev2dev.bea.com/technologies/jms/index.jsp
              Tom

  • Large tables without clustered indexes -- a bad idea, or ok?

    We have several large tables that don't have clustered indexes, but do have primary keys and assorted other indexes. We're seeing issues that look like they are related to statistics even though there is a nightly update statistics job.
    So my question is, does the existence of a clustered index impact other indexes or the update statistics process? Are our tables ok the way they are?
    Adding clustered indexes would be a big project for non-development-related reasons so I would need to have good reasons to advocate for this.

    RSingh,
    "By default" is a confusing word here. If you do it with WIZARD, I agree. But with T-SQL,there is no space for by default, it can be anything.
    I agree that I assumed here as I wont do much things with wizard. :)
    Try the below:
    --Here by default, its non-clustered
    create table Test_table(Col1 int , Col2 int not null )
    Create clustered index IX__Test_Table on Test_Table (Col1)
    Alter table test_Table
    Add Constraint PK_testTable
    Primary Key (Col2);
    Drop table test_table
    --Here by default, its clustered
    create table Test_table(Col1 int , Col2 int not null Primary key)
    Create index IX__Test_Table on Test_Table (Col1)
    Drop table test_table
    Neither the word "By Default" is a confusing word nor it happens only in WIZARD. Let me clarify below. I said "When a primary key constraint is created it creates a unique clustered index by default". Run the below DDL and check whether
    a clustered index is created or not. i.e
    CREATE TABLE Persons
    P_Id int NOT NULL,
    LastName varchar(255) NOT NULL,
    FirstName varchar(255),
    Address varchar(255),
    City varchar(255),
    CONSTRAINT pk_PersonID PRIMARY KEY (P_Id,LastName)
    Regards, RSingh
    That did not really make any sense to my context as I am NOT against that it will create Clustered index, In fact, my code says the same. My point is only "By default" is confusing. 
    Let me explain, what I mean "By default"....
    Create index IX_Indexname on Tablename(Colname)
    The above will create "non clustered index" BY DEFAULT. Any situation, the above would create only non-clustered irrespective of other indexes present in the table.
    Hope the above is clear. May be its my way looking at "BY DEFAULT".

  • WebLogicClusters property work without clustering license?

    in the plug-in ini file there is a WebLogicCluster property that can be set to
    support loadbalancing/failover for WL server clusters. I don't need clustering
    support for HTTP sessions, EJB objects, or RMI objects. I just want to have support
    for loadbalancing and basic failover (one server goes down then all its traffic
    routed to second server) and sticky sessions. Will the plug-in support this if
    I don't have clustering licenses for my servers?
    thanx-
    Henry

    Yes. Sort of. Because you are not running a cluster - the WL servers will not report
    back the 'Cluster List' to the plug-in. The plug-in will have to figure out for
    itself which WL instances are up. It should work ok.
    Mike
    "Henry Cooper" <[email protected]> wrote:
    >
    in the plug-in ini file there is a WebLogicCluster property that can
    be set to
    support loadbalancing/failover for WL server clusters. I don't need
    clustering
    support for HTTP sessions, EJB objects, or RMI objects. I just want to
    have support
    for loadbalancing and basic failover (one server goes down then all its
    traffic
    routed to second server) and sticky sessions. Will the plug-in support
    this if
    I don't have clustering licenses for my servers?
    thanx-
    Henry

Maybe you are looking for

  • Eclipse jsf problem

    hi friends i use eclipse for develop my web sites with jsp. and i am (too) junior developer. firstly i need some plugin for eclipse to see jsp components(button,label) like visual studio. and drag and drop the page(:)) is there any plugin for free. t

  • URGENT: Subquery IN error

    Hi I want to execute a select as follows - select * from obj, re where re.obj_key in (select obj.obj_key from obj where obj.obj_name like '%' ) To handle this - I have the following code: ReportQuery subQuery =new ReportQuery(Obj.class, objExpr); sub

  • Position the cursor on an ENHANCEMENT statement .ED301

    Hello Folks , I am changing an ENHANCEMENT and did a syntax check. the syntax check failed. Editting is now locked out and when I place the cursor on the Enhancement statement and go to Edit > Enhancement Operations > Change Enhancement. the "Positio

  • What is the search syntax when trying to filter recipients in Exchange Admin Center?

    I'm hoping it's just an oversight on my part but, for the life of me, I can't figure out how to perform an advanced search. Interesting enough, when you start typing it provides tokens but there doesn't appear to be any wildcard options. As an exampl

  • There is Something Stuck In My iPod's Front camera

    Whenever I take a photo using my front camera, there is a diagonal shadow through the picture. If you look closely at the camera, you can see a white thing diagonal across the camera which is the same part of the picture that has the shadow. I think