Timestamp sync across the EBS machines

Oracle EBS R 12 is running on Oracle Linux 5x and it's two node installations. We would like synchronize the timestamp with out NTP (Netwrok Time Protocol) server to ensure that all the Oracle EBS machihes clock stays accurate across the machines.
Is there any impact to Oracle EBS Instance, if we sync the EBS machines with NTP servers?
What's the Oracle Linux -OS utility needs to be used to sync the date and timestamp with NTP mahcine?
Customer is maintaing the NTP machine seperately to sync the date and timestamp across the machines.
Please help

but this link is searching in google. Because that's what you need, how to setup NTP on Linux.
I have done that earlier before posting as we are getting multiple results. We are not sure about which RPM or Utility to be used for NTP on linux. If you can give me the correct details that would be appreciated. thankshttp://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch24_:_The_NTP_Server
http://www.ghacks.net/2009/03/16/installing-and-configuring-ntp-on-linux/
Also, refer to the Linux Admin manual -- Look for NTP setup.
Thanks,
Hussein

Similar Messages

  • Using Gmail through Mail in Mountain Lion - issue with inbox syncing across multiple machines

    Hi. I am using Gmail through Mail in Mountain Lion on my iMac, as well as Mail in my iPad and iPhone. Generally speaking Mail seems to sync well across the three machines. However for some reason when I view an email in my inbox on either my iPhone or my iPad, the inbox on my iMac does not reflect the fact the email has been read: ie, while the email is marked as having been 'read' across both my iPad and iPhone, it remains 'unread' on my iMac. It is really frustrating and stuffs up the process managing the flow of emails. Is anyone able to help me please? Thanks so much.
    Best
    Jordan

    Hi SB. Thanks for your advice. I checked and I am using the recommended settings. I'm still not sure how to fix this. It's very irritating! I will read an email on my ipad, then hit my imac and see that the email is sitting unread in my Mail inbox.

  • How Does The Playcount Sync Across iTunes and Multiple iPhones/iPods?

    Okay, this is more of a lazy question, because I don't feel like investigating myself...
    So I have an iPhone with all of my music on it. I also have an iTouch with all of my music. Occasionally I will play music on my iPhone, but primarily it's only used as an iPod when I'm driving and can plug it in.
    However, the iTouch is being used more and more to play music on the go.
    Both have the exact same library on them. They also have three smart playlists (which yes, I know they only update when synced with iTunes, since something is goofy with the smart lists) which rely on the playcount.
    I was wondering how the playcount works when synced across the iPhone to and from the iTouch and iTunes.
    Here's what I'm asking....
    I have songs A, B, C and D.
    On the iTouch, I play song A 5 times.
    On the iPhone, I play song B 5 times.
    On BOTH, I play song C 5 times.
    On my computer, I play song D 5 times.
    Now, how are they all going to sync? If I plug the iTouch in first, will it show that I played song A and C 5 times, and iTunes will update song D on the iTouch, but when I plug in the iPhone, it'll show that I didn't play song A, so it'll modify the playlist? Or when I sync the iPhone, will it update song C twice, one for the iTouch, one for the iPhone, so it'll show that I played it 10 times (correct)? Or will it only see that song C was played on one device?
    My main reason is that I want to know how I should expect my smart lists to function when being spread out over three devices...

    Play counts are updated in iTunes when you sync the device, and should then propagate. So, for song A which was played only on the iPod Touch, after those 5 plays if you sync the iPod Touch that will change the iTunes count to 5, then if you sync the iPhone after that, song A will have a play count of 5 for the iPhone's smart playlist (since syncing the iPhone will update the smart playlist at that time).

  • Help with the Time Machine set up

    Hi all,
    I am a newbie to Mac computers. I just got my very first MBP. As I am learning my way around and trying set things up with it, I came across the TIme Machine (TM). How do I set TM up? I have a 1 TB Seagate external hard drive that I've been using to back up few windows laptop at my household. When I plugged this drive in,TM prompted me to erase everything that I have in the external drive if I were to use that as my TM backup device. But I don't want to lose everything that I have in that drive. Since it contains backed up data from multiple machine. What do I do to set up TM backup using the same external drive without losing what I have in there?
    In addition, I will be loading windows 7 on a virtual machine using Oracle Virtualbox on my mbp. Will I be able to backup data from the VM onto the same drive?
    Thank you all in advance for your replies.
    Prince

    Yes, move all the data from the hard drive to another computer. Then use Disk Utility (in Utlities folder) to erase and partition the hard drive. You can use one partition for Time Machine and the other partition for all of your other stuff. Be sure and move your 'stuff' to a differnt partition than the Time Machine.
    For everything you'd ever want to know about Time Machine, see http://pondini.org/TM/FAQ.html.
    Good luck...
    Clinton

  • File Sync across WRT1900 and EA6900 Routers

    I am trying to setup some type of sync across the internet for two locations.  The primary location has a WRT1900 router and a Windows Server 2012 R2 Essentials server with all the files.  I am trying to setup a NAS or similar at the 2nd location connected by a EA6900 router.  Files are media such as HD movies and iTunes content.  Want to be able to access the content locally at hte 2nd site and watch HD movies and alike.  Content is too big (expensive) to keep fully in cloud plus want speed of content locally.  I would really like to minimize all the parts and hoping there is an easy way to setup a site to site VPN or similar across the two products and sync to a NAS or use DFS or similar.  Simple and easy is key. Thank you! 

    Thanks Chadster - problem is I then loose the wireless networking, which I use extensively throughout the house.  I guess I could add a WAP, but then left with $500 of routers plus the cost of the new routers and APs. I like the WRT's performance.  Any ideas to keep the existing routers in place?

  • Sync files across the Managed Server.

    We have exploded war deployed in the Weblogic Cluster and in this there is a feature which would create a zip file in the exploded folder and this zip file will be downloaded through the URL. Now the problem in clustered environment is when the application write the zip file which will be available in only one of the managed server and when we try to download the zip file through the LoadBalancer URL it may not hit the same Managed Server in which the zip file is available.
    Is there a way in weblogic cluster to sync the files across all the managed server so that we can access the file through loadbalancer.

    Hi Suresh
    1. Your issue has nothing to do with the cluster setup and the way you deploy the application (as EAR or Exploded). Basically in your application, you generate a file and automatically that gets stored in that machines location. Now when you access it from a load balancer, the request may go to other machine and naturally it will not find the file there. There is nothing in the cluster setup or something that can copy the files and replicate acorss the machines. Infact that will be way too complex. I will couple of solutions.
    2. Create a shared folder like public folder. Say in Windows, create a folder with some folder structure and map it as say X: Drive. now this X Drive can be accessed from any other machine like Machine1, Machine2 (after setting the sharing properties). First try directly from Windows Explorer itself. Now within your application, when you generate and store the file, refer this X: Drive with full path. You can make it more flexible by using a .properties file that has key value pair. Key is like FILE_LOCATION and value can be like X:\a\b\c. Now using simple Java Properties class API to load the contents from this file. You can add all the constants, check for if .properties file exist like that. Once you have all the properties loaded, then refer this key, to get its value and use that to store the file generated. Use the same approach, while retrieving the file also. Use the key to get the location and then look for the file you want to download. This should work, when the request goes to any managed server in the cluster. I used it. I created a utility class like MyAppPropertiesLoader, with some static methods, that reads the file only once, if it is null, and then get values using simle methods like getString(String aKey), getLong(String aKey) etc. The huge BENEFIT of this is, once you deploy the application say in Unix, natually, the shared location has to be one of the unix boxes. Then just mount this location on both the managed servers (mount is similar to mapping a drive in Windows OS). Also the location of the files can be changed anytime in the properties file. Say in QC, the location may be X:\a\b\c\qc. But for UAT on Unix it can be like /x/y/z/uat/. Now this .properties file can exist directly under the Domain root folder so you can access it directly without any path in your java code. You can also use System properties like user.home etc. Make sure to copy this .properties file on both the domains. The original master domain. And the psueduo domain that is generated when you run the unpack command if you have managed server in another machine.
    3. This is much simpler but kind of not recommended. Simply, create a simple table with few header columns and one BLOB/CLOB column. Store the file in this database table and retrieve from it. This means you will have JDBC code, and the code to create clob to store and generate file from clob for retrieval.
    My preference is the first option given above. Getting tools to copy files may be complex. Its not like syncing the data across but its the files that needs to be copied across the machines.
    Thanks
    Ravi Jegga

  • Sync with the cloud or local machine?

    I've been subscribed to CS6/Creative Cloud for about a year now. I just bought a new MacBook Pro and downloaded several Adobe programs. When I opened Dreamweaver, I got this message:
    "Settings from another computer are already synced with Creative Cloud. Would you like to sync using the settings stored on the cloud or the local settings on this machine?"
    I'm confused. Am I correct in guessing that it would probably be best to sync with the cloud settings?
    And should I choose the option "Always sync settings automatically"?
    Thanks.

    It would vary based on the user's taste. If you would like to have the same settings across your devices, you should sync with the cloud settings.
    Some users might not prefer this and choose to setup their application preferences, site settings, etc differently for different devices.

  • Is it possible to Have a Catalog sync across Two computers over the internet?

    Is it possible to Have a Elements 12 Catalog sync across Two computers over the internet?  I have a laptop I use in the Field when I take pictures and a Desktop at my house that I use to Edit the Photos.  I would like the Catalog Synced across both computers.  IE I download pictures from the Camera onto the laptop and they automatically sync over to the desktop then when I edit the pictures on the Desktop they go back to the laptop.
    Is this possible?
    What would I need to have it work?

    You could put the pictures in the field on your laptop
    Send them to Dropbox from your laptop
    At home, when you are on the desktop, access the pictures from Dropbox and put them in a folder of choice
    Enhance the pictures in PSE, then send them to a destination folder, to preclude overwriting the orginals
    Populate the organizer from the destination folder
    This requires that you install Dropbox (free, with quite a bit of storage) on both machines. I have the app on my ipad as well, and it synchs perfectly (no catalog, however).
    One advantage to this type of work-flow would be that you can get rid of the non-keepers and save the pictures that you fixed at home, prior to any organizer machinations. The old axiom: It's a virtue to be selective.

  • How do I transfer all the information in my iTunes on my old mac book to my new mac book pro so I can sync my devices to the new machine with erasing all the data my iPhone and iPad?

    I have just bought a new mac book pro and want to use this machine as the main computer to which I will sync my iPhone and iPad.
    How do I transfer the information within iTunes on my old mac book so when I connect the devices the new machine will not erase all my data?
    Thank you

    Copy the entire iTunes folder within the music folder on your old Mac to the music folder on your new Mac.
    You can use an external hard disc for the transfer, or you can connect the computers together using Firewire Target Disc Mode as explained here:  http://support.apple.com/kb/ht1661

  • I am facing issues with my music on my iOS device. I have five devices connected to my apple id. And out of which a Windows Machine and iPhone is not able to sync the purchased songs on the the Windows machine and the iPhone.

    I am facing issues with my music on my iOS device. I have five devices connected to my apple id. And out of which a Windows Machine and iPhone is not able to sync the purchased songs on the the Windows machine and the iPhone. The iPhone4 shows the songs are not supported and on the Windows Machine the songs do not play completely. Can anyone advice what could have gone wrong ? Because rest of the devices are synced to MacBook and they are able to sync the content normally.  I have even subscribed to iTunes Match but the problem is still not fixed.

    Firstly...  a little Clarity...
    Devices refer to iDevices... iPod... iPhone... iPad. ..   Not Computers.
    Authoriation applies ONLY to Computers... of which there is a Limit of 5 per Apple ID.
    If the issue is with iTunes on your Windows Computer... Perhaps you need to Re-install iTunes...
    See Here... to Uninstall and Re-Install iTunes...
    http://www.apple.com/support/itunes/install/

  • I am trying to connect my fathers ipod touch to itunes on my computer, how can i sync itunes on my machine with the ipod such that his songs don't get deleted and i could add new songs to it (mp3 on my computer)

    I am trying to connect my fathers ipod touch to itunes on my computer, how can i sync itunes on my machine with the ipod such that his songs don't get deleted and i could add new songs to it (mp3 on my computer)

    You cannot merge accounts.  Frequently asked questions about Apple ID - http://support.apple.com/kb/HE37
    One computer using multiple iTunes Store authorizations - http://support.apple.com/kb/HT1206

  • Is MS exchange the only way to keep mail synced across all devices? Can Mac mail do this without exchange? I have iPhone,iPad and new MacBook Pro, and looking for advice please.

    Is MS exchange the only way to keep mail synced across all devices? Can Mac mail do this without exchange? I have iPhone,iPad and new MacBook Pro, and looking for advice please.

    As Bob says, any iMap service can do this. GMail can, iCLoud mail can too.
    Both of these can be used with Mail on any device.

  • Experiencing trouble syncing with the 10.3 version of iTunes on my Windows Vista machine. Have uninstalled all Apple software twice, reinstalled and continue to get an error 7 message in connection with the Photo Processor. Any other ideas to try?

    Experiencing trouble syncing with the 10.3 version of iTunes on my Windows Vista machine. Have uninstalled all Apple software twice, reinstalled and continue to get an error 7 message in connection with the Photo Processor. Any other ideas to try?

    Hi,
    got it fixed! My Son had both files on his Win7 iTunes installation. Never mind he had no issues whith ths iTunes and iPhone Sync. So I checked my other Win XP PC, where I don't have this problem syncing my ipad, and surprise. Both files do NOT show up on this PC. So I renamed the iTunesPhotoProcessor.exe I found under c:\program file\iTunes and synced again my iPhone and it went through without any error. So the problem might be and unremoved iTunesPhotoProcessor.exe or the missing iTunesPhotoProcessor.dll under the iTunes install root folder and this even if I had checked that the folder was completely removed during iTunes unistall.
    Please try yourselve and just rename the iTunesPhotoProcessor.exe to iTunesPhotoProcessor.exe_ under c:\program file\iTunes or get a copy of the missing iTunesPhotoProcessor.dll and cp to c:\program file\iTunes.

  • Is there a section in the Mac App Store, that is for apps that sync across their respective iOS apps?

    Is there a section in the Mac App Store, that is for apps that sync across their respective iOS apps?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    I have been using the Mac App Store from day one and have never seen this area of which you speak. There are a number of apps where the developer has created both a Mac version and an iOS version, but I haven't a clue how you would do a search of the Mac App Store to find them.

  • HT3275 Has anyone come across the red "i" message saying "The backup disk image "/Volumes/Chris...(the last bit being) iMac.sparsebundle" is already in use? This has prevented my time machine from backing up from this morning (5th Dec 2012).

    Has anyone come across the red "i" message saying "The backup disk image "/Volumes/Chris...(the last bit being) iMac.sparsebundle" is already in use."?
    As of yesterday (4th Dec 2012) everything was fine, no trouble or problems at all. Wake up this morning, turn on the computer and when it came time to backup itself, the message occurred above and this has prevented my time machine from backing up from this morning (5th Dec 2012) ever since then.
    Everything on my computer is up-to-date but this problem still persists displaying this message practically every hour, on the hour and nothing is getting backedup!
    If you know what is going on and more importantly, how to fix this, I would be indebted to you for sharing your knowledge with me on this subject.
    Thank you.

    Welcome to the Apple Support Communities
    See > http://pondini.org/TM/C12.html

Maybe you are looking for

  • B2B, multiple customers, and 'similar apps' limitations?

    Hey Folks,   I have an app that is currently distributed via the B2B store. We have another customer coming online and we also want to distribute to them via the B2B store. There are a couple of concerns though. First, the two seperate companies will

  • Change array size and delete duplicate row

    Hello, I am running a program that does a for loop 3 times.  In each loop, data is collected for x and y points (10 in the example provided).  How can I output the array with the 30 points in a simple 2D array (size 2x30)? Also, from the array, how d

  • Pass parameter to portlet from jspx page

    Hello guys, i have one question about portlet. Curently i have 2 application, 1 weblogic portal application and 1 portlet producer application. Both project was successfully setup. I already put 1 portlet created in the portlet producer into 1 page i

  • DSL in Brookville, Ohio

    Wow, what a joke Verizon is becoming! Been waiting a week now for my DSL, they say " there are not enough ports available"...{word filter avoidance} does that mean???  Anyone else in this part of the world (45309) having problems with VerizoN? I am s

  • TS1702 Trouble with apps

    On the App Store they say the apps are free but when I go to install them it says about I have to purchase them but its. Only just started doing it and not sure how to resolve it