<?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: RESHASHTBL autogen recommendation in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901372#M80157</link>
    <description>You've already been told that you're doing a lot of extra commands.&lt;BR /&gt;&lt;BR /&gt;It might be better not to use feedback, as it will protect you from running autogen without at 24 hours of feedback.&lt;BR /&gt;Just use&lt;BR /&gt;@sys$update:autogen savparams setparams&lt;BR /&gt;&lt;BR /&gt;Then &lt;BR /&gt;$set term/width=132&lt;BR /&gt;$Diff/Par  sys$system:setparams.dat&lt;BR /&gt;&lt;BR /&gt;That said, the reason your RESHASHTBL&lt;BR /&gt;probably has to do with a lot of RMS&lt;BR /&gt;and file system locking.  You might&lt;BR /&gt;wish to get a handle on your locking &lt;BR /&gt;activity.&lt;BR /&gt;&lt;BR /&gt;You can actually look at the agen$feedback.dat file. It's simply an&lt;BR /&gt;ASCII file. It will show you the locks used&lt;BR /&gt;and the amount of your RESHASHTBL used.&lt;BR /&gt;It's not magic, mostly just DCL.&lt;BR /&gt;&lt;BR /&gt;Have fun.&lt;BR /&gt;&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Nov 2006 16:52:49 GMT</pubDate>
    <dc:creator>comarow</dc:creator>
    <dc:date>2006-11-20T16:52:49Z</dc:date>
    <item>
      <title>RESHASHTBL autogen recommendation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901370#M80155</link>
      <description>All:&lt;BR /&gt;&lt;BR /&gt;I just performed an autogen on one of my nodes of a 2-node cluster and I received a "strange" recommendation.  &lt;BR /&gt;&lt;BR /&gt;Before I go further, let me explain how I perform an autogen.  First, I use sysman to save all the active parameters to a file.  Then, I perform an autogen using these parameters: SAVPARAMS SETPARAMS FEEDBACK&lt;BR /&gt;Then, I use sysman to save all the current parameters to a file.  &lt;BR /&gt;I then diff the active and current parameters to see what I have to change using sysman. &lt;BR /&gt;&lt;BR /&gt;So, what I see is that autogen recommends LOCKIDTBL change from 29440 to 25549 and RESHASHTBL recommends a change from 143360 to 32768.  &lt;BR /&gt;&lt;BR /&gt;It seems to me that the change RESHASHTBL is quite considerable.  And, I wonder if it was every correct.  Isn't RESHASHTBL supposed to be between 1/2 and 3/4 of LOCKIDTBL?  Would you accept the autogen recommendation?&lt;BR /&gt;&lt;BR /&gt;BTW, I attached the diff file for your reading pleasure.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Mon, 20 Nov 2006 13:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901370#M80155</guid>
      <dc:creator>Jim Lahman_1</dc:creator>
      <dc:date>2006-11-20T13:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: RESHASHTBL autogen recommendation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901371#M80156</link>
      <description>Hi Jim&lt;BR /&gt;&lt;BR /&gt;I think a easyer way to see the differences generated by Autogen is the following:&lt;BR /&gt;&lt;BR /&gt;$ @sy$update autogen savparams setparams feedback&lt;BR /&gt;$ Diff/par sys$system:setparams.dat&lt;BR /&gt;&lt;BR /&gt;The second command (Diff) shows all the differences between the old systemparameters and the one you recieved after doing autogen.&lt;BR /&gt;&lt;BR /&gt;Another very important place where you can get informations about last autogen is the file sys$system:agen$params.report. It's a text file, so you can just type it.&lt;BR /&gt;&lt;BR /&gt;hope that helps &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Heinz</description>
      <pubDate>Mon, 20 Nov 2006 13:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901371#M80156</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2006-11-20T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: RESHASHTBL autogen recommendation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901372#M80157</link>
      <description>You've already been told that you're doing a lot of extra commands.&lt;BR /&gt;&lt;BR /&gt;It might be better not to use feedback, as it will protect you from running autogen without at 24 hours of feedback.&lt;BR /&gt;Just use&lt;BR /&gt;@sys$update:autogen savparams setparams&lt;BR /&gt;&lt;BR /&gt;Then &lt;BR /&gt;$set term/width=132&lt;BR /&gt;$Diff/Par  sys$system:setparams.dat&lt;BR /&gt;&lt;BR /&gt;That said, the reason your RESHASHTBL&lt;BR /&gt;probably has to do with a lot of RMS&lt;BR /&gt;and file system locking.  You might&lt;BR /&gt;wish to get a handle on your locking &lt;BR /&gt;activity.&lt;BR /&gt;&lt;BR /&gt;You can actually look at the agen$feedback.dat file. It's simply an&lt;BR /&gt;ASCII file. It will show you the locks used&lt;BR /&gt;and the amount of your RESHASHTBL used.&lt;BR /&gt;It's not magic, mostly just DCL.&lt;BR /&gt;&lt;BR /&gt;Have fun.&lt;BR /&gt;&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901372#M80157</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2006-11-20T16:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: RESHASHTBL autogen recommendation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901373#M80158</link>
      <description>The advantage of the "Jim" method (which also is the "Wim" system) is that you get a list of all changes, even the ones made by hand without autogen. &lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 21 Nov 2006 03:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901373#M80158</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-21T03:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: RESHASHTBL autogen recommendation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901374#M80159</link>
      <description>The LOCKIDTBL is the number of entries by which the lock id table is extended. This each time it runs out of locks ids.&lt;BR /&gt;&lt;BR /&gt;The RESHASHTBL is the number of RESOURCES in the hash table. This table has a fixed number of entries. The guideline says by average 4 locks exist for every resource. But this depends on what you are doing. And autogen should know what you are doing.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2006 04:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901374#M80159</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-21T04:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: RESHASHTBL autogen recommendation</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901375#M80160</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;RESHASHTBL should be about 4 times larger than the total no. of resources used in the system (see SYSGEN&amp;gt; HELP SYS_P RESHASHTBL).&lt;BR /&gt;&lt;BR /&gt;You can easily obtain the no. of resources in use on your system with $ MONI LOCK (look at Total Resources) or even with SEARCH SYS$SYSTEM:AGEN$PARAMS.DAT RESOURCES_INUSE&lt;BR /&gt;&lt;BR /&gt;Maybe your system load (in terms of no. of resources) has decreased. The LOCKIDTBL decrease suggested by AUTOGEN may point in the same direction.&lt;BR /&gt;&lt;BR /&gt;How the resource hash table works:&lt;BR /&gt;&lt;BR /&gt;If a new lock is enqued, the system needs to find out, if a resource with the given name already exists in the cluster. The resource name is hashed and used as a lookup key into the resource hash table (on the directory node for this resource name). The has chain is being followed and every resource in that hash chain is checked sequentially. All resources in a given hash chain have the same hash value. If the RESHASHTBL value is (much) too small, the system needs to spend more CPU sequentially searching through the has chain.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 21 Nov 2006 06:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reshashtbl-autogen-recommendation/m-p/3901375#M80160</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-21T06:19:50Z</dc:date>
    </item>
  </channel>
</rss>

