Operating System - Tru64 Unix
1753506 Members
6624 Online
108794 Solutions
New Discussion юеВ

LAT configuration

 
sujiths
Occasional Advisor

LAT configuration

hi all,

I am facing a problem with LAT configuration in a alpha ES40 server running tru64 5.1a.

while executing command latsetup It giving an error " lat/DLB is not loaded or configured in to running kernel

I tried
sysconfig -s | lat
sysconfig -s | DLB

it shows lat is loaded and configured but DLB is not

I also tried to load it using

/sbin/init.d/autosysconfig add lat
/sbin/init.d/autosysconfig add DLB

and after that

/sbin/init.d/autosysconfig list

shows lat & DLB is loaded, but gives the same error while executing latsetup

I also tried with a GENERIC kernel , still it is giving same error

please help

thanks and regards

Sujith. S

4 REPLIES 4
Mark Poeschl_2
Honored Contributor

Re: LAT configuration

Kind of a long-shot, but do you have the lines:

options DLB
options DLI

in your kernel build file?
sujiths
Occasional Advisor

Re: LAT configuration

yes, DLB&DLI options lines are there in the kernel build file.

thanks

Sujith.S
sujiths
Occasional Advisor

Re: LAT configuration

hi,

yes, the DLB&DLI options lines are there in the kernel build file.

thanks

Sujith.S
sujiths
Occasional Advisor

Re: LAT configuration

thanks, I can configure lat now

sujith.s