- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- chsum between HP-UX and Windows2000
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
02-03-2004 06:09 PM
02-03-2004 06:09 PM
I'm trying to verify a file that is transferred from HP-UX to Windows2000. Is there a cksum equivalent on Windows2000 available?
Best regards,
Ben
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 06:17 PM
02-03-2004 06:17 PM
Re: chsum between HP-UX and Windows2000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 06:24 PM
02-03-2004 06:24 PM
Solutionhttp://www.laurentconstantin.com/en/netw/netwib/download/v5/
Under the section "What to do with the md5 ?"
I haven't used it, I just noticed that it was there. If you try them both please post something about how well they work, and if the checksums match.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 07:49 PM
02-03-2004 07:49 PM
Re: chsum between HP-UX and Windows2000
I've tried the Win2K md5 program - works fine (run it under the command prompt, e.g.
md5sum afile.doc
).
You can get the source of an MD5 program from HP Security Bulletin 16 - go to the Security Bulletins Archive - but I'm attaching a shell archive with the source + makefile.
MD5 is considered to be a better checksum than cksum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 09:39 PM
02-03-2004 09:39 PM
Re: chsum between HP-UX and Windows2000
Many thanks for your replies!
CksumWin is good, but unfortunately I forgot to mention I needed the application to run from the command line.
The md5sum solution is just what I was looking for. Many thanks!
Cheers,
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 06:51 PM
02-04-2004 06:51 PM
Re: chsum between HP-UX and Windows2000
I found the following perl script useful:
http://www.kluge.net/~felicity/ppt/cksum
The advantage, this runs on several platforms and I don't need to switch parameters.
Cheers,
Rene