Difference between revisions of "Cisco UCS - Unified Computing System"
Jump to navigation
Jump to search
(Created page with "= Useful show commands = Show all WWNs, use with include or grep combination show identity wwn show server adapter identity = Install Cisco UCS PowerTool Powershell module...") |
(No difference)
|
Latest revision as of 14:33, 26 February 2016
Useful show commands
Show all WWNs, use with include or grep combination
show identity wwn show server adapter identity
Install Cisco UCS PowerTool Powershell module
- Download from Cisco and install on your local machine
- Open CMD, then type powershell and new commands should be available
- Firstly launch the UCS PowerTool and Connect to the UCS system
PS C:\> Connect-Ucs
- Enter your fabric interconnect IP address hitting the return key and then on windows prompt input your UCS-local-credentials
- Once you have connected enter the following cmd to bring up a list of all the blades (service profiles) and their associated vHBA WWN’s:
C:\> Get-UcsServiceProfile -type instance | Get-UcsVhba | Select Dn,Addr,NodeAddr
Other commands are available as well.