Oracle VM 3.1.1 Yum repository

Hello,
As far as the documentation says, the Yum repository should be set only at the Oracle VM Manager.
1. Is there a way to add more than one yum repository address ?
2. Is there a way to check which are the available packages for each Oracle VM server, through the Oracle VM
3. Is there a way to install just a single package from the repository, not to perform upgrade
Thanks

It's just ordinary old yum on the server doing the work, so you can do whatever you want. (Maybe Oracle would quibble about what is "supported", of course.)
When you set the yum repository URL from the manager, he just (from what I've seen) sets up the /etc/yum.repos.d file on all the servers. I assume, but haven't checked, that the file wouldn't get updated after that. So, you can update that file to add more repositories, if you want to.
And you can certainly run "yum list updates" and "yum update xxx" manually on whatever servers you want to.

Similar Messages

  • Uln_register error when trying to create a local yum repository

    trying to setup a local repository on ol6 first time following this linkhttp://www.oracle.com/technetwork/topics/linux/yum-repository-setup-085606.html, and got the following message when I run uln_register to register. I know i need to make some change in /etc/sysconfig/rhn/up2date, but don't know what needs to be done. I added my company's proxy in enablehttp=xxx, but still not working. Please help me out. thanks.
    We can't contact the Unbreakable Linux
    Network Server.
    Double check the location provided - is
    'https://linux-update.oracle.com/XMLRPC'
    correct?
    If not, you can correct it and try again.
    Make sure that the network connection on
    this system is operational.

    in command line, adding proxy works. Thanks.
    # uln_register --proxy=proxy_hostname:port_number                                                                                                                                                                                                   

  • Oracle VM 3.1.1 - How to define the YUM repository URL

    The documentation shows an example or two about how to define the URL of the Yum repository I created, but it doesn't seem to define EXACTLY what to do. For example, the URL to the directory with my RPMs in it is:
    http://my-yum.acbl.net/yum/OracleVM/OVM3/3.1.1/patch/x86_64/getPackage
    Can someone tell me how much of that path I should enter into the "YUM Base URL" sub-tab under the "Tools and Resources" tab in the VM Manager? I have tried to make an intelligent guess (or two), but it's not updating properly, and I don't know if I'm entering the URL properly.

    Thank you. I'll try that, and update this again, if it seems to be wrong.
    I actually opened an SR on this, and asked this same question. After several hours, I got a response, something like "What part of the documentation do you find unclear?". I tried to carefully explain that the docs don't (as best I can tell) define how much of the path should be in the URL given to Oracle VM. I still haven't heard back.

  • Up2date http forbidden error when trying to use local yum repository

    I have recently set up a local yum repository according to the directions in the document located at http://www.oracle.com/technetwork/articles/servers-storage-admin/yum-repo-setup-1659167.html
    Now, when I run up2date -u, I get the following output:
    There was a fatal error communicating with the server. The message was:
    An HTTP error occurred:
    URL: http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/x86_64//headers/header.info
    Status Code: 403
    Error Message: Forbidden
    Thinking this was a problem with my repository or web server setup, I used wget to download the header.info file mentioned in the error, but this works perfectly as shown from the output below:
    # wget http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/x86_64//headers/header.info
    --2013-03-09 19:05:19-- http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/x86_64//headers/header.info
    Resolving us1lxmgt1... 159.234.2.1
    Connecting to us1lxmgt1|159.234.2.1|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1510242 (1.4M) [text/plain]
    Saving to: `header.info'
    100%[==============================================================================================================================================>] 1,510,242 --.-K/s in 0.06s
    2013-03-09 19:05:19 (23.6 MB/s) - `header.info' saved [1510242/1510242]
    Running up2date with no options yields the following:
    An error has occurred:
    exceptions.KeyError
    See /var/log/up2date for more information
    and /var/log/up2date contains:
    [Sat Mar  9 19:06:33 2013] up2date File "/usr/share/rhn/up2date_client/gui.py", line 1331, in onChannelsPagePrepare
    values.append(channel['NAME'])
    File "/usr/share/rhn/up2date_client/rhnChannel.py", line 48, in __getitem__
    return self.dict[item]
    [Sat Mar  9 19:06:40 2013] up2date availablePackageList from network
    [Sat Mar  9 19:06:40 2013] up2date
    An HTTP error occurred:
    URL: http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/x86_64//headers/header.info
    Status Code: 403
    Error Message: Forbidden
    Any ideas what might be going wrong?
    Thanks
    Edited by: tafairch on Mar 9, 2013 4:09 PM

    tafairch wrote:
    Actually, I have set up both. The only uncommented lines in the /etc/sysconfig/rhn/sources file are:
    yum el5_$ARCH_latest http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/$ARCH/
    yum ol5_$ARCH_latest http://us1lxmgt1/yum/OracleLinux/OL5/latest/$ARCH/
    I also have a repo file in /etc/yum.repos.d. In that file the only sections marked enabled are the following:
    [el5_latest]
    name=Oracle Linux $releasever - $basearch - latest
    baseurl=http://us1lxmgt1/yum/EnterpriseLinux/EL5/latest/$basearch/
    gpgcheck=1
    enabled=1
    [ol5_latest]
    name=Oracle Linux $releasever - $basearch - latest
    baseurl=http://us1lxmgt1/yum/OracleLinux/OL5/latest/$basearch/
    gpgcheck=1
    enabled=1
    Thanks for the helpFirst of all, having both of these setup is completely redundant. The only difference between these two channels is that the el5 channel contains rpms from before the release of OL5.6 and up to now and the ol5 channel only contains everything since OL5.6 to now.
    Second, can you post the entire sources file?
    Third, though Dude isn't completely correct about the use of up2date, you can use yum on OL5 to get updates from the server, but you'd need to just use yum and not up2date in that case. For some reason, when you configure up2date to use yum via the sources file it uses a completely different stack of yum software other than the yum client that is installed by the yum rpms. Instead, it uses the older header format provided by yum-arch. When you use yum by itself, it uses the metadata that's created from createrepo instead (think repodata).
    Fourth, you may have better luck with using the yum client overall. And actually, in the long run you would be better served to use yum since asa OL4 is phased out, we're going to discontinue yum-arch which will in turn stop the up2date clients from working in this scenario. (Note: we don't use yum-arch to generate header information for ULN.)

  • Yum Repository Setup

    Hi there,
    I have been following the instruction fro the following page:
    http://www.oracle.com/technology/tech/linux/htdocs/yum-repository-setup.html
    and I got to step 7. Run createrepo
    but createrepo is not installed nor downloadable from oracle, I believe it has something to do with step 3. Install uln-yum-proxy.
    up2date -i uln-yum-proxy
    The following packages you requested were not found:
    uln-yum-proxy
    This is not important I was trying it for learning purpose, but it would be nice if it did work.
    Can i download redhat's createrepo package or that will not work?
    Many Thanks
    Ricardo

    Sergio I already cdid this step but I still can't find the uln-yum-proxy file. Any comments?
    Thanks in advance
    [root@localhost yum]# up2date -u
    Fetching Obsoletes list for channel: el5_x86_64_latest...
    Fetching Obsoletes list for channel: el5_u5_i386_patch...
    Fetching Obsoletes list for channel: el5_u5_i386_base...
    Fetching Obsoletes list for channel: el5_u5_x86_64_base...
    Fetching Obsoletes list for channel: el5_i386_ocfs2...
    Fetching Obsoletes list for channel: el5_x86_64_ocfs2...
    Fetching rpm headers...
    Name Version Rel
    The following Packages were marked to be skipped by your configuration:
    Name Version Rel Reason
    kernel 2.6.18 194.17.4.0.1.el5Pkg name/pattern
    All packages are currently up to date

  • Yum repository

    Hello sir
    Can I get the link of Your YUM repository so that I can configure in .repo file to point to your yum repository for packages.Is there any payment we need to do for that.Now we want packages named yast2-country.2.13.35, yast2-users, autoyast2-installation, yast2-bootloader, yast2-mouse, yast2-online-update, yast2-packager, yast2-storage, yast2-update, .Can you please provide from where I get these packages.These packages are asked when I tried to install yast-installation rpm. Waiting for you response

    You didn't drill deep enough while looking at the repo:
    http://public-yum.oracle.com/repo/OracleLinux/OL5/7/base/i386/
    You must download the public-yum-el5.repo repository setup file, as directed.
    Open the file in an editor.
    What version of OL do you have? Leave that stanza alone. Comment out all other stanza using an octothorp (#), just like the shell uses.

  • "Oracle SQL Developer Data Modeler reporting repository required"

    Hi all,
    Trying to make use of Data Modeler Reports from within SQL Dev EA 2.1, but every time I try to connect to a DB I get the following message "Oracle SQL Developer Data Modeler reporting repository required."
    Any idea how to go about sorting this out?
    Thanks

    Hi i have the Oracle SQL Developer Data Modeler version 2.0.0 installed.
    When i try to export one diagram to the reporting schema, i get the following error : "Error occurred while exporting to Reporting Schema.See the log file for details".
    The log file has no errors.
    The repository owner is DBA.
    The connection is ok.
    Can you help me?
    Thanks in advance
    Paolo.

  • Remove an oracle home entry from the central repository

    Does anyone know how to remove an oracle home entry from the central repository (inventory.xml file), after the oracle home in question has been deleted. It is left behind and I want to clean it up.
    thanks

    I went to the link you have posted and it did not help me.
    I cannot get rid of my Oracle Home directory. When I attempt to delete this folder, I
    get an error message:
    oci.dll ...is write protected or in use..
    So I deleted this oci.dll file. Then I rebooted and tried to delete the OraHome directory (folder)
    again, and I get the SAME error!!
    Thanks for any advice.

  • Oracle VM 2.2.1 package repository

    Hi,
    In the past I had upgraded my oracle VM from 2.2.0 to 2.2.1 using some oracle public repository. But I have lost that link. I goggled but could not find it.
    Could anyone provide me the that link...
    thnx.
    _DHeeraj.                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I got it:
    http://public-yum.oracle.com/repo/OracleVM/OVM2/2.2.1/base/

  • Can't use Oracle 8.1.7 as WLP repository

    OK, I've been racking my brain on this for three days now.. maybe someone has an
    idea...
    The basic problem is this: I have yet been able to make a WLP content repository
    work with
    Oracle 8.1.7 and WLP 8.1.
    I have tried several methods, including the ones mentioned here:
    http://e-docs.bea.com/wlp/docs81/db/3Oracle.html (to move cgPool to an Oracle
    database), and by creating a completely new portal domain from scratch, using
    "Custom" (instead of Express) from the configuration wizard, setting up the JDBC
    pools to point to Oracle (connection passed, database load passed correctly).
    I then deploy a simple Portal Application / Portal Project created in workshop
    as an EAR
    (let's call it testPortal). Deployment seems to go fine. The outcome of all
    methods is the same: the administration portal works fine. When I click on "Content",
    I see the BEA repository. I can add nodes to the repository, AS LONG AS THEY
    ARE DIRECTLY UNDER the BEA repository (for example: BEA Repository/TestNode).
    However, if I try to add a node under that node (for example: BEA Repository/TestNode/TestNodeChild),
    I get the following error from the admin portal as a popup box:
    - Error creating Node: TestChildNode. Please verify the Node name size is within
    Repository limits.
    I can add any number of content items (including the standard content types that
    were loaded:
    article, book, image, etc) or nodes directly under BEA Repository, but I cannot
    add anything under other nodes or the above error appears.
    Some data is definitely getting to Oracle. After adding a node under BEA Repository,
    a record for that node shows up in the database. The JDBC log shows an ORA-2291
    (constraint violated) error (from jdbc.log):
    java.sql.SQLException: ORA-02291: integrity constraint (DIAGEOCMS.FK1_CM_NODE)
    v
    iolated - parent key not found
    This foreign key constraint is a pointer for the parent id of the node, back into
    the cm_node table.
    If I roll back the cgPool to pointbase, it works fine. Just not with an Oracle
    8.1.7 cgPool
    (or any other name, for that matter). I have tested this under both Win 2K and
    Linux AS.
    Other details: I did use a non-XA driver as suggested in the edocs link above.
    For the cgPool, I used the Oracle Type 4 non-XA driver. I changed all the relevant
    data sources to point at the new pool. And I did change the cgJMS store to use
    the new pool as well.
    Is anyone else successfully using Oracle 8.1.7 and Portal 8.1 with the repository?
    Sorry for the length of the message.. difficult one to explain.
    Thanks,
    Bob

    D'oh.
    OK, it turns out that our staging database was NOT the Oracle 8.1.7.4 I thought
    it was. Migrated from the 8.1.7.0 database to 8.1.7.4 resolved this problem.
    Bob
    "Bob Robinson" <[email protected]> wrote:
    >
    OK, I've been racking my brain on this for three days now.. maybe someone
    has an
    idea...
    The basic problem is this: I have yet been able to make a WLP content
    repository
    work with
    Oracle 8.1.7 and WLP 8.1.
    I have tried several methods, including the ones mentioned here:
    http://e-docs.bea.com/wlp/docs81/db/3Oracle.html (to move cgPool to an
    Oracle
    database), and by creating a completely new portal domain from scratch,
    using
    "Custom" (instead of Express) from the configuration wizard, setting
    up the JDBC
    pools to point to Oracle (connection passed, database load passed correctly).
    I then deploy a simple Portal Application / Portal Project created in
    workshop
    as an EAR
    (let's call it testPortal). Deployment seems to go fine. The outcome
    of all
    methods is the same: the administration portal works fine. When I click
    on "Content",
    I see the BEA repository. I can add nodes to the repository, AS LONG
    AS THEY
    ARE DIRECTLY UNDER the BEA repository (for example: BEA Repository/TestNode).
    However, if I try to add a node under that node (for example: BEA Repository/TestNode/TestNodeChild),
    I get the following error from the admin portal as a popup box:
    - Error creating Node: TestChildNode. Please verify the Node name size
    is within
    Repository limits.
    I can add any number of content items (including the standard content
    types that
    were loaded:
    article, book, image, etc) or nodes directly under BEA Repository, but
    I cannot
    add anything under other nodes or the above error appears.
    Some data is definitely getting to Oracle. After adding a node under
    BEA Repository,
    a record for that node shows up in the database. The JDBC log shows
    an ORA-2291
    (constraint violated) error (from jdbc.log):
    java.sql.SQLException: ORA-02291: integrity constraint (DIAGEOCMS.FK1_CM_NODE)
    v
    iolated - parent key not found
    This foreign key constraint is a pointer for the parent id of the node,
    back into
    the cm_node table.
    If I roll back the cgPool to pointbase, it works fine. Just not with
    an Oracle
    8.1.7 cgPool
    (or any other name, for that matter). I have tested this under both
    Win 2K and
    Linux AS.
    Other details: I did use a non-XA driver as suggested in the edocs link
    above.
    For the cgPool, I used the Oracle Type 4 non-XA driver. I changed all
    the relevant
    data sources to point at the new pool. And I did change the cgJMS store
    to use
    the new pool as well.
    Is anyone else successfully using Oracle 8.1.7 and Portal 8.1 with the
    repository?
    Sorry for the length of the message.. difficult one to explain.
    Thanks,
    Bob

  • Oracle TNS 12535 error after moving repository DB from Win NT to Win 2K

    Business Objects 5.1
    We have recently moved an Oracle database from Windows NT to Windows 2000. One particular user keeps on getting ORA-12535: TNS: operation timed out.
    What could be causing this?
    The user can run SQL*Plus and connect to the database without any problems.
    The user gets this error when running BO itself. When running our Application or any other Oracle tool or utility (TOAD, SQL*Plus), etc, then all works fine.
    From my own PC I can use the 'problem' users BO login to connect to the repository.
    So the nature of the problem suggests a network or configuration issue of some kind. We have limited BO expertise at this site.
    Please can someone advise?
    regards,
    MK

    Hi Mo,
    If the previous solution provided doesnu2019t works then check the following things:
    1. Check the ORACLE_HOME value in the Registry and ensure that your PC has only one "ociw32.dll" file.
    2. Confirm that the PATH environment variable definition's first Oracle /bin folder path points to the middleware
        installation you intend Supervisor to use.
    3. Add the repository database server's IP address to the local HOSTS file.
    4. Confirm the repository database's entry in the Oracle TNSNames.ora file.
    Regards,
    Sarbhjeet Kaur

  • Oracle Business Rules :  File Type Rules Repository Creation Problem

    Hi Gurus,
    I am trying to create File Type Rules Repository(SOA Suite 10.1.3.3).
    As per the documentation:user Guide
    Oracle Business Rules supplies a blank file repository that does not contain a dictionary. This file repository is named "emptyFileRepository" and is located in the
    $ORACLE_HOME/rules/lib directory.To setup a new file repository, copy and rename the emptyFileRepository file.
    Then, provide this file name and location in the Repository Connect page
    I did the same thing.I copied the emptyFileRepository and renamed the file.After giving the file location and click on the Create button it is throwing the error "Please provide a valid directory path." Please Help me to fix this.
    The same kind of the question was posted on the same forum which was un answered.Please guide me to fix the problem.I googled a lot but no help found.
    please route me to proper source.
    Thanks in advance..
    Regards,
    ravi

    I was able to create repository for business rules few weeks ago perhaps I was using an old version of the firefox, now I upgraded to firefox 3.5.7 and get the same error. IE 7 hangs, did you get a solution yet?
    I am planning to downgrade my firefox and give it a try. Please update if you find a fix.

  • Installing support for Oracle Designer Objects in an existing repository

    We have been using SCM to store Forms and other files
    for our development work.
    Now I want to use Repository Reports in the Repository
    Object Navigator, this requires me to install support
    for Oracle Designer Objects.
    Can I use the Repository Administration Utility and
    Install support for Oracle Designer Objects
    without effecting the existing repository data?
    (I've tried metalink but keep getting TCP Error
    while logging the TAR).
    Cheers
    Sam

    How can i install oracle designer and prepare the repository at first on my personal my pc

  • Not able to configure yum update or yum repository on the OVM 3.1.1

    I just downloaded the new OVM 3.1.1 but I am having a tough time to configure yum update.
    There are no repositories present in the yum.repos.d.
    How should I download the repositories so that my remaining packages get installed automatically.

    Hi,
    please check the /etc/yum.repos.d
    [root@ yum.repos.d]# pwd
    /etc/yum.repos.d
    [[email protected]]# more public-yum-ol6.repo
    and take a look to the public-yum-ol6.repo for
    [ol6_UEK_base]
    name=Unbreakable Enterprise Kernel for Oracle Linux $releasever ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=1
    You should set "enabled=1"
    regards
    SPA2

  • How to import  Oracle OLAP data called OLAPTRAIN into repository

    Hi Gurus,
    I tried to import OLAP metadata from OLAPTRAIN schema (made by Oracle) , but this schema did not appear on list in the import window.
    Earlier I was able to import Oracle metadata from BISAMPLE.
    I used OBEE 1.5
    Database is 11gR2
    What should I do to see other AW's then BISAMPLE?
    Thanks in advance!
    Best regards
    Laszlo

    Hi Gurus,
    I tried to import OLAP metadata from OLAPTRAIN schema (made by Oracle) , but this schema did not appear on list in the import window.
    Earlier I was able to import Oracle metadata from BISAMPLE.
    I used OBEE 1.5
    Database is 11gR2
    What should I do to see other AW's then BISAMPLE?
    Thanks in advance!
    Best regards
    Laszlo

Maybe you are looking for

  • DELETING MUSIC FROM ITUNES LIBRARY AND COMPUTER

    I USED TO DELETE SONGS AND IT WOULD ASK ME IF I WANTED TO KEEP THE FILE OR MOVE TO TRASH, NOW IT DOESNT ASK ME THAT. WHEN I TRY TO DELETE IT JUST TELLS ME IF I DELETE IT WILL BE REMOVED FROM ALL IPODS, ETC. AND IF I DELETE IT IT DOESNT SHOW UP IN MY

  • How to delete Open Activities in the DTR Web UI? Functions are missing...

    Hi@all, we have some problems with open activities and files that are checked-out. To solve this we found this desciption by SAP: "Deleting Open Activities in the DTR Web UI Since open activities can be a problem if they cannot be found any longer -

  • DBIF_RSQL_INVALID_RSQL when creating a Purchase Order (ME21N)

    Hi, The system is generating a short dump DBIF_RSQL_INVALID_RSQL when a user tries to create a purchase order. what could be the cause of this? i have analysed the short dump in st22 and looked at sm21 and st11 and they are giving very little detaill

  • How to choose in Delete Duplicates from internal table?

    Now I need to delete Duplicates from internal table, So at first I sort than I delete duplicate Sort itab1 BY Company_Code  Asset_No Capital_Date.       DELETE ADJACENT DUPLICATES FROM itab1 COMPARING Company_Code  Asset_No  Capital_Date Company_Code

  • "Selected report cannot be loaded" when running published crystal analysis

    Hi, When running published crystal analysis reports (*.car) within Crystal Enterprise 10 i receive the message below. This is happening to all published crystal analysis reports. Can open the reports fine within Crystal Analysis Professional itself.