Operating System - Tru64 Unix
1827372 Members
4533 Online
109963 Solutions
New Discussion

Re: md5sum for Tru64 Unix V5.1B

 
SOLVED
Go to solution
Danesh Qureshi
Regular Advisor

md5sum for Tru64 Unix V5.1B

Can anyone tell me where I can find the md5sum utility for Tru64 Unix on HP's website to download it. I wish make sure the patch kit I have downloaded matches the checksum with md5sum.

3 REPLIES 3
Jörg Honegger
Regular Visitor
Solution

Re: md5sum for Tru64 Unix V5.1B

Hi Danesh

On Tru64 V5.1B you can use openssl to verify various checksums, e. g.

openssl dgst -md5 downloaded_patch_kit

See also "man openssl" and "man dgst".

Regards
Joerg
Jörg Honegger
Regular Visitor

Re: md5sum for Tru64 Unix V5.1B

Hi Danesh

Possibly you can't find openssl on your system, if you didn't select the optional subset OSFSSOSSL540 "Single Sign On Secure Sockets Layer" during installation. This subset contains the OpenSSL open source toolkit. If it isn't installed simply install it.

The binary is /usr/ssl/bin/openssl. There should exist a link /usr/bin/openssl which points to it.

Regards
Joerg
Vladimir Fabecic
Honored Contributor

Re: md5sum for Tru64 Unix V5.1B

http://www.fourmilab.ch/md5/md5.tar.gz
Just compile it.
By the way, also look:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
In vino veritas, in VMS cluster