Hi,
Any idea why value "ByPassProxy" isn't allowed for the bus address on range 1.0.1.X (iLO4)? Only integer values are allowed. In comparison with the 1.1.1.X version to support iLO 5, therefore ByPassProxy is set by default.
Would like to know if there is any specific reason on this difference between versions and why it has been implemented like that?
Hi Gilles,
It seems that the 'bus address' element setting is used to poll the system data as it represents the system ID number.
The URI's are dynamically built making use of the value defined in the bus address.
Eg. Bus Address = 1 → endpoint: /system/1/...
Eg. Bus Address = 123 → endpoint: /system/123/...
Default value should be 1.
It's a bit unfortunate that the bus address is used this way since we cannot specify the option 'ByPassProxy'. If the 'ByPassProxy' setting is required, a connector update will need to take place to allow this value and specify the system number elsewhere.
Hope this information helps.