<?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 swcopy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164582#M320400</link>
    <description>Hi guys, i have to copy like 15 disks on a particular filesystem... I was just wondering after the first one i have to append the next one or it would overwrite right.... So, what would be the steps to copy them.. If lets say the software filesystem was /software and had 15 disks to copy, how do i get started....&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 19 Mar 2008 14:54:22 GMT</pubDate>
    <dc:creator>khilari</dc:creator>
    <dc:date>2008-03-19T14:54:22Z</dc:date>
    <item>
      <title>swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164582#M320400</link>
      <description>Hi guys, i have to copy like 15 disks on a particular filesystem... I was just wondering after the first one i have to append the next one or it would overwrite right.... So, what would be the steps to copy them.. If lets say the software filesystem was /software and had 15 disks to copy, how do i get started....&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 19 Mar 2008 14:54:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164582#M320400</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2008-03-19T14:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164583#M320401</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;1)pvcreate each of the disks.&lt;BR /&gt;2) Create a volume group for the disk or use vgextend to extend an existing volume group to this disk.&lt;BR /&gt;3) lvextend your logical volume to the new disks.&lt;BR /&gt;4) umount the filesystem and use extendfs to extend it. If you have online JFS you can extend it hot and without umount. fsadm command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 19 Mar 2008 14:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164583#M320401</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-03-19T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164584#M320402</link>
      <description>Sorry, I find your question confusing.  The title says "swcopy", yet the question itself talks about copying "disks" to a filesystem.  Could you expand on what these "disks" are and what you need to do with them?&lt;BR /&gt;&lt;BR /&gt;Are you swcopying installation DVDs for example?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Mar 2008 15:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164584#M320402</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-03-19T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164585#M320403</link>
      <description>Guys, we are reinstalling SAP and we have like 15 disks to copy from..(15 sap disks to copy)... we on the unix side made a filesystem.. /sap_software and we have filesystems where we will be installing them...&lt;BR /&gt;My question is that i have to copy these installation files on the /sap_software filesystem one by one so that later on they could be installed from there.... &lt;BR /&gt;Now, how do i copy them from the /cdrom to /sap_software that they dont get overwritten on top of each other.. sxcopy them in append so that i have all 15 copied to /sap_software..&lt;BR /&gt;Hope this clarifies.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 19 Mar 2008 15:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164585#M320403</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2008-03-19T15:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164586#M320404</link>
      <description>You copy the file system not the disks.  The disks are transparent to you at the O/S level via any file system.  &lt;BR /&gt;&lt;BR /&gt;a) bdf /filesystem&lt;BR /&gt;b) bdf /new_filesystem (* verify sizes of /filesystem and /new_filestems *) &lt;BR /&gt;cd /filesystem&lt;BR /&gt;cp -p -r /filesystem /new_filesystem&lt;BR /&gt;&lt;BR /&gt;The above is all you need.&lt;BR /&gt;&lt;BR /&gt;However, if you're really not confused and really want to copy 15 disks onto x'# of other disks.  &lt;BR /&gt;&lt;BR /&gt;a) verify sizes of disks with ioscan  (* Note the size and path.  If size not listed then use 'diskinfo' command.&lt;BR /&gt;&lt;BR /&gt;b) dd if=/dev/dsk/c#t#d# of=/dev/dsk/c#t#d#</description>
      <pubDate>Wed, 19 Mar 2008 15:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164586#M320404</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-03-19T15:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164587#M320405</link>
      <description>Does SAP software come in SD (Software Distributor) format?  If not, then you certainly won't be using swcopy.&lt;BR /&gt;&lt;BR /&gt;Mount the CDs and see what it contains.  Most likely you will end up just doing a regular cp copy.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Mar 2008 15:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164587#M320405</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-03-19T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164588#M320406</link>
      <description>now, okay so when i do the first disk like this and copy its contents on the /sap_software, then i unmount it and put the second cd in and do the same. Will it append to the existing data or will it write from the beginning of the /sap_software...&lt;BR /&gt;while using this command....&lt;BR /&gt;1st disk copied like this..&lt;BR /&gt;cp -p -r /cdrom /sap_software&lt;BR /&gt;2nd disk if copied like this will it append or erase the previous copied contents, coped onto /sap_software</description>
      <pubDate>Wed, 19 Mar 2008 15:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164588#M320406</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2008-03-19T15:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164589#M320407</link>
      <description>It would depend on what is on the disks.  Assuming they are just regular files, then the files will not overlay any previous ones unless the names happen to be the same.  You could avoid that possibility by copying each CD into a different sub-directory (/sap_software/CD1, /sap_software/CD2, etc.).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Mar 2008 16:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164589#M320407</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-03-19T16:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: swcopy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164590#M320408</link>
      <description>&amp;gt;1st disk copied like this: cp -p -r /cdrom /sap_software&lt;BR /&gt;&amp;gt;2nd disk if copied like this will it append or erase the previous copied contents, coped onto /sap_software&lt;BR /&gt;&lt;BR /&gt;I have that same problem when I burst patches.&lt;BR /&gt;cp -r or mv will just put any existing directories under the old ones and your tree will be skewed.&lt;BR /&gt;&lt;BR /&gt;One solution to the problem is to use tar.  tar will just "merge" the new tree onto the old one.&lt;BR /&gt;&lt;BR /&gt;Of course, if you want to spend a lot of time, you could use cp -r at various levels in your /cdrom tree and copy to the corresponding parts in your target tree.</description>
      <pubDate>Wed, 19 Mar 2008 17:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swcopy/m-p/4164590#M320408</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-19T17:29:17Z</dc:date>
    </item>
  </channel>
</rss>

