7 * CiscoUCSServerDescription (ie CiscoUCS-012-123:0) breaks out the uniqueness number and port index from the WWPN of a UCS-served physical host. I do tend to see 20000025b5hhhfnnn such that:
8 * <ul>
9 * <li>hhh is a three-digit host index</li>
10 * <li>f is either 0 or 1 based on fabric A or B</li>
11 * <li>nnn is a three-digit server index</li>
12 * </ul>
13 *
14 * The thing to remember about UCS is that the WWPN are entirely user-defined, are are UUIDs, so this is merely a convention. It might fall apart on the next user!
25 * If this class matches or describes the given WWN, returns a new instance of this class loaded with the given WWN.
26 *
27 * @return new instance of this class, or null if the given wwn does not match this class
28 * @param strong used to restrict matching to strong-matches only. This is a weak-confidence description, so will return null for strong-only matching
29 * @param brief is used to ask for a shorter description: a more concise nickname or alias
30 * @param wwn the WWN (WWPN or WWNN, but typically WWPN) to match
60 * return a description or alias for this WWN; if brief is set to true during the call to getDesc(), then a shorter description or alias will be returned
61 *
62 * @see getDesc(boolean,boolean,String)
63 *
64 * @return generated alias or nickname for the WWN