I also saw this recently, it turned out to be due to still having an SFTP session open to the switch.It seems when you connect via SFTP, it places a "lock" on the filesystem - e.g. maybe you are still uploading/deleting files?I'm guessing a similar "...
If you only have a single mgmt interface, you may be able to swap them by combining both commands on a single line joined with ';' (semicolon).e.g. current config:interface mgmt0ip address 192.168.1.1/24ip address 10.10.10.1/24 secondaryNOTE: for saf...
This worked for me to change Nagios config entries for FI to NAME_fi_A instead of IP_fi_A:Edit autodiscovery/UcsNagiosDiscovery.py:Around line 145 change: # key = mo.OobIfIp + "_fi_" + mo.Id key = self.ucs_ip + "_fi_" + mo.IdAro...
As a user:On the UP(Unified Port) chassis and expansion modules, you can designate the ports as all "Ethernet", all "Fibre Channel" or split - with "Left" ports being Ethernet and "Right" ports being FC. Changing the split point requires rebooting of...