Operating System - HP-UX
1833704 Members
3025 Online
110062 Solutions
New Discussion

vpars & mk_kernel problem

 
Stan Sieler
Respected Contributor

vpars & mk_kernel problem

Hi,

We're trying to gen a new kernel on a VPARS
system, and add a new module (our own) to the kernel at the same time.

mk_kernel fails with:

Generating module: krm...
Compiling conf.c...
Generating module: emcp...
Generating module: mp...
Generating module: cg...
Generating module: pn...
Generating module: mpc...
Loading the kernel...
*** Error exit code 5

Adding "-v" gets no more output :(

system: rp7420, HP-UX 11.11

The system file we're using follows.
We added a single line to it, the "teststuff" line, just after the "wsio" line.
(BTW, our module is an I/O driver, major device 43)

This is the first time we've tried to add
a driver to a VPARS system. It adds just
fine on non-VPARS 11i 64-bit systems.

thanks for any info!

Stan (sieler@allegro.com)

----------------cut here---------------
* Drivers and Subsystems

DlkmDrv
GSCtoPCI
PCItoPCI
arp
asio0
asp
autofsc
c720
c8xx
cachefsc
cb
cdfs
cifs
clone
core
cxperf
dev_config
dev_olar
devkrs
diag0
diag1
diag2
dlkm
dlpi
dmem
echo
fcT1
fcT1_cntl
fcT1_fcp
fcd
fcms
fcp
fcp_cdio
fcparray
fcpdev
fcpmux
fddi4
ffs
func0
gelan
hd_fabric
hpstreams
i2o_cdio
iether
igelan
inet
iomem
ip
ipmi
ipmi_psm
kepd
klog
krs
lasi
lba
ldterm
lv
lvm
maclan
mpt
netdiag1
netqa
nfs_client
nfs_core
nfs_server
nfsm
nms
nuls
olar_psm
olar_psm_if
pa_generic_psm
pa_psm
pat_psm
pci
pckt
pipedev
pipemod
prm
ptem
ptm
pts
rawip
rpcmod
sad
sapic
sba
sc
sctl
sdisk
sio
stape
stcpmap
strlog
strpty_included
strtelnet_included
tape2
tape2_included
tcp
td
telm
tels
timod
tirdwr
tlclts
tlcots
tlcotsod
token_arp
tun
udp
ufs
uipc
vcn
vcs
vpar
vpar_driver
vxfs
vxportal
wsio
teststuff


* Kernel Device info

evp
dump lvol


* Tunable parameters

NSTRPUSH 256
STRMSGSZ 65535
dbc_max_pct 5
dbc_min_pct 2
dnlc_hash_locks 512
max_thread_proc 3000
maxdsiz 0X80000000
maxdsiz_64bit 0X400000000
maxfiles 3000
maxfiles_lim 3000
maxssiz 0X8000000
maxssiz_64bit 0X40000000
maxswapchunks 8192
maxtsiz 0x8000000
maxtsiz_64bit 0x40000000
maxuprc 2000
maxusers 512
maxvgs 255
msgmax 65535
msgmnb 65535
msgmni 1024
msgseg 32767
msgssz 128
msgtql 10240
nfile 200000
nflocks 6144
npty 500
nstrpty 500
nstrtel 500
nswapdev 25
scroll_lines 600
semmni 5120
semmns 16384
semmnu 2996
semume 800
shmmax 0x40000000
shmmni 1024
shmseg 1024
vps_ceiling 64
----------------end of system file-----------