1754311 Members
2821 Online
108813 Solutions
New Discussion юеВ

HPUX 10.20 Boot Sequence

 
SOLVED
Go to solution
Richard Brak
New Member

HPUX 10.20 Boot Sequence

I have a B180L model workstation running on
HPUX v.10.20. When booting, you see messages
showing the result of various boot tasks, such as initializing the LAN interface for example.
Another task is starting the kks daemon, which fails on my machine. The /etc/rc.log states that there is no "nuekks" entry in the /etc/services file. I have no documentation as of yet on v10.20(on order), so my question is: What is the purpose of the kks daemon?? Any help is greatly appreciated.
Thank You
Still a Cowboy fan
3 REPLIES 3
Sachin Patel
Honored Contributor
Solution

Re: HPUX 10.20 Boot Sequence

Hi Richard,
I do not have kk daemon on any of my 10.20 system. I don't know what it is. But you can try without starting kk daemon.
cd /etc/rc.config.d/
grep kk * and vi that file replace 1 to 0. So at next boot kk will not start.

Sachin
Is photography a hobby or another way to spend $

Re: HPUX 10.20 Boot Sequence

Richard,
The best I can tell the kks daemon is related to the support of the Japanese Kanji images. I don't load this daemon on my 10.20 servers either, and can't find too much documentation on it.

Hope this helps!
Michele
Bill McNAMARA_1
Honored Contributor

Re: HPUX 10.20 Boot Sequence

cd /etc/
find . * | xargs grep nukks
to find out where it's been configured to start
(well at least to find out in which file the text nukks appears)

Later,
Bill
It works for me (tm)