<?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: Changing SYSGEN parameters without using sysgen in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936430#M53736</link>
    <description>Volker, &lt;BR /&gt;&lt;BR /&gt;We have made a dump but we are looking for a more save way...?&lt;BR /&gt;&lt;BR /&gt;(I now the most save way is to use MODPARAMS or SYSGEN)&lt;BR /&gt;&lt;BR /&gt;Piet</description>
    <pubDate>Thu, 01 Feb 2007 07:43:26 GMT</pubDate>
    <dc:creator>Piet Timmers_1</dc:creator>
    <dc:date>2007-02-01T07:43:26Z</dc:date>
    <item>
      <title>Changing SYSGEN parameters without using sysgen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936428#M53734</link>
      <description>Hello everybody,&lt;BR /&gt;&lt;BR /&gt;Question:&lt;BR /&gt;&lt;BR /&gt;Is it possible, or is there a tool, to change sysgen parameters without using sysgen.&lt;BR /&gt;&lt;BR /&gt;We use infoserver software to create disk images. We have images with OpenVMS 7.2, 7.3-2 and so on. And now we want to change a sysgen parameter on all these images. The "normal" way is to use the correct OpenVMS version, mount the image and use sysgen to adjust the parameter. But we want a faster way. Is this possible?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Thu, 01 Feb 2007 07:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936428#M53734</guid>
      <dc:creator>Piet Timmers_1</dc:creator>
      <dc:date>2007-02-01T07:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SYSGEN parameters without using sysgen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936429#M53735</link>
      <description>Piet,&lt;BR /&gt;&lt;BR /&gt;the sysgen parameters are stored in binary format in ALPHAVMSSYS.PAR (or VAXVMSSYS.PAR) on the system disk in the specific root of the system.&lt;BR /&gt;&lt;BR /&gt;If you DUMP the file, you can certainly guess about the layout and then change the file contents with PATCH...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 01 Feb 2007 07:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936429#M53735</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-02-01T07:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SYSGEN parameters without using sysgen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936430#M53736</link>
      <description>Volker, &lt;BR /&gt;&lt;BR /&gt;We have made a dump but we are looking for a more save way...?&lt;BR /&gt;&lt;BR /&gt;(I now the most save way is to use MODPARAMS or SYSGEN)&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Thu, 01 Feb 2007 07:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936430#M53736</guid>
      <dc:creator>Piet Timmers_1</dc:creator>
      <dc:date>2007-02-01T07:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SYSGEN parameters without using sysgen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936431#M53737</link>
      <description>Piet,&lt;BR /&gt;&lt;BR /&gt;what's safer than PATCH - once you know what you're doing ;-)&lt;BR /&gt;&lt;BR /&gt;If it's a parameter, which relates to other parameter values, you should run @AUTOGEN anyway. If it's just a simple parameter value change not related to any other parameter, finding the parameter name with DUMP and locating the parameter value in the next couple of bytes is pretty straightforward. You can verify the binary value found in the file against the value found in the latest SETPARAMS.DAT file in that root.&lt;BR /&gt;&lt;BR /&gt;I cannot think of any other 'supported' method except using SYSGEN.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 01 Feb 2007 07:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936431#M53737</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-02-01T07:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SYSGEN parameters without using sysgen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936432#M53738</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;We are not looking for a "supported" method, we do not think there is one other than using sysgen.&lt;BR /&gt;&lt;BR /&gt;But when using dump and patch, you need to find out where to find the values in every version off OpenVMS we use. A special written tool thould be much easier.&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Thu, 01 Feb 2007 08:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936432#M53738</guid>
      <dc:creator>Piet Timmers_1</dc:creator>
      <dc:date>2007-02-01T08:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SYSGEN parameters without using sysgen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936433#M53739</link>
      <description>Piet,&lt;BR /&gt;&lt;BR /&gt;the DISKBLOCK tool comes to mind (see OpenVMS Freeware CD):&lt;BR /&gt;&lt;BR /&gt;$ MC DISKBLOCK&lt;BR /&gt;DISKBLOCK&amp;gt; select/file sys$system:alphavmssys.par&lt;BR /&gt;DISKBLOCK&amp;gt; sea/string="GBLSECTIONS"&lt;BR /&gt;%DSKB-I-SEARCHING, Searching blocks 1 to 21 for STRING "GBLSECTIONS" at 14:29:30&lt;BR /&gt;%DSKB-I-FOUND, STRING "GBLSECTIONS"  Block: 1. Offset: 73 (%X049)&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;DISKBLOCK&amp;gt; DUMP&lt;BR /&gt;DISKBLOCK&amp;gt; EXAMINE ...&lt;BR /&gt;DISKBLOCK&amp;gt; DEPOSIT ...&lt;BR /&gt;DISKBLOCK&amp;gt; REWRITE&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 01 Feb 2007 08:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936433#M53739</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-02-01T08:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Changing SYSGEN parameters without using sysgen</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936434#M53740</link>
      <description>Going around SYSMAN is not without some risk.  (SYSMAN applies various blade-guards to the chosen settings, for instance.  With PATCH, the results might not be bootable.)&lt;BR /&gt;&lt;BR /&gt;I'd probably make the parameter changes in MODPARAMS.DAT and trigger the AUTOGEN reboot cycle during the boot; I'd use the same basic mechanism that OpenVMS uses for this purpose.  Either load your own MODPARAMS, or append your settings, or use the included-file syntax.&lt;BR /&gt;&lt;BR /&gt;There are other data files containing system parameters around, and that feed calculations into the whole process.&lt;BR /&gt;&lt;BR /&gt;You would be able to use this same MODPARAMS scheme to customize specific installations, and to manage future parameter changes.&lt;BR /&gt;&lt;BR /&gt;I've had experience with these fast-load configurations, and the Host-based InfoServer makes this really nice.  Where it gets a little weird is with the corner cases, such as the GPT disks, or (as you've discovered) with site-local system parameters.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-sysgen-parameters-without-using-sysgen/m-p/3936434#M53740</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-01T09:15:12Z</dc:date>
    </item>
  </channel>
</rss>

