Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Monitoring processes

The Processes page lets you view information about what the system is doing. This includes any service operations you started and any internal maintenance processes the system needs to run.

Monitoring service operations

You can use the Admin App, CLI, and REST API to monitor all service operations. These include:

  • The initial deployments of services when the system was installed.
  • Service relocations that you begin.

For each one, the system shows:

  • The name of the service involved
  • The status of the operation
  • The number of steps completed out of the total number of steps
Admin App instructions

Procedure

  1. Select the Processes window.

Results

The Service Operations tab shows information about in-progress and completed service operations.

Related CLI commands

listSystemTasks

getSystemTask

Related REST API methods

GET /tasks/system

GET /tasks/system/{uuid}

You can get help on specific REST API methods for the Admin App at REST API - Admin.

Monitoring system processes

You can use the Admin App, REST API, and CLI to view the progress of internal system processes. These include package installation tasks and regularly scheduled system maintenance activities such as log rotation.

For each process, your system shows:

  • The process name
  • The process state
  • The times at which each step in the process run occurred
NoteSystem processes have a type of SCHEDULED or ONE-TIME.
Admin App instructions

Procedure

  1. In the Admin App, select Processes.

  2. To view the currently running processes, select the System tab.

  3. To view the scheduled processes, select the Scheduled tab.

Related CLI commands

listSystemTasks

getSystemTask

Related REST API methods

GET /tasks/system

GET /tasks/system/{uuid}

You can get help on specific REST API methods for the Admin App at REST API - Admin.

 

  • Was this article helpful?