One VM, Multiple Images in Multiple Repositories

Am trying to configure my guests so that various mount points are on different repositories. This is so that, for example, the swapfile isn't on a replicated ISCSI target creating big deltas to the DR site, but there are a whole bunch of reasons why one would want to have this flexibility. To clarify, a happy machine would look like this:
LUN1: Replicated ISCSI target
Mount Points: /
LUN2: Non-replicated ISCSI target
Mount Points: /var/log, /tmp, /u01, /uo2, swap, etc. (other replication methods of course for DB but that's not a question for here)
This is actually what we do for our XenServer implementation, and it works extremely well.
Anyhow, tech note 794198.1 talks about how to move existing resources around to different repositories, but I can't find a way to do that at the individual disk image level. I can't import a shared disk image, either. In addition to deleting the image file (and then discovering that Oracle VM Mangler didn't have a way to import it), I've tried symlinking the disk image and also editing the vm.cfg file directly, and neither option worked. Symlinking left the VM in a non-bootable and highly informative "Exception: null" state, and editing the vm.cfg file causes the machine to first "Exception: null" and then boot anyway but with the edited vm.cfg file re-written with the reference to the moved image removed.
This is pretty basic functionality so I'm sure it's in here somewhere. But where?

That's really surprising. Is it something that can be done at the CLI level, or do we have to wait for the VI integration before this functionality (which as I mentioned is offered by the competition) is put into place?

Similar Messages

  • How to handle multiple repositories with 11g

    Hi all,
    this question probably is easy but is right that the only way to manage multiple repositories is to have multiple BIEE 11g installation?
    With old 10g with OC4J having multiple installation was quite simple, but here with all weblogic environment is becoming more complex.
    I have two branches in my organisation, each one has 3 different environments: test, preproduction and production with a different repository for each one of course.
    As I have to meet also High Availabilty requirements I have deployed a two different 2nodes cluster. One cluster has 4 envs and the other one just 2 prods.
    All is installed but I still trying to understand or to find a way just to share some resources as for example weblogic server... may a single weblogic installation manage more BI domains?
    Thanks
    Stefano

    Did you ever find a solution to this issue? I come from a BusinessObjects background where you can have as many universes (metadata layers) as you want on your server. I'm trying to figure out a way to replicate that scenario with OBIEE. We have some databases that are so completely unrelated that it doesn't make sense to me to have them all in one big repository, but I don't want to have multiple servers either.

  • SRM MDM with Multiple Repositories and required S&A.

    Hello everyone,
    We are in the planning process to migrate from CCM to MDM. Our current environment has two separate customers running on two separate SAP clients in SRM 5.0 using the internal CCM (one SAP SRM instance, 2 separate SAP clients).
    In MDM it seems the concept of SAP client does not exist but the concept of an MDM Repository. I was thinking that by creating two dfifferent repositories (one for each customer) it would substitue the concept of the internal CCM on each SAP client.
    Can we have one MDM system with two separate repositories one for each of the existing customers with the required S&A?
    That is, customer A will logon to MDM to maintain only A's repository. Customer A must not be allowed to access B's repository and viceversa.
    Also, Repository A would be published only for users using SRM system under SAP Client A, and Repository B would be published only for users using SRM system under SAP Client B.
    The intention is that each customer will have their own electronic catalog.
    Thank you.
    Martin

    Hi Martin,
    The answer to your question is yes, it is possible to have one MDM system with two separate repositories one for each of the existing customers (that intend to have different electronic catalogs).
    In fact, I think this would be the best way to separate: 1. data sets, 2. access.
    1. Each MDM repository carries its own data set (like SAP client)
    2. Each MDM repository has its own security (users/passwords, roles, etc.)
    Another consideration (relates to point 1) is bringing data from SAP client (e.g. product master, contracts). Since you have two different SAP clients, managing replicated data from both of them in one MDM repository would be a form of suicide.
    You can have multiple repositories on one MDM server. A common case is when you have a staging (master) repository, and a production (slave) repository. The slave repository is what you show to searching end users; the master repository is for data loads. You synchronize the slave repository with any changes from the master at such time when you're sure the master is good to publish.
    Hope this helps.
    Cheers,
    Serguei

  • Loading multiple repositories in 11g

    Hi,
    Is loading of multiple repositories possible in 11g. when I load a repository using fusion middle ware I am only able to see one subject area in Answers.
    I would like to see multiple subject areas in answers, How is this possible?
    Thanks,
    LA

    LA, you can see multiple SA using only 1 repository. You can create different projects in your repository, using different data sources and creating different subject areas (Presentation Layer). Then you upload that only repository and you'll be able to see all the subject areas.
    J.-

  • Selecting a repository when multiple repositories are available

    Hi,
    We are trying to configure access to multiple repositories. We have Two entries in NQSConfig.INI:
    [ REPOSITORY ]
    Repo1 = Repository1.rpd, DEFAULT;
    Repo2 = Repository2.rpd;
    However, there doesn't seem to be any way to select which repository to use when you login. I only see the Subject Areas of Repo1, I can't access anything in Repo2. Is there any configuration files that need to be modify to support the selection of the repository?
    Thanks,
    Stephane.

    Our client needed 3 repositories set up, which dictates 1 Presentation server per repository.
    Here's what I did:
    Installed OAS and OBI (full install) to a single location (Oracle HTTP is not running, but is installed in a separate DMZ with a FW between):
    $HOME/10.1.3.1
    $HOME/OracleBI
    $HOME/OracleBIData
    copied all the repositories to OracleBI/server/Repository.
    Pointed to the repositories in NQSConfig.INI
    All normal, so far... here's the tricky part:
    I created 3 new Virtual IPs and bound them to the physical interface on the server.
    Navigated to OracleBIData/web/config
    copied instanceconfig.xml to:
    - instanceconfig_APP1.xml
    - instanceconfig_APP2.xml
    - instanceconfig_APP3.xml
    where APP# is the name of my apps.
    Modified each instanceconfig_APP#.xml to add:
    <Listener address="VIP1" port="9710">
    where VIP1 is one of the virtual IPs assigned to the server (one VIP per app, so APP1 gets VIP1, APP2 gets VIP2, etc.).
    This allows the same presentation install to start multiple servers (almost).
    The next mod:
    in OracleBI/setup, I copied run-saw.sh to run-all-saw.sh
    The check to see if a sawserver is already running is a crappy one - it just runs:
    ps -ef | grep "user" | grep sawserv
    or something similar, which is garbage, since there is really no reason that the same user can't start multiple Presentation servers on different ports and/or IPs.
    so - I modified run-all-saw.sh... here's a snippet of the "start)" section of the case statement (near the bottom of the script):
    elif test "$pid" ; then
    # Commented echo "Oracle BI Presentation Services is already running."
    echo "Oracle BI Java Host startup initiated."
    echo "Please check '${javahost_logfile}' for Oracle BI Java Host startup details."
    echo "Please go to the '${SADATADIR}/web/log/javahost' directory for Oracle BI Java Host log files."
    start_javahost
    # Added the next line to force a start of the saw server
    start_saw
    ----End Snippet----
    So that forces the saw server to try and start, even if it finds a saw server already running (sure, there are other ways to make that a cleaner check, but I wanted to be minimally invasive for maintenance/upgrade purposes).
    Now, the last step:
    in the $HOME, I created 4 scripts:
    start_saw_APP1.sh
    start_saw_APP2.sh
    start_saw_APP3.sh
    start_saw_ALL.sh
    The start_saw_ALL.sh is the simplest... it just calls the other 3 script in order from APP1 to APP3, with a sleep 5 command in between:
    ----Begin start_saw_ALL.sh----
    $HOME/start_saw_APP1.sh
    sleep 5
    $HOME/start_saw_APP2.sh
    sleep 5
    $HOME/start_saw_APP3.sh
    ----End start_saw_ALL.sh----
    The sleep command gives the presentation server ample time to read the .xml file before slamming in the next file in the list. I tried without the sleep lines, and only the last server instance started up. You might need to adjust these to longer times if you experience issues...
    The start_saw_APP1.sh script is:
    ----Begin start_saw_APP1.sh----
    cp $HOME/OracleBIData/web/config/instanceconfig_APP1.xml $HOME/OracleBIData/web/config/instanceconfig.xml
    $HOME/OracleBI/setup/run-all-saw.sh
    ----End start_saw_APP1.sh----
    so when I start all three, I can do netstat -a | grep 9710, and I see:
    VIP1.9710 LISTENING
    VIP2.9710 LISTENING
    VIP3.9710 LISTENING
    On the Oracle HTTP Server, I deployed the analytics.war to APP1, APP2, APP3, and modified those web.xmls to point to their respective VIP:9710 addresses (APP1's web.xml uses VIP1:9710, APP2 uses VIP2, etc.).
    This allows ONLY port 9710 to be opened in the firewall from the DMZ to the internal network, and only ports 7777 and 4443 external.
    Nice and secure, and doesn't require maintaining one Presentation install per application.
    The instanceconfig.xml is the ONLY thing that is holding us back from using multiple repositories in the same instance... if the instanceconfig.xml was allowed to contain multiple Server Instance tags, this wouldn't be an issue (I tried that too, it doesn't work).
    I'm working on a way to shut down one instance at a time - that issue revolves around the same "idiot check" that the start process does to see if more than one Presentation server is running. For now, I'm just using run-saw.sh stop, which brings down all 3 instances.
    Good luck everyone... happy to answer any questions you might have. I would imagine that a similar setup would work just find on Windows server - I know you can bind multiple IPs to a single NIC, so you should be in the same boat.
    Cheers!

  • Multiple repositories in 1 bi server ...with PS catalog....in OBIEE 11g

    Any body attempted to do this ? Having multiple repositories in 1 biserver....with multiple webcatalog used in 2 PS on same machine. This doesn't seem to work in OBIEE11g. Analytics.ear contains lots of new deployment descriptors for web.xml in 11g.

    We did exactly what was stated for 11g. The below 2 urls were used to do it 11g . we have 2 urls
    http://xxxx:9704/analytics (default rep ,catalog)
    http://xxxxx:9704/analytics_appa ( 2nd rep and catalog)
    We can see repositories are loaded online but when we access sometimes it goes to the wrong rpd/webcatalog. Some caching or something is going on from browser.
    Any body attempted this setup ? We have opened a ticket with oracle but no good response.
    Thanks
    Srikrishna

  • To print one photo multiple times on a single page

    The title of my question is the title of the page in iPhoto 8 help.
    "To print one photo multiple times on a single page"
    It says (a bit shortened) 1. Select photo 2. Click print button 3. Select paper size 4. Select print size 5 Click Customize button 6 Click Settings button 7. Select "Multiple of same photo per page from the Photos Per Page pop-up menu. 8 Click OK 9 Click Print.
    I can not find the pop-up menu referred to in Step 7. There are two "settings" buttons - neither produce a Photos Per Page pop-up menu. Settings appears if you click a double arrow to the right in the lower margin but only deals with font issues and "Print Settings" does not offer such a pop-up.
    I am using Leopard on a PowerBook G4 and just bought and installed the newest iLife 8.
    Grateful for help.

    Arthur:
    When you click on the Customize button there will be a Setting button in the next window. Click on it and in the drop down window that comes up will be the option to print multiple photos of the same photo per page.
    Select that option and click OK. You'll get the spinning cursor for a few seconds as iPhoto creates the multiple copies on the page you selected. Be sure that the print size is small enough so that you can have multiple copies of it on the paper size you selected.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Usage Tracking for BI Server Hosting Multiple Repositories

    Hi all,
    I've got my BI Server hosting two repositories:
    [ REPOSITORY ]
    DemoApp1 = DemoApp1.rpd, DEFAULT;
    DemoApp2 = DemoApp2.rpd;
    And started two Presentation Services connecting to these two repositories respectively, and two web front-ends at /analytics and /analytics2 to display the two different catalogs.
    Next, I enabled usage tracking with direct insert to the following physical table:
    PHYSICAL_TABLE_NAME = "OBIEEREP".""."OBIEEREP"."S_NQ_ACCT" ;
    CONNECTION_POOL = "OBIEEREP"."Connection Pool" ;
    Both repositories has the above physical table and connection pool defined. In DemoApp1.rpd, "OBIEEREP"."Connection Pool" points to a database OBIEEDB1, and in DemoApp2.rpd, it points to a database OBIEEDB2.
    But then the problem occurs. All usage tracking data are inserted to OBIEEDB1 only, no matter which web front-end they are from. I tried removing the "DEFAULT" from NQSConfig.ini, but this doesn't help.
    Is there any way to configure BI Server to insert usage tracking data from /analytics to OBIEEDB1, and those from /analytics2 to OBIEEDB2?
    Thanks very much!!!
    Edited by: Kaphenda on Jan 18, 2010 2:34 PM

    HI Kaphenda,
    That's probably just a side-effect of having two repositories. Keep in mind that having multiple repositories and multiple presentation servers is not support by Oracle, so they were not on the hook to modify the Usage Tracking algorithm to write to two different databases. It seems to me like they either didn't anticipate this scenario, or they didn't want to program for this scenario.
    I don't think you have too many options in terms of making OBIEE insert the traffic logs into the appropriate database. However, once the data has been inserted, you can do just about anything you want to it in terms of ETL, triggers, materialized views, etc.
    Here's what I would recommend:
    1) Have the OBIEE usage tracking information logged into a neutral schema.
    2) Write a materialized view in database 1: CREATE MATERIALIZED VIEW S_NQ_ACCT AS SELECT * from S_NQ_ACCT@NEUTRAL_SERVER WHERE REPOSITORY_NAME = 'DemoApp1'
    3) Write a materialized view in database 2: CREATE MATERIALIZED VIEW S_NQ_ACCT AS SELECT * from S_NQ_ACCT@NEUTRAL_SERVER WHERE REPOSITORY_NAME = 'DemoApp2'
    You can specify the refresh frequency of these materialized views to be as frequent as you want. The great thing about this strategy is that you get the best of all worlds. Each database has the traffic information broken down by their personal RPD. But the neutral schema can provide Global reporting across both repositories which can be very valuable itself.
    Good luck and if you found this post useful, please award points!
    Best regards,
    -Joe
    Edited by: Joe Bertram on Jan 18, 2010 9:59 AM

  • Implementation of one request, multiple responses bpel processes

    Need info on how to build a one request, multiple responses bpel processes. The following URL discusses the link
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_interact.htm#SOASE534
    Book: Oracle® Fusion Middleware Developer's Guide for Oracle SOA Suite 11g Release 1 (11.1.1)
    Chapter 5: Introduction to Interaction Patterns in a BPEL Process (section 5.6).
    Are two projects required? is one a partner link to the other?
    There are several different types of links discussed but minimal/no discussion on their implementation.
    Thanks for the help - Casey

    Hi,
    the BPEL forum is here: BPEL
    Frank

  • SAP Content Server Configuration multiple repositories

    Dear Gurus,
    We have a content server configured with SAP CRM.
    Recently we faced issue with large size of generic object created by user monthly in SAP R/3 (SOFFCONT1 growth )  thus we are considering to use content server for generic object storage.
    Could you please advice?
    1. As far as I know , I can have multiple repositories in content server thus can have my R/3 and CRM repositories in same content server ,  Please correct me , Any importent aspect which should be consider while doing such( except growth recalculation and user load for additional R/3 system).
    2. We are running SAP R/3 from past few years and we have a huge number of generic objects in R/3 database.
       Is it possible to migrate existing generic object to content server?
    Thank you
    Regards
    Ahmed
    Regards
    Arif Ahmed Qureshi
    SAP Basis Consultant

    Check
    Note 782614 - Using external Content Server in the BDS
    Note 389366 - Relocation of documents
    Note 530792 - Storing documents in the generic object services
    Markus

  • Error message: One or multiple audio files changed in length!

    Hi
    I keep getting this error message:
    "One or multiple audio files changed in length!
    As a result one audio region changed in length or content position."
    But I can't really tell what effect it's having. Slightly worrying though. Any ideas?
    Thanks

    Hello.  No, I have not touched any of the files in the project package.  I don't even know how to access them.  Any ideas?  What triggers this?

  • Printing One Address Multiple Times

    Hi All,
    I am using the label format portion of Oracle Reports and I am trying to display/print one address multiple times based on the user's input. Is this possible? Any coding example would be greatly appreciated. Thank you for your help in advance.
    Michael James

    You could pass this value as a parameter to the report and add a where clause to the report that limited the numbers returned based on this parameter. This is essentially what Kevin's doing in his example (the reference to :copies_required).
    Incidentally, there's another way to do this without creating a new table of integers. You can get the same result by using the rownum pseudo column (as long as you have a table with at least as many rows as the number of times you want the address to repeat). You can then create one driving query:
    select rownum from table
    where rownum <= :number_of_copies
    and a detail query:
    select address from address_table
    Link these queries with a group link and generate a default layout. Delete any columns in the 'rownum' repeating frame and run - you should get the address repeated the number of times specified in :number_of_copies.
    Hope this helps,
    Danny

  • Why does my iphone only send one picture multiple times when i select multiple photos to send?

    why does my iphone send one picture multiple times when i select multiple photos to send (via message or email)?

    Are you sending via Camera itself?
    That is, selecting a picture, then select forward link symbol from bottom left
    then select another picture,
    Each time make sure you see the blue check mark at bottom right of each selected picture.
    The number of " # Photos Selected" should be displayed at the top.
    Then select Mail or Message and transmit.

  • Subversion serving multiple repositories with systemd startup

    Hello.
    I'm trying to set up a simple svn server, serving multiple repositories.
    I was able to correctly set up single repository using guide from archwiki, now I'm trying to serve multiple repositories.
    I've modified the /etc/conf.d/svnserve file to point to parent directory of those repositories, so instead of
    -r /path/to/repos/repo1
    it reads
    -r /path/to/repos
    However when I try to start subversion I get the following output
    ? svnserve.service
    Loaded: error (Reason: Is a directory)
    Active: inactive (dead) since Thu 2014-11-20 21:17:01 CET; 18min ago
    Main PID: 24680 (code=killed, signal=TERM)
    Now, when I try to start svnserve from shell, using this command
    svnserve -d -r /path/to/repos
    it starts normally and I am able to access all repositories. Adding and removing -d in /etc/conf.d/svnserve has no effect on error message.
    Any thoughts?

    The problem has been solved.
    The error message:
    Loaded: error (Reason: Is a directory)
    came from systemctl, specifically from /etc/systemd/system/svnserve.service being a directory.
    The fix was to remove that directory
    sudo rm -rf /etc/systemd/system/svnserve.service
    and enabling/starting svnserve
    systemctl enable svnserve
    systemctl start svnserve
    Hope this will help someone having similar problem.

  • I am trying to use photomerge compose.  I open one standard jpeg image and one image that is my business logo in a png format.  When I select the png image, to extract the logo from it, it appears as all white and will not allow me to select the logo from

    I am trying to use photomerge compose.  I open one standard jpeg image and one image that is my business logo in a png format.  When I select the png image, to extract the logo from it, it appears as all white and will not allow me to select the logo from it.  It has worked in the past but I downloaded the update today and photomerge will not work correctly.  Any ideas?

    hedger,
    How do you expect anyone to help when we don't know a darned thing about the file, abut your setup, exact version of Photoshop and your OS, machine specs, etc.?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Hi! I'm a Windows XP convert... switched to an imac about 4 months ago and am LOVIN' it  As a graphics designer I did use a feature on my Windows machine which I really miss on my mac... beaing able to see a preview of one of the images in a folder on top

    Hi! I'm a Windows XP convert... switched to an imac about 4 months ago and am LOVIN' it As a graphics designer I did use a feature on my Windows machine which I really miss on my mac... beaing able to see a preview of one of the images in a folder on top of the folder icon. In other words, in Windows, you can see the first image that is inside the folder as an icon on the folder itself. Is there a way to do this on the mac? Maybe some software program that will do it? Thanks for you help!

    It would be brilliant if Apple could make picture folders behave like events in iPhoto. You could see a photo on the folder, and also mouse over it to change pictures.
    But no, there's not an application I'm aware of that does this. You can manually make a picture the folder icon, but it's a tedious process.
    Unfortunately this is another example of how dated and worn out the Mac's interface is. The concept of using a file folder as the icon for a directory of images is so 80's. You could use coverflow, but that only helps once you're in the directory itself. Or use iPhoto or Aperture, although they just do photos. Or try Lyn as an alternative: it has a sort of iTunes-like interface, and makes it easy to organize photos without having to put them in iPhoto. And it can display photos that are already in Libraries.
    But you'd probably need a Finder alternative. I use Leap, which displays any type of document. It also does tagging, which is another huge omission in the Finder. More like Windows Explorer (although still no photo on folder icons).
    Another very stylish Finder alternative, especially useful for pictures, is FileBrowse. I don't know why it hasn't gotten more attention. It DOES put photo previews on the folders it shows. And allows one-click expansion to show the photo enlarged. It's super fast, and even allow you to group/sort by camera or flash! It really has to be seen to be appreciated. It works in Lion, although it doesn't seem to be have been updated lately. http://www.filebrowse.com/index.html
    Rob

Maybe you are looking for

  • How to stop the replication of a particular business partner from sap crm to sap ecc - BDOC

    Hi experts, I need to know the procedure to stop replicating a particular BP #1234(example) from CRM to ECC. I don't want this BP to be replicated in ECC as in ECC this BP will not be maintained. BDOC failure: In my current scenario BDOCs are failing

  • Bridge CS6 constantly re-caching?

    In Bridge CS6 (64bit on Windows 7) I noticed that each time I visit a folder I see "activity" in the lower left corner of the window. I see the spinning circle, and reports that tumbnails and previews are being extracted. This happens on folders that

  • How to make your folder list appear at the top when opening a finder window

    Sorry if this has been asked before but couldn't find it in the threads... About the only thing I miss from Windows, is the way file mgr displays list in folders, i.e. starting with folders, then listing the files. Any way we can do this in Leopard??

  • Report linking GL Expense AC with supplier invoice number

    Hi All, I need to generate a report that gives GL expense Acs with corresponding supplier invoice number and payment docu number. I am new to FI and not aware of the tables invloved Can anyone tell me the tables involved and the link? Regards, Anu

  • How to use parameters in oracle SQL script????

    Right now I am writing a SQL script to create a schema and build the objects of this schema.... I use a .net winform program to run sqlplus to parse this sql script ... The problem is that the schema name and the tablespace's location and the sys pas