Operating System - HP-UX
1836460 Members
2479 Online
110101 Solutions
New Discussion

Re: HPUX11 - Boot Problem

 
Gavin Davies
Advisor

Re: HPUX11 - Boot Problem

Problem solved now by doing the following:

Because my kernel was only a basic one from the core OS disk it didn't contain any drivers. Instead of reinstalling everything (patches) I copied a kernel over from a similiar machine. However I still couldn't use SAM to configure the kernel, so I extracted the system file from vmunix using:
/usr/lbin/sysadm/system_grep -s system
I had to add the following line to this file:
ntty 400
and also the following line to the inetconf.sec file in /var/adm:
telnet allow
I then rebuilt the kernel using mk_kernel, rebooted, and everything worked.

Thanks for all the help everyone.