Operating System - HP-UX
1836482 Members
2631 Online
110101 Solutions
New Discussion

Re: Error whilst building kernel with HPUX 11

 
Jason Dinsdale
Frequent Advisor

Error whilst building kernel with HPUX 11

People,

I'm getting the following error when building the kernel:

gul2000# /usr/sbin/mk_kernel -s /stand/build/system
WARNING: No such device, tunable, or cdio DlkmDr.
Ignoring the following line.
DlkmDr
Generating module: krm...
Compiling conf.c...
Loading the kernel...
Generating kernel symbol table...


Anybody seen this before? My system file is as follows:


* Drivers and Subsystems

DlkmDr
asyncdsk
GSCtoPCI
PCItoPCI
arp
asio0
asp
autofsc
btlan3
btlan6
c720
cb
cdfs
clone
core
diag0
diag1
diag2
dlkm
dlpi
dmem
echo
fc
fcT1
fcT1_cntl
fcT1_fcp
fc_arp
fcgsc
fcgsc_lan
fcms
fcp
fcp_cdio
fcparray
fcpdev
fcpmux
ffs
hpstreams
inet
ip
klog
lasi
lba
ldterm
lv
lvm
maclan
netdiag1
netqa
nfs_client
nfs_core
nfs_server
nfsm
nms
nuls
pa_generic_psm
pa_psm
pat_psm
pci
pckt
pipedev
pipemod
ptem
ptm
pts
rawip
rpcmod
sad
sapic
sba
sc
sctl
sdisk
sio
stape
stcpmap
strlog
strpty_included
strtelnet_included
tape2
tape2_included
tcp
telm
tels
timod
tirdwr
tlclts
tlcots
tlcotsod
token_arp
tun
udp
ufs
uipc
wsio

* For autochanger picker

driver 0/0/1/0.5.1 sctl


* Kernel Device info

vxfs
vxportal33
dump lvol


* Tunable parameters

STRMSGSZ 65535
bufpages 0
dbc_max_pct 20
max_thread_proc 256
maxfiles 2048
maxfiles_lim 2048
maxswapchunks 4096
maxuprc ((NPROC*8)/10)
maxusers 400
maxvgs 80
msgmap (MSGTQL+2)
msgmax 32768
msgmnb 65535
msgmni (NPROC)
msgseg (MSGTQL*4)
msgssz 128
msgtql (NPROC)
ncallout 2064
nfile (15*NPROC+2048)
nflocks (NPROC)
ninode (8*NPROC+2048)
nkthread 2048
nproc (((10*MAXUSERS)/3)+128)
nstrpty 60
nstrtel (MAXUSERS)
nswapdev 25
num_tachyon_adapters 5
semmap (SEMMNI+2)
semmni (NPROC*2)
semmns (SEMMNI*2)
semmnu (NPROC-4)
semume 64
semvmx 32768
shmmax 0X40000000
shmmni 512
shmseg 32
swapmem_on 0
timeslice 1
unlockable_mem (MAXUSERS*10)


Thanks,

Jason
If a man talks in a forest and there is no woman to hear, is he still wrong?
2 REPLIES 2
James A. Donovan
Honored Contributor

Re: Error whilst building kernel with HPUX 11

There appears to be a type in your /stand/system file. That first driver should be "DlkmDrv" not "DlkmDr"
Remember, wherever you go, there you are...
James A. Donovan
Honored Contributor

Re: Error whilst building kernel with HPUX 11

sorry, that should say "typo in your /stand/build/system file"...
Remember, wherever you go, there you are...