[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

9887.0. "How Do I add Lat nowadays" by HYDRA::LAVIN () Tue May 20 1997 10:27



	I am trying to get LAT working again on a system running v4.0b.
	I have readded the DLB and the LAT option...but still the system comes
	up saying lat has not been built into the kernel...What am I doing
	wrong..

	leo

T.RTitleUserPersonal
Name
DateLines
9887.1LAT configSIOG::BR_MURPHYTue May 20 1997 11:114
    How about adding the DLI & DLPI.
    
    It may be helpful to see your config file.
     
9887.2Couple of thingsKEIKI::WHITEMIN(2�,FWIW)Tue May 20 1997 22:4610
    
    	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.3HYDRA::LAVINWed May 21 1997 10:29124

	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.4How do I get it runningHYDRA::LAVINThu May 29 1997 13:57124
	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