Registering a Standalone Sentry
Use the Standalone Sentry command line interface (CLI) to register Standalone Sentry to MobileIron Access.
Procedure
1. | SSH to Standalone Sentry. |
2. | Log in as an administrator. |
3. | Enter the following commands: |
a. | Enable |
b. | Configure terminal |
c. | accs registration <tenant url> <user>. |
<tenant url>: The tenant URL you received in the welcome email.
Do not use /cms in the tenant url.
<user>: The local admin email for MobileIron Access you received in the welcome email.
You will be prompted to enter the tenant admin password. This is the admin password your received in the welcome email.
d. | End |
e. | Show accs registration |
Example of Standalone Sentry registration to MobileIron Access
The following example shows the CLI and output for registering Standalone Sentry to MobileIron Access.
Last login: Fri Feb 19 16:58:43 2016 from 10.10.15.2
************************************************************
* MobileIron Sentry CLI *
* *
* *
************************************************************
Welcome miadmin it is Tue Feb 23 22:24:51 UTC 2016
[email protected]> enable
Password:
[email protected]# configure terminal
Enter configuration commands, one per line.
[email protected]/config# accs registration https://access-na1.mobileiron.com [email protected]
Enter password for user "[email protected]":
Registration succeeded. Details:
"tenantURL" : "https://access-na1.mobileiron.com",
"tenantUsername" : "[email protected]",
"registrationTimeMs" : 1456267371581,
"crtUuid" : "17592186044416",
"crtUsername" : "17592186044416"
}
[email protected]/config# end
[email protected]# show accs registration
{
"tenantURL" : "https://access-na1.mobileiron.com",
"tenantUsername" : "[email protected]",
"registrationTimeMs" : 1456267371581,
"crtUuid" : "17592186044416",
"crtUsername" : "17592186044416"
Next steps
Assign the Standalone Sentry to a profile. See Assigning Standalone Sentry to a profile.
Example of Standalone Sentry registration to MobileIron Access