<?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: regarding system file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919480#M407513</link>
    <description>I think from mk_kernel command (load a kernel configuration from a system file), this command is used as follow:&lt;BR /&gt;#/usr/sbin/mk_kernel [-o path_name] [-s system_file] [-v]&lt;BR /&gt;&lt;BR /&gt;-o path_name Specify the target kernel path.&lt;BR /&gt;-s system_file Specify the HP-UX system description file. If this option is not specified, the system file /stand/system is used. &lt;BR /&gt;-v Verbose mode. (Has no effect; retained for backward compatibility.)&lt;BR /&gt;&lt;BR /&gt;So i think we can use our own system description file other that /stand/system if we have the other configuration file.</description>
    <pubDate>Fri, 19 Aug 2005 04:37:20 GMT</pubDate>
    <dc:creator>morganelan</dc:creator>
    <dc:date>2005-08-19T04:37:20Z</dc:date>
    <item>
      <title>regarding system file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919477#M407510</link>
      <description>iam new to hp-ux . pls help me to find what is the function of /stand/system file. if it got deleted whether the system will boot..? is it using for  setting  kernel parameters ( like /etc/system in solaris) .&lt;BR /&gt;&lt;BR /&gt;on the time of booting , when the system checking the /stand/system file ..?  and if it is required to boot the system properly, is it possible to point to a null file ( solaris it is possible to boot the system with a null file instead of /etc/system file)</description>
      <pubDate>Fri, 19 Aug 2005 03:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919477#M407510</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-08-19T03:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: regarding system file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919478#M407511</link>
      <description>Hi,&lt;BR /&gt; /stand/system is default HP-UX system description file and it is not the same as /etc/sytem in Solaris, which is system specification file. For that reason you can't make kernel reconfiguration like in Solaris.&lt;BR /&gt;/stand/system file holds the system-specific kernel tunable parameters. Under HP-UX 11i, the changes of kernel parameters are stored in "Kernel Registry Service". The KRS maintains data files under /stand/krs, so if the kernel is rebuild from the system file, any changes stored in KRS will be lost. KRS files are binary files and they can't be printed directly ore dumped using string.&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Fri, 19 Aug 2005 03:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919478#M407511</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2005-08-19T03:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding system file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919479#M407512</link>
      <description>The /stand/system file is a text file that allows you to configure the kernel by adding/removing drivers, modifying parameters for tuning etc.&lt;BR /&gt;If you lose this file, the system still boots and works ok. However, when you come to look at modifying the kernel you need this.&lt;BR /&gt;If it has been deleted/corrupted, you can either recover from a backup, or recreate it using /usr/lbin/sysadm/system_prep.&lt;BR /&gt;&lt;BR /&gt;For example&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/sysadm/system_prep -v -k /stand/vmunix -s /stand/mysystemfile&lt;BR /&gt;&lt;BR /&gt;This reads in from the kernel file /stand/vmunix and creates a text system file named /stand/mysystemfile&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Aug 2005 03:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919479#M407512</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-08-19T03:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: regarding system file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919480#M407513</link>
      <description>I think from mk_kernel command (load a kernel configuration from a system file), this command is used as follow:&lt;BR /&gt;#/usr/sbin/mk_kernel [-o path_name] [-s system_file] [-v]&lt;BR /&gt;&lt;BR /&gt;-o path_name Specify the target kernel path.&lt;BR /&gt;-s system_file Specify the HP-UX system description file. If this option is not specified, the system file /stand/system is used. &lt;BR /&gt;-v Verbose mode. (Has no effect; retained for backward compatibility.)&lt;BR /&gt;&lt;BR /&gt;So i think we can use our own system description file other that /stand/system if we have the other configuration file.</description>
      <pubDate>Fri, 19 Aug 2005 04:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919480#M407513</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-19T04:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding system file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919481#M407514</link>
      <description>thanks for your valuable comments&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Aug 2005 07:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-system-file/m-p/4919481#M407514</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-08-19T07:16:52Z</dc:date>
    </item>
  </channel>
</rss>

