- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ioscan -k after hw upgrade, and CPU failure
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 10:30 PM
12-20-2004 10:30 PM
in a HP 9000 server with HP-UX 11i,
after an online hardware udpgrade can I do a full ioscan (i.e. "ioscan -fn") to register in the kernel data structures new added devices, so I will be able to see these devices (i.e. a new disk) with "ioscan -k"?
Is also true that if the "S/W state" of a device changes from "CLAIMED" can I see the changed state issuing "ioscan -fnk"?
Moreover what happen when in a server with multiple CPUs a processor fail due to an hardware problem? The system always reboot?
thanks
F.B.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 10:47 PM
12-20-2004 10:47 PM
Re: ioscan -k after hw upgrade, and CPU failure
Execute (I supose it is a disk you are talking about):
# ioscan -fnCdisk
If the hw upgrade went well, you should see the changed disk at the "CLAIMED" state.
All others states report an error. See man ioscan to see other states explanations.
I don't know the answer for your last question...
Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 12:56 AM
12-21-2004 12:56 AM
Re: ioscan -k after hw upgrade, and CPU failure
Not sure If I understood your requirement in its entirety.
You can definitely add a new disk online if it is hotplug/hotswap. ioscan -fn will sense the new device.
insf -e will create the device files for these newly added disks. You can then use these disks.
there are other hotswap components which can be added, CPU is not one of them, if you want to know.
Yes, if there is a problem in a CPU, the system will reboot to preserve the data integrity. If the CPU problem is hard failure then that CPU may be deconfigured in the next boot.
Does this answer your query?
With regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 01:21 AM
12-21-2004 01:21 AM
Re: ioscan -k after hw upgrade, and CPU failure
I had a server that a problem with the CPU cache last week. EMS reported the errors and the CPU was automatically deconfigured, but the box never rebooted. It really depends on the exact CPU problem as to whether or not the machine will panic and reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 01:22 AM
12-21-2004 01:22 AM
Re: ioscan -k after hw upgrade, and CPU failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 03:02 AM
12-21-2004 03:02 AM
Re: ioscan -k after hw upgrade, and CPU failure
I'll try to explain in a few word my problem: I've to monitor some devices such as CPUs, memory, lan interfaces, and disks; I know that with ioscan I can know if the devices are "CLAIMED" or are in an error status, but the full ioscan i.e. "ioscan -fn" has a heavy impact on the host while performing the scanning, so I would like to use the "-k" option instead.
But I'm not sure if that is reliable when a new device is hot-plugged, or when it fails. And I'm tryng to understand if make some sense to monitor CPUs in that way.
Regards
F.B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 03:08 AM
12-21-2004 03:08 AM
SolutionA far far better way to do it is via Event Monitoring Service (EMS). EMS can monitor almost all hardware on your system and can send alerts via e-mail, SNMP, Openview, syslog, etc. so that you are notified when something goes wrong. By the way, EMS is FREE.
EMS information is available here:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B7609BA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 02:15 AM
01-04-2005 02:15 AM
Re: ioscan -k after hw upgrade, and CPU failure
Regards
F.B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 04:12 PM
01-04-2005 04:12 PM
Re: ioscan -k after hw upgrade, and CPU failure
Another good/easily available tool is STM (support tool manager). I think this is available as a trial verison in the HP site. This tool generates a "cur" file which can be further analysed for any errors. This warns about any disk/CPU errors or any sort of hardware problems in advance.