Monday, October 17, 2016

UCS Fabric Interconnect factory reset or services

pmon stop
pmon start




This article will show you how to clear and erase the configuration of a Cisco UCS 6200 Fabric Interconnect Switch.
To start log in to the switch using a serial cable via the console port,
Once connected type connect local-mgmt

Type erase configuration

Once done wait a few minutes for the switch to restart

Now you can start configuring the switch.






How to force a Cisco UCS 6100 series fabric interconnect to become the primary node in a cluster
I ran into an extremely annoying problem today while setting up a new UCS B series infrastructure cluster for a client where a newly configured 6120 would get stuck in an election progress and seemingly never promotes itself to become the primary fabric interconnect even though the other node is down.  The following is what the command show cluster state outputs:
A: UP, ELECTION IN PROGRESS (Management services: UP)
B: UNRESPONSIVE, INAPPLICABLE, (Management services: UNRESPONSIVE)

The reason why this problem was annoying was because as long as this fabric is stuck in this state, I was not able to log into UCS Manager to work with the GUI.  I know enough to get around within the CLI but tasks such as reviewing the logs to troubleshoot was much easier to do with the GUI.  To get around this, you can use the following command to force the fabric interconnect that is stuck in limbo to become primary node:
connect local-mgmt
cluster force primary


Once you’ve successfully forced the fabric interconnect to become the primary node, you will be able to connect to UCS Manager via the cluster IP.

No comments:

Post a Comment

Vmware NSX SSL creation 

Using OpenSSL for NSX Manager SSL import: Creates CSR and 4096 bit KEY Creating NSX 6.4.2 SSL    openssl req -out nsxcert.csr -newkey rsa:40...