hi
i am trying to find the queue depth for the fc cards connected to the esxi hosts... i read to the documenantion of vmware that i have to run the following commands..
esxcli --server=server_name system module parameters set -m qla2xxx -p ql2xmaxqdepth=value
esxcli --server=server_name system module parameters set -m lpfc820 -p lpfc0_lun_queue_depth=value
i replace the values with correct but the output is
Get-EsxCli : A positional parameter cannot be found that accepts argument 'system'. At line:1 char:7 + esxcli <<<< --server=cmsrv-esx06.cardiff.local system module list + CategoryInfo : InvalidArgument: (:) [Get-EsxCli], ParameterBindingException + FullyQualifiedErrorId : PositionalParameterNotFound,VMware.VimAutomation.ViCore.Cmdlets.Commands.GetEsxCli | |
can anybody help?
Thanks!!!!