Lspv -free command on VIOS


 
Thread Tools Search this Thread
Operating Systems AIX Lspv -free command on VIOS
# 1  
Old 03-04-2015
Lspv -free command on VIOS

Hi all,

We have observed that lspv -free command tooks 15 to 20 minutes to display the free disks and we have only 77 MPIO disks on VIO Server. Our VIOS version is 2.2.1.4.

Please let us know what could be the reason that lspv -free command taking long time to display the output.

Thank
# 2  
Old 03-04-2015
try to look, what the command really does:

Code:
$ export CLI_DEBUG=33
$ lspv -free

it might be some configuration issue
This User Gave Thanks to agent.kgb For This Post:
# 3  
Old 03-06-2015
Following output is generated upon running the above mentioned commands

Commands:
Code:
$ export CLI_DEBUG=33
$ lspv -free

Output:
Code:
AIX: "lsdev -C -c virtual_target -F name | wc -l"
AIX: "lsdev -C -c virtual_target -F name"
AIX: "export LANG=C;/usr/ios/cli/ioscli lspv  -field name pvid vg -fmt :"

# 4  
Old 03-09-2015
You can also review ioscli.log in your home directory.


Robin
# 5  
Old 03-11-2015
i know the output ;-) but you could look how long it takes to run every command, to find out, on which disks it stops or runs too long, and then analyze, what is wrong with the disks.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Different sizes with getconf DISK_SIZE and lspv

Hi all, when I issue a lspv <hdisk>, I get TOTAL PPs: 7199 (1842944 megabytes) When I issue a getconf DISK_SIZE /dev/<hdisk>, I get 1048576 Where do those additional ~800 GB come from the output of lspv.. anyone an idea? The volume is an EMC LUN provided by a VIOS and... (2 Replies)
Discussion started by: zaxxon
2 Replies

2. Red Hat

Need help on top and free command.

Hi, from below output.How to read or relate one marked in bold. $ free -m total used free shared buffers cached Mem: 129176 92753 36423 0 2268 39973 -/+ buffers/cache: 50511 78664 Swap: 31996 ... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. AIX

Lspv -free command on VIOS

Hi all, When we run lpsv -free command on VIOS, it will take lot of time to display free disks i.e around 8 to 10 minutes. VIOS ioslevel is 2.2.1.4Can you have any solution for this problem? Many Thanks (2 Replies)
Discussion started by: m_raheelahmed
2 Replies

4. AIX

VIOS IP address - separate vlan for vios servers ?

Hello, Lets say for simplicity that I do not use any vlan config inside my server - one lpar group use hea physical port1, another group hea physical port2. Physical port1 configured as vlan1 on external switch, physical port2 as vlan2. What is the common practice - should I isolate my vios... (0 Replies)
Discussion started by: vilius
0 Replies

5. UNIX for Advanced & Expert Users

Output of Free command in unix?

Hello, I need some help to interpret the below output... What is -/+ buffers/cache? My understanding is, total RAM is 3986152 Bytes, used RAM is 3950904 bytes. What is buffers and cached?? Can any one please interpret this output? It would be great help if some one can help me on this? ... (2 Replies)
Discussion started by: govindts
2 Replies

6. UNIX for Dummies Questions & Answers

Doubt on free command

All, I have doubts related to free command in Linux. My environment is RHEL5 - 64 bit OS We have 2 node RAC database installed Query output from node 1 is Free -g Total used free shared buffers cached Mem: 32 25 7 0 5 15 -/+ buffers/cache: 4 27 Swap: 30 0 30 Query... (2 Replies)
Discussion started by: user7509
2 Replies

7. Shell Programming and Scripting

Awk command for search a string in lspv

I 've got this retourn when i tape the commande lspv: hdisk0 00c3fce454950416 rootvg active hdisk1 00c3fce454950416 rootvg active I want to verify if hdisk0 et hdisk1 have the same pvid (ex : 00c3fce454950416)? Can... (8 Replies)
Discussion started by: khalidou13
8 Replies

8. Shell Programming and Scripting

Awk command for search a string in lspv

I want to know wich hdisk have only one pvid and also display hdisk with two pvid. hdisk1 00c3fcd4e516183f testvg active hdisk2 00c3fcd4e516189b testvg active hdisk3 00c3fcd4e51618ec testvg ... (1 Reply)
Discussion started by: khalidou13
1 Replies

9. UNIX for Advanced & Expert Users

AIX p570 lspv, lslv etc... not working

Hi we are running a VIO server on a AIX p570 we cannot run and of the command the query the ODM has anyone seen this problem or has a solution the command just hangs. (1 Reply)
Discussion started by: truma1
1 Replies

10. UNIX for Dummies Questions & Answers

How to Use the Free Command in Linux

I know that free command displays memory usages however I like to know how the option and the results when I use this command.. PLease respond ASAP thanx... I am a newbie.. :D (1 Reply)
Discussion started by: LiTo
1 Replies
Login or Register to Ask a Question