<?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: list_expander command failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163724#M502913</link>
    <description>Hi Janne,&lt;BR /&gt;&lt;BR /&gt;Can you provide the full command syntax you have given?</description>
    <pubDate>Mon, 16 Mar 2009 13:09:10 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-03-16T13:09:10Z</dc:date>
    <item>
      <title>list_expander command failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163723#M502912</link>
      <description>My make_net_recovery fails with:&lt;BR /&gt;&lt;BR /&gt;ERROR:   The list_expander command failed.  This could be due to a problem with the -x options specified - Check the existence of the included device(s).&lt;BR /&gt;03/16/09 14:44:23 MET  make_net_recovery completed unsuccessfull &lt;BR /&gt;&lt;BR /&gt;When I run list_expander I get this output:&lt;BR /&gt;&lt;BR /&gt;n12904/:%~&amp;gt; /opt/ignite/lbin/list_expander     &lt;BR /&gt;WARNING: The /dev/null file is not a character device file.&lt;BR /&gt;WARNING: The /dev/null file is not a character device file.&lt;BR /&gt;ERROR:   'all not': type 'all' not recognized.&lt;BR /&gt;&lt;BR /&gt;What does it mean? How can solve the issue?&lt;BR /&gt;Ignite ver. C.7.4.157 on hp-ux 11.23&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2009 13:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163723#M502912</guid>
      <dc:creator>Janne_5</dc:creator>
      <dc:date>2009-03-16T13:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: list_expander command failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163724#M502913</link>
      <description>Hi Janne,&lt;BR /&gt;&lt;BR /&gt;Can you provide the full command syntax you have given?</description>
      <pubDate>Mon, 16 Mar 2009 13:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163724#M502913</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-16T13:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: list_expander command failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163725#M502914</link>
      <description>/opt/ignite/bin/make_net_recovery -s $IGNITE_SERVER -n 2 -P s -x inc_entire=vg00&lt;BR /&gt;and&lt;BR /&gt;/opt/ignite/lbin/list_expander</description>
      <pubDate>Mon, 16 Mar 2009 13:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163725#M502914</guid>
      <dc:creator>Janne_5</dc:creator>
      <dc:date>2009-03-16T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: list_expander command failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163726#M502915</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The /dev/null file is not a character device file.&lt;BR /&gt;&lt;BR /&gt;Might be a real message.&lt;BR /&gt;&lt;BR /&gt;file /dev/null&lt;BR /&gt;&lt;BR /&gt;Post output.&lt;BR /&gt;&lt;BR /&gt;An Ignite upgrade might help. I would decide that after confirming the message is not accurate.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Mar 2009 13:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163726#M502915</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-16T13:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: list_expander command failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163727#M502916</link>
      <description>SEP, you are right. /dev/null had turned to an ascii file.&lt;BR /&gt;Solved with rm /dev/null ; mknod c 3 2 /dev/null ; chmod go+w /dev/null&lt;BR /&gt;&lt;BR /&gt;Now it's character file again and ignite is running fine. Thanks!&lt;BR /&gt;&lt;BR /&gt;file /dev/null&lt;BR /&gt;/dev/null:      character special (3/2)&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2009 14:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163727#M502916</guid>
      <dc:creator>Janne_5</dc:creator>
      <dc:date>2009-03-16T14:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: list_expander command failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163728#M502917</link>
      <description>&amp;gt; The /dev/null file is not a character device file.&lt;BR /&gt; &lt;BR /&gt;This is a fairly common root user problem. Only root can remove files in the /dev directory and once it is removed, the /dev/ directory may grow extremely large as data sent to /dev/null turns into a real file. The list_expander is particularly good at finding problem files and filenames.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; ERROR: 'all not': type 'all' not recognized.&lt;BR /&gt; &lt;BR /&gt;This is probably a file that was created with a space in the name. You can find it by enclosing the name with double ", but if it does not show up, there may be some control characters imbedded in the file name. You can use the ll -b option to show special characters in filenames.</description>
      <pubDate>Tue, 17 Mar 2009 01:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163728#M502917</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-03-17T01:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: list_expander command failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163729#M502918</link>
      <description>Solution included in thread.</description>
      <pubDate>Tue, 17 Mar 2009 10:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-expander-command-failed/m-p/5163729#M502918</guid>
      <dc:creator>Janne_5</dc:creator>
      <dc:date>2009-03-17T10:54:08Z</dc:date>
    </item>
  </channel>
</rss>

