Using DCS 5.00.00-0400525.
Using the Populate_HPE_Synergy.ps1, the population does not complete successfully in a couple of different ways.
- Failure to create SY660 w/SAN Profile template, due to no FC Networks in LE
- Failure to create FC UplinkSet due to incorrect parameters in call to New-HPOVUplinkSet.
Turns out that lines: 179, 183, 187, 191; there are incorrect with the -UplinkPorts passed variable. The variable passed in script is: "Enclosure#:BAY#:Q#.#" However, CMDLET requires: "Enclosure#:Bay#:Q#.#"
Testing showed that the change of case allowed the FCoE LIG to be correctly built, however the FC LIGs failed to build.
Using DCS 5.00.00-0400525.
Using the Populate_HPE_Synergy.ps1, the population does not complete successfully in a couple of different ways.
Turns out that lines: 179, 183, 187, 191; there are incorrect with the -UplinkPorts passed variable. The variable passed in script is: "Enclosure#:BAY#:Q#.#" However, CMDLET requires: "Enclosure#:Bay#:Q#.#"
Testing showed that the change of case allowed the FCoE LIG to be correctly built, however the FC LIGs failed to build.