Registering a Standalone Sentry

Use the Standalone Sentry command line interface (CLI) to register Standalone Sentry to Ivanti Access.

Procedure 

1. SSH to Standalone Sentry.
2. Log in as an administrator.
3. Enter the following commands:

Enable

Configure terminal

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 Ivanti 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.

End

Show accs registration

Example of Standalone Sentry registration to Ivanti Access

The following example shows the CLI and output for registering Standalone Sentry to Ivanti Access.

Last login: Fri Feb 19 16:58:43 2016 from 10.10.15.2

************************************************************

* 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"

}[email protected]#

Next steps

Assign the Standalone Sentry to a profile. See Assigning Standalone Sentry to a profile.

Example of Standalone Sentry registration to Ivanti Access