- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite warnings
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
10-23-2008 08:33 AM
10-23-2008 08:33 AM
ignite warnings
We are getting the following ignite warnings.
$ grep -i Warning recovery.log
WARNING: Failed to find "/dev/dsk/ch13t0d0" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t0d3" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t0d4" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t0d5" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t0d6" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t0d7" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t1d0" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t1d1" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t1d2" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t1d3" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t1d4" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t1d5" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t0d1" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/ch13t0d2" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/crt9d0" in IOTree, will not be added to the
WARNING: Failed to find "/dev/dsk/crtfd0" in IOTree, will not be added to the
======= 10/19/08 15:24:07 EDT make_net_recovery completed with warnings
Does anybody know what they mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2008 08:42 AM
10-23-2008 08:42 AM
Re: ignite warnings
Run ioscan -kfnC disk|grep NO_HW. If you see these OLD non connected devices either fix them or remove them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2008 05:11 AM
10-24-2008 05:11 AM
Re: ignite warnings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2008 06:07 AM
10-24-2008 06:07 AM
Re: ignite warnings
Ignite-UX doesn't have a its own option to disable these messages, rather the system admin has to solve the indicated problems.
In this instance you have to solve defunct disks problem. So please check ioscan output as already mentioned and look for NO_HW devices. Also check those disks indicated in Ignite-UX session are in /etc/lvmtab no longer. I suppose you could have to issue some vgreduce -f ...
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 06:11 AM
10-29-2008 06:11 AM
Re: ignite warnings
Each disk still has two paths, these are required for hdlm, is there anyway to make ignite ignore these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2008 11:51 PM
11-02-2008 11:51 PM
Re: ignite warnings
I think there is no way to do Ignite-UX to ignore those messages, anyway consider they are just WARNINGS and no ERRORS. If you know what those messages come from then I wouldn't be concerned about them.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2008 12:25 AM
11-03-2008 12:25 AM
Re: ignite warnings
Do this for one NO_HW then you can implement this commands.
ioscan -fn | grep NO_HW | awk '{ print $2 }' > tmp1
for i in `cat tmp1`
do
rmsf -H $i
done
Or
You have to reboot the server.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2009 06:36 AM
10-20-2009 06:36 AM
Re: ignite warnings
Tickets escalated with both vendors could not resolve.