<?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: /opt file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847418#M394516</link>
    <description>You can just do a &lt;BR /&gt;&lt;BR /&gt;#du -k /opt |sort -nr|more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and get the descending order of MB usage of the dir's in the /opt.&lt;BR /&gt;&lt;BR /&gt;check them up.</description>
    <pubDate>Wed, 22 Jan 2003 10:50:03 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-01-22T10:50:03Z</dc:date>
    <item>
      <title>/opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847417#M394515</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could any body advise, after installing the ignite utilty the &lt;BR /&gt;/opt file system went up to 91% &lt;BR /&gt;.What can be purged in there.&lt;BR /&gt;this is very important.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 22 Jan 2003 10:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847417#M394515</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-01-22T10:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847418#M394516</link>
      <description>You can just do a &lt;BR /&gt;&lt;BR /&gt;#du -k /opt |sort -nr|more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and get the descending order of MB usage of the dir's in the /opt.&lt;BR /&gt;&lt;BR /&gt;check them up.</description>
      <pubDate>Wed, 22 Jan 2003 10:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847418#M394516</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-22T10:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847419#M394517</link>
      <description>One thing you might consider, after examining the du -sk output, is moving Ignite or some other large application to a file system with more room, replacing it with a link to its new location.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Jan 2003 11:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847419#M394517</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-22T11:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847420#M394518</link>
      <description>If you dont intent to make this as an IgniteUX server then depending on your OS You can remove the SYSCMDS file inside the directory&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/data/Rel....&lt;BR /&gt;&lt;BR /&gt;which is almost 10MB&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Wed, 22 Jan 2003 11:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847420#M394518</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-01-22T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847421#M394519</link>
      <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;Pete could you please give an example. &lt;BR /&gt;appreciate it.</description>
      <pubDate>Wed, 22 Jan 2003 11:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847421#M394519</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-01-22T11:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847422#M394520</link>
      <description>Example (assumes /var has room):&lt;BR /&gt;&lt;BR /&gt;mkdir /var/ignite&lt;BR /&gt;cd /opt/ignite&lt;BR /&gt;find . |cpio -pdumxl /var/ignite&lt;BR /&gt;rm -rf /opt/ignite&lt;BR /&gt;ln -s /var/ignite /opt/ignite&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Jan 2003 11:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847422#M394520</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-22T11:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847423#M394521</link>
      <description>I am not sure whether ignite would use much space on the /opt file system.&lt;BR /&gt;&lt;BR /&gt;Might be during the time of installation the ignite /opt would have over gone the thresholds.&lt;BR /&gt;&lt;BR /&gt;//The best way is to increase the /opt file system if you have enough space in the volume group//&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Wed, 22 Jan 2003 11:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847423#M394521</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-22T11:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847424#M394522</link>
      <description>Minor correcton:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mkdir /var/ignite&lt;BR /&gt;cd /opt/ignite              &lt;BR /&gt;find . |cpio -pdumxl /var/ignite &lt;BR /&gt;cd /&lt;BR /&gt;rm -rf /opt/ignite &lt;BR /&gt;ln -s /var/ignite /opt/ignite &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Jan 2003 11:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847424#M394522</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-22T11:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847425#M394523</link>
      <description>I think the best way it to attach an output for the /opt/ignite. Please refer to attached and advise.</description>
      <pubDate>Wed, 22 Jan 2003 12:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847425#M394523</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-01-22T12:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847426#M394524</link>
      <description>It shows the total size of ignite is 80MB.I do not find any problem with that.&lt;BR /&gt;&lt;BR /&gt;What is the size of the /opt file system.&lt;BR /&gt;&lt;BR /&gt;I am not sure whether you have any unwanted core files there.&lt;BR /&gt;&lt;BR /&gt;like core files,.tar,.gz files.&lt;BR /&gt;&lt;BR /&gt;find /opt -name core -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;find /opt -name "*.tar" -exec ll {} \;&lt;BR /&gt;find /opt -name "*.gz" -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Wed, 22 Jan 2003 12:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847426#M394524</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-22T12:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847427#M394525</link>
      <description>If you want to use ignite (and you really, really should), I would advise against removing anything there.  &lt;BR /&gt;&lt;BR /&gt;What you really need to do (in order of preference) is:&lt;BR /&gt;&lt;BR /&gt;1)  enlarge /opt&lt;BR /&gt;&lt;BR /&gt;2)  remove an unused application from /opt&lt;BR /&gt;&lt;BR /&gt;3)  move a /opt application somewhere else and replace it with a soft link&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Jan 2003 12:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847427#M394525</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-22T12:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847428#M394526</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;could you give an ouput off &lt;BR /&gt;bdf so we can see where there is space available&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 22 Jan 2003 12:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847428#M394526</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2003-01-22T12:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847429#M394527</link>
      <description>What happened ?&lt;BR /&gt;&lt;BR /&gt;You changed your name from AB to 'XMAN'&lt;BR /&gt;&lt;BR /&gt;Anything special!!&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jan 2003 12:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847429#M394527</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-22T12:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847430#M394528</link>
      <description>Thanks again guys,&lt;BR /&gt;as you can see the size of the /opt is :&lt;BR /&gt;55640 out of 475136.&lt;BR /&gt;I agree that the /opt file system should be increased in size. &lt;BR /&gt;&lt;BR /&gt;Hey TG,&lt;BR /&gt;I just love the XMAN movie also I like the X-FILES TV Show.</description>
      <pubDate>Wed, 22 Jan 2003 14:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847430#M394528</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-01-22T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847431#M394529</link>
      <description>Oops, the size is in KB.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 22 Jan 2003 14:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847431#M394529</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-01-22T14:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: /opt file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847432#M394530</link>
      <description>First I used Pete solution:&lt;BR /&gt;mkdir /var/ignite&lt;BR /&gt;cd /opt/ignite &lt;BR /&gt;find . |cpio -pdumxl /var/ignite &lt;BR /&gt;cd /&lt;BR /&gt;rm -rf /opt/ignite &lt;BR /&gt;ln -s /var/ignite /opt/ignite &lt;BR /&gt;&lt;BR /&gt;Then, I resized the LV and now I have more space in /opt file system!&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 24 Feb 2005 12:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/opt-file-system/m-p/4847432#M394530</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2005-02-24T12:30:36Z</dc:date>
    </item>
  </channel>
</rss>

