<?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: Script question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716585#M101830</link>
    <description>Ahh, thanks to Rodney's script, I get what you mean. Rodney's script is failing a brace, but here's a more optimized (or obfuscated :) version.&lt;BR /&gt;&lt;BR /&gt;@ARGV = ("vgfile");&lt;BR /&gt;while (&amp;lt;&amp;gt;) {&lt;BR /&gt;    chomp;&lt;BR /&gt;    ($vg, @ary) = split " ";&lt;BR /&gt;    @map{@ary} = ($vg) x @ary;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;@ARGV = ("syminq.out");&lt;BR /&gt;while (&amp;lt;&amp;gt;) {&lt;BR /&gt;    s/( 34(\d\d\d).*)/$1 $map{$2}/;&lt;BR /&gt;    print;&lt;BR /&gt;    }</description>
    <pubDate>Fri, 03 May 2002 13:52:18 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2002-05-03T13:52:18Z</dc:date>
    <item>
      <title>Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716576#M101821</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;&lt;BR /&gt; I have two files from which i would like to build a third file-&lt;BR /&gt;&lt;BR /&gt;VGfile:(sample)&lt;BR /&gt; VG01 001 009 010 019&lt;BR /&gt; VG02 109 110 1A0 1B0&lt;BR /&gt; ....&lt;BR /&gt;&lt;BR /&gt;syminq.out: (sample)&lt;BR /&gt;****&lt;BR /&gt;/dev/rdsk/c49t0d0 M(8) EMC SYMMETRIX 5567 34001000 15697920&lt;BR /&gt;/dev/rdsk/c54t0d0 M(8) EMC SYMMETRIX 5567 34001000 15697920&lt;BR /&gt;/dev/rdsk/c49t0d1 M(8) EMC SYMMETRIX 5567 34009000 15697920&lt;BR /&gt;/dev/rdsk/c54t0d1 M(8) EMC SYMMETRIX 5567 34009000 15697920&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;**&lt;BR /&gt;&lt;BR /&gt; Using these two files, i would like to build a file , which will have the corresponding VG appended to every entry in syminq.out file as follows:&lt;BR /&gt;---&lt;BR /&gt;/dev/rdsk/c49t0d0 M(8) EMC SYMMETRIX 5567 34001000 15697920 VG01&lt;BR /&gt;/dev/rdsk/c54t0d0 M(8) EMC SYMMETRIX 5567 34001000 15697920 VG01&lt;BR /&gt;/dev/rdsk/c54t0d1 M(8) EMC SYMMETRIX 5567 34009000 15697920 VG01&lt;BR /&gt;/dev/rdsk/c49t0d1 M(8) EMC SYMMETRIX 5567 34009000 15697920 VG01&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Any elegant way to do this? &lt;BR /&gt;&lt;BR /&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from&amp;nbsp;HP-UX &amp;gt; System Administration to HP-UX &amp;gt; &amp;nbsp;languages - HP Forum Moderator&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 01:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716576#M101821</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2013-06-25T01:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716577#M101822</link>
      <description>What is the joinable data? &lt;BR /&gt;&lt;BR /&gt;34001000 == 001 009 010 019&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 13:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716577#M101822</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-05-03T13:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716578#M101823</link>
      <description>Raj,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. Read syminq.out using while&lt;BR /&gt;2. Take out the first entry and replace rdsk with dsk. &lt;BR /&gt;3. Do a pvdisplay on that entry and grep for VG Name and use awk to filter out the vg.&lt;BR /&gt;4. Since you are still in the while loop append&lt;BR /&gt;vg to the line (or $0).&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS: probably you forgot yourself that you developed a helpdesk system.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 13:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716578#M101823</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-05-03T13:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716579#M101824</link>
      <description>Yes, the joinable data is  34&lt;LUNID&gt;&lt;BR /&gt;i.e  34001 34009  etc.&lt;BR /&gt;&lt;BR /&gt;In shell,  grep seems the obvious way to go about it.  But, once i get the grep results , how do i plug in the VG name for each entry in  the last column?   &lt;BR /&gt;&lt;BR /&gt;Ok, over to perl  procura ;-) This should be a breeze in perl.&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;/LUNID&gt;</description>
      <pubDate>Fri, 03 May 2002 13:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716579#M101824</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-05-03T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716580#M101825</link>
      <description>OK, but is your sample output correct then? You put VG01 to both 34001 and 34009 lines?&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 13:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716580#M101825</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-05-03T13:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716581#M101826</link>
      <description>Hi Rajman,&lt;BR /&gt;&lt;BR /&gt;Here is the script for that&lt;BR /&gt;&lt;BR /&gt;$ cat file1&lt;BR /&gt;vg01 001 009 010 019&lt;BR /&gt;vg02 011 019 011 011&lt;BR /&gt;$&lt;BR /&gt;$ cat file2&lt;BR /&gt;/dev/rdsk/c49t0d0 M(8) EMC SYMMETRIX 5567 34001000 15697920&lt;BR /&gt;/dev/rdsk/c54t0d0 M(8) EMC SYMMETRIX 5567 34001000 15697920&lt;BR /&gt;/dev/rdsk/c49t0d1 M(8) EMC SYMMETRIX 5567 34009000 15697920&lt;BR /&gt;/dev/rdsk/c54t0d1 M(8) EMC SYMMETRIX 5567 34009000 15697920&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ cat concat.sh&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;{&lt;BR /&gt;set -x&lt;BR /&gt;count=0&lt;BR /&gt;while read j&lt;BR /&gt;do&lt;BR /&gt;  count=`expr $count + 1`&lt;BR /&gt;done &amp;lt; file2&lt;BR /&gt;&lt;BR /&gt;num=0&lt;BR /&gt;while [ ${num} -lt ${count} ]&lt;BR /&gt;do&lt;BR /&gt;  num=`expr $num + 1`&lt;BR /&gt;  str1=`sed -n "${num}p" file2`&lt;BR /&gt;  str2=`sed -n "${num}p"  file1 | awk '{print $1}'`&lt;BR /&gt;  echo "${str1} ${str2}" &amp;gt;&amp;gt; file3&lt;BR /&gt;done&lt;BR /&gt;} 2&amp;gt;/tmp/concat.log&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;$ ./concat.sh&lt;BR /&gt;$ cat file3&lt;BR /&gt;/dev/rdsk/c49t0d0 M(8) EMC SYMMETRIX 5567 34001000 15697920  vg01&lt;BR /&gt;/dev/rdsk/c54t0d0 M(8) EMC SYMMETRIX 5567 34001000 15697920  vg02&lt;BR /&gt;/dev/rdsk/c49t0d1 M(8) EMC SYMMETRIX 5567 34009000 15697920&lt;BR /&gt;/dev/rdsk/c54t0d1 M(8) EMC SYMMETRIX 5567 34009000 15697920&lt;BR /&gt;&lt;BR /&gt;Just my two cents.&lt;BR /&gt;&lt;BR /&gt;-Sukant&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 13:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716581#M101826</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-05-03T13:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716582#M101827</link>
      <description>How about this perl routine-&lt;BR /&gt;&lt;BR /&gt;open(INP,"&lt;VGFILE&gt;&lt;/VGFILE&gt;while(&lt;INP&gt;) {&lt;BR /&gt; chomp;&lt;BR /&gt; @ary=split(" ",$_);&lt;BR /&gt; $vg=shift(@ary);&lt;BR /&gt; foreach $ix (@ary) {&lt;BR /&gt;  $map{$ix}=$vg;&lt;BR /&gt; }&lt;BR /&gt;}&lt;BR /&gt;close(INP);&lt;BR /&gt;open(INP,"&lt;SYMINQ.OUT&gt;&lt;/SYMINQ.OUT&gt;while(&lt;INP&gt;)&lt;BR /&gt; chomp;&lt;BR /&gt; ($ix)=/ 34(\d\d\d)/;&lt;BR /&gt; print $_," ",$map{$ix},"\n";&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills&lt;/INP&gt;&lt;/INP&gt;</description>
      <pubDate>Fri, 03 May 2002 13:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716582#M101827</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-05-03T13:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716583#M101828</link>
      <description>Hi Rajman,&lt;BR /&gt;&lt;BR /&gt;I did a little something for this exact same thing awhile back.  Now I am not a programmer so my script is very 'juvenile'.  I had 4 servers attached to 1 EMC Symmetrix - I used their inq utility and wrote my own scripts and had them rcp the result to 1 server where I combined all the files and produced a flat file sorted that I then imported into Excel and dressed up.  I am not proficient enough to write the print code to get a good report via HPUX.  Also 1 of the servers-I had to adjust my script since it used mass amounts of 'raw' (yes I said raw) volumes...and the inq utility will not show these as used (arghghg!).  &lt;BR /&gt;Anyway...I wrote these little ditties and I'll be happy to email them to you if you want to take a look.&lt;BR /&gt;&lt;BR /&gt;Mine puts it down to the filesystem (except for the raw devices, I could only get to the vg).&lt;BR /&gt;rworkman@wvbep.org&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 13:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716583#M101828</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-05-03T13:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716584#M101829</link>
      <description>Sree,&lt;BR /&gt;The luns in question are not yet assigned to a VG.  I want to create a map to make the vg creation process easy.  Yeah, i am brain-dead today ;-) BTW,Good to see you back.  &lt;BR /&gt;&lt;BR /&gt;Anyway, i came up with a two-script kludge which does what i am looking for:&lt;BR /&gt;---&lt;BR /&gt;while read -r vg d1 d2 d3 d4&lt;BR /&gt;do &lt;BR /&gt; grep -e 34$d1 -e 34$d2 -e 34$d3 -e 34$d4 syminq.out &amp;gt;&amp;gt;$vg.map&lt;BR /&gt;done&lt;VGFILE&gt;&lt;/VGFILE&gt;&lt;BR /&gt;for i in `ls *.map`&lt;BR /&gt; do&lt;BR /&gt;   while read -r d1 d2 d3 d4 d5 d6 d7 &lt;BR /&gt;   do&lt;BR /&gt;      i1=`echo $i |awk '{FS="."; print $1}'`&lt;BR /&gt;      echo "$d1 $d2 $d3 $d4 $d5 $d6 $d7 $i1" &amp;gt;&amp;gt;$i.new&lt;BR /&gt;   done &amp;lt;$i&lt;BR /&gt;done&lt;BR /&gt;---&lt;BR /&gt;This creates a file vgname.map.new for each VG which has the corresponding Lun entries of the inq file appended to the vg name.&lt;BR /&gt;Sort of messy, but it deserves some points ;-)&lt;BR /&gt;&lt;BR /&gt;Procura - i hope this explains on what i am looking for.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 13:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716584#M101829</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-05-03T13:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716585#M101830</link>
      <description>Ahh, thanks to Rodney's script, I get what you mean. Rodney's script is failing a brace, but here's a more optimized (or obfuscated :) version.&lt;BR /&gt;&lt;BR /&gt;@ARGV = ("vgfile");&lt;BR /&gt;while (&amp;lt;&amp;gt;) {&lt;BR /&gt;    chomp;&lt;BR /&gt;    ($vg, @ary) = split " ";&lt;BR /&gt;    @map{@ary} = ($vg) x @ary;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;@ARGV = ("syminq.out");&lt;BR /&gt;while (&amp;lt;&amp;gt;) {&lt;BR /&gt;    s/( 34(\d\d\d).*)/$1 $map{$2}/;&lt;BR /&gt;    print;&lt;BR /&gt;    }</description>
      <pubDate>Fri, 03 May 2002 13:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716585#M101830</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-05-03T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716586#M101831</link>
      <description>see attached perl script. Simple and straight forward, though not too elegant.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 03 May 2002 13:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716586#M101831</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-03T13:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716587#M101832</link>
      <description>Raj,&lt;BR /&gt;&lt;BR /&gt;Got it..&lt;BR /&gt;&lt;BR /&gt;Look at this&lt;BR /&gt;&lt;BR /&gt;vgfile is your VGfile&lt;BR /&gt;inq.out is your syminq.out&lt;BR /&gt;Look at out file after running this script.&lt;BR /&gt;&lt;BR /&gt;---start of the script&lt;BR /&gt;&lt;BR /&gt;while read LINE                               &lt;BR /&gt;do                                            &lt;BR /&gt;#you may need to modify the following if your sample changes&lt;BR /&gt;&lt;BR /&gt;INQ=`echo $LINE |awk '{print $6}'|cut -b 3-5` &lt;BR /&gt;&lt;BR /&gt;                                              &lt;BR /&gt;while read vgline                             &lt;BR /&gt;do                                            &lt;BR /&gt;echo $vgline |grep $INQ &amp;gt; /dev/null 2&amp;gt;&amp;amp;1      &lt;BR /&gt;if [ $? = 0 ]                                 &lt;BR /&gt;then                                          &lt;BR /&gt;VG=`echo $vgline|awk '{print $1}'`            &lt;BR /&gt;echo $LINE $VG &amp;gt;&amp;gt; out                         &lt;BR /&gt;fi                                            &lt;BR /&gt;done &amp;lt; vgfile                                 &lt;BR /&gt;                                              &lt;BR /&gt;done &amp;lt; inq.out         &lt;BR /&gt;&lt;BR /&gt;---end of the script----&lt;BR /&gt;&lt;BR /&gt;See if it works...&lt;BR /&gt;               &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 03 May 2002 13:55:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716587#M101832</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-05-03T13:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716588#M101833</link>
      <description>Ya know, with all these scripts, it would sure help if our replies didn't have the preceding spaces removed so that proper indenting could be kept for readability.&lt;BR /&gt;&lt;BR /&gt;My 2 cents&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 03 May 2002 14:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716588#M101833</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-05-03T14:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716589#M101834</link>
      <description>Thanks for the variety of script solutions. Didn't yet get a chance to go through all of them.  I thought Procura's  script was slick.&lt;BR /&gt;(procura: i made one change replacing the \d\d\d with \w\w\w  , since  the search is from 0-F  and not just decimals).&lt;BR /&gt;I will assign points later during the day; &lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;-raj</description>
      <pubDate>Mon, 06 May 2002 11:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716589#M101834</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-05-06T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716590#M101835</link>
      <description>Well if you have syminq yet.... I know it as inq.HP. The unsupported Charlys tools Collection...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try these.... Two shs. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1- first file.sh : run on each box connected to symmetrix&lt;BR /&gt;&lt;BR /&gt;2- put all files.dat in a box.&lt;BR /&gt;&lt;BR /&gt;3- Edit file2.sh and change box1 by hostname. etc.&lt;BR /&gt;&lt;BR /&gt;change email address&lt;BR /&gt;4- Run file2.sh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEE SOURCE FIRST.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 11:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716590#M101835</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-05-06T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716591#M101836</link>
      <description>The second...</description>
      <pubDate>Mon, 06 May 2002 11:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716591#M101836</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-05-06T11:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716592#M101837</link>
      <description>Hi RaiMan,&lt;BR /&gt;&lt;BR /&gt;It seems that you're already satisfied with some answers. I did not see your comment and no assigned points while i was working out an effective script. &lt;BR /&gt;Although my solution is a bit late, i post my solution, because it is really simple:&lt;BR /&gt;&lt;BR /&gt;while read x&lt;BR /&gt;do&lt;BR /&gt;        vg=`echo $x |cut -f1 -d' '`&lt;BR /&gt;        for i in $x&lt;BR /&gt;        do&lt;BR /&gt;                awk -v vg=$vg /$i/'{print $0" "vg}' file2&lt;BR /&gt;        done&lt;BR /&gt;&lt;BR /&gt;done &amp;lt; file1&lt;BR /&gt;&lt;BR /&gt;..where file1 is the vg-file and file2 the device-file. It simply search xxx in the big file, and prints with vg-name.&lt;BR /&gt;Maybe not the price for beautiness, but effective it s.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 14:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716592#M101837</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-05-06T14:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716593#M101838</link>
      <description>Carlos, the script looks intresting. I will check it up and get back with feedback/points. Ditoo to Ceesjan (even though it is much straightforward ;-) )&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 06 May 2002 20:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716593#M101838</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-05-06T20:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716594#M101839</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Thanks for the valuable information.&lt;BR /&gt;I have a situation.&lt;BR /&gt;we have emc symmetrix,&lt;BR /&gt;all my servers are looking at all the disks and devices.&lt;BR /&gt;If we expand a file system on Server A, we are in a situation of over-writing file system on server B or C or D .&lt;BR /&gt;I am figuring it out on how to use disks that are not used on any server while expanding the existing file systems or creating new file systems.&lt;BR /&gt;Can any  one give me some comments.&lt;BR /&gt;my email id is chandra.sekhar@ipaper.com</description>
      <pubDate>Thu, 30 Mar 2006 12:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-question/m-p/2716594#M101839</guid>
      <dc:creator>chandoo</dc:creator>
      <dc:date>2006-03-30T12:32:50Z</dc:date>
    </item>
  </channel>
</rss>

