<?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: ln help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621099#M925792</link>
    <description>&lt;I have="" one="" dir="" that="" is="" 200m="" left=""&gt;&lt;BR /&gt;&lt;BR /&gt; I presume that these two directories on different filesystems and you are actually referring the Filesystem free space here.&lt;BR /&gt;(to confirm do  bdf $dir1 ; bdf $dir2 )&lt;BR /&gt;&lt;BR /&gt;&lt;I would="" need="" 500m="" and="" the="" installation="" must="" be="" on="" 1st="" dir.="" can="" i="" ln="" then="" so="" that="" installation="" can="" continue="" to="" 2nd="" dir=""&gt;&lt;BR /&gt;&lt;BR /&gt;  Take a tar backup (or similar )  of dir1 ;&lt;BR /&gt;then  remove the dir1 (rm -r dir1 ).&lt;BR /&gt;Next, create a link with dir1  pointing to a subdir under dir2.  Now, you will be using the space under dir2.&lt;BR /&gt;&lt;BR /&gt;Or a better tack would be to (if you have free space in the VG) create  a new filesystem and mount it as dir1 !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;/I&gt;&lt;/I&gt;</description>
    <pubDate>Tue, 27 Nov 2001 23:56:09 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2001-11-27T23:56:09Z</dc:date>
    <item>
      <title>ln help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621096#M925789</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to know if ln two directories could gain some space.&lt;BR /&gt;&lt;BR /&gt;I have one dir that is 200M left, but I have another dir that is 4G left.   I would need 500M and the installation must be on 1st dir.&lt;BR /&gt;&lt;BR /&gt;Can I ln then so that installation can continue to 2nd dir?  and how?&lt;BR /&gt;&lt;BR /&gt;very appreciated if get help .&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2001 22:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621096#M925789</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2001-11-27T22:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: ln help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621097#M925790</link>
      <description>It depends on whether the "installation" allow you to create a directory and tell it to install to that directory or not. If the answer is yes you would simple do this&lt;BR /&gt;Eg:&lt;BR /&gt;  /d1    200MB&lt;BR /&gt;  /d2    4000MB&lt;BR /&gt;&lt;BR /&gt;# mkdir /d2/app&lt;BR /&gt;# cd /d1&lt;BR /&gt;# ln -s /d2/app app&lt;BR /&gt;&lt;BR /&gt;You now have a symbolic link from /d1/app to /d2/app. All of the installation will reside on /d2/app.</description>
      <pubDate>Tue, 27 Nov 2001 22:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621097#M925790</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-11-27T22:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: ln help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621098#M925791</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are two ways to fix this. One is to&lt;BR /&gt;create a symbolic link as already suggested&lt;BR /&gt;or re-create the filesystems to the &lt;BR /&gt;appropriate sizing. &lt;BR /&gt;&lt;BR /&gt;Backup existing data to another filesystem&lt;BR /&gt;or to tape.&lt;BR /&gt;Remove the filesystems and logical volumes.&lt;BR /&gt;Recreate the logical volumes and filesystems&lt;BR /&gt;with the new sizes.&lt;BR /&gt;Restore the data from disk or tape.&lt;BR /&gt;&lt;BR /&gt;So that there is no outage for your &lt;BR /&gt;filesystems creating a symbolic link is the&lt;BR /&gt;obvious choice.&lt;BR /&gt;&lt;BR /&gt;-Michael&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2001 23:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621098#M925791</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-11-27T23:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: ln help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621099#M925792</link>
      <description>&lt;I have="" one="" dir="" that="" is="" 200m="" left=""&gt;&lt;BR /&gt;&lt;BR /&gt; I presume that these two directories on different filesystems and you are actually referring the Filesystem free space here.&lt;BR /&gt;(to confirm do  bdf $dir1 ; bdf $dir2 )&lt;BR /&gt;&lt;BR /&gt;&lt;I would="" need="" 500m="" and="" the="" installation="" must="" be="" on="" 1st="" dir.="" can="" i="" ln="" then="" so="" that="" installation="" can="" continue="" to="" 2nd="" dir=""&gt;&lt;BR /&gt;&lt;BR /&gt;  Take a tar backup (or similar )  of dir1 ;&lt;BR /&gt;then  remove the dir1 (rm -r dir1 ).&lt;BR /&gt;Next, create a link with dir1  pointing to a subdir under dir2.  Now, you will be using the space under dir2.&lt;BR /&gt;&lt;BR /&gt;Or a better tack would be to (if you have free space in the VG) create  a new filesystem and mount it as dir1 !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Tue, 27 Nov 2001 23:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-help/m-p/2621099#M925792</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-27T23:56:09Z</dc:date>
    </item>
  </channel>
</rss>

