Hitachi Ops Center Administrator
Hitachi Ops Center Administrator is the administrative component of the Hitachi Ops Center suite. It provides centralized management, monitoring, and configuration capabilities for Hitachi storage systems through REST APIs and a web interface.
Software pattern summary
The following table gives an overview of the pattern characteristics:
Product component | OS type | Versioning | Pattern depth |
|---|---|---|---|
| Ops Center Administrator | UNIX | REST API | Instance-based |
Platforms supported by the pattern
The pattern discovers Hitachi Ops Center Administrator deployments on the UNIX system.
Identification
To run a discovery of the product, the pattern must be triggered.
Software instance triggers
The following table gives details about the pattern trigger:
Pattern | Trigger node | Attribute | Condition | Argument |
|---|---|---|---|---|
| Ops Center Administrator | DiscoveredProcess | cmd | matches | regex "/bin/bash" |
args | matches | regex "/opt/rainier/scripts/start-rainier-pipe" |
Simple identification mappings
The following component is identified by using the simple identity mappings that map the product's known processes:
Name | Command | Argument |
|---|---|---|
| Hitachi Ops Center Administrator | regex "/bin/bash" | regex "/opt/rainier/scripts/start-rainier-pipe" |
Versioning
Version information for the product is collected by using the REST API versioning method instead of package versioning:
- The product version is obtained by sending a request to the /v1/product-version API endpoint.
- The major.minor version is extracted from the API response and displayed in SoftwareInstance.
Application model produced by the software pattern
If the pattern discovers a SoftwareInstance of Hitachi Ops Center Administrator, it defines the application model for the SoftwareInstance.
Pattern trigger
The Ops Center Administrator pattern is triggered by a Bash process (/bin/bash) whose arguments include /opt/rainier/scripts/start-rainier-pipe.
SI depth
The pattern creates an instance-based SoftwareInstance with a key based on the SI type and host key.
Software instance modeling
The pattern models the Ops Center Administrator process.
Relationship creation
When establishing relationships for the software instance, the following rules apply:
- The listening port used by the software instance is associated with the SoftwareInstance.
- No parent process association is performed unless future enhancements specify authentication or parent mapping.
Information sources
- Process command and arguments
- REST API responses (/, /main<location>.js, /v1/product-version)
Open issues
There are no known open issues with this pattern.