1832901 Members
2935 Online
110048 Solutions
New Discussion

Refreshing H/w Devices

 
SOLVED
Go to solution
susee_sundar
Regular Advisor

Refreshing H/w Devices

How can we rescan the H/w Deives which are not sensed while booting...

-->IOscan is not providing the result..

In solaris I used :#devfsadm

which will rescan all the HW..

Any command in Hp -UNIX

7 REPLIES 7
Sandy Chen
Honored Contributor

Re: Refreshing H/w Devices

Hi Susee,

The command

# ioscan -fn

should refreshed the H/W devices

regards,
Sandy
I never think of the future. It comes soon enough.
Arunvijai_4
Honored Contributor

Re: Refreshing H/w Devices

Hi Susee,

"ioscan" is the tool for you. Check the man page for more options.

_Arun
"A ship in the harbor is safe, but that is not what ships are built for"
freddy_21
Respected Contributor

Re: Refreshing H/w Devices

ioscan -fn for rescan

dont use option -k because it not rescan your hardware


thanks
freddy
Victor BERRIDGE
Honored Contributor

Re: Refreshing H/w Devices

Hi,
What kind of HW are you talking about?
All known devices by the OS will be seen at reboot...
Have you added knew unknown WH (drivers not in the kernel, or firmware upgrade needed etc...)?


All the best
Victor
susee_sundar
Regular Advisor

Re: Refreshing H/w Devices

Ok ...I will try this

#ioscan -fn

But tell me what is the use of

#insf command

Whether is it used for HW Scaning HW devices...



Arunvijai_4
Honored Contributor
Solution

Re: Refreshing H/w Devices

Hi Susee,

"insf" is used to install special (device) files when the file is corrupted for some reason.If no options are specified, special files are created for all new devices in the system.

Check # man insf for more details.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
susee_sundar
Regular Advisor

Re: Refreshing H/w Devices

Arun Thanks for Your Info & the Interest that You show to get me outof this issue....