<?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: Adding Drivers to /stand/system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688400#M932364</link>
    <description>Oh! it looks very straight forward.&lt;BR /&gt;&lt;BR /&gt;Thanks for your time&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Rich</description>
    <pubDate>Thu, 21 Mar 2002 17:28:09 GMT</pubDate>
    <dc:creator>Richard Ace</dc:creator>
    <dc:date>2002-03-21T17:28:09Z</dc:date>
    <item>
      <title>Adding Drivers to /stand/system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688395#M932359</link>
      <description>If I want to add a driver to /stand/system can I say, just vi /stand/system add say, stape save and exit my vi session and then reboot ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Thu, 21 Mar 2002 17:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688395#M932359</guid>
      <dc:creator>Richard Ace</dc:creator>
      <dc:date>2002-03-21T17:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Drivers to /stand/system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688396#M932360</link>
      <description>Nope .. this is the correct process.. (for 10.x)&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system&lt;BR /&gt;==&amp;gt; put "stape" here&lt;BR /&gt;# /usr/sbin/mk_kernel -s ./system&lt;BR /&gt;# mv /stand/system /stand/system.prev&lt;BR /&gt;# mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;# mv /stand/build/system /stand/system&lt;BR /&gt;# mv /stand/build/vmunix_test /stand/vmunix &lt;BR /&gt;# shutdown -ry 0&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2002 17:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688396#M932360</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-21T17:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Drivers to /stand/system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688397#M932361</link>
      <description>Better you get the system file from the current kernel through &lt;BR /&gt;cd /stand/build&lt;BR /&gt;/usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;edit the system file for stape driver&lt;BR /&gt;mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;then transfer the system file from /stand/build to /stand&lt;BR /&gt;and it will create vmunix_test under /stand/build, transfer it to /stand directory as vmunix. But don't forget to make a copy of the existing kernel and system file.&lt;BR /&gt;&lt;BR /&gt;Then reboot.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Thu, 21 Mar 2002 17:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688397#M932361</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-21T17:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Drivers to /stand/system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688398#M932362</link>
      <description>(If you're running 11.x)&lt;BR /&gt;========================&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -v -s system&lt;BR /&gt;# /usr/sbin/kmsystem -S /stand/build/system -c Y stape&lt;BR /&gt;==&amp;gt; eg adding "stape" driver to kernel&lt;BR /&gt;# /usr/sbin/mk_kernel -s ./system&lt;BR /&gt;# mv /stand/system /stand/system.prev&lt;BR /&gt;# mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;# shutdown -ry 0&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2002 17:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688398#M932362</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-21T17:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Drivers to /stand/system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688399#M932363</link>
      <description>You can also do this through SAM.&lt;BR /&gt;&lt;BR /&gt;Start SAM and go to KERNEL CONFIGURATION.  From there go to DRIVERS.  Once the driver list is up scroll down to the driver you want to include, highlight it, and then go up to the ACTIONS menu and select "Add Driver(s) to Kernel".&lt;BR /&gt;&lt;BR /&gt;Once that is done go back to the ACTIONS menu and select "Process New Kernel".  This will regen your kernel and ask you if you want to move the new kernel into place and reboot the machine.</description>
      <pubDate>Thu, 21 Mar 2002 17:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688399#M932363</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-21T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Drivers to /stand/system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688400#M932364</link>
      <description>Oh! it looks very straight forward.&lt;BR /&gt;&lt;BR /&gt;Thanks for your time&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Thu, 21 Mar 2002 17:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-drivers-to-stand-system/m-p/2688400#M932364</guid>
      <dc:creator>Richard Ace</dc:creator>
      <dc:date>2002-03-21T17:28:09Z</dc:date>
    </item>
  </channel>
</rss>

