Sponsored Content
Full Discussion: dispaly vg's and pv's?
Operating Systems AIX dispaly vg's and pv's? Post 302232866 by honeym210 on Friday 5th of September 2008 10:46:49 AM
Old 09-05-2008
CPU & Memory dispaly vg's and pv's?

hi

i need to write a script,

the script display's list of volume groups followed by physical volumes with in volume group and at the same time the script should display the pvid of physical volume.

what i need is, how to read the line by line from the files...

the below is my script..

echo "List of Volume Groups and Physical Volume:"
while read xxxxxx (the xxxx should read from file reportvg.out)
do
lsvg -p xxxxxx > reportpv.out (the xxxxx is vg anme)
while read xxxxxx ( the xxxx is the pv name from reportpv.out)
do
lspv xxxxx | grep IDENTIFIER ( the xxxx is pv name)
done reportpv.out
done reportvg.out


can anyone help me on this.



thanks

Last edited by honeym210; 09-05-2008 at 11:59 AM..
 

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Issue with dispaly of special character like 'TM'

Hi, I've an xml file with special characetr 'TM' (trade mark sign). The issue is that I am not able to get the symbol 'TM'(trade mark sign) on unix. It displays '?' instead. I've searched the solution on net. Wht I've found is that the symbol 'TM' does not come under ISO-8859-1 char set. So I... (0 Replies)
Discussion started by: vbehal
0 Replies

2. Solaris

Dispaly IP address

How to display the IP address in authlog and sulog? (1 Reply)
Discussion started by: Burhan
1 Replies
vgremove(1M)															      vgremove(1M)

NAME
vgremove - remove LVM volume group definition from the system SYNOPSIS
vg_name ... Remarks If a combination of volume groups version 1.0 and 2.0 or higher arguments are supplied, then the arguments might not be processed in the order they are listed on the command line. DESCRIPTION
The command removes from the system the last physical volume of the volume group and the definition of the volume group or groups specified by vg_name .... Since all system knowledge of the volume group and its contents are removed, the volume group can no longer be accessed. To move a volume group from one system to another, use the command instead (see vgexport(1M)). Before executing remove all logical volumes residing on the last physical volume by executing (see lvremove(1M)). Before removing a volume group, two steps are necessary: 1. Remove all the logical volumes belonging to the group by using the command (see lvremove(1M)). 2. Remove all but one physical volume belonging to the volume group by using the command (see vgreduce(1M)). If there is any physical volume group created under vg_name ..., the physical volume group information is also removed from file Options and Arguments recognizes the following option and argument: For each volume group removed, also remove its volume group directory and file vg_name The path name of a volume group. EXTERNAL INFLUENCES
Environment Variables determines the language in which messages are displayed. If is not specified or is null, it defaults to "C" (see lang(5)). If any internationalization variable contains an invalid setting, all internationalization variables default to "C" (see environ(5)). EXAMPLES
Remove volume group from the system: SEE ALSO
lvremove(1M), vgchange(1M), vgreduce(1M). vgremove(1M)
All times are GMT -4. The time now is 06:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy