<?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: swreg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491416#M363702</link>
    <description>&amp;gt;Sudeesh: There is no point in doing swreg for a *.depot file.&lt;BR /&gt;&lt;BR /&gt;Right, you can only do swlist, probably not that useful.</description>
    <pubDate>Fri, 04 Sep 2009 18:47:39 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-09-04T18:47:39Z</dc:date>
    <item>
      <title>swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491399#M363685</link>
      <description>Hi admins,&lt;BR /&gt;&lt;BR /&gt;I have registerd a depot using below command&lt;BR /&gt;&lt;BR /&gt;swreg -l depot /tmp/PHNE_39872.depot&lt;BR /&gt;&lt;BR /&gt; swlist -l depot&lt;BR /&gt;it gives correct output as  /tmp/PHNE_39872.depot&lt;BR /&gt;&lt;BR /&gt;But when i tried to install on another server&lt;BR /&gt;swinstall -s 10.11.10.34:/tmp/PHNE_39872.depot&lt;BR /&gt;&lt;BR /&gt;in SAM window i cannot get source server name in source hostname field.&lt;BR /&gt;and please find the attached error &lt;BR /&gt;&lt;BR /&gt;plz suggest on this&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 15:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491399#M363685</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-09-03T15:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491400#M363686</link>
      <description>In another server, you can use&lt;BR /&gt;&lt;BR /&gt;swlist -l depot @ 10.11.10.34&lt;BR /&gt;&lt;BR /&gt;to see that patch depot is available or not.</description>
      <pubDate>Thu, 03 Sep 2009 15:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491400#M363686</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-09-03T15:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491401#M363687</link>
      <description>Yes Tinqli,&lt;BR /&gt;&lt;BR /&gt;Its available&lt;BR /&gt;&lt;BR /&gt;swlist -l depot @ noortrg&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Target "noortrg" has the following depot(s):&lt;BR /&gt;  /tmp/rsp/depot&lt;BR /&gt;  /var/patch/rsp/depot&lt;BR /&gt;  /tmp/PHNE_39872.depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Thu, 03 Sep 2009 15:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491401#M363687</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-09-03T15:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491402#M363688</link>
      <description>I dunno, it sounds strange. How about using /tmp only as the Source Depot Path?</description>
      <pubDate>Thu, 03 Sep 2009 15:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491402#M363688</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-09-03T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491403#M363689</link>
      <description>This is not authoritative but as far as I can remember, a depot file is actually not a *real* depot but a collection of files, imitating to be on a tape. And since sw commands do not support remote tape drive access, what you are seeing makes perfect sense.&lt;BR /&gt;&lt;BR /&gt;What you need to do is to copy the contents of this depot file into a directory, say /tmp/mypatches, using swcopy command, then register this directory as a depot with &lt;BR /&gt;&lt;BR /&gt;swreg -l depot /tmp/mypatches&lt;BR /&gt;&lt;BR /&gt;then you should be able to access it from remote systems.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 03 Sep 2009 15:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491403#M363689</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-09-03T15:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491404#M363690</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;Thanx for the replies.&lt;BR /&gt;&lt;BR /&gt;I registered with another path&lt;BR /&gt;&lt;BR /&gt;swreg -l depot /var/patch/PHNE_39872.depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But the same error persists..&lt;BR /&gt;&lt;BR /&gt;Plz help on this&lt;BR /&gt;&lt;BR /&gt;My server is B.11.23&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 16:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491404#M363690</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-09-03T16:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491405#M363691</link>
      <description>You can try by bouncing swagent.</description>
      <pubDate>Thu, 03 Sep 2009 16:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491405#M363691</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-09-03T16:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491406#M363692</link>
      <description>Hi Tinqli,&lt;BR /&gt;&lt;BR /&gt;Thats already done.Any other possibilities?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Thu, 03 Sep 2009 16:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491406#M363692</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-09-03T16:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491407#M363693</link>
      <description>Hi Admin,&lt;BR /&gt;&lt;BR /&gt;I rebounced the swagentd in both the servers.&lt;BR /&gt;&lt;BR /&gt;Again i tried with &lt;BR /&gt;swinstall -s noortrg:/var/patch/depot&lt;BR /&gt;&lt;BR /&gt;Only problem is in source hostname source server is not available&lt;BR /&gt;If i manually type the server name,ican view the registred depots from source..&lt;BR /&gt;&lt;BR /&gt;Plz find the attachment&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Thu, 03 Sep 2009 16:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491407#M363693</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-09-03T16:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491408#M363694</link>
      <description>Does that mean you can install it?</description>
      <pubDate>Thu, 03 Sep 2009 16:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491408#M363694</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-09-03T16:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491409#M363695</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;So set up the ip address in /etc/hosts to support hostname in the local system.&lt;BR /&gt;&lt;BR /&gt;ip address   hostname&lt;BR /&gt;&lt;BR /&gt;You can support any format you want this way.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Sep 2009 16:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491409#M363695</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-09-03T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491410#M363696</link>
      <description>Now I see what you mean...&lt;BR /&gt;&lt;BR /&gt;You are looking for the file:&lt;BR /&gt;&lt;BR /&gt;$HOME/.sw/defaults.hosts&lt;BR /&gt;&lt;BR /&gt;if you edit this file, you will see a asection like this:&lt;BR /&gt;&lt;BR /&gt;swinstall.hosts_with_depots = {&lt;BR /&gt;server1&lt;BR /&gt;server2&lt;BR /&gt;server3&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;along with other sections. In order to browse this server by selecting it in the drop-down items, your server name must be in this swinstall.hosts_with_depots section.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 03 Sep 2009 17:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491410#M363696</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-09-03T17:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491411#M363697</link>
      <description>&amp;gt; swinstall -s 10.11.10.34:/tmp/PHNE_39872.depot&lt;BR /&gt; &lt;BR /&gt;You are missing a very important part of the swinstall command: the list of products to be installed from the depot. Add an escaped * at the end like this:&lt;BR /&gt; &lt;BR /&gt;swinstall -s 10.11.10.34:/tmp/PHNE_39872.depot \*&lt;BR /&gt; &lt;BR /&gt;Now the interactive window won't pop-up with confusing choices.</description>
      <pubDate>Thu, 03 Sep 2009 23:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491411#M363697</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-09-03T23:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491412#M363698</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;I have tried with suggested by u.But enede with error which i have attached..&lt;BR /&gt;&lt;BR /&gt;I used below command..&lt;BR /&gt;swinstall -p -s 10.11.10.34:/tmp/PHNE_39872.depot\*&lt;BR /&gt;&lt;BR /&gt;Hi Steven,&lt;BR /&gt;Hostname is fine,has all the needed entries.&lt;BR /&gt;&lt;BR /&gt;Hi Mel,&lt;BR /&gt;&lt;BR /&gt;I didnot find any file as u mentioned in target server&lt;BR /&gt;&lt;BR /&gt;$HOME/.sw/defaults.hosts&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2009 01:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491412#M363698</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-09-04T01:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491413#M363699</link>
      <description>&amp;gt;Mel: imitating to be on a tape. And since sw commands do not support remote tape drive access, what you are seeing makes perfect sense.&lt;BR /&gt;&lt;BR /&gt;I recently ran into this and mentioned it.  You can swreg your tape depot and swlist it but you can't swinstall.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;then register this directory as a depot&lt;BR /&gt;&lt;BR /&gt;No need since swcopy does that.</description>
      <pubDate>Fri, 04 Sep 2009 07:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491413#M363699</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-09-04T07:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491414#M363700</link>
      <description>&amp;gt; Hi Mel,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I didnot find any file as u mentioned in target server&lt;BR /&gt;&lt;BR /&gt;Then you should not see any hosts listed other than the local host name when you highlight the source host and hit enter. If you need another hostname to appear on this list you will need to have this file.&lt;BR /&gt;&lt;BR /&gt;And please pay attention to what I have said before and what Dennis has concurred. .depot files are to be used on the local host, not to be used on a remote host as a remote depot. If you have the depot file, why don't you get the single file copied to this host and do your install ? If this is going to go onto too many hosts, the use swcopy to create a depot on the source server, which you can access from anywhere on your network.</description>
      <pubDate>Fri, 04 Sep 2009 15:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491414#M363700</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-09-04T15:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491415#M363701</link>
      <description>There is no point in doing swreg for a *.depot file. You will be able to use it locally but not from remote systems.&lt;BR /&gt;&lt;BR /&gt;You should swcopy the depot first to a folder and then swreg the folder to do remote installs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Fri, 04 Sep 2009 15:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491415#M363701</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2009-09-04T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491416#M363702</link>
      <description>&amp;gt;Sudeesh: There is no point in doing swreg for a *.depot file.&lt;BR /&gt;&lt;BR /&gt;Right, you can only do swlist, probably not that useful.</description>
      <pubDate>Fri, 04 Sep 2009 18:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491416#M363702</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-09-04T18:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491417#M363703</link>
      <description>I still think remote installation is possible when the depot can be seen from swlist -l depot. But I don't know why it doesn't work.&lt;BR /&gt;&lt;BR /&gt;How about /tmp? is it a link to somewhere else or just the real directory?</description>
      <pubDate>Fri, 04 Sep 2009 18:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491417#M363703</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-09-04T18:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: swreg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491418#M363704</link>
      <description>Hi admins,&lt;BR /&gt;&lt;BR /&gt;yes i can copy depot to all the nodes and install locally.&lt;BR /&gt;&lt;BR /&gt;But then whats the use of swreg...?&lt;BR /&gt;&lt;BR /&gt;As sudheesh advised let me do a swcopy before swreg..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Sat, 05 Sep 2009 08:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swreg/m-p/4491418#M363704</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-09-05T08:50:04Z</dc:date>
    </item>
  </channel>
</rss>

