T.R | Title | User | Personal Name | Date | Lines |
---|
9887.1 | LAT config | SIOG::BR_MURPHY | | Tue May 20 1997 11:11 | 4 |
| How about adding the DLI & DLPI.
It may be helpful to see your config file.
|
9887.2 | Couple of things | KEIKI::WHITE | MIN(2�,FWIW) | Tue May 20 1997 22:46 | 10 |
|
This can happen if the /sbin/init.d/lat script has been replaced
from a previous version of DIGITAL UNIX, like on an manual upgrade.
LAT has been taken out of the kernal and is now dynamically
loadable so the checks in the old LAT script are bogus for V4.x.
Also check rc.config to make sure LAT_SETUP="1"
Bill
|
9887.3 | | HYDRA::LAVIN | | Wed May 21 1997 10:29 | 124 |
|
LAT_SETUP =1 ...the lat startup script hasn't changed...
here is my config file
just added DLPI
leo
ident "ROCKY2"
options UERF
options OSF
options _LMF_
options BIN_COMPAT
options COMPAT_43
options MACH
options MACH_IPC_TCACHE
options MACH_IPC_WWA
options MACH_IPC_XXXHACK
options BUFCACHE_STATS
options INOCACHE_STATS
options STAT_TIME
options VAGUE_STATS
options UFS
options NFS
options NFS_SERVER
options MSFS
options STRKINFO
options STREAMS
options LDTTY
options RPTY
options INET
options UIPC
options SYSV_COFF
options QUOTA
options LABELS
options SL
options SNMPINFO
options DLI
options DLPI
options BPARM
options BSD_TTY
options DLB
options LAT
options PROCFS
options FFM_FS
options NTP_TIME
options KDEBUG
options PACKETFILTER
options PPP
options PCKT
options TIRDWR
options TIMOD
options XTISO
options FFM_FS
options CDFS
options DEC_AUDIT
options DEC_ACL
options LANE
options ATMIP
options UNI3X
options ATM
#
# Standard options.
#
options UNIX_LOCKS
options SER_COMPAT
options RT_PREEMPT
options RT_SCHED
options RT_SCHED_RQ
options RT_PML
options RT_TIMER
options RT_SEM
options RT_CSEM
options RT_IPC
#
makeoptions CDEBUGOPTS="-g3"
makeoptions CCOMPRESS="-compress"
makeoptions PROFOPTS="-DPROFILING -DPROFTYPE=4"
#
# Max number of processors in the system (DO NOT CHANGE)
#
processors 16
#
# Special options (see configuring the kernel chapter
# in the Guide to System Administration)
#
dfldsiz 134217728
maxdsiz 1073741824
dflssiz 2097152
maxssiz 33554432
cpu "DEC3000_500"
maxusers 512
config vmunix swap generic
bus tc0 at nexus?
callout after_c "../bin/mkdata tc"
bus tcds0 at tc0 slot 6 vector tcdsintr
controller scsi0 at tcds0 slot 0
controller scsi1 at tcds0 slot 1
controller scc0 at tc0 slot 7 vector sccintr
controller fb0 at tc0 slot 8 vector fbint
controller bba0 at tc0 slot 7 vector bbaintr
controller ln0 at tc0 slot 7
pseudo-device sysv_hab
pseudo-device svid_three_hab
pseudo-device svr_four_hab
pseudo-device soe_two_hab
pseudo-device rt_hab
pseudo-device ether
pseudo-device loop
pseudo-device lv 2
pseudo-device prf 6
pseudo-device lsm_ted 0
pseudo-device lsm 1
pseudo-device ws
|
9887.4 | How do I get it running | HYDRA::LAVIN | | Thu May 29 1997 13:57 | 124 |
| I have this configuration file and still it says LAT is not part of the
kernel....
help
leo
ident "ROCKY2"
options UERF
options OSF
options _LMF_
options BIN_COMPAT
options COMPAT_43
options MACH
options MACH_IPC_TCACHE
options MACH_IPC_WWA
options MACH_IPC_XXXHACK
options BUFCACHE_STATS
options INOCACHE_STATS
options STAT_TIME
options VAGUE_STATS
options UFS
options NFS
options NFS_SERVER
options MSFS
options STRKINFO
options STREAMS
options LDTTY
options RPTY
options INET
options UIPC
options SYSV_COFF
options QUOTA
options LABELS
options SL
options SNMPINFO
options DLI
options DLPI
options BPARM
options BSD_TTY
options DLB
options LAT
options PROCFS
options FFM_FS
options NTP_TIME
options KDEBUG
options PACKETFILTER
options PPP
options PCKT
options TIRDWR
options TIMOD
options XTISO
options FFM_FS
options CDFS
options DEC_AUDIT
options DEC_ACL
options LANE
options ATMIP
options UNI3X
options ATM
#
# Standard options.
#
options UNIX_LOCKS
options SER_COMPAT
options RT_PREEMPT
options RT_SCHED
options RT_SCHED_RQ
options RT_PML
options RT_TIMER
options RT_SEM
options RT_CSEM
options RT_IPC
#
makeoptions CDEBUGOPTS="-g3"
makeoptions CCOMPRESS="-compress"
makeoptions PROFOPTS="-DPROFILING -DPROFTYPE=4"
#
# Max number of processors in the system (DO NOT CHANGE)
#
processors 16
#
# Special options (see configuring the kernel chapter
# in the Guide to System Administration)
#
dfldsiz 134217728
maxdsiz 1073741824
dflssiz 2097152
maxssiz 33554432
cpu "DEC3000_500"
maxusers 512
config vmunix swap generic
bus tc0 at nexus?
callout after_c "../bin/mkdata tc"
bus tcds0 at tc0 slot 6 vector tcdsintr
controller scsi0 at tcds0 slot 0
controller scsi1 at tcds0 slot 1
controller scc0 at tc0 slot 7 vector sccintr
controller fb0 at tc0 slot 8 vector fbint
controller bba0 at tc0 slot 7 vector bbaintr
controller ln0 at tc0 slot 7
pseudo-device sysv_hab
pseudo-device svid_three_hab
pseudo-device svr_four_hab
pseudo-device soe_two_hab
pseudo-device rt_hab
pseudo-device ether
pseudo-device loop
pseudo-device lv 2
pseudo-device prf 6
pseudo-device lsm_ted 0
pseudo-device lsm 1
pseudo-device ws
|