Unsolved
This post is more than 5 years old
3 Posts
0
1317
April 8th, 2010 10:00
CLI network timeout on one of the 12 sync commands.
I invoke 12 CLI commands from HPUX 11.31 to synchronize 12 clones within a cloneset. About 1 out of 30 times I get a network timeout on one of the 12 commands. Anybody know why?
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_LUN840" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_LUN841" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP80" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP81" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP82" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP83" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP84" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP85" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP86" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP87" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP88" -cloneid 0100000000000000 -o
/opt/Navisphere/bin/naviseccli -User admin -Password nonono -Scope 0 -h 172.20.50.4 \
snapview -syncclone -name "ERP_PRD_C_MP89" -cloneid 0100000000000000 -o
A network error occurred while trying to connect: '172.20.50.4'.
Message : Error occurred because of time out
And it happened on ERP_PRD_C_MP85
Loooking at the events on the Service Processors, there are no errors. Ultimately I went into Navisphere and just had the clone synchronize. I probably could have also used the CLI command above to do it as well. The question is
1) Is there a limit to how many commands can be submitted in a row? Should I put a sleep between the commands to slow the script down.
2) Is this really a network error. This usually occurs at 5:00 am when there is almost no network traffic.
3) Any other thoughts as to why I am getting this issue.


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
April 8th, 2010 10:00
they tend to take some time for me, especially if the array is busy. If you don't need consistency can you put them in a for loop ?
JoeCX700
3 Posts
0
April 8th, 2010 11:00
So do you get this error or do your commands just run slow? How many commands at a crack do you submit? Is 12 commands an unusually large number to submit?
kelleg
6 Operator
•
4.5K Posts
0
April 8th, 2010 14:00
What version of Flare are you running on the array and what is the version of CLI?
Try these two commands - time the response:
naviseccli -h xxx.xxx.xxx.xxx getagent
naviseccli -h xxx.xxx.xxx.xxx -np getagent
If there is a big difference in the time to respond, you problem should review the following:
White Paper: EMC CLARiiON Best Practices for Navisphere Performance in Large Configurations — Best Practices Planning
http://powerlink.emc.com/km/live1/en_US/Offering_Technical/White_Paper/h6099-navisphere-performance-in-large-configurations-wp.pdf
glen
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
April 8th, 2010 17:00
i never send multiple streams at the same time, i loop through my list of commands, sending one command at a time.