1820100 Members
3543 Online
109608 Solutions
New Discussion юеВ

Error message in Ignite

 
Shibu George P
Occasional Advisor

Error message in Ignite

Hi,
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
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: Error message in Ignite

I wonder if you have some bogus device files in /dev. Do an "ls -l" on them and see what they look like. If they are regular files then they should be deleted.


Pete

Pete
Mridul Shrivastava
Honored Contributor

Re: Error message in Ignite

These are just warnings about the non-exstent device files. These messages can be ignored safely.

It is just warning not an error message.

make_tape_recovery completed with warnings and it is quite normal.
Time has a wonderful way of weeding out the trivial
VK2COT
Honored Contributor

Re: Error message in Ignite

Hello,

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
VK2COT - Dusan Baljevic
Armin Kunaschik
Esteemed Contributor

Re: Error message in Ignite

Sometimes (if not removed correctly) device files stay in the filesystem but the devices are not present anymore.
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 (e.g. to get rid of unpresented SAN LUN's do
"ioscan -fnkCdisk|awk '/NO_HW/ {print $3}'|xargs -n1 rmsf -H"

My 2 cents,
Armin
And now for something completely different...