- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- big-files gets from FTP, but the md5sum is not the...
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
06-25-2005 01:03 AM
06-25-2005 01:03 AM
big-files gets from FTP, but the md5sum is not the same as server
I get big-files(big than 9GB) form FTP Server, but it cant open correct.
FTP get method is binary, and the permission is correct.
Then i check the file's md5sum, it is not the same as server.
How to solve this problem??
My OS is HPUX 1100
thx!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 01:11 AM
06-25-2005 01:11 AM
Re: big-files gets from FTP, but the md5sum is not the same as server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 01:15 AM
06-25-2005 01:15 AM
Re: big-files gets from FTP, but the md5sum is not the same as server
did you check the file length in bytes ?
$ ls -l file
does this length equal length from ftp-server ?
you can also run command:
$ cksum filename
how much free space do you have on your client - the local system ?
$ bdf
does your local file-system support 'largefiles' ?
$ grep largefile /etc/fstab
example: do you use /tmp filesystem
for the local directory location during the FTP.. verify that this filesystem supports largefiles.
$ grep /tmp /etc/fstab
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
# fsadm /dev/vg00/rlvol4
largefiles
#
last, check you size limits:
$ ulimit
good luck,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 01:29 AM
06-25-2005 01:29 AM
Re: big-files gets from FTP, but the md5sum is not the same as server
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 02:06 AM
06-25-2005 02:06 AM
Re: big-files gets from FTP, but the md5sum is not the same as server
the file size is the same as server.
and the local system's free space is larger than the file.
# ulimit
unlimited
# cksum file
=> md5sum is different to server, but the
file size is the same.
If the OS version or platform is different, the md5sum maybe different?
(the OS platform is difference between client and server)
About the "largefiles", I guess my user's filesystem is support "largefiles", I will check it later.
By the way, if the filesystem doesnt support "largefiles", can i save the file larger than 2GB in this filesystem?
thx to all!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 04:58 AM
06-25-2005 04:58 AM
Re: big-files gets from FTP, but the md5sum is not the same as server
prealloc /mnt/san/db/prod/test.file 6000000000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 09:16 AM
06-25-2005 09:16 AM
Re: big-files gets from FTP, but the md5sum is not the same as server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 01:07 PM
06-25-2005 01:07 PM
Re: big-files gets from FTP, but the md5sum is not the same as server
How about using rcp or remsh if both systems are unix.
Cheers!!!
eknath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 08:14 PM
06-26-2005 08:14 PM
Re: big-files gets from FTP, but the md5sum is not the same as server
md5sum is independant of the OS platform & should always match for the certaintity of the consisistency of the file. I have also noticed similar problems where my md5sum deferred for 5-6 times and on using that file I got file corruption error at defferent stages every time. Finally after this many attempts I got md5sum right & corruption error was gone. I think ftp is not the safer option to copy this much large volume files. Other methods therefor should be preferred if available.
Large file option on a mounted file system can be set online by
#fsadm -F vxfs -o largefiles /dev/vgxx/lvolyy
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 05:26 AM
06-27-2005 05:26 AM
Re: big-files gets from FTP, but the md5sum is not the same as server
There should not be a need to retransfer the file several times to get the md5sum match.
Might also check if the number of TCP checksum errors is increasing during the transfer - while those are _caught_ problems and not then the source of the md5sum diffs it would be indicitive of something going on.
I'd also make sure you are up on the latest FTP, Transport, Filesystem and NIC driver patches for 11.0.