Operating System - HP-UX
1827880 Members
1398 Online
109969 Solutions
New Discussion

PRNGD default file missing...

 
SOLVED
Go to solution
Amitav
Frequent Advisor

PRNGD default file missing...

Hi,
How can i go and make the file available in /etc/rc.config.d, since it's giving an error...??
6 REPLIES 6
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: PRNGD default file missing...

Hi Amitav,

Check if you have the Random Number Generator files in your /dev directoy.

# ll /dev/*random

Check if the Random Number Generator is installed.

# swlist -l fileset | grep -i prng

If you don't have this product installed you can download it for 11.11 from below site, otherwise post your hpux version.

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I

Regards,
Robert-Jan
Amitav
Frequent Advisor

Re: PRNGD default file missing...

Tried ll/dev/*random....

ll /dev/*random
/dev/*random not found


swlist -l fileset | grep -i prng
openssl.OPENSSL-PRNG A.00.09.07-d.002 OpenSSL Prng Files

The version is 11.11
Robert-Jan Goossens_1
Honored Contributor

Re: PRNGD default file missing...

Hi,

Have a look at this doc.

http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00933674-1

Title: Using PRNGD to generate random numbers with OpenSSL
Document ID: emr_na-c00933674-1
Last Modified Date: Tue Dec 21 06:00:00 GMT 2004

Regards,
Robert-Jan
Amitav
Frequent Advisor

Re: PRNGD default file missing...

Hi Robert,
i'm unabel to open the doc....!!
Dennis Handly
Acclaimed Contributor

Re: PRNGD default file missing...

>I'm unable to open the doc.

You must have a support contract:
The content identified requires a support agreement, HP CarePack or warranty.

I would suggest you just install the product. It may have documentation with it.

There are a few comments with the Openssl product:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I
Amitav
Frequent Advisor

Re: PRNGD default file missing...

Thnxs for ur valueable inputs...