<?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: sysdef command cannot run in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606274#M853847</link>
    <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Thank you, it's work.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
    <pubDate>Tue, 06 Nov 2001 05:22:15 GMT</pubDate>
    <dc:creator>rodi</dc:creator>
    <dc:date>2001-11-06T05:22:15Z</dc:date>
    <item>
      <title>sysdef command cannot run</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606269#M853842</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This error occur after creating additional swap space device and remove it on A500 system.&lt;BR /&gt;sysdef - display system definition&lt;BR /&gt;# sysdef&lt;BR /&gt;ioctl: Function is not available&lt;BR /&gt;&lt;BR /&gt;Anyone encounter this issue&lt;BR /&gt;&lt;BR /&gt;TQ</description>
      <pubDate>Fri, 02 Nov 2001 09:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606269#M853842</guid>
      <dc:creator>rodi</dc:creator>
      <dc:date>2001-11-02T09:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef command cannot run</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606270#M853843</link>
      <description>Hi,&lt;BR /&gt;Is your /stand file system mounted ?&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Nov 2001 10:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606270#M853843</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-11-02T10:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef command cannot run</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606271#M853844</link>
      <description>Most likely scenario: The current version of the kernel doesn't match the current version of the symbol table symtab in /stand/dlkm. This can result if kmupdate is not run after building a new kernel. To fix your problem use the following procedure to build a new kernel and to activate it: &lt;BR /&gt;&lt;BR /&gt;1. cd /stand/build&lt;BR /&gt;2. /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;3. mk_kernel -s ./system&lt;BR /&gt;4. kmupdate&lt;BR /&gt;5. shutdown -r 0&lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Fri, 02 Nov 2001 12:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606271#M853844</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-11-02T12:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef command cannot run</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606272#M853845</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Been through this one, once before.  In all&lt;BR /&gt;probability, a kernel change was done&lt;BR /&gt;manually without running the kmupdate command.&lt;BR /&gt;Here is the way out:&lt;BR /&gt;*****&lt;BR /&gt;Description: 11.0 sysdef: ioctl function is not available; use kmupdate&lt;BR /&gt;Document Id : A5220881&lt;BR /&gt;When I run the sysdef command, I get the error:&lt;BR /&gt;ioctl function is not available.&lt;BR /&gt;Why does this occur?&lt;BR /&gt;  &lt;BR /&gt;Solution&lt;BR /&gt;The current version of the kernel doesn't match the current version&lt;BR /&gt;of the symbol table symtab in /stand/dlkm. This can result if&lt;BR /&gt;kmupdate is not run after building a new kernel. To fix your problem&lt;BR /&gt;use the following procedure:&lt;BR /&gt;1. cd /stand/build&lt;BR /&gt;2. /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;3. mk_kernel -s ./system&lt;BR /&gt;4. kmupdate /stand/build/vmunix_test&lt;BR /&gt;5. shutdown -r 0 (don't use reboot.)&lt;BR /&gt;****&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Fri, 02 Nov 2001 12:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606272#M853845</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-02T12:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef command cannot run</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606273#M853846</link>
      <description>Hi Rodi,&lt;BR /&gt;&lt;BR /&gt;Here is the solution.&lt;BR /&gt;&lt;BR /&gt;quote //&lt;BR /&gt;&lt;BR /&gt;The current version of the kernel doesn't match the current version of the symbol table symtab in /stand/dlkm. This can result if kmupdate is not run after building a new kernel. To fix your problem use the following procedure:&lt;BR /&gt;1. cd /stand/build&lt;BR /&gt;2. /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;3. mk_kernel -s ./system&lt;BR /&gt;4. kmupdate /stand/build/vmunix_test&lt;BR /&gt;5. shutdown -r 0 (don't use reboot.)&lt;BR /&gt;&lt;BR /&gt;//unquote&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Nov 2001 14:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606273#M853846</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-02T14:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: sysdef command cannot run</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606274#M853847</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Thank you, it's work.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 06 Nov 2001 05:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sysdef-command-cannot-run/m-p/2606274#M853847</guid>
      <dc:creator>rodi</dc:creator>
      <dc:date>2001-11-06T05:22:15Z</dc:date>
    </item>
  </channel>
</rss>

