Hi Tim Hall
In SMC installation you also has this domain:
cpm=# select name,comments,dtype from domainbase_data where dtype = 'SystemDomain';
name | comments | dtype
-------------+-------------------------------------------------------------------------------+--------------
System Data | This domain holds all the system data such as Administrators, Domains, etc... | SystemDomain
In order to unlock administrator in SMC just type command like this:
mgmt_cli -r true unlock-administrator name "admin" --format json -d "System Data"
{
"message" : "OK"
}
---------------------------------------------
Time: [18:22:19] 25/11/2016
---------------------------------------------
"Publish operation" succeeded (100%)