Automation

 View Only
  • 1.  get TSO setting for hosts in a cluster

    Posted Nov 13, 2023 08:02 PM

    Hello,

    After checking several hosts in a cluster I have found that some of the advanced setting Net.UseHwTSO set to 1 on some hosts and 0 on others.

    Is there a powercli command I can use to check this setting for all hosts in a paritular cluster rather than checking each host via the GUI?

    Thanks.



  • 2.  RE: get TSO setting for hosts in a cluster

    Posted Nov 13, 2023 08:24 PM

    Try something like this

     

     



  • 3.  RE: get TSO setting for hosts in a cluster

    Posted Nov 13, 2023 09:04 PM

    Hi LucD,

    Thanks for the quick reply. Something doesn't seem right, all the hosts came back with a /Net/UseHwTso setting of 1, however when I check in the GUI I can see that this isn't the case. Is it possible that it is pulling the NetUseHwTS06 setting(IPv6)? 

    dbutch1976_0-1699909393263.png

     



  • 4.  RE: get TSO setting for hosts in a cluster
    Best Answer

    Posted Nov 13, 2023 09:26 PM

    Hello,

     

    you can check that by using the Get-AdvancedSetting cmdlet. With the command below you can get the list of all hosts which includes Name + the value of the Net.UseHwTSO.

     

     



  • 5.  RE: get TSO setting for hosts in a cluster

    Posted Nov 13, 2023 09:30 PM

    Worked flawlessly, thanks LucD!



  • 6.  RE: get TSO setting for hosts in a cluster

    Posted Nov 13, 2023 09:36 PM

    That property should have said IntValue instead of DefaultIntValue.