<?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: Problem with nickel in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349121#M192113</link>
    <description>Dietmar&lt;BR /&gt;&lt;BR /&gt;How right you are&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for the input&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve steel</description>
    <pubDate>Wed, 04 Aug 2004 07:44:45 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2004-08-04T07:44:45Z</dc:date>
    <item>
      <title>Problem with nickel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349116#M192108</link>
      <description>Hallo &lt;BR /&gt;I installed nickel version 1.08.&lt;BR /&gt;On a HPUX 11.22 (Itanium) nickel failes&lt;BR /&gt;because adb -k is not possible.&lt;BR /&gt;What can I do ?&lt;BR /&gt;Thanks&lt;BR /&gt;Ralf</description>
      <pubDate>Wed, 04 Aug 2004 06:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349116#M192108</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2004-08-04T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nickel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349117#M192109</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;adb -k is deprecated on Itanium and is only for PA-RISC&lt;BR /&gt;&lt;BR /&gt;Thus you can do nothing&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      The following command-line options to adb are obsolete and are no&lt;BR /&gt;      longer required.  (If used they generate a warning.)&lt;BR /&gt;&lt;BR /&gt;      -k   Previously adb required this option to recognize HP-UX crash&lt;BR /&gt;           dumps or /dev/mem.&lt;BR /&gt;&lt;BR /&gt;      -m   Previously adb required this option to recognize multiple file&lt;BR /&gt;           HP-UX crash dumps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       Steve Steel</description>
      <pubDate>Wed, 04 Aug 2004 06:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349117#M192109</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-08-04T06:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nickel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349118#M192110</link>
      <description>I don't know Nickel's internals, but I assume it uses the "old" adb syntax with /dev/mem and -k.&lt;BR /&gt; &lt;BR /&gt;Simply leave away -k, but add -o (tell adb to accept "old" syntax) and use /dev/kmem instead of /dev/mem (adb does not support that on Itanium).&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 04 Aug 2004 07:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349118#M192110</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-08-04T07:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nickel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349119#M192111</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dietmar is right about format but answers are wrong&lt;BR /&gt;&lt;BR /&gt;echo "lockable_mem/D" | adb -o /stand/vmunix /dev/kmem&lt;BR /&gt;lockable_mem:&lt;BR /&gt;lockable_mem:   0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       Steve Steel</description>
      <pubDate>Wed, 04 Aug 2004 07:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349119#M192111</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-08-04T07:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nickel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349120#M192112</link>
      <description>Steve, &lt;BR /&gt; &lt;BR /&gt;not adb's answer is wrong. It's the question. :-)&lt;BR /&gt; &lt;BR /&gt;The variable lockabe_mem is a long now... so it's better to use:&lt;BR /&gt; &lt;BR /&gt;echo "lockable_mem/DD" | adb -o /stand/vmunix /dev/kmem&lt;BR /&gt; &lt;BR /&gt;or, directly using the new 64bit-capable adb format:&lt;BR /&gt; &lt;BR /&gt;echo "lockable_mem/ld" | adb  /stand/vmunix /dev/kmem&lt;BR /&gt; &lt;BR /&gt;You command prints only the most significant word of the variable.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 04 Aug 2004 07:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349120#M192112</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-08-04T07:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nickel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349121#M192113</link>
      <description>Dietmar&lt;BR /&gt;&lt;BR /&gt;How right you are&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for the input&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve steel</description>
      <pubDate>Wed, 04 Aug 2004 07:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349121#M192113</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-08-04T07:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nickel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349122#M192114</link>
      <description>Hi there everybody,&lt;BR /&gt;&lt;BR /&gt;But do we have a good, new implementation of the nickel scripts that run on hpux Itanium? Or do we need to hack the scripts manually? If so, where exactly do we need to change what??&lt;BR /&gt;&lt;BR /&gt;Kindest regards,&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 08 Mar 2006 13:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-nickel/m-p/3349122#M192114</guid>
      <dc:creator>J.A.R. Karremans</dc:creator>
      <dc:date>2006-03-08T13:29:23Z</dc:date>
    </item>
  </channel>
</rss>

