<?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 swpackage to tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608889#M234155</link>
    <description>how do i take a group of unshar'd patches from one server, put them on a DDS3 tape so i can install them on another server? &lt;BR /&gt;&lt;BR /&gt;can someone help me with this procedure? or best practice?</description>
    <pubDate>Mon, 22 Aug 2005 13:00:09 GMT</pubDate>
    <dc:creator>Chris Fadrowski</dc:creator>
    <dc:date>2005-08-22T13:00:09Z</dc:date>
    <item>
      <title>swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608889#M234155</link>
      <description>how do i take a group of unshar'd patches from one server, put them on a DDS3 tape so i can install them on another server? &lt;BR /&gt;&lt;BR /&gt;can someone help me with this procedure? or best practice?</description>
      <pubDate>Mon, 22 Aug 2005 13:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608889#M234155</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2005-08-22T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608890#M234156</link>
      <description>Assuming all those patches are in the same directory:&lt;BR /&gt;&lt;BR /&gt;patchdir=/some/directory/name&lt;BR /&gt;&lt;BR /&gt;cd $patchdir&lt;BR /&gt;DEPOT=$PWD/depot&lt;BR /&gt;for PATCH in *.depot&lt;BR /&gt;do&lt;BR /&gt;  swcopy -x enforce_dependencies=FALSE \&lt;BR /&gt;             -x mount_all_filesystems=FALSE \&lt;BR /&gt;             -x reinstall=TRUE \&lt;BR /&gt;             -x write_remote_files=TRUE \&lt;BR /&gt;             -x layout_version=1.0 \&lt;BR /&gt;             -d -s $PWD/$PATCH.depot \* @ $DEPOT&lt;BR /&gt;&lt;BR /&gt;    swpackage -s $PSF \&lt;BR /&gt;              -x write_remote_files=TRUE \&lt;BR /&gt;              -x layout_version=1.0 \&lt;BR /&gt;            @ $DEPOT&lt;BR /&gt;&lt;BR /&gt;swverify -d -x mount_all_filesystems=FALSE \&lt;BR /&gt;             -x enforce_dependencies=FALSE \&lt;BR /&gt;            \* @ $DEPOT&lt;BR /&gt;&lt;BR /&gt;if [ $? -ne 0 ]; then&lt;BR /&gt;{&lt;BR /&gt;  echo "ERROR: swverify of depot failed."&lt;BR /&gt;  ERRORS=1&lt;BR /&gt;}&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;if [ $ERRORS -eq 1 ]; then&lt;BR /&gt;  echo "ERROR: Errors were found while building depot."&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;tar -cvf /dev/rmt/0m depot&lt;BR /&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;on the other system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;patchdir=/some/directory/name&lt;BR /&gt;cd $patchdir&lt;BR /&gt;tar -xvf /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;swreg -l depot $PWD/depot&lt;BR /&gt;&lt;BR /&gt;swinstall -s $PWD/depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;This may not be what you are looking for. You may want the tape to be used as a depot but, if you do not have severe space problems on either servers, I would suggest using the tape just a s a transport container nothing more. Installing software from a disk depot is much faster than doing it via tape.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 13:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608890#M234156</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-22T13:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608891#M234157</link>
      <description>&lt;BR /&gt;never tried to to tape this might work.&lt;BR /&gt;&lt;BR /&gt;swcopy -s {list} {of} {patches} @ {tapedevice}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 13:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608891#M234157</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2005-08-22T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608892#M234158</link>
      <description>To create a tape from directory depots you use swpackage:&lt;BR /&gt;&lt;BR /&gt;swpackage -s /patch/depot -x media_type=tape  @ /dev/rmt/0m&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 13:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608892#M234158</guid>
      <dc:creator>Michael Roberts_3</dc:creator>
      <dc:date>2005-08-22T13:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608893#M234159</link>
      <description>okay, that's what i thought, i tried this and i keep getting this&lt;BR /&gt;&lt;BR /&gt;      * Writing the tape "/dev/rmt/0m" (tape 1 of 1).&lt;BR /&gt;       * Writing the fileset "PHKL_31500.100BT-KRN" (1 of 159)&lt;BR /&gt;ERROR:   Cannot open file&lt;BR /&gt;         "/h07/patches/depot/PHKL_31500/100BT-KRN/usr/conf/lib/libbtlan.a".&lt;BR /&gt;         No such file or directory (2).&lt;BR /&gt;ERROR:   Failed to write the software object: "fileset contents" to the&lt;BR /&gt;         output tape file.&lt;BR /&gt;&lt;BR /&gt;       * Removing the temporary depot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now, PHKL_31500 is not in the depot but it is a dependency of one of the patches that i want on the tape. PHKL_31500 is however installed on the system. any ideas?</description>
      <pubDate>Mon, 22 Aug 2005 13:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608893#M234159</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2005-08-22T13:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608894#M234160</link>
      <description>Chris,&lt;BR /&gt;Add '-x autoselect_dependencies=false' to your swcopy/swpackage command line...&lt;BR /&gt;--Greg</description>
      <pubDate>Mon, 22 Aug 2005 13:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608894#M234160</guid>
      <dc:creator>Greg Vaidman</dc:creator>
      <dc:date>2005-08-22T13:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608895#M234161</link>
      <description>I am still getting the same thing on this patch PHKL_31500</description>
      <pubDate>Mon, 22 Aug 2005 14:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608895#M234161</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2005-08-22T14:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608896#M234162</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Not sure why you'd still be getting this error with the new parameter, but please provide the exact command that's generating the error.&lt;BR /&gt;&lt;BR /&gt;Have you tried to package all these patches into a bundle using 'make_bundles'?&lt;BR /&gt;&lt;BR /&gt;Also, are you using a tape because you don't have network access from the systems you want to install the patches to the server where your patches are located?  Don't know if you knew that if you put all the patches into a depot, you can pull them across the network to your target servers.&lt;BR /&gt;&lt;BR /&gt;--Greg</description>
      <pubDate>Mon, 22 Aug 2005 14:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608896#M234162</guid>
      <dc:creator>Greg Vaidman</dc:creator>
      <dc:date>2005-08-22T14:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage to tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608897#M234163</link>
      <description>Hi Chris ,&lt;BR /&gt;&lt;BR /&gt;PHKL_31500 is a 100MB patch  "s700_800 11.23 Sept04 base patch" &lt;BR /&gt;&lt;BR /&gt;If you have good internet speed , it can be downloaded from itrc site in 10 min.&lt;BR /&gt;&lt;BR /&gt;and the tar file can be extracted and , it will create the depo file , and can be installed easily , with  &lt;BR /&gt;# swinstall -s /depotdir/filename.depot&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 22 Aug 2005 14:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-to-tape/m-p/3608897#M234163</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-22T14:57:12Z</dc:date>
    </item>
  </channel>
</rss>

