<?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: I need scripting help with fsck in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209090#M464618</link>
    <description>This looks like it will work. Thanks for the refresher</description>
    <pubDate>Thu, 12 Nov 2009 15:52:31 GMT</pubDate>
    <dc:creator>frederick hannah</dc:creator>
    <dc:date>2009-11-12T15:52:31Z</dc:date>
    <item>
      <title>I need scripting help with fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209088#M464616</link>
      <description>I have an HPUX11.11 rp7400 with numerous customer volume groups and associated lvols. Occassionally I am required to do fsck on the customer data and its very time intensive. Is there a base script I can use to fsck the customer lvols more effificiently?</description>
      <pubDate>Thu, 12 Nov 2009 15:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209088#M464616</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2009-11-12T15:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: I need scripting help with fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209089#M464617</link>
      <description>&lt;!--!*#--&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;You might do something like this:&lt;BR /&gt;&lt;BR /&gt;# cat ./fsckthese&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;vgdisplay -v | \&lt;BR /&gt;  awk '/LV Name/ &amp;amp;&amp;amp; !/vg00/ {split($NF,a,/\//);print "/"a[2]"/"a[3]"/r"a[4]}' | \&lt;BR /&gt;    while read DEV&lt;BR /&gt;    do&lt;BR /&gt;        echo "fsck ... ${DEV}"&lt;BR /&gt;    done&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 12 Nov 2009 15:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209089#M464617</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-11-12T15:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: I need scripting help with fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209090#M464618</link>
      <description>This looks like it will work. Thanks for the refresher</description>
      <pubDate>Thu, 12 Nov 2009 15:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209090#M464618</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2009-11-12T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: I need scripting help with fsck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209091#M464619</link>
      <description>The script looks good</description>
      <pubDate>Thu, 12 Nov 2009 15:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-scripting-help-with-fsck/m-p/5209091#M464619</guid>
      <dc:creator>frederick hannah</dc:creator>
      <dc:date>2009-11-12T15:53:01Z</dc:date>
    </item>
  </channel>
</rss>

