- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rsync Problem
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
01-17-2007 01:52 AM
01-17-2007 01:52 AM
rsync Problem
I have to sync up 2 servers (hp-ux & solaris). so i thought of using rsync instead of scp in hpux 11iv2.
I've installed the rsync.
but when i try . it show error which i could not solve. So somebody plese help me to configure/procedure .
when i try the cmd from hpux server..it show the error below.
/usr/local/bin/rsync -vr --rsync-path=/opt/sfw/bin/rsync magi@test:/test/items /swft
Password:
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'locale_charset' in load module '/usr/local/bin/rsync'.
Killed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 02:44 PM
01-17-2007 02:44 PM
Re: rsync Problem
Silly question, but is rsync loaded on the second server?
What is defined in .profile of the user account on solaris?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 09:45 PM
01-17-2007 09:45 PM
Re: rsync Problem
which version of rsync did you install?
As from Rsync 2.6.0 released the default remote shell is now "ssh" unless you tell configure you want to make something else the default.
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 09:57 PM
01-17-2007 09:57 PM
Re: rsync Problem
Looks like a bad compile on rsync. You may find a depot based version in the Internet Express Package on http://software.hp.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 10:08 PM
01-17-2007 10:08 PM
Re: rsync Problem
Downloaded the same & insalled..It works fine.