Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We couldn't get SNORT updates, the error was Peer certificate cannot be authenticated with known CA certificatesI connected via ssh, opened an expert shell and started checking log files and I found a lot of thiscurl: (60) SSL certificate problem: un...
I have an S3260 storage server with 48 5722031MB (5.47TB, or '6TB' marketing size) disks. I'd like to make a single RAID 60 LUN that spans the entire set, but so far the largest size the UCSM will let me make is 50000GB (roughly 48TB), which seems li...
I have the fairly common situation that I need to setup a disjoint layer 2 network on our UCS (UCSM 2.1(3b)) I've been careful to follow the documentation as closely as I can, but as soon as I assign a VLAN to an uplink interface ALL traffic stops ro...
@Kirk J
It seems my struggle is with two different aspects of the configuration. The first, and currently resolved, was the Disk Zoning Policy, which was not configured to assign enough disks to the same controller. The second is the Automatic Disk G...
@joemar This script is still usable here in 2018. There's a typo on line 327, though, that causes the resulting spreadsheet to be blank:
it reads
$Worksheet += $Workbook.Worksheets.Item(1)
and it should be
$Worksheet = $Workbook.Worksheets.I...