<?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: Prevent changes to config files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464402#M520967</link>
    <description>&lt;BR /&gt;I think the options you need to change and experiment with are in the config.full file for the host in question on the ignite server. Variables are;&lt;BR /&gt;&lt;BR /&gt;RUN_UI=TRUE&lt;BR /&gt;RUN_SD=TRUE&lt;BR /&gt;SD_USE_UI=FALSE&lt;BR /&gt;CONTROL_FROM_SERVER=FALSE&lt;BR /&gt;HALT_WHEN_DONE=FALSE&lt;BR /&gt;USE_EXPERT_UI=FALSE&lt;BR /&gt;CLEAN_ALL_DISKS=FALSE&lt;BR /&gt;HIDE_BOOT_DISK=FALSE&lt;BR /&gt;ERROR_IF_BAD_SW=FALSE&lt;BR /&gt;RECOVERY_MODE=TRUE&lt;BR /&gt;DISABLE_DHCP=FALSE&lt;BR /&gt;&lt;BR /&gt;Try setting to FALSE RUN_UI and test it. If not what you wanted try modifying some of the others and testing them also.&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Nov 2000 11:49:49 GMT</pubDate>
    <dc:creator>Carol Garrett</dc:creator>
    <dc:date>2000-11-14T11:49:49Z</dc:date>
    <item>
      <title>Prevent changes to config files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464400#M520965</link>
      <description>I have created various configuration files for HPUX clients to use with IgniteUX, based on software requirements and hardware configurations. &lt;BR /&gt;&lt;BR /&gt;I don't want users to have the ability to change these configurations via the IgniteUI when they Ignite their servers. The only option I want to give them is the ability to select the correct configuration, but still be able to see what the configuration consist of i.e. they can move to the various tabbed interfaces in the UI and can see whats configured - but must not be able to change anything including marking or unmarking software.&lt;BR /&gt;&lt;BR /&gt;Is this possible and if so how can it be achieved.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2000 02:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464400#M520965</guid>
      <dc:creator>ISS Unix Admin</dc:creator>
      <dc:date>2000-11-14T02:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent changes to config files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464401#M520966</link>
      <description>set the permissions to read only</description>
      <pubDate>Tue, 14 Nov 2000 11:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464401#M520966</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-11-14T11:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent changes to config files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464402#M520967</link>
      <description>&lt;BR /&gt;I think the options you need to change and experiment with are in the config.full file for the host in question on the ignite server. Variables are;&lt;BR /&gt;&lt;BR /&gt;RUN_UI=TRUE&lt;BR /&gt;RUN_SD=TRUE&lt;BR /&gt;SD_USE_UI=FALSE&lt;BR /&gt;CONTROL_FROM_SERVER=FALSE&lt;BR /&gt;HALT_WHEN_DONE=FALSE&lt;BR /&gt;USE_EXPERT_UI=FALSE&lt;BR /&gt;CLEAN_ALL_DISKS=FALSE&lt;BR /&gt;HIDE_BOOT_DISK=FALSE&lt;BR /&gt;ERROR_IF_BAD_SW=FALSE&lt;BR /&gt;RECOVERY_MODE=TRUE&lt;BR /&gt;DISABLE_DHCP=FALSE&lt;BR /&gt;&lt;BR /&gt;Try setting to FALSE RUN_UI and test it. If not what you wanted try modifying some of the others and testing them also.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2000 11:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464402#M520967</guid>
      <dc:creator>Carol Garrett</dc:creator>
      <dc:date>2000-11-14T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent changes to config files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464403#M520968</link>
      <description>Your could edit the config files and remove the word 'init' of any software selections that you do not wish to let other mark or unmark. And then setting the selection to TRUE or FALSE will default it to mark and unmark respectively.&lt;BR /&gt;&lt;BR /&gt;sw_sel "B3929BA" {&lt;BR /&gt;    description = "HP OnLineJFS (Advanced VxFS)"&lt;BR /&gt;    sw_source = "core"&lt;BR /&gt;    sw_category = "OrderedApps"&lt;BR /&gt;    sd_software_list = "B3929BA,r=B.11.00,a=HP-UX_B.11.00_32/64,v=HP"&lt;BR /&gt;    (_hp_os_bitness == "32") {&lt;BR /&gt;        impacts = "/usr" 362Kb&lt;BR /&gt;        impacts = "/" 10Kb&lt;BR /&gt;    }&lt;BR /&gt;    (_hp_os_bitness == "64") {&lt;BR /&gt;        impacts = "/usr" 591Kb&lt;BR /&gt;        impacts = "/" 10Kb&lt;BR /&gt;    }&lt;BR /&gt;} = TRUE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And setting the permission of the config file to -r- will seal the fate.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 19:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464403#M520968</guid>
      <dc:creator>Hooi Siew Hoong</dc:creator>
      <dc:date>2000-12-14T19:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent changes to config files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464404#M520969</link>
      <description>The above answer is  the right one.&lt;BR /&gt;The keyword "init" is used to set a configuration as a default one.&lt;BR /&gt;But if you don't want to be able to moify it, remove this keyword, for both variables and configurations :&lt;BR /&gt;&lt;BR /&gt;init _hp_pri_swap = MEMORY * 2&lt;BR /&gt;becomes&lt;BR /&gt;_hp_pri_swap = MEMORY * 2&lt;BR /&gt;&lt;BR /&gt;init sw_sel "EE pack" =TRUE&lt;BR /&gt;becomes&lt;BR /&gt;sw_sel "EE pack" =TRUE&lt;BR /&gt;&lt;BR /&gt;you can use the keyword is_visible =false for some parts you don't want to appear, and then that you can't modify.&lt;BR /&gt;But the "read only" permission won't do what you want, neither RUN_UI and other variables.</description>
      <pubDate>Thu, 04 Jan 2001 15:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-changes-to-config-files/m-p/2464404#M520969</guid>
      <dc:creator>marc seguin</dc:creator>
      <dc:date>2001-01-04T15:31:13Z</dc:date>
    </item>
  </channel>
</rss>

