Operating System - Tru64 Unix
1752707 Members
5425 Online
108789 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