Extend local OVS repository with NFS-based repository

Hi,
I have a single server with Oracle VM 2.2 installed and i'm playing around with the OVS repositories.
I currently have 3 OVS repositories on 3 local disk partitions.
Disk /dev/sda: 731.2 GB, 731217920000 bytes
255 heads, 63 sectors/track, 88898 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 6387 51199155 83 Linux
/dev/sda3 6388 7024 5116702+ 83 Linux
/dev/sda4 7025 88898 657652905 5 Extended
/dev/sda5 7025 7285 2096451 82 Linux swap / Solaris
/dev/sda6 7286 7986 5630751 83 Linux
/dev/sda7 7987 10419 19543041 83 Linux
[root@cnudde utils]# /opt/ovs-agent-2.3/utils/repos.py -l
[ * ] b894827f-91dc-40b7-8c5f-71e39c61cd7a => /dev/sda2
[   ] e02e56a2-7cc2-421c-aa6b-4e7d546caca2 => /dev/sda7
[   ] 2e129836-6602-4bc2-a076-bf09874f9808 => /dev/sda6
[root@cnudde utils]#
Question: How can i add an additional OVS repository on NFS-based storage ?

This was possible till 2.1.5.
But was removed in 2.2. with the new storage repository mechanism.
So: no you cannot mix local and shared storage.
(Local actually will only work, if no HA is enabled and you only have 1 server)
Sebastian

Similar Messages

  • Is there a way to create a local package repository

    Is there a way to create a local package repository without technically being a mirror.  For example, setting up multiple AL box's on my network and having them grab all the latest packages from one AL box?
    Thanks,
    Craig

    What you most likely want is an ABS tree of your own, containing only the PKGBUILDs of those packages which you want to be included in your repository.
    You should already have heard of the gensync program. In short, the parameters are the root of PKGBUILDs, sorted in subdirectories (ie. like the ABS tree), the intented name and location of the repository database file, and the directory containing the binary packages.
    Let's assume you downloaded the current ABS tree to your hard drive, as well as all matching (same version as in the PKGBUILDs!) packages from a mirror, but you don't want the reiserfsprogs package in your repository. To achieve that, you must remove the /var/abs/base/reiserfsprogs directory, and may optionally remove the binary package, too. Since gensync analyzes the ABS tree you supplied as a parameter, removing the subdirectory of a specific package will cause this very package to not be included in the generated database. Assuming your packages lie in /home/arch/i686/current, your gensync call would look like this:
    gensync /var/abs /home/arch/i686/current/current.db.tar.gz /home/arch/i686/current
    If there are any discrepancies like
      - PKGBUILD, but no matching binary package found
      - PKGBUILD and binary package versions do not match
      - permission problems (writing the db file must be possible)
    gensync will gladly complain.
    Otherwise you should find the db file in the place you specified. Keep in mind that the name of the db.tar.gz file must be equal to the repository tag in the pacman.conf to use the repo.
    To make sure the db contains the right packages; use
    tar -tzf current.db.tar.gz | less
    to list the contents. Every package has it's own subdirectory including the metadata, which is rather obvious considering the file's generated from such a structure in the first place.
    The binary packages along with a correctly generated db file are all you need. Make the repository directory containing these files available through FTP if local availability doesn't cut it for you, edit your pacman.conf if needed, and use it!
    Adding packages works similar; All you need to have is the PKGBUILD in an ABS-like tree (it doesn't have to be the official tree; gensync doesn't care where the files come from. Just stick to one subdirectory per PKGBUILD, and you'll be fine), and the matching packages somewhere else, run gensync with the appropriate directories, and cackle with glee.
    HTH.

  • 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.)

  • Problems using a local Subversion repository in XCode 3.0

    I'm trying to get XCode to point to my local SVN, but no luck.
    I get the error "Error: 180001 (Couldn't open a repository) Description: Unable to open an ra_local session to URL"
    I'd tell myself "learn to setup/reference a SVN repository", but I've been using this SVN install for over a year through Eclipse doing Java development. I've also pulled it up svnX with no issues. Why is XCode balking at my connection info?
    My URL is "file:///usr/local/svn". Any ideas?
    -Mack

    ericmeyers wrote:
    Maybe it's the repository format ?
    Or maybe the permissions on the repository, and the directories above it, since it's in /usr/local? My repositories are all in a folder in a user's Documents folder.
    I just set up Xcode with a local Subversion repository and it worked for me, too. Though I just tested checking out, not checking in, since I did it with a real repository and I didn't want to mess it up too much. Try posting the exact steps you're taking and where you get the error.
    You'll definitely need to use three slashes (file:///usr/local/svn) to get to your repository. If you just use two, you most likely will have a problem, as the first two are for the file URL, and the third one is the actual root directory on the drive, if that makes sense.
    charlie

  • Remove package from local IPS repository

    I published a custom package to my local IPS repository, but I would like to remove it. Obviously you can use pkgsend to add to the repository, but I can't seem to find any option to remove packages.
    anyone had luck with this? is it even possible?

    That functionality is not present in Solaris 11 Express. A kludgey way to do it, though, is to remove the package from the repository's pkg directory, then rebuild the catalog. However, the files belonging to the package will still be around in the files directory. They just won't be accessible.
    -- Alan

  • Authentication with nfs

    Hello
    I run oracle 9i and oracle 9ifs on the same server.
    The oracle 9ifs nfs server works fine.
    The mount operation is only executable by root.
    And so when i mount the <ifsserver>:home directory,
    i can only see the home/guest directory.
    I have created a scott user and edit the UidToName file,
    adding the line : scott:x:100:
    where 100 is uid's scott unix user.
    how can i authenticate as scott with nfs to see oracle ifs scott home directory?
    Thanks for help
    PAtrice

    Hello
    I run oracle 9i and oracle 9ifs on the same server.
    The oracle 9ifs nfs server works fine.
    The mount operation is only executable by root.
    And so when i mount the <ifsserver>:home directory,
    i can only see the home/guest directory.
    I have created a scott user and edit the UidToName file,
    adding the line : scott:x:100:
    where 100 is uid's scott unix user.
    how can i authenticate as scott with nfs to see oracle ifs scott home directory?
    Thanks for help
    PAtrice Based on what you said , you have a unix user with uid 100 and a ifs user scott in iFS.
    like you said you need to add the entry to UidToName file ... and restart your NFS Server.
    To mount from the unix client as scoot(uid 100) just login as root and do an nfs mount to ifs Server.
    If you now login as scott you should see the home folder of scott along with guest on your local mounted drive.
    Note that you would have to restart your server after you make entry in the uidtoname file.

  • Problem with NFS file adapter using a network share as source of files

    Hello,
    I have set up a sender cc with NFS format file adapter, with at the source directory a network share (
    server\sharename ). The share is on another system and not mapped to a local drivename, but it is open for everybody.
    The problem is, the adapter seems to not pick up the files in the directory, so there must be something I'm overlooking.
    - Both servers run on Windows
    - Share is available normally and open for everybody for all actions (including the SAPServiceSID user)
    - Files themselves are okay. If I put a file on a local drive and make the source directory the local drive instead of the network path, the file gets processed correctly
    - Because of the need for a file completion check, FTP is not an option
    Does anybody know what is going wrong, or what I could check for trace / logging info on possible cause of the problem?

    Hi,
    While using NFS mode you are supposed to put the file on XI server directory NOT to a common share directory of any other machine. And this is the reason your adapter in not picking the file.
    You can upload the file on XI server directory by using the tcode "SXDA_TOOLS", morevere you can check the file on the same directory with tcode "AL11". It is otherway-around, you can first select or chose the dir by AL11 and then put the file in the same dir by tcode SXDA_TOOLS.
    If you need more info about SXDA_TOOLS, let me know.
    Regards,
    Sarvesh

  • I can sync icloud calender with pc based outlook calender.  But contacts do not sync.  Could anyone help me with this?

    I can sync icloud calender with pc based outlook calender.  Photos also sync.  But can not sync contacts.  Already checked contact boxes in icloud and and on my PC.  Also tried to reset Document & Data on icloud.  Could anyone help me on that?

    That's what I did... switching on iCloud calender in the panel leads to the following: The existing local Outlook calendar gets mved to an new iCloud calendar.Thus the local calendar is empty.
    Given that iTunes dows not allow my whife's phone to be synced with that iCloud calendar (only the local acalendar appears in the list of available calendars in iTunes; syncing all dioes not include the iCloud one) this leads to an empty alendar on my whife's phone.
    Hence the question how to
    a) get iTunes to include the iCloud calendar to sync with the iPhone 2g (preferred) or
    b) enable a local MS Outlook internal sync between the two calendars.  

  • Extend Inventory Management (0IC_C03) with new field MSEG-INSMK

    Dear Experts, We are using Business Content InfoCube "Material stocks/movements" (0IC_C03) in Area "Inventory Controlling/Inventory Management" in BW. We are using following Business Content DataSources: Stock Initialization for Inventory Management              2LIS_03_BX Goods Movements From Inventory Management        2LIS_03_BF Revaluations                                                            2LIS_03_UM Everything works fine with delta load till now. Now we have a new requirement so that we have to fill additionally the R/3-Field MSEG-INSMK in existing Inventory Management InfoCube (0IC_C03). The Business Content DataSource (2LIS_03_BX/BF/UM) doesn't provide R/3-Field MSEG-INSMK and I don't find any other Datasource for the R/3-Field MSEG-INSMK ("Document Segment: Material" - Stock Type). How can we extend the InfoCube 0IC_C03 with the R/3-Field MSEG-INSMK? Should I define a new Generic Datasource based on the table MSEG to extract the field INSMK. The table MSEG is very large. What would be Delta-Specific Field for Generic Delta? I would load the data from generic DataSource into a new DSO. And I can read the field MSEG-INSMK per Look-Up from the DSO in the transformation to the InfoCube 0IC_C03. Is this the solution? Many Thanks Moha

    2LIS_03_BX cannot be enhanced. There is an SAP note that says enhancing this Datasource is not supported.
    2LIS_03_BF can be enhanced though, and the process is just like enhancing any other LO Datasource.
    So you can include the new field in the cube, enhance BF and load to the cube. With this, you will be able to report the INSMK field on the goods movements. But as INSMK is not present in BX, you will not be able to report the INSMK field on stock position reports.

  • Office Extend printers have issues with pullprint.

    Office Extend printers have issues with pullprint. 
    This only happens when using Office Extend. Some office locations have been connected using Office Extend and then moved over to subscriber line which fixes the issues. printer is connected to port 4 of  OEAP 600. Please suggest 
    Manish

    when the error occurs, the office temp files are owned by someone with the same uid, so office says the documents are in use even though they're not.
    do your users login with network or portable homes? if so, they should all have unique uids/gids.
    if they're logging in locally, then mounting afp shares with unique ids, that won't cut it.
    the most efficient way to avoid this is to have your users login with network or portable homes. this may not make sense for your environment, however.
    the other option is to change users' local uids, as outlined in the mvps article linked above. use dscl instead of nicl to do this.

  • How to pass credentials/saml token access sharepoint web service ex:lists.asmx when sharepoint has single sign on with claims based authentication

    How to pass credentials/saml token exchange to the sharepoint web service ex:lists.asmx when sharepoint has single sign on with claims based authentication 
    Identity provider here is Oracle identity provider 
    harika kakkireni

    Hi,
    The following materials for your reference:
    Consuming List.asmx on a claims based sharepoint site
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f965c1ee-4017-4066-ad0f-a4f56cd0e8da/consuming-listasmx-on-a-claims-based-sharepoint-site?forum=sharepointcustomizationprevious
    Sharepoint Claims based authentication and Single Sign on
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/2dfc1fdc-abc0-4fad-a414-302f52c1178b/sharepoint-claims-based-authentication-and-single-sign-on?forum=sharepointadminprevious
    Sharepoint Claim Based Authentication Web Service issuehttp://social.msdn.microsoft.com/Forums/office/en-US/dd4cc581-863c-439f-938f-948809dd18db/sharepoint-claim-based-authentication-web-service-issue?forum=sharepointgeneralprevious
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Issue with form based Authentication in three tier sharepoint 2013 environment.

    Hi,
    We are facing issue with form based Authentication in three tier environment.
    We are able to add users to the database and in SharePoint.
    But we are not able to login with created users.
    In single tier everything working fine
    Please help , Its urgent ... Thanks in advance.
    Regards,
    Hari
    Regards, Hari

    if the environments match, then it sounds like a kerberos double-hop issue
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • I need to get back in touch with UK based technica...

    Background - a few weeks ago I received help on the forum in connection with my modem re-booting, usually in the early morning. I got in touch with Bt Customer support who helped by getting the noise level back down but I still suffered from re-booting, consequent increases in snr and lower speeds. I switched from the HH3 to a Billion bipac 7700n router. This was a vast improvement. No more re-booting but occasional re-syncs instead - at least the snr and DSL speed stayed roughly at the same level. I did however want to eliminate the 4-5 re-syncs per day - a nuisance if you are trying to use the PC or streaming music when the connection drops. Customer support advised me to test the router in the BT test socket. Alas, when I looked inside my BT master socket I found that I hadn't got a test socket. Bt Customer support splendidly arranged for a BT engineer to come the next day to fit a test socket. This was just before Xmas. 
    With Xmas over, guests having gone and continuing to suffer from re-syncing, I connected the router directly to the new BT test socket. In the space of 9 hours there were 4 re-syncs.
    I e-mailed Bt customer support an extract from the router's systems log to seek their help. Within minutes I had a call from an operator in BT India who put me through to their technical desk. Unfortunately the technical desk did not have my e-mail and did not seem very interested in the background to my issue. After an hour in the phone I spoke to a supervisor who explained that he could not take my problem further until I had tried a new HH3. 
    Well the HH3 turned up today. On connection my snr went up to 10db and the DSL speed down from 6656 kbps to 4344 kbps. Needless to say I have disconnected the HH3.
    I should add that the BT engineer who fitted the new master socket said that in his view I needed a Broadband boost engineer and that he would put this in his report. 
    Advice on how to get back in contact with Uk based support would be welcome.  I had been making good progress!
    Solved!
    Go to Solution.

    Hi I suggest you contact the forum mods they should be able to get your problem sorted for you this is a link to them
    http://bt.custhelp.com/app/contact_email/c/4951
    they normally reply by email or phone directly to you within 72 hours
    They are a UK based BT specialist team who have a good record at getting problems solved
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Import PO with GR based

    Hello.
    We are Going for Import PO.
    We are creating the Import PO with Gr based Indicator. now Tax code is Zero.
    Customs clearing account is seprate.. from that A/c we will pay the Customs amount.
    So while doing the MIRO for Customs.(planned delivery cost from MIRO option), system will generate the Commercial exc Inv No.
    So when i go for MIGO with ref to PO. then system will Popup the Commercial Exc Iv no then we will cancel from MIGO screen .
    Then system will shown me the Full PO qty's BED ,ECS and SECess and AED... but iam capturing the MIGO partaily.... Excise base value also shwon in USD.....
    Regards
    sapman man

    Hi there,
    What i understood from your thread is you want to do the Excise invoice for partially and pay duties to the custom vendor for the partial quantity of goods receipt, for the same you can change the duty and the quantity while doing the MIRO trax. So the same data will flow when you will enter the MIGO screen and mention there the commercial invoice number.
    For partial delivery check in your vendor settings, the GR based INV verification should be marked. For multiple currency check your settings in SPRO. The sytem defaults the same from vendor master.
    Hope it helps
    Regards
    Sujoy

  • What is the mean of using Portal with Role Based security as entry point

    Hi Experts we have requirement of integration of Portal and MDM
    I am completely new to the MDM. So please give me some idea , what is the meanin for following points.
    1) Using the Portal with Role Based security as entry point for capacity and Routing Maintaince(These two are some modules).
    2) Additionally , Portal should have capability to enter in to the MDM for future master data maintence. Feeds of data will need to be come from  SAP 4.6c
    Please give me the clarity of what is the meanin of second point
    Regards
    Vijay

    Hi
    It requires the entire land scape like EP server and MDM server both should be configured in SLD.
    Your requirement is maintaing and updating the MDM data with Enterprise portal.We have some Business Packages to install in Portal inorder to access the functionality of MDM.
    Portal gives you a secure role based functionality of MDM through Single sign on (login into the portal access any application) to their end users.
    Please go through this link
    http://help.sap.com/saphelp_mdmgds55/helpdata/EN/45/c8cd92dc7f4ebbe10000000a11466f/frameset.htm
    You need to develope some custom applications which should be integrated into the portal to access MDM Server master data
    The estimation involves as per your requirement clearly
    Its depends upon the Landscape settings, Requirement complexity,Identify how many number of custom applications need to be developed
    Regards
    Kalyan

Maybe you are looking for

  • How to search and replace in an xml file using java

    Hi all, I am new to java and Xml Programming. I have to search and replace a value Suresh with some other name in the below xml file. Any help of code in java it is of great help,and its very urgent. I am using java swings for generating two text box

  • Current iMac won't stop listening to remotes.

    I recently upgraded from a late 09 iMac to the current Thunderbolt equipped iMac. My computer lives in the same room as my Apple TV. So first time that I went to use my Apple TV my iMac started responding and I cannot get it to not respond to the rem

  • URGENT - javax.naming.NameNotFoundException No object bound to name

    I'm working on a stateless EJB (JobDtlEJB) which calls another stateless EJB (FuncVSREJB). During runtime, the following message appear in application log: [20/Feb/2006:00:16:56] INFO ( 2088): CORE3282: stdout: EJBGetter:getFuncVSRHome-to lookup[java

  • Send multiple word files in one folder

    Not sure if this is the right forum, I want to send 30 word documents but don't want attach each file. On windows, you can use WINZIP, is there a MAC version of that? Some say STuffit but I have stuffit expander. Thanks, kchen

  • How to back up if screen is dead?

    hi all, i'm on the phone now to set up the logic board replacement for my computer. i've read that i need to back up my files, but how can i do that if the screen is totally black? it was working before for a few minutes at a time, but now not at all