<?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: System Messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636147#M42458</link>
    <description>Regarding File System extend..&lt;BR /&gt;You don't need to umount the file system. Instead you can use lvextend and fsadm to resize the file system online. It is critical if you have a 24/24 service level of availability.&lt;BR /&gt;&lt;BR /&gt;Also you can use just df -k /dev/vgxx/lvname  to ckeck just one logical volume. &lt;BR /&gt;bdf will show you all mounted file systems.</description>
    <pubDate>Fri, 28 Dec 2001 16:41:12 GMT</pubDate>
    <dc:creator>Tibi Baraboi</dc:creator>
    <dc:date>2001-12-28T16:41:12Z</dc:date>
    <item>
      <title>System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636142#M42453</link>
      <description>I got the following messages constantly, wonder someone could help to give me ideas.&lt;BR /&gt;&lt;BR /&gt;1) /dev/vg00/v015 file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;2) syslog: Legato Storage Manager media: (critical) backup to pool 'default' waiting for 1 writable backup tapes.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Dec 2001 02:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636142#M42453</guid>
      <dc:creator>Xiaowei Niu</dc:creator>
      <dc:date>2001-12-28T02:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636143#M42454</link>
      <description>1) /dev/vg00/v015 file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;You have a full filesystem, and the system is automatically extending it. Do a "bdf | grep vg00|grep v015" and you'll find your filesystem.&lt;BR /&gt;&lt;BR /&gt;2) syslog: Legato Storage Manager media: (critical) backup to pool 'default' waiting for 1 writable backup tapes.&lt;BR /&gt;&lt;BR /&gt;Looks like Legato is waiting for you to put a "write-enabled" tape in the tape drive. With dds tapes, 'no white' means 'no write' (the tab on the back of the tape).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Dec 2001 02:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636143#M42454</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-12-28T02:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636144#M42455</link>
      <description>Hi,&lt;BR /&gt;Beside from extend v015 file system , you can also find out what process wite file and fill up the file system.&lt;BR /&gt;Or does somebody use this file system for backup ?</description>
      <pubDate>Fri, 28 Dec 2001 02:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636144#M42455</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-12-28T02:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636145#M42456</link>
      <description>1) if your filesystem is full, you need to extend it: &lt;BR /&gt;- umount, lvextend, extendfs &amp;amp; mount&lt;BR /&gt;here a thread that allows you to keep an eye on the size of your filesystems:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x16f96c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x16f96c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2) Do you have Legato Networker, to start with?&lt;BR /&gt;if you don't have it that's probably the cause of those errors appearing in the syslog. &lt;BR /&gt;the script /sbin/rc2.d/networker is starting some processes at system boot. &lt;BR /&gt;If that's the case run /sbin/rc2.d/networker -stop and then wait a few seconds .. the&lt;BR /&gt;processes should all stopped and the messages should then stop being logged. you can remove the /sbin/rc2.d/networker script and the scheduling script for it in /sbin/init.d/.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Dec 2001 03:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636145#M42456</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2001-12-28T03:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636146#M42457</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) This message means that your file system is full. You may need to remove some unwanted files or you have to extend it. &lt;BR /&gt;&lt;BR /&gt;2) This message is a normal one during Legato backup. If you are running any backups, and if the current media in the drive is full or from a different pool, then it will ask you to insert a new media (which is labeled) or a recyclable media. &lt;BR /&gt;If you are not using the Legato backups, then you may need to stop all Legato services/daemons  through 'nsr_shutdown' command. You can also shutdown the networker through '/sbin/init.d/networker stop' command. &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 28 Dec 2001 05:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636146#M42457</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-28T05:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636147#M42458</link>
      <description>Regarding File System extend..&lt;BR /&gt;You don't need to umount the file system. Instead you can use lvextend and fsadm to resize the file system online. It is critical if you have a 24/24 service level of availability.&lt;BR /&gt;&lt;BR /&gt;Also you can use just df -k /dev/vgxx/lvname  to ckeck just one logical volume. &lt;BR /&gt;bdf will show you all mounted file systems.</description>
      <pubDate>Fri, 28 Dec 2001 16:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636147#M42458</guid>
      <dc:creator>Tibi Baraboi</dc:creator>
      <dc:date>2001-12-28T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636148#M42459</link>
      <description>On many of my servers..lvol5 is generally /home.&lt;BR /&gt;&lt;BR /&gt;My guess is somebody has run amok with putting things under their home directory.&lt;BR /&gt;&lt;BR /&gt;I'd be running a quick du on this:&lt;BR /&gt;du /home | sort -nr | grep ^....[0-9] &amp;gt; /tmp/mycheckit.file&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita</description>
      <pubDate>Fri, 28 Dec 2001 17:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636148#M42459</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-12-28T17:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636149#M42460</link>
      <description>Sorry, my mistake...I thought lvol5, but you typed v015.&lt;BR /&gt;&lt;BR /&gt;Either case you could check to see what's taking the space..change du /home to du /v015 ... &lt;BR /&gt;&lt;BR /&gt;Rita</description>
      <pubDate>Fri, 28 Dec 2001 17:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636149#M42460</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-12-28T17:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: System Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636150#M42461</link>
      <description>If your DBA installed Oracle and just selected "Install everything" then Legato Storage Manager will be installed as it comes bundle with many versions of Oracle.  You'll see a bunch of:&lt;BR /&gt; &lt;BR /&gt;"Legato Storage Manager media: (critical) backup to pool 'default' waiting for 1 writable backup tapes. " messages in syslog.&lt;BR /&gt;&lt;BR /&gt;If you're not using Legato (i.e. networker), use swremove to uninstall.  My DBA's have done this 4-5 time.  What a pain!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Dec 2001 20:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-messages/m-p/2636150#M42461</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2001-12-28T20:17:06Z</dc:date>
    </item>
  </channel>
</rss>

