<?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: Linking directories in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120890#M314764</link>
    <description>&lt;BR /&gt;Ken,&lt;BR /&gt;&lt;BR /&gt;use &lt;BR /&gt;#find / -xdev -size +2000 &amp;gt; /tmp/bigfile.out&lt;BR /&gt;&lt;BR /&gt;see if this help.&lt;BR /&gt;&lt;BR /&gt;WK</description>
    <pubDate>Wed, 26 Dec 2007 05:09:00 GMT</pubDate>
    <dc:creator>whiteknight</dc:creator>
    <dc:date>2007-12-26T05:09:00Z</dc:date>
    <item>
      <title>Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120886#M314760</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How do I link the /sbin directory into another directory, for example /backup/sbin.  My root filesystem is around 97% usage and the /backup filesystem is a large free space compared to my root filesystem.  &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Kenrick</description>
      <pubDate>Wed, 26 Dec 2007 03:50:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120886#M314760</guid>
      <dc:creator>Kenrick Sy</dc:creator>
      <dc:date>2007-12-26T03:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120887#M314761</link>
      <description>It's not wise to move or link /sbin directory.&lt;BR /&gt;&lt;BR /&gt;Whatever you can do is, delete unnecessary files from / directory and it'll free space.&lt;BR /&gt;&lt;BR /&gt;First find which files are taking space.&lt;BR /&gt;&lt;BR /&gt;you can delete core files from root file system.</description>
      <pubDate>Wed, 26 Dec 2007 04:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120887#M314761</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-26T04:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120888#M314762</link>
      <description>If you move/link the /sbin directory to another file system, there is a VERY good possibility you will render your system unbootable!&lt;BR /&gt;&lt;BR /&gt;You will also definitely render your system all but useless in single-user mode.&lt;BR /&gt;&lt;BR /&gt;When booting into single-user mode only / and /stand are available.  Since /sbin is under the / filesystem, and contain statically linked binaries you can use when /usr/lib isn't available, the /sbin binaries are your only choice.  If /sbin isn't there, you can't do much.&lt;BR /&gt;&lt;BR /&gt;The best think to do is take a step back and try to determine exactly what is taking up space in your / filesystem.&lt;BR /&gt;&lt;BR /&gt;If you search a bit, you will find LOTS of threads with advice on how to do this.</description>
      <pubDate>Wed, 26 Dec 2007 04:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120888#M314762</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-12-26T04:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120889#M314763</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your advice.  I have move back /sbin to its original location.  I tried to find core files in the / directory but did not found any files.  Also checked on backup file under /dev, but did not found any.  I tried to find all files greater than 200KB but could not find unnecessary files to delete.&lt;BR /&gt;&lt;BR /&gt;Here is a sample of the output command:&lt;BR /&gt;# find / -xdev -size +200000c -exec ls -lt {} \;&lt;BR /&gt;-rw-------   1 root       sys         330752 Oct 22  2006 /etc/lvmconf/vg00.conf&lt;BR /&gt;-rw-------   1 root       sys         297984 Oct 22  2006 /etc/lvmconf/vgdb.conf&lt;BR /&gt;-rw-------   1 root       sys         297984 Oct 22  2006 /etc/lvmconf/vgdb1.conf&lt;BR /&gt;-rw-------   1 root       sys        1182720 Oct 22  2006 /etc/lvmconf/vgdb2.conf&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         387392 Nov  7  1997 /etc/hpC2400/c2430sw&lt;BR /&gt;-r-xr--r--   1 bin        bin         339680 Apr  6  2000 /etc/opt/resmon/lbin/emsagent&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         241664 Apr  6  2000 /etc/opt/resmon/lib/librescli.1&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         532480 Apr  6  2000 /etc/opt/resmon/lib/libresmon.1&lt;BR /&gt;-rw-r--r--   1 root       root        334268 Nov 14 11:27 /etc/opt/resmon/log/api.log&lt;BR /&gt;-rw-r--r--   1 root       root       1382347 Dec 26 12:59 /etc/opt/resmon/log/armmon.log&lt;BR /&gt;-rw-r--r--   1 root       root        539683 Oct 21 06:57 /etc/opt/resmon/log/reslog.html&lt;BR /&gt;-rw-r--r--   1 root       root       1595295 Dec 26 12:59 /etc/opt/resmon/log/fc60mon.log&lt;BR /&gt;-r--r--r--   1 bin        bin         342724 Jun  2  2000 /etc/X11/XHPKeymaps&lt;BR /&gt;-r-xr-xr-x   1 root       sys         253952 Dec 26 12:52 /sbin/fs/hfs/mkfs&lt;BR /&gt;-r-xr-xr-x   1 root       sys         245760 Dec 26 12:52 /sbin/fs/hfs/extendfs&lt;BR /&gt;-r-xr-xr-x   1 root       sys         352256 Dec 26 12:52 /sbin/fs/hfs/fsck&lt;BR /&gt;-r-xr-xr-x   1 root       sys         233472 Dec 26 12:52 /sbin/fs/hfs/mount&lt;BR /&gt;-r-xr-xr-x   1 root       sys         212992 Dec 26 12:52 /sbin/fs/hfs/fsdb&lt;BR /&gt;-r-xr-xr-x   1 root       sys         282624 Dec 26 12:52 /sbin/fs/vxfs/mkfs&lt;BR /&gt;-r-xr-xr-x   1 root       sys         208896 Dec 26 12:52 /sbin/fs/vxfs/newfs&lt;BR /&gt;-r-xr-xr-x   1 root       sys         204800 Dec 26 12:52 /sbin/fs/vxfs/extendfs&lt;BR /&gt;-r-xr-xr-x   1 root       sys         491520 Dec 26 12:52 /sbin/fs/vxfs/fsck&lt;BR /&gt;-r-xr-xr-x   1 root       sys         212992 Dec 26 12:52 /sbin/fs/vxfs/mount&lt;BR /&gt;-r-xr-xr-x   1 root       sys         290816 Dec 26 12:52 /sbin/fs/vxfs/fsdb&lt;BR /&gt;-r-xr-xr-x   1 root       sys         229376 Dec 26 12:52 /sbin/fs/cdfs/mount&lt;BR /&gt;-r-xr-xr-x   1 root       sys         233472 Dec 26 12:52 /sbin/fs_wrapper&lt;BR /&gt;-r-xr-xr-x   1 root       sys         421888 Dec 26 12:52 /sbin/sh&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvchange&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvcreate&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvdisplay&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvextend&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvlnboot&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvreduce&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvremove&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvrmboot&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/pvchange&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/pvcreate&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/pvdisplay&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/pvmove&lt;BR /&gt;-r-sr-xr-x   1 root       sys         811008 Dec 26 12:52 /sbin/sdstolvm&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgcfgbackup&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgcfgrestore&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgchange&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgcreate&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgdisplay&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgexport&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgextend&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgimport&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgreduce&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgremove&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgscan&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/pvck&lt;BR /&gt;-r-xr-xr-x   1 root       sys         372736 Dec 26 12:52 /sbin/awk&lt;BR /&gt;-r-xr-xr-x   1 root       sys         200704 Dec 26 12:52 /sbin/chown&lt;BR /&gt;-r-xr-xr-x   1 root       sys         241664 Dec 26 12:52 /sbin/date&lt;BR /&gt;-r-xr-xr-x   1 root       sys         352256 Dec 26 12:52 /sbin/frecover&lt;BR /&gt;-r-xr-xr-x   1 root       sys         282624 Dec 26 12:52 /sbin/init&lt;BR /&gt;-r-xr-xr-x   4 root       sys         311296 Dec 26 12:52 /sbin/insf&lt;BR /&gt;-r-xr-xr-x   1 root       sys         290816 Dec 26 12:52 /sbin/ls&lt;BR /&gt;-r-xr-xr-x   1 root       sys         262144 Dec 26 12:52 /sbin/mkboot&lt;BR /&gt;-r-xr-xr-x   1 root       sys         274432 Dec 26 12:52 /sbin/mount&lt;BR /&gt;-r-xr-xr-x   1 root       sys         245760 Dec 26 12:52 /sbin/mv&lt;BR /&gt;-r-xr-xr-x   1 root       sys         397312 Dec 26 12:52 /sbin/pax&lt;BR /&gt;-r-xr-xr-x   1 root       sys         208896 Dec 26 12:52 /sbin/stty&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvsync&lt;BR /&gt;-r-xr-xr-x   1 root       sys         294912 Dec 26 12:52 /sbin/restore&lt;BR /&gt;-r-sr-xr-x   1 root       sys         716800 Dec 26 12:52 /sbin/lvchange.run&lt;BR /&gt;-r-xr-xr-x   1 root       sys         212992 Dec 26 12:52 /sbin/crashconf&lt;BR /&gt;-r-xr-xr-x   1 root       sys         376832 Dec 26 12:52 /sbin/eisa_config&lt;BR /&gt;-r-xr-xr-x   1 root       sys         282624 Dec 26 12:52 /sbin/fstyp&lt;BR /&gt;-r-xr-xr-x   1 root       sys         253952 Dec 26 12:52 /sbin/itemap&lt;BR /&gt;-r-xr-xr-x   1 root       sys         204800 Dec 26 12:52 /sbin/ln&lt;BR /&gt;-r-sr-xr-x   1 root       sys         229376 Dec 26 12:52 /sbin/passwd&lt;BR /&gt;-r-xr-xr-x   1 root       sys         253952 Dec 26 12:52 /sbin/rm&lt;BR /&gt;-r-xr-xr-x   1 root       sys         331776 Dec 26 12:52 /sbin/savecrash&lt;BR /&gt;-r-sr-xr-x   1 root       sys         266240 Dec 26 12:52 /sbin/shutdown&lt;BR /&gt;-r-xr-xr-x   1 root       sys         307200 Dec 26 12:52 /sbin/tar&lt;BR /&gt;-r-xr-xr-x   1 root       sys         208896 Dec 26 12:52 /sbin/ttytype&lt;BR /&gt;-r-xr-xr-x   4 root       sys         311296 Dec 26 12:52 /sbin/lssf&lt;BR /&gt;-r-xr-xr-x   4 root       sys         311296 Dec 26 12:52 /sbin/mksf&lt;BR /&gt;-r-xr-xr-x   4 root       sys         311296 Dec 26 12:52 /sbin/rmsf&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvmerge&lt;BR /&gt;-r-xr-xr-x   1 root       sys         364544 Dec 26 12:52 /sbin/vxdump&lt;BR /&gt;-r-xr-xr-x   1 root       sys         380928 Dec 26 12:52 /sbin/vxrestore&lt;BR /&gt;-r-xr-xr-x   1 root       sys         290816 Dec 26 12:52 /sbin/vxupgrade&lt;BR /&gt;-r-xr-xr-x   1 root       sys         217088 Dec 26 12:52 /sbin/initcond&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/lvsplit&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgsync&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/nomwcsyncd&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/pvremove&lt;BR /&gt;-r-sr-xr-x  31 root       sys         843776 Dec 26 12:52 /sbin/vgchgid&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         421888 Jan 20  2000 /sbin.backup/sh&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         282624 Feb  6  1998 /sbin.backup/init&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     143360  139749    3527   98% /&lt;BR /&gt;/dev/vg00/lvol1      83733   52868   22491   70% /stand&lt;BR /&gt;/dev/vg00/lvol8    1105920  297162  758544   28% /var&lt;BR /&gt;/dev/vg00/lvol7    1179648  521934  616616   46% /usr&lt;BR /&gt;/dev/vg00/u01      4096000 1566664 2371457   40% /u01&lt;BR /&gt;/dev/vg00/lvol4      65536   12022   50205   19% /tmp&lt;BR /&gt;/dev/vg00/lvol6     536576  425750  103945   80% /opt&lt;BR /&gt;/dev/vg00/lvol5      20480    5648   13935   29% /home&lt;BR /&gt;/dev/vgdb/u02      2048000 1554689  462484   77% /u02&lt;BR /&gt;/dev/vgdb/u03      1536000  375122 1088329   26% /u03&lt;BR /&gt;/dev/vgdb/u04      10240000 1643575 8060965   17% /u04&lt;BR /&gt;/dev/vgdb1/u05     10240000 2234660 7755178   22% /u05&lt;BR /&gt;/dev/vgdb2/u6      15360000 14032994 1285542   92% /u06&lt;BR /&gt;/dev/vgdb2/u7      15360000 5715324 9343750   38% /u07&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;What do you think needs to be deleted?  I'm now clueless on how to lessen usage of my root file system.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Kenrick</description>
      <pubDate>Wed, 26 Dec 2007 05:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120889#M314763</guid>
      <dc:creator>Kenrick Sy</dc:creator>
      <dc:date>2007-12-26T05:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120890#M314764</link>
      <description>&lt;BR /&gt;Ken,&lt;BR /&gt;&lt;BR /&gt;use &lt;BR /&gt;#find / -xdev -size +2000 &amp;gt; /tmp/bigfile.out&lt;BR /&gt;&lt;BR /&gt;see if this help.&lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Wed, 26 Dec 2007 05:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120890#M314764</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-12-26T05:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120891#M314765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is the output of /tmp/bigfile.out&lt;BR /&gt;&lt;BR /&gt;# cd /tmp  &lt;BR /&gt;# more bigfile.out&lt;BR /&gt;/etc/lvmconf/vgdb2.conf&lt;BR /&gt;/etc/opt/resmon/log/armmon.log&lt;BR /&gt;/etc/opt/resmon/log/fc60mon.log&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Ken</description>
      <pubDate>Wed, 26 Dec 2007 05:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120891#M314765</guid>
      <dc:creator>Kenrick Sy</dc:creator>
      <dc:date>2007-12-26T05:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120892#M314766</link>
      <description>What u listed in find command must not deleted.&lt;BR /&gt;&lt;BR /&gt;If there is a DB server you can delete the sqlnet.log, nohup.out like files.&lt;BR /&gt;&lt;BR /&gt;First please ll to / directory and find out which files or directory you need to delete.&lt;BR /&gt;&lt;BR /&gt;After confirmation u can delete those files.</description>
      <pubDate>Wed, 26 Dec 2007 05:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120892#M314766</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-26T05:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120893#M314767</link>
      <description>Hi Ahsan,&lt;BR /&gt;&lt;BR /&gt;# find / -name sqlnet.log -print&lt;BR /&gt;/home/oracle/sqlnet.log&lt;BR /&gt;/u01/app/oracle/product/release/network/log/sqlnet.log&lt;BR /&gt;/u01/app/oracle/product/release/sqlnet.log&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;# ll&lt;BR /&gt;total 206&lt;BR /&gt;-rw-rw-r--   1 root       sys           1432 Dec 20  2001 ##UNTITLED#&lt;BR /&gt;-rw-rw-r--   1 root       sys             57 Oct  8  2001 #UNTITLED#&lt;BR /&gt;-rw-------   1 root       sys          36107 Dec 26 12:21 .ICEauthority&lt;BR /&gt;-rw-------   1 root       sys            222 Dec 26 12:21 .TTauthority&lt;BR /&gt;-rw-------   1 root       sys           1078 Dec 26 12:21 .Xauthority&lt;BR /&gt;drwxr-xr-x  12 root       sys           1024 Dec 26 12:30 .dt&lt;BR /&gt;-rwxr-xr-x   1 root       sys           5451 Nov 10  2000 .dtprofile&lt;BR /&gt;-r--r--r--   1 bin        bin           1167 Jan  4  2007 .profile&lt;BR /&gt;-r-xr-xr-x   1 bin        bin           4448 Nov 11  1999 .q4rc.pl&lt;BR /&gt;-rw-rw-rw-   1 root       sys              6 Feb 26  2001 .rhosts&lt;BR /&gt;-rw-------   1 root       sys           3650 Dec 26 12:35 .sh_history&lt;BR /&gt;drwxr-xr-x   3 root       sys             96 Oct  7  2000 .sw&lt;BR /&gt;lr-xr-xr-t   1 root       sys              8 Oct  7  2000 bin -&amp;gt; /usr/bin&lt;BR /&gt;drwxrwxrwx   2 root       sys             96 Nov 10  2000 cdrom&lt;BR /&gt;-rw-rw-rw-   1 root       sys            855 Feb 12  2004 config.stm&lt;BR /&gt;dr-xr-xr-x  18 bin        bin           4096 Oct 31 11:24 dev&lt;BR /&gt;dr-xr-xr-x  27 bin        bin           6144 Nov 11 06:39 etc&lt;BR /&gt;drwxr-xr-x   6 root       root            96 Mar  1  2001 home&lt;BR /&gt;lr-xr-xr-t   1 root       sys              8 Oct  7  2000 lib -&amp;gt; /usr/lib&lt;BR /&gt;drwxr-xr-x   2 root       root            96 Sep 24  1999 lost+found&lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 Nov 16 23:17 lsof+aL1&lt;BR /&gt;dr-xr-xr-x   1 root       root           512 Oct 31 11:24 net&lt;BR /&gt;-rw-------   1 root       sys              0 Nov 10  2000 nohup.out&lt;BR /&gt;dr-xr-xr-x  27 bin        bin           1024 Jan  5  2004 opt&lt;BR /&gt;-rw-rw-r--   1 root       sys           7735 Oct 20 09:08 root&lt;BR /&gt;dr-xr-xr-x  13 root       sys           3072 Dec 26 12:52 sbin&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           3072 Dec 26 12:36 sbin.backup&lt;BR /&gt;dr-xr-xr-x   7 bin        bin           1024 Mar  1  2001 stand&lt;BR /&gt;-rw-rw-rw-   1 root       sys            770 Mar 27  2001 swlist.out&lt;BR /&gt;drwxrwxrwx  11 bin        bin           5120 Dec 26 13:19 tmp&lt;BR /&gt;dr-xr-xr-x   2 root       root            96 Nov  6  2000 tmp_mnt&lt;BR /&gt;drwxr-xr-x   7 oracle     dba             96 Dec 26 12:39 u01&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Nov 14  2000 u02&lt;BR /&gt;drwxr-xr-x   4 oracle     dba           1024 Mar  1  2001 u03&lt;BR /&gt;drwxr-xr-x   5 oracle     dba             96 Dec 26 11:55 u04&lt;BR /&gt;drwxr-xr-x   4 oracle     dba           2048 May 17  2001 u05&lt;BR /&gt;drwxr-xr-x   4 oracle     dba             96 Jan 29  2002 u06&lt;BR /&gt;drwxr-xr-x   5 oracle     dba           2048 Nov 16 23:02 u07&lt;BR /&gt;dr-xr-xr-x  23 bin        bin           1024 Oct  7  2000 usr&lt;BR /&gt;-rw-rw-r--   1 root       sys             54 Sep 25  2001 ux&lt;BR /&gt;dr-xr-xr-x  21 bin        bin           1024 Apr  5  2001 var&lt;BR /&gt;-rw-rw-r--   1 root       sys              0 Aug 16  2001 wtmp&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I dont see any files that can be deleted.  Sqlnet.log is located at /u01 and /home which is on a different filesystem.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Ken</description>
      <pubDate>Wed, 26 Dec 2007 05:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120893#M314767</guid>
      <dc:creator>Kenrick Sy</dc:creator>
      <dc:date>2007-12-26T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120894#M314768</link>
      <description>Hi Ken&lt;BR /&gt;&lt;BR /&gt;Do the du -sk &lt;FOLDER_NAME&gt; in all folder underneath the / file system. mind it only in / mount point. &lt;BR /&gt;&lt;BR /&gt;Then you can investigate to the large folders. and take action.&lt;/FOLDER_NAME&gt;</description>
      <pubDate>Wed, 26 Dec 2007 05:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120894#M314768</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-26T05:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120895#M314769</link>
      <description>Hi Ahsan,&lt;BR /&gt;&lt;BR /&gt;These are the output.  &lt;BR /&gt;&lt;BR /&gt;# du -sk /.dt&lt;BR /&gt;411     /.dt&lt;BR /&gt;# du -sk /.sw&lt;BR /&gt;9       /.sw&lt;BR /&gt;# du -sk /dev&lt;BR /&gt;17      /dev&lt;BR /&gt;# du -sk /etc&lt;BR /&gt;11419   /etc&lt;BR /&gt;# du -sk /sbin&lt;BR /&gt;18687   /sbin&lt;BR /&gt;# du -sk /net&lt;BR /&gt;1       /net&lt;BR /&gt;&lt;BR /&gt;There are some backup configurations that can be deleted but these files are small.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Ken&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Dec 2007 06:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120895#M314769</guid>
      <dc:creator>Kenrick Sy</dc:creator>
      <dc:date>2007-12-26T06:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120896#M314770</link>
      <description>Hi ken&lt;BR /&gt;&lt;BR /&gt;Your bdf output shows that you have near about 130 MB space for / file system.&lt;BR /&gt;&lt;BR /&gt;If you have available disk space in vg00 please extened the / file system to minimum 1GB.&lt;BR /&gt;&lt;BR /&gt;The output u specified is ok and u need not to delete any files from /etc or /sbin.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Dec 2007 07:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120896#M314770</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-26T07:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120897#M314771</link>
      <description>Hi Ahsan,&lt;BR /&gt;&lt;BR /&gt;Is it advisable to extend / filesystem?  Based on the forums here, it is best to use Ignite first to extend / filesystem.  Can you give me steps to extend / filesystem?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Kenrick</description>
      <pubDate>Wed, 26 Dec 2007 07:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120897#M314771</guid>
      <dc:creator>Kenrick Sy</dc:creator>
      <dc:date>2007-12-26T07:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120898#M314772</link>
      <description>Hi Kenrick,&lt;BR /&gt;&lt;BR /&gt;the size of your root file system seems ok to me.&lt;BR /&gt;You might be in a classic error situation where a file occupying disk space has been deleted, but a running process prevents  the disk space from being freed; a situation described in "man 2 unlink".&lt;BR /&gt;A fast and dirty check for this is to boot the computer and check if space is freed. If possible, try this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Wed, 26 Dec 2007 10:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120898#M314772</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2007-12-26T10:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120899#M314773</link>
      <description>FYI: When you moved? the files and copied them back you changed the modification dates of everything under /sbin/.  This is going to upset swverify.&lt;BR /&gt;&lt;BR /&gt;You should used cp -p, or have tarred/untarred them to keep the modification date.&lt;BR /&gt;&lt;BR /&gt;Not that these will save you much space but why do you have /sbin.backup/?&lt;BR /&gt;bin bin 421888 Jan 20 2000 /sbin.backup/sh&lt;BR /&gt;bin bin 282624 Feb 6 1998 /sbin.backup/init&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Is it advisable to extend / filesystem?&lt;BR /&gt;&lt;BR /&gt;That's what we are all saying.&lt;BR /&gt;&lt;BR /&gt;You might want to look at some other links:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1176480" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1176480&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1081666" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1081666&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1109022" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1109022&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1170522" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1170522&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1145799" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1145799&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1109022" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1109022&lt;/A&gt;</description>
      <pubDate>Wed, 26 Dec 2007 10:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120899#M314773</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-26T10:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120900#M314774</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;The purpose of /sbin.backup is to backup all files under /sbin.  &lt;BR /&gt;&lt;BR /&gt;By the way my root filesystem now is at 95% usage.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Kenrick</description>
      <pubDate>Wed, 26 Dec 2007 10:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120900#M314774</guid>
      <dc:creator>Kenrick Sy</dc:creator>
      <dc:date>2007-12-26T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120901#M314775</link>
      <description>&amp;gt;The purpose of /sbin.backup is to backup all files under /sbin.&lt;BR /&gt;&lt;BR /&gt;Since /sbin.backup/ also seems to be under /, that's not very helpful, especially if you are out of space.</description>
      <pubDate>Wed, 26 Dec 2007 11:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120901#M314775</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-26T11:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linking directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120902#M314776</link>
      <description>Hi Dennis, &lt;BR /&gt;&lt;BR /&gt;I have cleared out sbin.backup.&lt;BR /&gt;&lt;BR /&gt;Ken</description>
      <pubDate>Wed, 26 Dec 2007 11:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-directories/m-p/4120902#M314776</guid>
      <dc:creator>Kenrick Sy</dc:creator>
      <dc:date>2007-12-26T11:50:53Z</dc:date>
    </item>
  </channel>
</rss>

