<?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: JetDirect installation problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831568#M271876</link>
    <description>&lt;!--!*#--&gt;freddy,&lt;BR /&gt;&lt;BR /&gt;That was the trick.    I tried and I tried but it only worked after I restarted the swagentd daemon.   I knew these things died sometimes but I didn't realize this one hung.  The bizarre thing was, I run exactly the same swinstall command on another machine, with same OS version, and it worked, but not here. &lt;BR /&gt;&lt;BR /&gt;Bill Hassell&lt;BR /&gt;&lt;BR /&gt;Thanks for the syntax, that was what I needed.   I am going to save it. &lt;BR /&gt;&lt;BR /&gt;Jonathan Fife,&lt;BR /&gt;&lt;BR /&gt;Thanks for the observation about tar</description>
    <pubDate>Thu, 27 Jul 2006 09:02:43 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2006-07-27T09:02:43Z</dc:date>
    <item>
      <title>JetDirect installation problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831564#M271872</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;#: file HP11e134.SD    &lt;BR /&gt;HP11e134.SD:    tar file&lt;BR /&gt;&lt;BR /&gt;# tar -xvf HP11e134.SD    &lt;BR /&gt;&lt;BR /&gt;#: ll&lt;BR /&gt;total 7312&lt;BR /&gt;-rw-r--r--   1 root       sys        3737600 Jul 26 17:56 HP11e134.SD&lt;BR /&gt;drwxr-xr-x   5 bin        bin             96 Jul 26 17:56 HPNPL&lt;BR /&gt;drwxr-xr-x   4 root       sys             96 Jul 26 17:56 catalog&lt;BR /&gt;&lt;BR /&gt;#: swinstall -s /tmp/JetDirect/HP11e134.SD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;takes me into swinstall with this error message:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"newops6:/tmp/JetDirect/HP11e134.SD":  You do not have the required &lt;BR /&gt;permissions to perform this operation.  Check permissions using the&lt;BR /&gt;"swacl" command or see your system administrator for assistance.  Or,&lt;BR /&gt;to manage applications designed and packaged for nonprivileged mode,&lt;BR /&gt;see the "run_as_superuser" option in the "sd" man page.          &lt;BR /&gt;&lt;BR /&gt;Also tried swinstall on HPNPL dirrectory which also fails.&lt;BR /&gt;&lt;BR /&gt;How exactly do I run swinstall?&lt;BR /&gt;&lt;BR /&gt;The OS is 11.23&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jul 2006 17:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831564#M271872</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-26T17:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: JetDirect installation problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831565#M271873</link>
      <description>run&lt;BR /&gt;/sbin/init.d/swagentd stop&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;and try to install.&lt;BR /&gt;&lt;BR /&gt;tahnsk&lt;BR /&gt;freddy</description>
      <pubDate>Wed, 26 Jul 2006 22:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831565#M271873</guid>
      <dc:creator>freddy_21</dc:creator>
      <dc:date>2006-07-26T22:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: JetDirect installation problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831566#M271874</link>
      <description>You are almost there. The simplest format for swinstall (for command line usage) is:&lt;BR /&gt; &lt;BR /&gt;swinstall -s &lt;PATH-TO-DEPOT&gt; &lt;SELECTION&gt;&lt;BR /&gt; &lt;BR /&gt;where &lt;SELECTION&gt; refers to the names of the product(s) you want to install. Since the depot file is one product, you want to install everything so your correct command is:&lt;BR /&gt; &lt;BR /&gt;swinstall -s /tmp/JetDirect/HP11e134.SD \*&lt;BR /&gt; &lt;BR /&gt;where \* tells swinstall: select all products in the depot.&lt;/SELECTION&gt;&lt;/SELECTION&gt;&lt;/PATH-TO-DEPOT&gt;</description>
      <pubDate>Thu, 27 Jul 2006 07:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831566#M271874</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-27T07:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: JetDirect installation problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831567#M271875</link>
      <description>Just an additional note -- depot files themselves are tar files, so you shouldn't need to untar them once they are down to the .sd or .depot extension. Hopefully the creator or distributor put the proper extensions on to begin with.</description>
      <pubDate>Thu, 27 Jul 2006 08:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831567#M271875</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-27T08:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: JetDirect installation problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831568#M271876</link>
      <description>&lt;!--!*#--&gt;freddy,&lt;BR /&gt;&lt;BR /&gt;That was the trick.    I tried and I tried but it only worked after I restarted the swagentd daemon.   I knew these things died sometimes but I didn't realize this one hung.  The bizarre thing was, I run exactly the same swinstall command on another machine, with same OS version, and it worked, but not here. &lt;BR /&gt;&lt;BR /&gt;Bill Hassell&lt;BR /&gt;&lt;BR /&gt;Thanks for the syntax, that was what I needed.   I am going to save it. &lt;BR /&gt;&lt;BR /&gt;Jonathan Fife,&lt;BR /&gt;&lt;BR /&gt;Thanks for the observation about tar</description>
      <pubDate>Thu, 27 Jul 2006 09:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831568#M271876</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-27T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: JetDirect installation problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831569#M271877</link>
      <description>The swgentd problem is common. If you change any networking on your system without a reboot, swagentd must be restarted.</description>
      <pubDate>Thu, 27 Jul 2006 10:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetdirect-installation-problems/m-p/3831569#M271877</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-27T10:36:46Z</dc:date>
    </item>
  </channel>
</rss>

