Operating System - HP-UX
1752588 Members
4720 Online
108788 Solutions
New Discussion юеВ

Re: ioscan -k does not display all the disks configured

 
listing
New Member

ioscan -k does not display all the disks configured

Hi,
ioscan -k does not display all disks that are physcially presnt.(some are left out) But without -k all the disks are displayed. I saw the man page which refers to -k will display only kernel i/o hardware tree. How can i make the disks being displayed consistently with ioscan -k command.
11 REPLIES 11
Jeeshan
Honored Contributor

Re: ioscan -k does not display all the disks configured

install the disk device driver using command

#insf
a warrior never quits
listing
New Member

Re: ioscan -k does not display all the disks configured

This is the author again..
ioscan -k lists the devices some times all of them . and some times leaves out some of them. I mean the o/p is not consistent.

No hot plugging / removing has been performed on the system. I am talking about 11i.v3. what could be the reason ??
Jeeshan
Honored Contributor

Re: ioscan -k does not display all the disks configured

what is your server model and where is the disks? attached disk or SAN disk? if SAN, what is the model of SAN?
a warrior never quits
listing
New Member

Re: ioscan -k does not display all the disks configured

Me again.
yes it is a san disk and i am not sure about the model.. its on ia64 .
Mark McDonald_2
Trusted Contributor

Re: ioscan -k does not display all the disks configured

server model can be found with "model" command.
Suraj K Sankari
Honored Contributor

Re: ioscan -k does not display all the disks configured

Hi,

ioscan ├в k ( output is generating from kernel ) try this

isnf
isnf ├в e

Then

ioscan ├в fun
or
ioscan ├в funC disk

Suraj
Torsten.
Acclaimed Contributor

Re: ioscan -k does not display all the disks configured

What is your complete ioscan command?


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Fadia Almarei
Super Advisor

Re: ioscan -k does not display all the disks configured

why you do not use these options

ioscan -funC disk .

this will gives you all the current disks on the server
fadia.marei
listing
New Member

Re: ioscan -k does not display all the disks configured

Hi,
The complete ioscan command is "ioscan -knC disk". The problem is gone after a reboot. But i just wanted to know if this is a problem at all. Thanks all for the inputs.