Operating System - HP-UX
1833776 Members
2013 Online
110063 Solutions
New Discussion

Re: Scanning the systems hardware...

 
Frank Schwerdtfeger_1
Occasional Contributor

Scanning the systems hardware...

When I start sam and select disks / filesystems, the systems scans the hardware-> Msg: "Scanning the system's hardware...", but I got no response. I killed the process after about 1 hour!

Thanks for help
Frank
6 REPLIES 6
Rita C Workman
Honored Contributor

Re: Scanning the systems hardware...

Have you tried simply doing a:
ioscan -fn > ioscan.all ??

See if this takes too long.
Just to narrow down if the the problem is scanning the hardware or simply something in SAM..

Rgrds,
Rita
Paula J Frazer-Campbell
Honored Contributor

Re: Scanning the systems hardware...

Frank

This can happen if a device is failing to respond, try Rita's suggestion, also have a look at your EMS logs and /var/adm/syslog/syslog.log.



HTH

Paula
If you can spell SysAdmin then you is one - anon
Bill McNAMARA_1
Honored Contributor

Re: Scanning the systems hardware...

Try stopping and restarting diagnostics :(/sbin/init.d/diagnostic [stop|start])

However, you probably have ioscans blocking further processing processing.

ioscan -fnk > /tmp/fnk

and see if any hardware is in a state of SCAN

If it is there are some ioscan processes that didn't complete. You can try either to wait for the ioscan to finish or kill it.

ioscan -fn will run another real ioscan whereas the -fnk option will be unobtrusive and give a kernel representation.

multiple ioscans -fn will cause problems.. so be careful when you run them, as other apps may also.

Good Luck,
Bill



It works for me (tm)
Frank Schwerdtfeger_1
Occasional Contributor

Re: Scanning the systems hardware...

Ok
Frank Schwerdtfeger_1
Occasional Contributor

Re: Scanning the systems hardware...

Ok

after i eject cdrom and tape ioscan works with no problems

Cherrs
Frank
Paula J Frazer-Campbell
Honored Contributor

Re: Scanning the systems hardware...

Frank

I would suspect the CD rom first of causing this slow ioscan.

Was the CD mounted when you did an ioscan?


Paula
If you can spell SysAdmin then you is one - anon