Operating System - HP-UX
1754287 Members
2893 Online
108813 Solutions
New Discussion юеВ

Re: hpux 11.31 Disk recovery

 
SOLVED
Go to solution
san.sa
Advisor

hpux 11.31 Disk recovery

We are facing some strange behavior on hpux 11.31 nodes. The LUNs are getting discovered by the system automatically . ie without an ioscan and insf commands.

It creates problems when we tried to do storage reclaims . We remove the device once , however after sometime the disk are getting discovered again . I verified the history to make sure no one ran ioscan commands .

Storage attached are HP XP and EVA ones

How can I disable this ?
2 REPLIES 2
melvyn burnard
Honored Contributor
Solution

Re: hpux 11.31 Disk recovery

That is because HP-UX 11.31 does this automatically rfor you.
If you need to disable this, then you need to set a kernel tuneable parameter to change what is called "strobe and detect" from it's normal setting (default is 80) to 100 (effectively turns it off.
use the folloiwng to verify what it is currenlty:
kctune intr_strobe_ics_pct
to disable it do:
kctune intr_strobe_ics_pct=100
and verify it again.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
san.sa
Advisor

Re: hpux 11.31 Disk recovery

The Parameter set as
root: $ kctune intr_strobe_ics_pct
Tunable Value Expression Changes
intr_strobe_ics_pct 80 Default Immed

I will change it and check it .. Thanks for the details