title
stringlengths
4
168
content
stringlengths
7
1.74M
commands
listlengths
1
5.62k
url
stringlengths
79
342
Chapter 146. Vert.x HTTP Client
Chapter 146. Vert.x HTTP Client Since Camel 3.5 Only producer is supported The Vert.x HTTP component provides the capability to produce messages to HTTP endpoints via the Vert.x Web Client . 146.1. Dependencies When using vertx-http with Red Hat build of Camel Spring Boot make sure to use the following Maven dependency...
[ "<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-vertx-http-starter</artifactId> </dependency>", "vertx-http:hostname[:port][/resourceUri][?options]", "vertx-http:httpUri", "from(\"direct:start\") .to(\"vertx-http:https://camel.apache.org\");", "WebClientOptions options = new W...
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.8/html/red_hat_build_of_apache_camel_for_spring_boot_reference/csb-camel-vertx-http-component-starter
Chapter 7. Configuring SCAP contents
Chapter 7. Configuring SCAP contents You can upload SCAP data streams and tailoring files to define compliance policies. 7.1. Loading the default SCAP contents By loading the default SCAP contents on Satellite Server, you ensure that the data streams from the SCAP Security Guide (SSG) are loaded and assigned to all org...
[ "hammer scap-content bulk-upload --type default", "rpm2cpio scap-security-guide-0.1.69-3.el8_6.noarch.rpm | cpio -iv --to-stdout ./usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml > ssg-rhel-8.6-ds.xml", "hammer scap-content bulk-upload --type directory --directory /usr/share/xml/scap/my_content/ --location \" M...
https://docs.redhat.com/en/documentation/red_hat_satellite/6.15/html/managing_security_compliance/Configuring_SCAP_Contents_security-compliance
Chapter 1. About Serverless
Chapter 1. About Serverless 1.1. OpenShift Serverless overview OpenShift Serverless provides Kubernetes native building blocks that enable developers to create and deploy serverless, event-driven applications on OpenShift Container Platform. OpenShift Serverless is based on the open source Knative project , which provi...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/serverless/about-serverless
Chapter 3. Red Hat Quay user accounts overview
Chapter 3. Red Hat Quay user accounts overview A user account represents an individual with authenticated access to the platform's features and functionalities. User accounts provide the capability to create and manage repositories, upload and retrieve container images, and control access permissions for these resource...
[ "curl -X POST -H \"Authorization: Bearer <bearer_token>\" -H \"Content-Type: application/json\" -d '{ \"username\": \"newuser\", \"email\": \"newuser@example.com\" }' \"https://<quay-server.example.com>/api/v1/superuser/users/\"", "{\"username\": \"newuser\", \"email\": \"newuser@example.com\", \"password\": \"12...
https://docs.redhat.com/en/documentation/red_hat_quay/3.13/html/use_red_hat_quay/user-create
Chapter 1. Red Hat build of Keycloak features and concepts
Chapter 1. Red Hat build of Keycloak features and concepts Red Hat build of Keycloak is a single sign on solution for web apps and RESTful web services. The goal of Red Hat build of Keycloak is to make security simple so that it is easy for application developers to secure the apps and services they have deployed in th...
null
https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/24.0/html/server_administration_guide/red_hat_build_of_keycloak_features_and_concepts
30.2. System Requirements
30.2. System Requirements Processor Architectures One or more processors implementing the Intel 64 instruction set are required: that is, a processor of the AMD64 or Intel 64 architecture. RAM Each VDO volume has two distinct memory requirements: The VDO module requires 370 MB plus an additional 268 MB per each 1 TB of...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/storage_administration_guide/vdo-qs-requirements
6.4. Using Maven Dependencies for Red Hat JBoss Data Virtualization
6.4. Using Maven Dependencies for Red Hat JBoss Data Virtualization In order to use the correct Maven dependencies in your Red Hat JBoss Data Virtualization project, you must add relevant Bill Of Materials (BOM) and parent POM files to the project's pom.xml file. Adding the BOM and parent POM files ensures that the cor...
[ "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd\"> <modelVersion>4.0.0</modelVersion> <!-- Example POM file using t...
https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/installation_guide/using_maven_dependencies_for_red_hat_jboss_data_virtualization
Chapter 6. Using the Node Tuning Operator
Chapter 6. Using the Node Tuning Operator Learn about the Node Tuning Operator and how you can use it to manage node-level tuning by orchestrating the tuned daemon. 6.1. About the Node Tuning Operator The Node Tuning Operator helps you manage node-level tuning by orchestrating the TuneD daemon and achieves low latency ...
[ "get tuned.tuned.openshift.io/default -o yaml -n openshift-cluster-node-tuning-operator", "apiVersion: tuned.openshift.io/v1 kind: Tuned metadata: name: default namespace: openshift-cluster-node-tuning-operator spec: profile: - data: | [main] summary=Optimize systems running OpenShift (provider specific parent pr...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/scalability_and_performance/using-node-tuning-operator
Logging
Logging OpenShift Container Platform 4.12 Configuring and using logging in OpenShift Container Platform Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/logging/index
Scalability and performance
Scalability and performance OpenShift Container Platform 4.14 Scaling your OpenShift Container Platform cluster and tuning performance in production environments Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/scalability_and_performance/index
Chapter 17. configuration
Chapter 17. configuration This chapter describes the commands under the configuration command. 17.1. configuration show Display configuration details Usage: Table 17.1. Command arguments Value Summary -h, --help Show this help message and exit --mask Attempt to mask passwords (default) --unmask Show password in clear t...
[ "openstack configuration show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] [--mask | --unmask]" ]
https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/command_line_interface_reference/configuration
3.5. Configuring FTP
3.5. Configuring FTP File Transport Protocol (FTP) is an old and complex multi-port protocol that presents a distinct set of challenges to an Load Balancer Add-On environment. To understand the nature of these challenges, you must first understand some key things about how FTP works. 3.5.1. How FTP Works With most othe...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/load_balancer_administration/s1-lvs-ftp-vsa
Chapter 19. Flow Control
Chapter 19. Flow Control Flow control can be used to limit the flow of messaging data between a client and server so that messaging participants are not overwhelmed. You can manage the flow of data from both the consumer side and the producer side. 19.1. Consumer Flow Control JBoss EAP messaging includes configuration ...
[ "<connection-factory name=\"MyConnFactory\" ... consumer-window-size=\"1048576\" />", "/subsystem=messaging-activemq/server=default/connection-factory=InVmConnectionFactory:read-attribute(name=consumer-window-size) { \"outcome\" => \"success\", \"result\" => 1048576 }", "/subsystem=messaging-activemq/server=def...
https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4/html/configuring_messaging/flow_control
Chapter 5. Installing a cluster on GCP with network customizations
Chapter 5. Installing a cluster on GCP with network customizations In OpenShift Container Platform version 4.16, you can install a cluster with a customized network configuration on infrastructure that the installation program provisions on Google Cloud Platform (GCP). By customizing your network configuration, your cl...
[ "ssh-keygen -t ed25519 -N '' -f <path>/<file_name> 1", "cat <path>/<file_name>.pub", "cat ~/.ssh/id_ed25519.pub", "eval \"USD(ssh-agent -s)\"", "Agent pid 31874", "ssh-add <path>/<file_name> 1", "Identity added: /home/<you>/<path>/<file_name> (<computer_name>)", "tar -xvf openshift-install-linux.tar.g...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/installing_on_gcp/installing-gcp-network-customizations
Chapter 2. Installation
Chapter 2. Installation This section outlines the differences between Red Hat Enterprise Linux 6 and Red Hat Enterprise Linux 5 installation procedures. Depending on which release of Red Hat Enterprise Linux 5 you are migrating from, not all of the options and techniques listed here will be relevant to your environment...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/migration_planning_guide/chap-migration_guide-installation
Chapter 5. The User Interface
Chapter 5. The User Interface The automation controller User Interface (UI) provides a graphical framework for your IT orchestration requirements. The navigation panel provides quick access to automation controller resources, such as Projects , Inventories , Job Templates , and Jobs . Note The automation controller UI ...
null
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/automation_controller_user_guide/assembly-controller-user-interface
Chapter 3. Configuring the Red Hat Ceph Storage cluster
Chapter 3. Configuring the Red Hat Ceph Storage cluster To deploy the Red Hat Ceph Storage cluster for your Red Hat OpenStack Platform environment, you must first configure the Red Hat Ceph Storage cluster options for your environment. Configure the Red Hat Ceph Storage cluster options: Configuring time synchronization...
[ "cat <<EOF > initial-ceph.conf [global] ms_cluster_mode: secure ms_service_mode: secure ms_client_mode: secure EOF openstack overcloud ceph deploy --config initial-ceph.conf", "openstack overcloud ceph deploy --ntp-server \"<ntp_server_list>\"", "openstack overcloud ceph deploy --ntp-server \"0.pool.ntp.org,1.p...
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.0/html/deploying_red_hat_ceph_storage_and_red_hat_openstack_platform_together_with_director/assembly_deployed_ceph_storage_cluster_deployingcontainerizedrhcs
Red Hat Ansible Automation Platform release notes
Red Hat Ansible Automation Platform release notes Red Hat Ansible Automation Platform 2.4 New features, enhancements, and bug fix information Red Hat Customer Content Services
null
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html-single/red_hat_ansible_automation_platform_release_notes/index
Chapter 6. Administer Micrometer in JBoss EAP
Chapter 6. Administer Micrometer in JBoss EAP 6.1. Adding Micrometer subsystem using the Management CLI The Micrometer subsystem enhances monitoring capabilities in JBoss EAP by facilitating comprehensive metrics gathering and publication. However, the org.jboss.extension.micrometer subsystem is available to all standa...
[ "./jboss-cli.sh --connect", "[standalone@localhost:9990 /] /extension=org.wildfly.extension.micrometer:read-resource", "[standalone@localhost:9990 /] /extension=org.wildfly.extension.micrometer:add", "[standalone@localhost:9990 /] /subsystem=micrometer:add(endpoint=\"http://localhost:4318/v1/metrics\")", "[...
https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.0/html/using_jboss_eap_xp_5.0/administer_micrometer_in_jboss_eap
Appendix B. Revision History
Appendix B. Revision History Revision History Revision 1-43 Fri Feb 7 2020 Jan Fiala Async release with an update of the Compliance and Vulnerability Scanning chapter. Revision 1-42 Fri Aug 9 2019 Mirek Jahoda Version for 7.7 GA publication. Revision 1-41 Sat Oct 20 2018 Mirek Jahoda Version for 7.6 GA publication. Rev...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/security_guide/app-security_guide-revision_history
Chapter 3. New features
Chapter 3. New features This section lists all major updates, enhancements, and new features introduced in this release of Red Hat Ceph Storage. The main features added by this release are: Containerized Cluster Red Hat Ceph Storage 5 supports only containerized daemons. It does not support non-containerized storage cl...
[ "ceph config set osd osd_memory_target_autotune true" ]
https://docs.redhat.com/en/documentation/red_hat_ceph_storage/5/html/release_notes/enhancements
Chapter 4. Specifics of Individual Software Collections
Chapter 4. Specifics of Individual Software Collections This chapter is focused on the specifics of certain Software Collections and provides additional details concerning these components. 4.1. Red Hat Developer Toolset Red Hat Developer Toolset is designed for developers working on the Red Hat Enterprise Linux platfo...
null
https://docs.redhat.com/en/documentation/red_hat_software_collections/3/html/3.6_release_notes/chap-individual_collections
Preface
Preface The dynamic plugin support is based on the backend plugin manager package, which is a service that scans a configured root directory ( dynamicPlugins.rootDirectory in the app config) for dynamic plugin packages and loads them dynamically. You can use the dynamic plugins that come preinstalled with Red Hat Devel...
null
https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.3/html/dynamic_plugins_reference/pr01
20.3. Quota Accounting
20.3. Quota Accounting When a quota is assigned to a consumer or a resource, each action by that consumer or on the resource involving storage, vCPU, or memory results in quota consumption or quota release. Since the quota acts as an upper bound that limits the user's access to resources, the quota calculations may dif...
null
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.3/html/administration_guide/quota_accounting
Chapter 105. KafkaUserTlsExternalClientAuthentication schema reference
Chapter 105. KafkaUserTlsExternalClientAuthentication schema reference Used in: KafkaUserSpec The type property is a discriminator that distinguishes use of the KafkaUserTlsExternalClientAuthentication type from KafkaUserTlsClientAuthentication , KafkaUserScramSha512ClientAuthentication . It must have the value tls-ext...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.7/html/streams_for_apache_kafka_api_reference/type-kafkausertlsexternalclientauthentication-reference
Chapter 40. Compiler and Tools
Chapter 40. Compiler and Tools Shenandoah garbage collector The new, low pause time Shenandoah garbage collector, is now available as a Technology Preview for OpenJDK on the Intel 64, AMD64, and 64-bit ARM architectures. Shenandoah performs concurrent evacuation which allows users to run with large heaps without long p...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/7.4_release_notes/technology_previews_compiler_and_tools
Release notes
Release notes Red Hat Service Interconnect 1.8 Latest information about features and issues in this release
null
https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.8/html/release_notes/index
Chapter 65. SFTP Source
Chapter 65. SFTP Source Receive data from an SFTP Server. 65.1. Configuration Options The following table summarizes the configuration options available for the sftp-source Kamelet: Property Name Description Type Default Example connectionHost * Connection Host Hostname of the SFTP server string connectionPort * Connec...
[ "apiVersion: camel.apache.org/v1alpha1 kind: KameletBinding metadata: name: sftp-source-binding spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1alpha1 name: sftp-source properties: connectionHost: \"The Connection Host\" directoryName: \"The Directory Name\" password: \"The Password\" username: \"Th...
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel_k/1.10.9/html/kamelets_reference/sftp-source
5.2.14. /proc/kcore
5.2.14. /proc/kcore This file represents the physical memory of the system and is stored in the core file format. Unlike most /proc/ files, kcore displays a size. This value is given in bytes and is equal to the size of the physical memory (RAM) used plus 4 KB. The contents of this file are designed to be examined by a...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/reference_guide/s2-proc-kcore
2.5. Considerations for Using Quorum Disk
2.5. Considerations for Using Quorum Disk Quorum Disk is a disk-based quorum daemon, qdiskd , that provides supplemental heuristics to determine node fitness. With heuristics you can determine factors that are important to the operation of the node in the event of a network partition. For example, in a four-node cluste...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/cluster_administration/s1-qdisk-considerations-ca
Chapter 80. BuildConfigTemplate schema reference
Chapter 80. BuildConfigTemplate schema reference Used in: KafkaConnectTemplate Property Description metadata Metadata to apply to the PodDisruptionBudgetTemplate resource. MetadataTemplate pullSecret Container Registry Secret with the credentials for pulling the base image. string
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.5/html/amq_streams_api_reference/type-buildconfigtemplate-reference
Chapter 20. Integrating with Microsoft Sentinel notifier
Chapter 20. Integrating with Microsoft Sentinel notifier Microsoft Sentinel is a security information and event management (SIEM) solution which acts on Red Hat Advanced Cluster Security for Kubernetes (RHACS) alerts and audit logs. 20.1. Viewing the log analytics to detect threats By creating a Microsoft Sentinel inte...
[ "{ \"TimeGenerated\": \"2024-09-03T10:56:58.5010069Z\", 1 \"msg\": { 2 \"id\": \"1abe30d1-fa3a-xxxx-xxxx-781f0a12228a\", 3 \"policy\" : {} } }" ]
https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.7/html/integrating/integrating-with-microsoft-sentinel-notifier
Chapter 34. Preparing your environment for managing IdM using Ansible playbooks
Chapter 34. Preparing your environment for managing IdM using Ansible playbooks As a system administrator managing Identity Management (IdM), when working with Red Hat Ansible Engine, it is good practice to do the following: Create a subdirectory dedicated to Ansible playbooks in your home directory, for example ~/MyPl...
[ "mkdir ~/MyPlaybooks/", "cd ~/MyPlaybooks", "[defaults] inventory = /home/ your_username /MyPlaybooks/inventory [privilege_escalation] become=True", "[eu] server.idm.example.com [us] replica.idm.example.com [ipaserver:children] eu us", "ssh-keygen", "ssh-copy-id admin@server.idm.example.com ssh-copy-id ad...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_idm_users_groups_hosts_and_access_control_rules/preparing-your-environment-for-managing-idm-using-ansible-playbooks_managing-users-groups-hosts
Appendix A. Reference: Settings in Administration Portal and VM Portal Windows
Appendix A. Reference: Settings in Administration Portal and VM Portal Windows A.1. Explanation of Settings in the New Virtual Machine and Edit Virtual Machine Windows A.1.1. Virtual Machine General Settings Explained The following table details the options available on the General tab of the New Virtual Machine and Ed...
null
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.3/html/virtual_machine_management_guide/appe-Reference_Settings_in_Administration_Portal_and_User_Portal_Windows
A.2. PCP Deployment
A.2. PCP Deployment To monitor an entire cluster, the recommended approach is to install and configure PCP so that the GFS2 PMDA is enabled and loaded on each node of the cluster along with any other PCP services. You will then be able to monitor nodes either locally or remotely on a machine that has PCP installed with...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/global_file_system_2/s1-pcpdeployment
13.2.14. Configuring Domains: Active Directory as an LDAP Provider (Alternative)
13.2.14. Configuring Domains: Active Directory as an LDAP Provider (Alternative) While Active Directory can be configured as a type-specific identity provider, it can also be configured as a pure LDAP provider with a Kerberos authentication provider. Procedure 13.7. Configuring Active Directory as an LDAP Provider It i...
[ "[logging] default = FILE:/var/log/krb5libs.log [libdefaults] default_realm = AD.EXAMPLE.COM dns_lookup_realm = true dns_lookup_kdc = true ticket_lifetime = 24h renew_lifetime = 7d rdns = false forwardable = false Define only if DNS lookups are not working AD.EXAMPLE.COM = { kdc = server.ad.example.com admin_server...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/sect-sssd-ad-ldap-proc
Chapter 1. Creating the Red Hat automation hub API token
Chapter 1. Creating the Red Hat automation hub API token Before you can interact with automation hub by uploading or downloading collections, you must create an API token. The automation hub API token authenticates your ansible-galaxy client to the Red Hat automation hub server. You can create an API token by using Tok...
[ "curl https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token -d grant_type=refresh_token -d client_id=\"cloud-services\" -d refresh_token=\"{{ user_token }}\" --fail --silent --show-error --output /dev/null" ]
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.3/html/getting_started_with_automation_hub/con-create-api-token
Release notes for Red Hat build of OpenJDK 17.0.4
Release notes for Red Hat build of OpenJDK 17.0.4 Red Hat build of OpenJDK 17 Red Hat Customer Content Services
null
https://docs.redhat.com/en/documentation/red_hat_build_of_openjdk/17/html/release_notes_for_red_hat_build_of_openjdk_17.0.4/index
Chapter 2. Accessing the web console
Chapter 2. Accessing the web console The OpenShift Container Platform web console is a user interface accessible from a web browser. Developers can use the web console to visualize, browse, and manage the contents of projects. 2.1. Prerequisites JavaScript must be enabled to use the web console. For the best experience...
[ "INFO Install complete! INFO Run 'export KUBECONFIG=<your working directory>/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. INFO The cluster is ready when 'oc login -u kubeadmin -p <provided>' succeeds (wait a few minutes). INFO Access the OpenShift web-console here: https://console-openshift-...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.10/html/web_console/web-console
Providing feedback on Red Hat documentation
Providing feedback on Red Hat documentation We appreciate your feedback on our documentation. Let us know how we can improve it. Submitting feedback through Jira (account required) Log in to the Jira website. Click Create in the top navigation bar Enter a descriptive title in the Summary field. Enter your suggestion fo...
null
https://docs.redhat.com/en/documentation/red_hat_developer_tools/1/html/using_go_1.22_toolset/proc_providing-feedback-on-red-hat-documentation_using-go-toolset
Chapter 4. LVM Administration with CLI Commands
Chapter 4. LVM Administration with CLI Commands This chapter summarizes the individual administrative tasks you can perform with the LVM Command Line Interface (CLI) commands to create and maintain logical volumes. In addition to the LVM Command Line Interface (CLI), you can use System Storage Manager (SSM) to configur...
[ "lvcreate -L 50MB new_vg Rounding up size to full physical extent 52.00 MB Logical volume \"lvol0\" created", "lvcreate -v -L 50MB new_vg Finding volume group \"new_vg\" Rounding up size to full physical extent 52.00 MB Archiving volume group \"new_vg\" metadata (seqno 4). Creating logical volume lvol0 Creating v...
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/logical_volume_manager_administration/LVM_CLI
Chapter 6. Customizing the web console in OpenShift Container Platform
Chapter 6. Customizing the web console in OpenShift Container Platform You can customize the OpenShift Container Platform web console to set a custom logo, product name, links, notifications, and command line downloads. This is especially helpful if you need to tailor the web console to meet specific corporate or gover...
[ "oc create configmap console-custom-logo --from-file /path/to/console-custom-logo.png -n openshift-config", "apiVersion: v1 kind: ConfigMap metadata: name: console-custom-logo namespace: openshift-config binaryData: console-custom-logo.png: <base64-encoded_logo> ... 1", "oc edit consoles.operator.openshift.io c...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.10/html/web_console/customizing-web-console
Specialized hardware and driver enablement
Specialized hardware and driver enablement OpenShift Container Platform 4.10 Learn about hardware enablement on OpenShift Container Platform Red Hat OpenShift Documentation Team
[ "oc adm release info 4.10.0 --image-for=driver-toolkit", "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0fd84aee79606178b6561ac71f8540f404d518ae5deff45f6d6ac8f02636c7f4", "podman pull --authfile=path/to/pullsecret.json quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<SHA>", "oc new-project simpl...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.10/html-single/specialized_hardware_and_driver_enablement/index
Chapter 3. Overview of Bare Metal certification
Chapter 3. Overview of Bare Metal certification The bare-metal certification overview provides details about product publication in the catalog, product release, certification duration, and recertification. 3.1. Publication on the catalog When you certify your server for bare metal on Red Hat OpenShift Container Platfo...
null
https://docs.redhat.com/en/documentation/red_hat_hardware_certification/2025/html/red_hat_openshift_container_platform_hardware_bare_metal_certification_policy_guide/assembly-overview-of-the-bare-metal-certification-life-cycle_rhosp-bm-pol-prerequisites
Replacing devices
Replacing devices Red Hat OpenShift Data Foundation 4.18 Instructions for safely replacing operational or failed devices Red Hat Storage Documentation Team Abstract This document explains how to safely replace storage devices for Red Hat OpenShift Data Foundation.
null
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/replacing_devices/index
Chapter 6. ironic-inspector
Chapter 6. ironic-inspector The following chapter contains information about the configuration options in the ironic-inspector service. 6.1. inspector.conf This section contains options for the /etc/ironic-inspector/inspector.conf file. 6.1.1. DEFAULT The following table outlines the options available under the [DEFAUL...
null
https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/configuration_reference/ironic_inspector
Chapter 19. Activation and Passivation Modes
Chapter 19. Activation and Passivation Modes Activation is the process of loading an entry into memory and removing it from the cache store. Activation occurs when a thread attempts to access an entry that is in the store but not the memory (namely a passivated entry). Passivation mode allows entries to be stored in th...
null
https://docs.redhat.com/en/documentation/red_hat_data_grid/6.6/html/administration_and_configuration_guide/chap-activation_and_passivation_modes
Chapter 16. Installing a cluster with the support for configuring multi-architecture compute machines
Chapter 16. Installing a cluster with the support for configuring multi-architecture compute machines An OpenShift Container Platform cluster with multi-architecture compute machines supports compute machines with different architectures. Note When you have nodes with multiple architectures in your cluster, the archite...
[ "./openshift-install version", "./openshift-install 4.17.0 built from commit abc123etc release image quay.io/openshift-release-dev/ocp-release@sha256:abc123wxyzetc release architecture multi default architecture amd64", "apiVersion: v1 baseDomain: example.openshift.com compute: - architecture: amd64 1 hyperthre...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/installing_on_gcp/installing-gcp-multiarch-support
13.5. Locking Down Printing
13.5. Locking Down Printing You can disable the print dialog from being shown to users. This can be useful if you are giving temporary access to a user or you do not want the user to print to network printers. Important This feature will only work in applications which support it. Not all GNOME and third party applicat...
[ "user-db:user system-db:local", "Prevent applications from printing disable-printing=true", "List the keys used to configure lockdown /org/gnome/desktop/lockdown/disable-printing", "dconf update" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/desktop_migration_and_administration_guide/lockdown-printing
9.3. NFS Client Configuration
9.3. NFS Client Configuration The mount command mounts NFS shares on the client side. Its format is as follows: This command uses the following variables: options A comma-delimited list of mount options; refer to Section 9.5, "Common NFS Mount Options" for details on valid NFS mount options. server The hostname, IP add...
[ "mount -t nfs -o options server : /remote/export /local/directory", "server:/usr/local/pub /pub nfs defaults 0 0", "server : /remote/export /local/directory nfs options 0 0" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/storage_administration_guide/nfs-clientconfig
Chapter 13. TigerVNC
Chapter 13. TigerVNC TigerVNC (Tiger Virtual Network Computing) is a system for graphical desktop sharing which allows you to remotely control other computers. TigerVNC works on the client-server principle: a server shares its output ( vncserver ) and a client ( vncviewer ) connects to the server. Note Unlike in Red Ha...
[ "~]# yum install tigervnc-server", "~]# cp /usr/lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@.service", "ExecStart=/usr/bin/vncserver_wrapper <USER> %i", "~]# systemctl daemon-reload", "~]# su - USER ~]USD vncpasswd Password: Verify:", "~]USD su - USER_1 ~]USD vncpasswd Password: Ve...
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/system_administrators_guide/ch-TigerVNC
Chapter 2. Requirements
Chapter 2. Requirements 2.1. Subscriptions and repositories It is important to keep the subscription, kernel, and patch level identical on all cluster nodes and to ensure that the correct repositories are enabled. Check out the following documentation for guidelines on how to enable the required subscriptions and repos...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux_for_sap_solutions/8/html/configuring_ha_clusters_to_manage_sap_netweaver_or_sap_s4hana_application_server_instances_using_the_rhel_ha_add-on/asmb_req_v8-configuring-clusters-to-manage
probe::tcpmib.ActiveOpens
probe::tcpmib.ActiveOpens Name probe::tcpmib.ActiveOpens - Count an active opening of a socket Synopsis tcpmib.ActiveOpens Values op value to be added to the counter (default value of 1) sk pointer to the struct sock being acted on Description The packet pointed to by skb is filtered by the function tcpmib_filter_key ....
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/systemtap_tapset_reference/api-tcpmib-activeopens
Chapter 55. SensorUpgradeService
Chapter 55. SensorUpgradeService 55.1. TriggerSensorUpgrade POST /v1/sensorupgrades/cluster/{id} 55.1.1. Description 55.1.2. Parameters 55.1.2.1. Path Parameters Name Description Required Default Pattern id X null 55.1.3. Return Type Object 55.1.4. Content Type application/json 55.1.5. Responses Table 55.1. HTTP Respon...
[ "Foo foo = ...; Any any; any.PackFrom(foo); if (any.UnpackTo(&foo)) { }", "Foo foo = ...; Any any = Any.pack(foo); if (any.is(Foo.class)) { foo = any.unpack(Foo.class); } // or if (any.isSameTypeAs(Foo.getDefaultInstance())) { foo = any.unpack(Foo.getDefaultInstance()); }", "Example 3: Pack and unpack a message...
https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.5/html/api_reference/sensorupgradeservice
28.2. Managing Certificates and Certificate Authorities
28.2. Managing Certificates and Certificate Authorities Almost every IdM topology will include an integrated Dogtag Certificate System to manage certificates for servers/replicas, hosts, users, and services within the IdM domain. The Dogtag Certificate System configuration itself may require changes as the domain and t...
[ "certutil -L -d /etc/httpd/alias", "grep subsystem.select /etc/pki-ca/CS.cfg subsystem.select= New", "Number of certificates and requests being tracked: 8. Request ID '20131125153455': status: MONITORING stuck: no key pair storage: type=NSSDB,location='/var/lib/pki-ca/alias',nickname='auditSigningCert cert-pki-...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/identity_management_guide/cas
Storage
Storage Red Hat build of MicroShift 4.18 Configuring and managing cluster storage Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.18/html/storage/index
Chapter 2. Build and Run a Java Application on the JBoss EAP for OpenShift Image
Chapter 2. Build and Run a Java Application on the JBoss EAP for OpenShift Image The following workflow demonstrates using the Source-to-Image (S2I) process to build and run a Java application on the JBoss EAP for OpenShift image. As an example, the kitchensink quickstart is used in this procedure. It demonstrates a Ja...
[ "oc new-project <project_name>", "oc new-project eap-demo", "keytool -genkey -keyalg RSA -alias <alias_name> -keystore <keystore_filename.jks> -validity 360 -keysize 2048", "keytool -genkey -keyalg RSA -alias eapdemo-selfsigned -keystore keystore.jks -validity 360 -keysize 2048", "oc create secret generic <...
https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4/html/getting_started_with_jboss_eap_for_openshift_container_platform/build_run_java_app_s2i
Chapter 8. Miscellaneous changes
Chapter 8. Miscellaneous changes This section provides an overview of the various miscellaneous changes happening in this release. 8.1. Changes to delivery of JBoss EAP Natives and Apache HTTP Server JBoss EAP 8.0 natives are delivered differently in this release than in JBoss EAP 6. Some components include Red Hat JBo...
[ "WFLYCTL0184: New missing/unsatisfied dependencies", "mvn wildfly:undeploy", "mvn wildfly:undeploy -pl application-A,application-B mvn wildfly:undeploy -pl data-shared" ]
https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.0/html/migration_guide/miscellaneous-changes
Chapter 3. MTA 7.1.0
Chapter 3. MTA 7.1.0 3.1. New features This section provides the new features and improvements of the Migration Toolkit for Applications (MTA) 7.1.0. Support for analyzing applications managed with Gradle has been added to MTA In earlier releases of Migration Toolkit for Applications (MTA), you could use MTA to analyze...
[ "oc wait --for=condition=Successful --namespace=openshift-mta tackles.tackle.konveyor.io/tackle tackle.tackle.konveyor.io/tackle condition met" ]
https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.1/html/release_notes/mta-7-1-0
Chapter 11. Certified Cloud and Service Provider certification workflow
Chapter 11. Certified Cloud and Service Provider certification workflow The Certified Cloud Provider Agreement requires that Red Hat certifies the images (templates) from which tenant instances are created to ensure a fully supported configuration for end customers. There are two methods for certifying the images for R...
null
https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/4/html/configuring_and_managing_red_hat_update_infrastructure/assembly_cmg-certified-ccsp-certification-workflow
22.3. Online Resources
22.3. Online Resources For z/VM publications, refer to http://www.vm.ibm.com/library/ . For IBM Z I/O connectivity information, refer to http://www.ibm.com/systems/z/hardware/connectivity/index.html . For IBM Z cryptographic coprocessor information, refer to http://www.ibm.com/security/cryptocards/ . For IBM Z DASD sto...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/installation_guide/sect-additional-references-online-s390
Chapter 117. Saga
Chapter 117. Saga Only producer is supported The Saga component provides a bridge to execute custom actions within a route using the Saga EIP. The component should be used for advanced tasks, such as deciding to complete or compensate a Saga with completionMode set to MANUAL . Refer to the Saga EIP documentation for he...
[ "<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-saga-starter</artifactId> </dependency>", "saga:action", "saga:action" ]
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.8/html/red_hat_build_of_apache_camel_for_spring_boot_reference/csb-camel-saga-component-starter
Chapter 5. PodSecurityPolicySelfSubjectReview [security.openshift.io/v1]
Chapter 5. PodSecurityPolicySelfSubjectReview [security.openshift.io/v1] Description PodSecurityPolicySelfSubjectReview checks whether this user/SA tuple can create the PodTemplateSpec Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer). Type object R...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/security_apis/podsecuritypolicyselfsubjectreview-security-openshift-io-v1
Chapter 2. Fixed issues
Chapter 2. Fixed issues 2.1. AMQ JMS ENTMQCL-2681 - Wait() sometimes blocks forever when closing producers In earlier releases of the product, the producer wait() operation could block indefinitely when a message send failed. In this release, the wait() operation completes as expected. ENTMQCL-2784 - Do not de-duplicat...
null
https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/amq_clients_2.10_release_notes/fixed_issues
Chapter 1. Getting Started
Chapter 1. Getting Started You can install Red Hat Enterprise Linux with an installation utility called Anaconda . Most users can simply follow the procedure outlined in Section 4.1, "Interactive Installation" to install Red Hat Enterprise Linux using the graphical interface in Anaconda . Users with advanced requiremen...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/installation_guide/chap-getting-started
14.13.8. Changing the Memory Allocation for the Domain
14.13.8. Changing the Memory Allocation for the Domain The virsh setmaxmem domain size --config --live --current allows the setting of the maximum memory allocation for a guest virtual machine as shown: The size that can be given for the maximum memory is a scaled integer that by default is expressed in kibibytes, unle...
[ "virsh setmaxmem rhel6 1024 --current" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/virtualization_administration_guide/sub-sect-displaying_per_guest_virtual_machine_information-changing_the_memory_allocation_for_the_domain
Chapter 2. Planning an upgrade
Chapter 2. Planning an upgrade An in-place upgrade is the recommended and supported way to upgrade your SAP HANA system to the major version of RHEL. You should consider the following before upgrading to RHEL 9: Operating system: SAP HANA is installed with a version which is supported on both the source and target RHEL...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux_for_sap_solutions/9/html/upgrading_sap_environments_from_rhel_8_to_rhel_9/asmb_planning-upgrade_asmb_supported-upgrade-paths
Chapter 17. Servers and Services
Chapter 17. Servers and Services rear rebased to version 2.4 The rear packages that provide the Relax-and-Recover tool (ReaR) have been upgraded to upstream version 2.4, which provides a number of bug fixes and enhancements over the version. Notably: The default behavior when resizing partitions in migration mode has b...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/7.6_release_notes/new_features_servers_and_services
Release Notes for Streams for Apache Kafka 2.9 on RHEL
Release Notes for Streams for Apache Kafka 2.9 on RHEL Red Hat Streams for Apache Kafka 2.9 Highlights of what's new and what's changed with this release of Streams for Apache Kafka on Red Hat Enterprise Linux
[ "config.providers.env.class=org.apache.kafka.common.config.provider.EnvVarConfigProvider" ]
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.9/html-single/release_notes_for_streams_for_apache_kafka_2.9_on_rhel/index
14.3.8. Revoking an SSH CA Certificate
14.3.8. Revoking an SSH CA Certificate If a certificate is stolen, it should be revoked. Although OpenSSH does not provide a mechanism to distribute the revocation list it is still easier to create the revocation list and distribute it by other means then to change the CA keys and all host and user certificates previou...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/sec-revoking_an_ssh_ca_certificate
Chapter 5. Managing DHCP by using Capsule
Chapter 5. Managing DHCP by using Capsule Satellite can integrate with a DHCP service by using your Capsule. A Capsule has multiple DHCP providers that you can use to integrate Satellite with your existing DHCP infrastructure or deploy a new one. You can use the DHCP module of Capsule to query for available IP addresse...
[ "satellite-maintain packages install bind-utils", "dnssec-keygen -r /dev/urandom -a HMAC-MD5 -b 512 -n HOST omapi_key cat Komapi_key.+*.private | grep ^Key|cut -d ' ' -f2-", "satellite-installer --foreman-proxy-dhcp-key-name \" My_Name \" --foreman-proxy-dhcp-key-secret \" My_Secret \"" ]
https://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/installing_capsule_server/managing-dhcp-by-using-capsule
Chapter 12. Socket Tapset
Chapter 12. Socket Tapset This family of probe points is used to probe socket activities. It contains the following probe points:
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/systemtap_tapset_reference/socket.stp
33.6. Managing DNS Forwarding
33.6. Managing DNS Forwarding DNS forwarding affects how DNS queries are answered. By default, the BIND service integrated with IdM is configured to act as both an authoritative and recursive DNS server. When a DNS client queries a name belonging to a DNS zone for which the IdM server is authoritative, BIND replies wit...
[ "ipa dnsrecord-add idm.example.com. sub_zone1 --ns-rec= 192.0.2.1", "ipa dnsforwardzone-add sub_zone1 .idm.example.com. --forwarder 192.0.2.1", "[user@server ~]USD ipa dnsconfig-mod --forwarder=192.0.2.254 Global forwarders: 192.0.2.254", "ipa dnsforwardzone-add --help", "[user@server ~]USD ipa dnsforwardzo...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/managing-dns-forwarding
3.4. Saving a Configuration Change to a File
3.4. Saving a Configuration Change to a File When using the pcs command, you can use the -f option to save a configuration change to a file without affecting the active CIB. If you have previously configured a cluster and there is already an active CIB, you use the following command to save the raw xml file. For exampl...
[ "pcs cluster cib filename", "pcs cluster cib testfile", "pcs -f testfile resource create VirtualIP ocf:heartbeat:IPaddr2 ip=192.168.0.120 cidr_netmask=24 op monitor interval=30s", "pcs cluster cib-push testfile" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/high_availability_add-on_reference/s1-pcsfilesave-HAAR
A.3. Non-Reserved Keywords
A.3. Non-Reserved Keywords Keyword Usage ACCESSPATTERN other constraints , non-reserved identifier ARRAYTABLE array table , non-reserved identifier AUTO_INCREMENT table element , non-reserved identifier AVG standard aggregate function , non-reserved identifier CHAIN sql exception , non-reserved identifier COLUMNS array...
null
https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/development_guide_volume_3_reference_material/non-reserved_keywords
function::env_var
function::env_var Name function::env_var - Fetch environment variable from current process Synopsis Arguments name Name of the environment variable to fetch Description Returns the contents of the specified environment value for the current process. If the variable isn't set an empty string is returned.
[ "env_var:string(name:string)" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/systemtap_tapset_reference/api-env-var
3.12. UDP Unicast Traffic
3.12. UDP Unicast Traffic As of the Red Hat Enterprise Linux 6.2 release, the nodes in a cluster can communicate with each other using the UDP Unicast transport mechanism. It is recommended, however, that you use IP multicasting for the cluster network. UDP unicast is an alternative that can be used when IP multicastin...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/cluster_administration/s1-unicast-traffic-CA
Chapter 141. Hazelcast Set Component
Chapter 141. Hazelcast Set Component Available as of Camel version 2.7 The Hazelcast Set component is one of Camel Hazelcast Components which allows you to access Hazelcast distributed set. 141.1. Options The Hazelcast Set component supports 3 options, which are listed below. Name Description Default Type hazelcastInst...
[ "hazelcast-set:cacheName" ]
https://docs.redhat.com/en/documentation/red_hat_fuse/7.13/html/apache_camel_component_reference/hazelcast-set-component
Chapter 80. OpenTelemetryTracing schema reference
Chapter 80. OpenTelemetryTracing schema reference Used in: KafkaBridgeSpec , KafkaConnectSpec , KafkaMirrorMaker2Spec , KafkaMirrorMakerSpec The type property is a discriminator that distinguishes use of the OpenTelemetryTracing type from JaegerTracing . It must have the value opentelemetry for the type OpenTelemetryTr...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.7/html/streams_for_apache_kafka_api_reference/type-OpenTelemetryTracing-reference
function::atomic_read
function::atomic_read Name function::atomic_read - Retrieves an atomic variable from kernel memory Synopsis Arguments addr pointer to atomic variable Description Safely perform the read of an atomic variable.
[ "atomic_read:long(addr:long)" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/systemtap_tapset_reference/api-atomic-read
25.3. Booleans
25.3. Booleans SELinux is based on the least level of access required for a service to run. Services can be run in a variety of ways; therefore, you need to specify how you run your services. Use the following Booleans to set up SELinux: openshift_use_nfs Having this Boolean enabled allows installing OpenShift on an NF...
[ "~]USD getsebool -a | grep service_name", "~]USD sepolicy booleans -b boolean_name" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide/sect-managing_confined_services-openshift-booleans
Chapter 19. Authenticating the user in the desktop environment
Chapter 19. Authenticating the user in the desktop environment You can perform the following operations: Configure enterprise login options in GNOME, Enable smart card authentication, and Enable fingerprint authentication. 19.1. Using enterprise credentials to authenticate in GNOME You can use your enterprise domain cr...
[ "User@example.com", "realm list", "yum install dconf-editor", "[org/gnome/login-screen] enable-password-authentication='false' enable-smartcard-authentication='true'", "dconf update" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/using_the_desktop_environment_in_rhel_8/authenticating-the-user-in-the-desktop-environment_using-the-desktop-environment-in-rhel-8
Appendix A. Using your subscription
Appendix A. Using your subscription Service Registry is provided through a software subscription. To manage your subscriptions, access your account at the Red Hat Customer Portal. Accessing your account Go to access.redhat.com . If you do not already have an account, create one. Log in to your account. Activating a sub...
null
https://docs.redhat.com/en/documentation/red_hat_integration/2023.q4/html/service_registry_user_guide/using_your_subscription
8.25. createrepo
8.25. createrepo 8.25.1. RHBA-2013:0879 - createrepo bug fix update An updated createrepo package that fixes two bugs is now available for Red Hat Enterprise Linux 6. The createrepo package contains a utility that generates a common metadata repository from a directory of RPM packages. Bug Fixes BZ# 877301 Previously, ...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.5_technical_notes/createrepo
17.2. Requesting Certificates through the Console
17.2. Requesting Certificates through the Console The Certificate Setup Wizard for the CA, OCSP, KRA, and TKS automates the certificate enrollment process for subsystem certificates. The Console can create, submit, and install certificate requests and certificates for any of the certificates used by that subsystem. The...
[ "pkiconsole https://server.example.com:8443/ca", "-----BEGIN NEW CERTIFICATE REQUEST----- MIICJzCCAZCgAwIBAgIBAzANBgkqhkiG9w0BAQQFADBC6SAwHgYDVQQKExdOZXRzY2FwZSBDb21tdW5pY2 F0aW9uczngjhnMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyNzE5MDAwMFoXDTk5MDIyMzE5MDA wMnbjdgngYoxIDAeBgNVBAoTF05ldHNjYXBlIENvbW11bmljYXRpb25zMQ...
https://docs.redhat.com/en/documentation/red_hat_certificate_system/10/html/administration_guide/Requesting_a_Subsystem_Server_or_Signing_Certificate_through_the_Console
16.6. Additional Resources
16.6. Additional Resources For additional information, see The DHCP Handbook; Ralph Droms and Ted Lemon; 2003 or the following resources. 16.6.1. Installed Documentation dhcpd man page - Describes how the DHCP daemon works. dhcpd.conf man page - Explains how to configure the DHCP configuration file; includes some examp...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s1-dhcp-additional-resources
Chapter 16. Deploying routed provider networks
Chapter 16. Deploying routed provider networks 16.1. Advantages of routed provider networks In Red Hat OpenStack Platform (RHOSP), administrators can create routed provider networks. Routed provider networks are typically used in edge deployments, and rely on multiple layer 2 network segments instead of traditional net...
[ "- name: Compute ServicesDefault: - OS::TripleO::Services::NeutronMetadataAgent", "- name: Compute ServicesDefault: - OS::TripleO::Services::NeutronDhcpAgent - OS::TripleO::Services::NeutronMetadataAgent", "parameter_defaults: NeutronEnableIsolatedMetadata: true", "openstack extension list --network --max-wid...
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.1/html/configuring_red_hat_openstack_platform_networking/deploy-routed-prov-networks_rhosp-network
Chapter 3. Cluster capabilities
Chapter 3. Cluster capabilities Cluster administrators can use cluster capabilities to enable or disable optional components prior to installation. Cluster administrators can enable cluster capabilities at anytime after installation. Note Cluster administrators cannot disable a cluster capability after it is enabled. 3...
[ "capabilities: baselineCapabilitySet: v4.11 1 additionalEnabledCapabilities: 2 - CSISnapshot - Console - Storage", "oc get clusterversion version -o jsonpath='{.spec.capabilities}{\"\\n\"}{.status.capabilities}{\"\\n\"}'", "{\"additionalEnabledCapabilities\":[\"openshift-samples\"],\"baselineCapabilitySet\":\"N...
https://docs.redhat.com/en/documentation/openshift_container_platform_installation/4.15/html/installation_overview/cluster-capabilities
Chapter 10. LocalSubjectAccessReview [authorization.k8s.io/v1]
Chapter 10. LocalSubjectAccessReview [authorization.k8s.io/v1] Description LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. Type object R...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/authorization_apis/localsubjectaccessreview-authorization-k8s-io-v1
Chapter 5. Tools for administration of Red Hat Satellite
Chapter 5. Tools for administration of Red Hat Satellite You can use multiple tools to manage Red Hat Satellite. 5.1. Satellite web UI overview You can manage and monitor your Satellite infrastructure from a browser with the Satellite web UI. For example, you can use the following navigation features in the Satellite w...
null
https://docs.redhat.com/en/documentation/red_hat_satellite/6.15/html/overview_concepts_and_deployment_considerations/tools-for-administration-of-satellite_planning
Chapter 1. Account configuration
Chapter 1. Account configuration After creating your account, update basic information about your company. Set your location and add your contact information. Note 1.1. Add your company information Once you have created your new account, add you company information with these steps: Click the gear icon located in the r...
[ "The account view is only visible to administrators, not to members." ]
https://docs.redhat.com/en/documentation/red_hat_3scale_api_management/2.15/html/admin_portal_guide/account-configuration
Chapter 5. Configuring the web console in OpenShift Container Platform
Chapter 5. Configuring the web console in OpenShift Container Platform You can modify the OpenShift Container Platform web console to set a logout redirect URL or disable the quick start tutorials. 5.1. Prerequisites Deploy an OpenShift Container Platform cluster. 5.2. Configuring the web console You can configure the ...
[ "oc edit console.config.openshift.io cluster", "apiVersion: config.openshift.io/v1 kind: Console metadata: name: cluster spec: authentication: logoutRedirect: \"\" 1 status: consoleURL: \"\" 2" ]
https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/web_console/configuring-web-console
probe::vm.kmem_cache_free
probe::vm.kmem_cache_free Name probe::vm.kmem_cache_free - Fires when kmem_cache_free is requested Synopsis vm.kmem_cache_free Values caller_function Name of the caller function. call_site Address of the function calling this kmemory function ptr Pointer to the kmemory allocated which is returned by kmem_cache name Nam...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/systemtap_tapset_reference/api-vm-kmem-cache-free
Chapter 20. Red Hat Enterprise Linux Atomic Host 7.5.3
Chapter 20. Red Hat Enterprise Linux Atomic Host 7.5.3 20.1. Atomic Host OStree update : New Tree Version: 7.5.3 (hash: 03d524a16c8d76897f097565ca7452c1a5e2541f8c2beab145adf622499c7c64) Changes since Tree Version 7.5.2 (hash: 7eae04224d894f6f0b57bf3c77f78c749d64813bd1543290f4b0276c81082617) Updated packages : microdnf-...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux_atomic_host/7/html/release_notes/red_hat_enterprise_linux_atomic_host_7_5_3
Chapter 3. Authentication [config.openshift.io/v1]
Chapter 3. Authentication [config.openshift.io/v1] Description Authentication specifies cluster-wide settings for authentication (like OAuth and webhook token authenticators). The canonical name of an instance is cluster . Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releas...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/config_apis/authentication-config-openshift-io-v1
Chapter 1. Features
Chapter 1. Features The features added in this release, and that were not in releases of AMQ Streams, are outlined below. Note To view all the enhancements and bugs that are resolved in this release, see the AMQ Streams Jira project . 1.1. Kafka 2.8.0 support AMQ Streams now supports Apache Kafka version 2.8.0. AMQ Str...
null
https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/release_notes_for_amq_streams_1.8_on_rhel/features-str
Chapter 3. Running Red Hat build of Keycloak in a container
Chapter 3. Running Red Hat build of Keycloak in a container This chapter describes how to optimize and run the Red Hat build of Keycloak container image to provide the best experience running a container. Warning This chapter applies only for building an image that you run in a OpenShift environment. Only an OpenShift ...
[ "FROM registry.redhat.io/rhbk/keycloak-rhel9:24 as builder Enable health and metrics support ENV KC_HEALTH_ENABLED=true ENV KC_METRICS_ENABLED=true Configure a database vendor ENV KC_DB=postgres WORKDIR /opt/keycloak for demonstration purposes only, please make sure to use proper certificates in production instead ...
https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/24.0/html/server_guide/containers-
Chapter 6. Managing image streams
Chapter 6. Managing image streams Image streams provide a means of creating and updating container images in an on-going way. As improvements are made to an image, tags can be used to assign new version numbers and keep track of changes. This document describes how image streams are managed. 6.1. Why use imagestreams A...
[ "apiVersion: image.openshift.io/v1 kind: ImageStream metadata: annotations: openshift.io/generated-by: OpenShiftNewApp labels: app: ruby-sample-build template: application-template-stibuild name: origin-ruby-sample 1 namespace: test spec: {} status: dockerImageRepository: 172.30.56.218:5000/test/origin-ruby-sample ...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.10/html/images/managing-image-streams
8.130. ltrace
8.130. ltrace 8.130.1. RHBA-2014:1604 - ltrace bug fix update Updated ltrace packages that fix two bugs are now available for Red Hat Enterprise Linux 6. The ltrace utility is a debugging program that runs a specified command until the command exits. While the command is executing, ltrace intercepts and records both th...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.6_technical_notes/ltrace
16.15. Disk Partitioning Setup
16.15. Disk Partitioning Setup Warning It is always a good idea to back up any data that you have on your systems. For example, if you are upgrading or creating a dual-boot system, you should back up any data you wish to keep on your storage devices. Mistakes do happen and can result in the loss of all your data. Impor...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/installation_guide/s1-diskpartsetup-ppc