- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error message in Ignite
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-22-2008 07:40 AM
тАО01-22-2008 07:40 AM
Error message in Ignite
I taken ignite backup on Itanium server(rx8640). But at the end of the log file I got the following error message.
Anyone can explain what does it mean?
Can I ignore this message?
WARNING: Cannot find device file: /dev/rdsk/di
WARNING: Cannot find device file: 50
WARNING: Cannot find device file: 92
WARNING: Cannot find device file: 47
WARNING: Cannot find device file: 86
======= 01/21/08 16:32:21 GMT make_tape_recovery completed with warnings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 07:48 AM
тАО01-22-2008 07:48 AM
Re: Error message in Ignite
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 08:14 AM
тАО01-22-2008 08:14 AM
Re: Error message in Ignite
It is just warning not an error message.
make_tape_recovery completed with warnings and it is quite normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2008 02:08 PM
тАО01-22-2008 02:08 PM
Re: Error message in Ignite
You did not specify version of HP-UX that the
server runs.
If, by any chance, it runs HP-UX 11.31, there
is a new command-line option that helps find
stale devices:
lssf -s
Otherwise, your Ignite backup is still OK.
Errors are not critical.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2008 01:39 AM
тАО01-23-2008 01:39 AM
Re: Error message in Ignite
If lssf gives you an error you're (probably) save to remove the file(s) with rm or rmsf.
Try to find the files without the path with:
find / -type b (or find / -type c)
Try to avoid orphaned device files. When "ioscan -fnk|grep NO_HW" prints out any devices remove them with rmsf -H
"ioscan -fnkCdisk|awk '/NO_HW/ {print $3}'|xargs -n1 rmsf -H"
My 2 cents,
Armin