<?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: absolute debugger in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533281#M869508</link>
    <description>For memory:&lt;BR /&gt;echo "physmem/D" | adb /stand/vmunix /dev/kmem | tail -1 | awk '$2 &amp;gt; 0 {print $2 / 256 , "MByte" }'` &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;adb /stand/vmunix /dev/kmem | tail -1 | awk '{print $2}'` &lt;BR /&gt;</description>
    <pubDate>Mon, 28 May 2001 08:23:51 GMT</pubDate>
    <dc:creator>Vincenzo Restuccia</dc:creator>
    <dc:date>2001-05-28T08:23:51Z</dc:date>
    <item>
      <title>absolute debugger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533280#M869507</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;    Can anyone please explain me about adb(absolute debugger) program. I have gone through man pages, it was not clear. &lt;BR /&gt;I came to know from one of my friend that it can be used to find out information about memory, CPU and I/O too. How to find these parameters?...&lt;BR /&gt;What else we can find out with adb?....&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Satish.</description>
      <pubDate>Mon, 28 May 2001 02:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533280#M869507</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-05-28T02:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: absolute debugger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533281#M869508</link>
      <description>For memory:&lt;BR /&gt;echo "physmem/D" | adb /stand/vmunix /dev/kmem | tail -1 | awk '$2 &amp;gt; 0 {print $2 / 256 , "MByte" }'` &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;adb /stand/vmunix /dev/kmem | tail -1 | awk '{print $2}'` &lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2001 08:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533281#M869508</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-28T08:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: absolute debugger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533282#M869509</link>
      <description>Satish,&lt;BR /&gt;&lt;BR /&gt;In addition to finding out the parameters about the current kernel loaded into memory, you can also change kernel parameters 'on the fly' without rebooting your server.&lt;BR /&gt;&lt;BR /&gt;For example, I had switch on SCSI reservation on a server doing a backup to a tape silo in an FC-AL environment but there was a conflict that was causing the mk_kernel program to fail.  Temporaily, I got around it my modifying the parameter using adb as follows:&lt;BR /&gt;&lt;BR /&gt;1. cp -p /stand/vmunix /stand/vmunix.safe&lt;BR /&gt;&lt;BR /&gt;2. adb -w /stand/vmunix /dev/kmem&lt;BR /&gt;    st_ats_enabled/W 1&lt;BR /&gt;    st_ats_enabled?W 1&lt;BR /&gt;    CTRL-D&lt;BR /&gt;&lt;BR /&gt;Please note that changing kernel parameters should always done through SAM as SAM validates them.  Changing parameters 'on the fly' is not usually HP's preferred method and could leave the system inoperable.  In the above example I had no choice and I had tested this on a test server.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph.</description>
      <pubDate>Mon, 28 May 2001 12:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533282#M869509</guid>
      <dc:creator>Joseph A Benaiah_1</dc:creator>
      <dc:date>2001-05-28T12:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: absolute debugger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533283#M869510</link>
      <description>As long you run absolute debugger you can modify all what you want in memory. So the syntax is not very easy ( almost better). &lt;BR /&gt;&lt;BR /&gt;As Joseph said, ypou can touch oyur kernel onthefly ... but you can so your server become unoperable...&lt;BR /&gt;&lt;BR /&gt;IN the other hand you can see: &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xacb1e7613948d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xacb1e7613948d5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2001 13:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533283#M869510</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-05-28T13:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: absolute debugger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533284#M869511</link>
      <description>Satish,&lt;BR /&gt;&lt;BR /&gt;Adb is very usefull , though it should be used with caution.&lt;BR /&gt;&lt;BR /&gt;To get a dump of kernel parameters..&lt;BR /&gt;&lt;BR /&gt;echo '$e' | adb -k /stand/vmunix /dev/kmem &amp;gt; kernel.out&lt;BR /&gt;&lt;BR /&gt;Look for itic_per_second in kernel.out&lt;BR /&gt;itic_per_second ---&amp;gt; convert into decimal ---&amp;gt; divide by 10,000 === to get the processor speed.&lt;BR /&gt;&lt;BR /&gt;echo "phys_mem_pages/D" |&lt;BR /&gt;adb64 -k /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;phys_mem_pages:&lt;BR /&gt;phys_mem_pages: 523648&lt;BR /&gt;&lt;BR /&gt;Remember use adb64 only if your OS is 64 bit, else , use adb.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sundar.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2001 22:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-debugger/m-p/2533284#M869511</guid>
      <dc:creator>Sundararajan Anandhan_1</dc:creator>
      <dc:date>2001-05-28T22:23:01Z</dc:date>
    </item>
  </channel>
</rss>

