Thanks Doug. Have raised a case 01704426
Ended up rolling back to version 22.4.1.4 patch1-2 and it got an IP straightaway but wont show up in Discovered items. If I run it on 22.5.1.7 it refuses to get an IP?
When back on 22.4.1.4 I did a packet capture and notice it was communicating to EMC, so turned on the ZTP+ log in EMC and got the following message:
2018-06-26 17:16:02,762 INFO [com.enterasys.netsight.server.webapps.monitor.ezConfig.MsgDispatcher] Do not give other assets to early connector versions
2018-06-26 17:16:02,786 WARN [com.enterasys.netsight.server.webapps.monitor.ezConfig.MsgDispatcher] doImageUpgradePut : {
"action" : "PUT",
"method" : "doImageUpgradePut",
"status" : "Not Acceptable",
"message" : "Connector must be upgraded",
"timestamp" : "06/26/2018 17:16:02"
}
So I manually upgraded the CC connector to the latest version 3, and now get the following:
2018-06-26 17:22:09,101 DEBUG [com.enterasys.netsight.server.webapps.monitor.ezConfig.MsgDispatcher] UPGRADE RESPONSE: 1622N-43729 : 192.168.0.6 : {
"imageUpgradeBlock" : [ {
"upgrade" : false,
"uri" : "",
"timeout" : 600,
"assetName" : "xos",
"assetVersion" : "22.4.1.4 patch1-2",
"assetType" : "FIRMWARE"
}, {
"upgrade" : false,
"uri" : "",
"timeout" : 600,
"assetName" : "cloud_connector",
"assetVersion" : "3.0.34.54",
"assetType" : "XMOD"
} ]
}
2018-06-26 17:22:09,101 INFO [com.enterasys.netsight.server.webapps.monitor.ezConfig.MsgDispatcher] doImageUpgradePut : 1622N-43729 : OK
Looking at the logs its looking a bit better. I think its tried to configure the switch but something in the config it applied it didn't like, so think I just need to work through that bit... although its still not showing up in the discovered items:
2018-06-26 17:31:02,090 INFO [com.enterasys.netsight.server.webapps.monitor.ezConfig.MsgDispatcher] doConnectPut : 1622N-43729 : OK
2018-06-26 17:31:02,282 INFO [com.enterasys.netsight.server.webapps.monitor.ezConfig.ZtpPlusDeviceDispatcher] doEventPost : 1622N-43729
2018-06-26 17:31:02,292 DEBUG [com.enterasys.netsight.server.webapps.monitor.ezConfig.MsgDispatcher] EVENT REQUEST: 1622N-43729 : 192.168.0.6 : {
"apPropertyBlock" : {
"bpWiredMacaddr" : "00:04:96:9B:50:F2",
"ruModel" : "X440G2-48p-10G4",
"ruSerialNumber" : "1622N-43729",
"ruSwVersion" : "22.4.1.4"
},
"event" : [ {
"type" : 519,
"severity" : "major",
"timestamp" : "2018-06-26 16:33:55.931228",
"target" : "Controller",
"description" : "Device rebooted due to lack of network connectivity after configuration was applied"
} ],
"configAck" : {
"status" : "fail",
"timestamp" : "2018-06-26 16:33:55.931303",
"bpRequestId" : 2,
"appliance" : null,
"dot1x" : null,
"extremeFabric" : null,
"lacp" : null,
"license" : null,
"lldp" : null,
"logins" : null,
"macAuth" : null,
"mlag" : null,
"mgmtAccess" : null,
"mvrp" : null,
"poe" : null,
"ports" : null,
"radiusServers" : null,
"snmp" : null,
"spanningTree" : null,
"stacking" : null,
"syslog" : null,
"vlans" : null,
"vxlan" : null
}
}
Thanks