Operating System - HP-UX
1833433 Members
2949 Online
110052 Solutions
New Discussion

Re: st_ats_enabled kernel parameter

 
SOLVED
Go to solution
Bruno Cunha
Frequent Advisor

st_ats_enabled kernel parameter

Hello all, does anyone knows if this kernel parameter exists in HP-UX 10.20 and what is called ? Since I read that st_ats_enabled was only introduced in HP-UX 11.0 and 11i. Thanks
Do it today, don't leave for tomorrow
6 REPLIES 6
Olav Baadsvik
Esteemed Contributor
Solution

Re: st_ats_enabled kernel parameter


Hi,

Executing the following command on a hp-ux 10.20 machine:# echo "st_ats_enabled/D" | adb /stand/vmunix /dev/kmem
st_ats_enabled:
st_ats_enabled: 1

indicates that the kernel param is there.
It is not on the list of configurable
kernel-params in SAM though.

Olav

Ravi_8
Honored Contributor

Re: st_ats_enabled kernel parameter

Hi,
i have seen such kernel parameters in Tru64, but not in hp 10.2
never give up
melvyn burnard
Honored Contributor

Re: st_ats_enabled kernel parameter

st_ats_enabled was a parameter built in to the kernel, but was NOT a tuneable one until very recently, in 11i if i remember correctly
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
K.Vijayaragavan.
Respected Contributor

Re: st_ats_enabled kernel parameter

Hi,

I could see the st_ats_enabled kernel parameter in HPUX 10.20 A OS in HP Workstation.

But there is no decribtion about it. I think it is "SCSI Tape" related parameter.

-Vijay
"Let us fine tune our knowledge together"
Ceesjan van Hattum
Esteemed Contributor

Re: st_ats_enabled kernel parameter

st_ats_enabled for 10.20:

Install PHKL_20590:
( SR: 8606102798 DTS: JAGab68793)
This patch completes the implementation of the tunable "st_ats_enabled" which was initiated with patch PHKL_20063.
The original implementation was incomplete and did not work under all circumstances.

Regards,
Ceesjan
Bruno Cunha
Frequent Advisor

Re: st_ats_enabled kernel parameter

That what exactly the info I needed.

Thanks all
Do it today, don't leave for tomorrow