- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Realtime synchronization between Windows & HP-UX f...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 04:17 PM
04-14-2010 04:17 PM
Has anyone done the above?
I have checked this forum and there were suggestions to use rsync. But when I read the doc, it seems like it has to be scheduled and does not run "realtime".
Does anyone know of any realtime sync-ing software (preferably open-sourced and run in Windows) that I can use to sync a directory between Windows & HP-UX?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 05:48 PM
04-14-2010 05:48 PM
SolutionI suppose rsync is a good option and u can schedule it after some specific time or may be just after u log in, cause it would just update the changes so wont take much to sync the folder.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 06:20 PM
04-14-2010 06:20 PM
Re: Realtime synchronization between Windows & HP-UX folder
CIFS ( samba) is the option..
But will it fullfill your requirement??
could you please brief your setup???
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 09:51 PM
04-14-2010 09:51 PM
Re: Realtime synchronization between Windows & HP-UX folder
Because in the last case, you can use cifsclient on HP-UX to mount the Windows map on your HP-UX system, and you will have realtime access to the windows files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2010 02:23 AM
04-15-2010 02:23 AM
Re: Realtime synchronization between Windows & HP-UX folder
Thanks for all your replies.
The reason why it needs to be realtime is because the windows server is in the DMZ and the files are to be processed in the UX server.
The data files has to be processed once received.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 10:26 PM
05-03-2010 10:26 PM
Re: Realtime synchronization between Windows & HP-UX folder
For as far as I understand your implementation, I would still choose for a cifsmount from your HP-UX server to your windows server. You will only have to open 1 single port number (139 if I am not mistaken) on the firewall and your HP-UX machine will allways immediately see any file that is written on your windows server.