I have the following devices in my system:
hdiskpower10
hdiskpower100
hdiskpower101
Now i only want to get the information about hdiskpower10,so i use "lspv | grep hdiskpower10",but it outputs information about all the 3 devices:
hdiskpower10 vg1
hdiskpower100 vg32
hdiskpower101 vg32
What can i do to only output the information about hdiskpower10. Thanks in advance.
hdiskpower10
hdiskpower100
hdiskpower101
Now i only want to get the information about hdiskpower10,so i use "lspv | grep hdiskpower10",but it outputs information about all the 3 devices:
hdiskpower10 vg1
hdiskpower100 vg32
hdiskpower101 vg32
What can i do to only output the information about hdiskpower10. Thanks in advance.