Install the components
If rsync is missing from your system, download from HP the needed files.  The needed files can be found at:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-3.0.9/
Download the following files that matches your system's architecture:
- rsync-3.0.9-ia64-11.31.depot.gz
 - gettext-0.18.1.1-ia64-11.23.depot.gz 
 - popt-1.16-ia64-11.23.depot.gz
 - libiconv-1.14-ia64-11.23.depot.gz
 
Expand the files with:
- gunzip rsync-3.0.9-ia64-11.23.depot.gz
 - gunzip gettext-0.18.1.1-ia64-11.23.depot.gz 
 - gunzip popt-1.16-ia64-11.23.depot.gz
 - gunzip libiconv-1.14-ia64-11.23.depot.gz
 
and then install it using the below commands:
- swinstall -s node:/tmp/rsync-3.0.9-ia64-11.23.depot
 - swinstall -s node:/tmp/gettext-0.18.1.1-ia64-11.23.depot 
 - swinstall -s node:/tmp/popt-1.16-ia64-11.23.depot
 - swinstall -s node:/tmp/libiconv-1.14-ia64-11.23.depot