Viewing Management Station Details
View the details for a management station in OS Management Hub, such as the compartment where it resides, its mirror sync schedule, and the last mirror sync.
Navigate
Management station information
- Compartment: Compartment where the management station resides.
- Description: Description of the management station, if one was provided.
- OS version: OS version running on the management station.
- Architecture: Processor architecture used on the management station.
- Software sources: Number of mirrored software sources being synced on the management station.
- Location: The location of the instance. For management stations, this could be on-premises or third-party cloud.
- Mirror storage: Size of the mirror storage associated with the station.
- Last check-in: Date and time when the management station last checked in with OS Management Hub. Management stations check in every 2 minutes.
- Mirror sync schedule: Frequency of mirror syncs. Select Edit to change the frequency.
- Next mirror sync: Date and time of next scheduled mirror sync.
- Station managed instance: Name of the instance assigned the role of a management station. Select the name of the instance to view instance details.
- Peer stations: A list of other management stations that are behind the same load balancer within a high availability configuration. Stations are identified as peers if they have the same hostname and compartment. See Configuring High Availability for Management Stations.
- OCID: Oracle Cloud Identifier (OCID) assigned to the management station.
Configuration
- Hostname: The hostname or IP address associated with your on-premises or third-party cloud instance. Or, if configuring high availability, the hostname or IP address of the load balancer.
- Proxy address range: Address ranges in your network that are permitted to use this management station as a proxy to the OS Management Hub service. For example, 192.168.0.0/16 would allow all instances in your data center with a 192.168.x.x IP address to use the management station as a proxy, and 0.0.0.0/0 would allow all IP addresses to use the management station as a proxy.
- Proxy listening port: The TCP port for the management station to receive proxy requests. For example, port
16080
. The management station listens on this port for incoming connections from instances in the data center. - Proxy forward: The URL, hostname, or IP address of the external-facing forward HTTP proxy or firewall. The management station uses this proxy host to connect through the internet to OCI.
- Automatic configure: When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
- Storage path: Full directory path to the data volume on the management station where the software source mirrors are stored. Such as
/mnt/mirror
. - Mirror listening port (http): An available TCP port for the management station to receive HTTP yum requests. For example, port
17080
. The management station listens on this port for connections from on-premises or third-party cloud instances. - Mirror listening port (https): An available TCP port for the management station to receive HTTPS yum requests. For example, port
17443
. The management station listens on this port for connections from on-premises or third-party cloud instances. - SSL certificate path: The full path to the SSL certificate. If blank, OS Management Hub uses a self-signed certificate.
- Verify SSL certificates: When enabled, instances verify the SSL certificate when installing or updating packages from the software sources mirrored on the management station.
Resources
- Status: Displays the mirror sync status, volume capacity, and status of mirrored software sources.
- Jobs: Jobs associated with the station.
- Associated instances: Displays a list of instances that are using the station.
- Associated profiles: Displays a list of profiles that are associated with the station.
Use the oci os-management-hub management-station get command and required parameters to view management station details.
oci os-management-hub management-station get --management-station-id ocid [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the GetManagementStation operation to get detailed information about a management station.