<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error message in Ignite in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133493#M505306</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You did not specify version of HP-UX that the&lt;BR /&gt;server runs.&lt;BR /&gt;&lt;BR /&gt;If, by any chance, it runs HP-UX 11.31, there &lt;BR /&gt;is a new command-line option that helps find&lt;BR /&gt;stale devices:&lt;BR /&gt;&lt;BR /&gt;lssf -s&lt;BR /&gt;&lt;BR /&gt;Otherwise, your Ignite backup is still OK.&lt;BR /&gt;Errors are not critical.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
    <pubDate>Tue, 22 Jan 2008 22:08:51 GMT</pubDate>
    <dc:creator>VK2COT</dc:creator>
    <dc:date>2008-01-22T22:08:51Z</dc:date>
    <item>
      <title>Error message in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133490#M505303</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;     I taken ignite backup on Itanium server(rx8640). But at the end of the log file I got the following error message. &lt;BR /&gt;Anyone can explain what does it mean?  &lt;BR /&gt;Can I ignore this message?&lt;BR /&gt;&lt;BR /&gt;WARNING: Cannot find device file: /dev/rdsk/di&lt;BR /&gt;WARNING: Cannot find device file: 50&lt;BR /&gt;WARNING: Cannot find device file: 92&lt;BR /&gt;WARNING: Cannot find device file: 47&lt;BR /&gt;WARNING: Cannot find device file: 86&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  01/21/08 16:32:21 GMT  make_tape_recovery completed with warnings</description>
      <pubDate>Tue, 22 Jan 2008 15:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133490#M505303</guid>
      <dc:creator>Shibu George P</dc:creator>
      <dc:date>2008-01-22T15:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133491#M505304</link>
      <description>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.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 22 Jan 2008 15:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133491#M505304</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-01-22T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133492#M505305</link>
      <description>These are just warnings about the non-exstent device files. These messages can be ignored safely.&lt;BR /&gt;&lt;BR /&gt;It is just warning not an error message.&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery completed with warnings and it is quite normal.</description>
      <pubDate>Tue, 22 Jan 2008 16:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133492#M505305</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-01-22T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133493#M505306</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You did not specify version of HP-UX that the&lt;BR /&gt;server runs.&lt;BR /&gt;&lt;BR /&gt;If, by any chance, it runs HP-UX 11.31, there &lt;BR /&gt;is a new command-line option that helps find&lt;BR /&gt;stale devices:&lt;BR /&gt;&lt;BR /&gt;lssf -s&lt;BR /&gt;&lt;BR /&gt;Otherwise, your Ignite backup is still OK.&lt;BR /&gt;Errors are not critical.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Tue, 22 Jan 2008 22:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133493#M505306</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-01-22T22:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133494#M505307</link>
      <description>Sometimes (if not removed correctly) device files stay in the filesystem but the devices are not present anymore.&lt;BR /&gt;If lssf gives you an error you're (probably) save to remove the file(s) with rm or rmsf.&lt;BR /&gt;Try to find the files without the path with:&lt;BR /&gt;find / -type b (or find / -type c)&lt;BR /&gt;&lt;BR /&gt;Try to avoid orphaned device files. When "ioscan -fnk|grep NO_HW" prints out any devices remove them with rmsf -H &lt;HARDWARE_PATH&gt; (e.g. to get rid of unpresented SAN LUN's do&lt;BR /&gt;"ioscan -fnkCdisk|awk '/NO_HW/ {print $3}'|xargs -n1 rmsf -H"&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;&lt;/HARDWARE_PATH&gt;</description>
      <pubDate>Wed, 23 Jan 2008 09:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-ignite/m-p/4133494#M505307</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2008-01-23T09:39:38Z</dc:date>
    </item>
  </channel>
</rss>

