<?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: hp-ux software depots in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587634#M856897</link>
    <description>&lt;BR /&gt;swremove and swcopy both have the ability to hit multiple "targets" (hosta:/targetdir hostb:/targetdir).&lt;BR /&gt;&lt;BR /&gt;You can also set up the  /var/adm/sw/defaults.hosts file, but I'm not sure if this will force swcopy and swremove to operate on the default hosts. I guess it's something I need to play with.</description>
    <pubDate>Mon, 01 Oct 2001 18:24:28 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2001-10-01T18:24:28Z</dc:date>
    <item>
      <title>hp-ux software depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587632#M856895</link>
      <description>Here's my situation:&lt;BR /&gt;&lt;BR /&gt;Site1&lt;BR /&gt;servera&lt;BR /&gt;software depot&lt;BR /&gt;   |&lt;BR /&gt;   |  (WAN)&lt;BR /&gt;   V&lt;BR /&gt;Site2&lt;BR /&gt;serverb&lt;BR /&gt;software depot&lt;BR /&gt;&lt;BR /&gt;Servera is the primary depot.&lt;BR /&gt;Serverb is the alternate depot.&lt;BR /&gt;&lt;BR /&gt;Is there an easy way to keep these depots synchronized?  We swcopy/swremove -d to the primary, then we swcopy/swremove -d to the alternate... however, we sometimes miss the second swcopy/swremove -d leaving the two depots unsynchronized.</description>
      <pubDate>Mon, 01 Oct 2001 16:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587632#M856895</guid>
      <dc:creator>Anna_123</dc:creator>
      <dc:date>2001-10-01T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: hp-ux software depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587633#M856896</link>
      <description>Hi Anna,&lt;BR /&gt;&lt;BR /&gt;I don't think there is any easy way to synchronize the two depots.&lt;BR /&gt;&lt;BR /&gt;It has to be done through the hard way only on both.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Oct 2001 17:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587633#M856896</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-01T17:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: hp-ux software depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587634#M856897</link>
      <description>&lt;BR /&gt;swremove and swcopy both have the ability to hit multiple "targets" (hosta:/targetdir hostb:/targetdir).&lt;BR /&gt;&lt;BR /&gt;You can also set up the  /var/adm/sw/defaults.hosts file, but I'm not sure if this will force swcopy and swremove to operate on the default hosts. I guess it's something I need to play with.</description>
      <pubDate>Mon, 01 Oct 2001 18:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587634#M856897</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-01T18:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: hp-ux software depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587635#M856898</link>
      <description>Anna,&lt;BR /&gt;&lt;BR /&gt;I may be missing something obvious here but would a 'swlist -l depot' and an 'rcp -pr' followed by swreg of appropriate depots not synchronize the servers. [with appropriate commands for removal of depots also].&lt;BR /&gt;&lt;BR /&gt;I know I've over simplified this but would this suffice for your application or do you need something tidier than this? This may depend on just how big your depots are and how many you have.&lt;BR /&gt;&lt;BR /&gt;Of course a removal of modifed depots on serverb and another swcopy from servera would also do this.&lt;BR /&gt;&lt;BR /&gt;Not much help perhaps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;PK</description>
      <pubDate>Tue, 02 Oct 2001 05:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587635#M856898</guid>
      <dc:creator>Philip Kernohan</dc:creator>
      <dc:date>2001-10-02T05:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: hp-ux software depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587636#M856899</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;2 ideas :&lt;BR /&gt;&lt;BR /&gt;    1) use remsh commands for example, if you &lt;BR /&gt;want to delete a product :&lt;BR /&gt;&lt;BR /&gt;     #!/bin/sh&lt;BR /&gt;     swremove .... # in local&lt;BR /&gt;     remsh host -l user "swremove ..." # remote&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    You can use this method for all of sw commands&lt;BR /&gt;    swpackage is a swpackage in local and a &lt;BR /&gt;copy for the remote site, ....&lt;BR /&gt;&lt;BR /&gt;    2) Think you can make action remotely with&lt;BR /&gt;    sw commands, so you can swcopy, swremove..&lt;BR /&gt;    on a remote site. Just make script to do&lt;BR /&gt;    2 actions instead of one.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Herv?&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2001 06:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-software-depots/m-p/2587636#M856899</guid>
      <dc:creator>Herve BRANGIER</dc:creator>
      <dc:date>2001-10-02T06:05:46Z</dc:date>
    </item>
  </channel>
</rss>

