Ask the Community
Groups
How do I find the WWN of the HBA? - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>How do I find the WWN of the HBA?</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p></p> <h3 data-id="warning-information-in-this-article-is-for-advanced-users-only">WARNING: Information in this article is for advanced users only.</h3> <h3 data-id="purpose">Purpose</h3> <p>To answer the question, How do I find the WWN of the HBA?</p> <h3 data-id="description">Description</h3> <p>Run the following command to find the WWN: </p> <pre class="code codeBlock" spellcheck="false" tabindex="0"> /usr/bp/bin/cmc_fc wwn</pre> <p>Or, using restful API:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0"> curl -X GET <a href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Flocalhost%2Fapi%2Fstorage%2Fwwn%2F%3Fsid%3D1">http://localhost/api/storage/wwn/?sid=1</a> | python -mjson.tool</pre> </article> </main>