ArcGIS Velocity administrator operations
Use the ArcGIS Velocity Administrator directory to perform the following tasks:
Backup and restore configured Velocity feeds and real-time analytics
Import and configure server certificates
Update Velocity security information
View and edit JVM memory settings by Velocity component
Manage Velocity logs
View Velocity site information
Backup and restore configured Velocity feeds and real-time analytics
You can back up and restore feeds and real-time analytics by using snapshot import and export.
Note:
Only portal-authenticated administrators can access operations under Backup Restore Info in the Velocity Administrator directory. These operations are not available when you sign in with the primary site administrator (PSA) account. This is because recreated items must exist under a portal user. The PSA cannot own items in ArcGIS Enterprise.
Export a snapshot
Velocity can back up and restore all feed and real-time analytic items in a site using an item configuration file. By default, the item configuration file is created automatically every 24 hours and can be found in the configuration backup location specified during installation.
To manually export a copy of the site item configuration, complete the following steps:
Sign in to the Velocity Administrator directory.
Click Backup Restore Info.
Click Export Snapshot.
Import a snapshot
To import an item configuration file, complete the following steps:
Sign in to the Velocity Administrator directory.
Click Backup Restore Info.
Click Import Snapshot.
Note:
This action recreates feeds and real-time analytics under the authenticated account performing the action. You may need to redistribute these items to other users. Credentials and API keys are not preserved as part of an item configuration file. Items may require some level of reconfiguration.
Reset a site
You can reset a site to delete all existing feed and real-time analytic items owned by users. To reset a site, complete the following steps:
Sign in to the Velocity Administrator directory.
Click Backup Restore Info.
Click Reset Site.
Import and configure server certificates
You can import an existing server, root, or intermediate certificate.
Import an existing CA-signed certificate
Note:
To import the certificate into your portal, the certificate and its associated private key must be stored in the PKCS#12 format, which is represented by a file with either the .p12 or .pfx extension.
To import a CA-signed certificate to the Velocity Administrator directory, complete the following steps:
Sign in to the Velocity Administrator directory using the Velocity primary site administrator credentials.
The URL is in the format
https://<your_velocity_FQDN>:7143/arcgis/admin.Accept the security warnings presented by your browser.
Click machines > [machine name].
Click sslcertificates, then click importExistingServerCertificate, and provide the information for the following options:
Certificate Password: Type the password to unlock the file containing the certificate.
Alias: Type a unique name that easily identifies the certificate. For example,
server-cert.Certificate File: Browse to the location and select the existing CA-signed certificate.
Import certificate chain: Check this check box if you want to import root or intermediate certificates included in the
.pfxor.p12file. The alias for these certificates matches the alias provided above and are appended with either_rootor_intermediatedepending on the type of certificate.
Click Import.
Import a root or intermediate certificate
To import a root or intermediate certificate to the Velocity Administrator directory, complete the following steps:
Sign in to the Velocity Administrator directory using the Velocity primary site administrator credentials.
The URL is in the format
https://<your_velocity_FQDN>:7143/arcgis/admin.From Velocity Administrator directory, click machines > [machine name].
Click sslcertificates > ImportRootOrIntermediate.
On the Import Root or Intermediate page, provide the following information:
Alias: Type a unique name for the alias. For example, caroot.
Browse to the location and select the root certificate provided by CA.
Click Import.
Note:
This step automatically restarts your Velocity site.
Note:
Importing a root certificate automatically restarts your Velocity site.
Update Velocity security information
You can update the security configuration and the site administrator credentials.
Update the security configuration
The security configuration returns the identity store information, along with various security configurations, for an organization. Use the update operation to update the security configuration, including TLS protocols and cipher suites, for your Velocity site. To update the security configuration, complete the following steps:
Sign in to the Velocity Administrator directory.
Click Security > config > update.
Update the primary site administrator credentials
You create the primary site administrator account when you create the Velocity site. You can update the credentials for this account using either the user interface or the command line.
Update the primary site administrator credentials using the user interface
To change the username or password for this account, complete the following steps:
Sign in to the Velocity Administrator directory.
Click Security > psa > update.
Reset a primary site administrator's password using the command line
Complete the following steps to reset the password for the primary site administrator:
Open a command-line window using the Run as administrator option.
At the command line, browse to the
C:\Program Files\ArcGIS\Velocity\password-resetfolder.For example,
cd "C:\Program Files\ArcGIS\Velocity\password-reset"If you have forgotten the name of the primary site administrator account and want to retrieve it, run the
resetPassword.batutility with the-loption.resetPassword -lTo reset the password, run the
resetPassword.batutility.resetPassword my_new_password
Sign in to Velocity.
Open a new Bourne shell.
Browse to the folder
<installation location>/arcgis/Velocity/password-reset.If you have forgotten the name of the primary site administrator account and want to retrieve it, run the
resetPassword.shutility with the-loption.sudo resetPassword.sh -lTo reset the password, run the
resetPassword.shutility.sudo resetPassword.sh my_new_password resetPassword my_new_password
View and edit JVM memory settings by Velocity component
You can view license information and edit memory properties.
View licenses
The system licenses resource returns license information for Velocity. A valid license is required for Velocity to function correctly. This resource returns higher-level licensing information, such as the version of Velocity and license expiration date. To view system information, complete the following steps:
Sign in to the Velocity Administrator directory.
Click System > Licenses.
View and update properties
The system properties resource returns information about the memory allocation for each Velocity service. By default, each service has a minimum of 500 MB and a maximum of 2048 MB of memory. To view the system properties memory allocation, complete the following steps:
Sign in to the Velocity Administrator directory.
Click System > Properties.
You can change the minimum and maximum memory values allocated to each of the Velocity services using the Update Properties operation. Consider increasing the minimum and maximum memory for these services when Velocity exhibits a need for additional memory. To update the memory allocation of each Velocity service, complete the following steps:
Sign in to the Velocity Administrator directory.
Click System > Properties > Update Properties.
Note:
Changing the minimum or maximum memory settings for the following services automatically restarts the affected service.
The following services restart automatically: ArcGIS Velocity Enterprise Control Plane, ArcGIS Velocity Enterprise Feeds, ArcGIS Velocity Enterprise Real-Time Analytics, and ArcGIS Velocity Enterprise Stream Server.
For the ArcGIS Velocity Enterprise Gateway, changes to the minimum or maximum memory settings do not automatically restart the services. You must manually restart the gateway for the changes to take effect.
Manage Velocity logs
Velocity records events and associated errors in logs. Logs are an important tool for monitoring and troubleshooting problems with your organization. Information in the logs helps you identify errors and provides context on how to address problems. The logs also contain a history of events over time.
All events record specific information, such as the log level type, the time at which the event occurred, the source component that logged it, the machine on which the event occurred, and an item ID, if applicable.
Log levels
The following table describes the log levels:
| Level | Description |
|---|---|
| Severe | Serious problems that require immediate attention. This level only includes severe messages. |
| Warning | Moderate problems that require attention. This level includes severe messages. |
| Info | Common administrative messages, including messages about organization settings being updated. This level includes severe and warning messages. |
| Fine | Common messages from the use of the organization, such as names of operations and requests received. This level includes severe, warning, and information messages. |
| Verbose | Messages that provide additional detail about how the organization fulfills operations and requests. This level includes severe, warning, info, and fine messages. When querying the Admin Log, you can choose the Verbose option from the dropdown menu. |
| Debug | Highly verbose messages designed for developers and support technicians who need a deeper understanding of the organization's state during troubleshooting. Do not use this level in a production environment, as it may degrade performance. If you are not troubleshooting an issue, use the warning level instead. |
Log source
The following table describes events logged from one of the following sources:
| Source | Description |
|---|---|
| Admin Log | Activity related to system administration, such as login attempts, service management operations, and server configuration changes. |
| Control Plane | Platform-level operations, such as service startup, configuration, health checks, and background system maintenance. |
| Feed Manager | Feed lifecycle orchestration, such as feed start and stop actions, task initialization, scheduling, and execution outcomes. |
| Real-time Analytic Manager | Real-time analytics processes, such as analytic startup, processing behavior, metrics, warnings, and runtime errors. |
| Stream Manager | Lifecycle and runtime management of streams, such as stream creation, deployment, and operational status. |
Query logs
To query and view logs, complete the following steps:
Sign in to the Velocity Administrator directory.
Click Logs > Query.
When querying logs, you can filter by log level, source component, start time or end time, and item ID.
Clean logs
Cleaning logs involves removing all logs from the disk for all log sources. This action cannot be undone. To clean logs, complete the following steps:
Sign in to the Velocity Administrator directory.
Click Logs > Clean.
Edit log settings
When working with Velocity logs, you may need to change some of the log settings to effectively capture events. To edit log settings, complete the following steps:
Sign in to the Velocity Administrator directory.
Click Logs > Settings.
When editing log settings, changes to the log location or maximum log file age in days automatically restart all Velocity services.
View site information
The site information resource contains information about the current version and build of Velocity. To view site information, complete the following steps:
Sign in to the Velocity Administrator directory.
The URL is in the format:
<your velocity FQDN>:7143/arcgis/adminClick Home > Info.