Editing a Management Station
Modify the name, description, hostname, proxy configuration, and mirror configuration of a management station in OS Management Hub.
If you change the proxy or mirror configuration, instances using the station might be unable to communicate with OS Management Hub and you must reconfigure the firewall and SELinux on the management station. Updates to the basic details of the management station, such as its name or description, don't require reconfiguration.
Navigate
Add basic details
Provide the basic information and settings for the management station:
- Name: Name for the management station. The name doesn't need to be unique, because an Oracle Cloud Identifier (OCID) uniquely identifies the station. Avoid entering confidential information.
- Description: (Optional) Description for the management station. Avoid entering confidential information.
- 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. The hostname must be resolvable by other instances in your network.
- Automatically configure station: When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.
Proxy configuration
Provide the proxy configuration information for the station:
-
Permitted address ranges: A comma-separated list of 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.
Valid values include:
- IPv4 or IPv6 addresses
- Single IP addresses
- CIDR ranges
*
(wildcard)
- Listening port: An available 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 host: (Optional) 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.
Mirror configuration
Provide the mirror configuration information for 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: (Optional) The full path to your SSL certificate, if you want to use your own certificate. If left 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.
Review and update
Review the modified details of the management station, and then click Save changes.
If you updated the mirror or proxy configuration, you must update the firewall and SELinux configuration.
Update SELinux and firewall settings
If you updated the mirror or proxy configuration, you must update the firewall and SELinux configuration using the following steps. Use the oci os-management-hub management-station update command and required parameters to edit the management station.
oci os-management-hub management-station update --management-station-id ocid [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the UpdateManagementStation operation to update the configuration of a management station.