<?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: How do i convert maxdsiz from hex to integer value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188924#M662355</link>
    <description>Matthew&lt;BR /&gt;&lt;BR /&gt;you can use the calculator scientific mode (on a windows workstation).&lt;BR /&gt;select Hex&lt;BR /&gt;enter the value&lt;BR /&gt;click on Dec&lt;BR /&gt;&lt;BR /&gt;you get the integer value.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
    <pubDate>Wed, 22 Jul 2009 16:14:56 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2009-07-22T16:14:56Z</dc:date>
    <item>
      <title>How do i convert maxdsiz from hex to integer value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188923#M662354</link>
      <description>Hello experts&lt;BR /&gt;&lt;BR /&gt;From current kernel, &lt;BR /&gt;kmtune|grep maxdsiz&lt;BR /&gt;maxdsiz            0x90000000  -  0X90000000&lt;BR /&gt;maxdsiz_64bit     0x100000000  -  0X100000000&lt;BR /&gt;&lt;BR /&gt;How do I calculate 0x90000000 &amp;amp; 0x100000000  into integer value ?&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 22 Jul 2009 16:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188923#M662354</guid>
      <dc:creator>Matthew_50</dc:creator>
      <dc:date>2009-07-22T16:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert maxdsiz from hex to integer value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188924#M662355</link>
      <description>Matthew&lt;BR /&gt;&lt;BR /&gt;you can use the calculator scientific mode (on a windows workstation).&lt;BR /&gt;select Hex&lt;BR /&gt;enter the value&lt;BR /&gt;click on Dec&lt;BR /&gt;&lt;BR /&gt;you get the integer value.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 22 Jul 2009 16:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188924#M662355</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2009-07-22T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert maxdsiz from hex to integer value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188925#M662356</link>
      <description>we don't need no stinkin windows ;0)&lt;BR /&gt;&lt;BR /&gt;bc is your friend...&lt;BR /&gt;&lt;BR /&gt;echo "ibase=16;90000000"|bc&lt;BR /&gt;echo "ibase=16;100000000"|bc&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 22 Jul 2009 16:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188925#M662356</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-07-22T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert maxdsiz from hex to integer value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188926#M662357</link>
      <description>Hi Matthew:&lt;BR /&gt;&lt;BR /&gt;There's always Perl, too:&lt;BR /&gt;&lt;BR /&gt;# perl -e 'printf "%d\n",0x100000000'&lt;BR /&gt;4294967296&lt;BR /&gt;&lt;BR /&gt;...and Perl has no artificial limits.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jul 2009 16:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188926#M662357</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-22T16:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert maxdsiz from hex to integer value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188927#M662358</link>
      <description>so, the value is hex in kernel right ?&lt;BR /&gt;as check from hpux 11.0 11.11 have this format. but in hpux 11.23 never see this format.</description>
      <pubDate>Wed, 22 Jul 2009 16:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188927#M662358</guid>
      <dc:creator>Matthew_50</dc:creator>
      <dc:date>2009-07-22T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert maxdsiz from hex to integer value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188928#M662359</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; so, the value is hex in kernel right ?&lt;BR /&gt;&lt;BR /&gt;The notation '0x' means hexadecimal.  &lt;BR /&gt;&lt;BR /&gt;By the way, a leading zero (0) in a series of numbers means octal.  Hence, 0777 is an octal value whereas 777 would be a decimal number and 0x777 would be a hexadecimal one.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 22 Jul 2009 16:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188928#M662359</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-22T16:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert maxdsiz from hex to integer value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188929#M662360</link>
      <description>Thank you, you guys have completely answer my questions.</description>
      <pubDate>Wed, 22 Jul 2009 16:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188929#M662360</guid>
      <dc:creator>Matthew_50</dc:creator>
      <dc:date>2009-07-22T16:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert maxdsiz from hex to integer value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188930#M662361</link>
      <description>&amp;gt;How do I calculate 0x90000000 &amp;amp; 0x100000000 into integer value?&lt;BR /&gt;&lt;BR /&gt;With 11.23 ksh you can do:&lt;BR /&gt;$ typeset -i10 x=16#90000000; echo $x&lt;BR /&gt;2415919104&lt;BR /&gt;(Unfortunately the Posix shell is limited to 32 bits.  )-:&lt;BR /&gt;&lt;BR /&gt;You can also use gdb to act as a calculator.&lt;BR /&gt;(gdb) p 0x90000000</description>
      <pubDate>Thu, 23 Jul 2009 08:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-convert-maxdsiz-from-hex-to-integer-value/m-p/5188930#M662361</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-23T08:55:27Z</dc:date>
    </item>
  </channel>
</rss>

