You can explore the possibility of using the unix "dd" utility for doing the copy. I've used it on Sun Solaris for copying datafiles as well to detect possible block corruptions and might work for you on HP. This utility will do the copy and at the same time report the blocks read and blocks copied to the destination details immediately after the copy's done. An example usage would be something like this:

$ dd if=/mnt/userdata/users01.dbf of=/mnt/elsewhere/users01.dbf

if => Source
of => destination

Good luck and hope this helps!

http://www.dbaxchange.com