Operating System - HP-UX
1834746 Members
2795 Online
110070 Solutions
New Discussion

Re: Create special files /dev/random

 
SOLVED
Go to solution
Ivan Mariuz
Frequent Advisor

Create special files /dev/random

How can I create the special files /dev/random on HP-UX 11i?

Thanks
4 REPLIES 4
John Poff
Honored Contributor
Solution

Re: Create special files /dev/random

Hi,

HP doesn't have any support for the /dev/random device. Here is a thread that addresses the question with an answer from a very good source:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8baf3a7b3682d611abdb0090277a778c,00.html

JP
James Murtagh
Honored Contributor

Re: Create special files /dev/random

Hi,

I believe it was released last week for 11i. It can be downloaded from :

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I

Regards,

James.
John Poff
Honored Contributor

Re: Create special files /dev/random

James,

Nice catch! I stand corrected. :)

JP
djtech
Frequent Advisor

Re: Create special files /dev/random

In order to create /dev/random on hp-ux 11i you must enable the kernel loadable module. You can do this through sam. Then run '/sbin/rc1.d/S114krng start'. This will create the /dev/random and /dev/urandom files for you. For more information see this webpage:

http://newfdawg.com/SSHpart5.htm