title
stringlengths
4
168
content
stringlengths
7
1.74M
commands
listlengths
1
5.62k
url
stringlengths
79
342
4.3. Reverting to an Ext2 File System
4.3. Reverting to an Ext2 File System In order to revert to an ext2 file system, use the following procedure. For simplicity, the sample commands in this section use the following value for the block device: /dev/mapper/VolGroup00-LogVol02 Procedure 4.1. Revert from ext3 to ext2 Unmount the partition by logging in as r...
[ "umount /dev/mapper/VolGroup00-LogVol02", "tune2fs -O ^has_journal /dev/mapper/VolGroup00-LogVol02", "e2fsck -y /dev/mapper/VolGroup00-LogVol02", "mount -t ext2 /dev/mapper/VolGroup00-LogVol02 /mount/point" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/storage_administration_guide/s1-filesystem-ext2-revert
Chapter 10. Installation configuration parameters for IBM Cloud
Chapter 10. Installation configuration parameters for IBM Cloud Before you deploy an OpenShift Container Platform cluster on IBM Cloud(R), you provide parameters to customize your cluster and the platform that hosts it. When you create the install-config.yaml file, you provide values for the required parameters through...
[ "apiVersion:", "baseDomain:", "metadata:", "metadata: name:", "platform:", "pullSecret:", "{ \"auths\":{ \"cloud.openshift.com\":{ \"auth\":\"b3Blb=\", \"email\":\"you@example.com\" }, \"quay.io\":{ \"auth\":\"b3Blb=\", \"email\":\"you@example.com\" } } }", "networking:", "networking: networkType:",...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/installing_on_ibm_cloud/installation-config-parameters-ibm-cloud-vpc
Chapter 14. Using qemu-img
Chapter 14. Using qemu-img The qemu-img command-line tool is used for formatting, modifying, and verifying various file systems used by KVM. qemu-img options and usages are highlighted in the sections that follow. Warning Never use qemu-img to modify images in use by a running virtual machine or any other process. This...
[ "qemu-img check [-f format ] imgname" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/chap-Using_qemu_img
Chapter 9. Deprecated Functionality
Chapter 9. Deprecated Functionality This chapter provides an overview of functionality that has been deprecated in all minor releases of Red Hat Enterprise Linux 7 up to Red Hat Enterprise Linux 7.9. Deprecated functionality continues to be supported until the end of life of Red Hat Enterprise Linux 7. Deprecated funct...
[ "ip=__IP_address__:__peer__:__gateway_IP_address__:__net_mask__:__host_name__:__interface_name__:__configuration_method__" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/7.9_release_notes/deprecated_functionality
Chapter 11. Configuring a System for Accessibility
Chapter 11. Configuring a System for Accessibility Accessibility in Red Hat Enterprise Linux 7 is ensured by the Orca screen reader, which is included in the default installation of the operating system. This chapter explains how a system administrator can configure a system to support users with a visual impairment. O...
[ "~]# systemctl enable brltty.service", "api-parameters Auth=user: user_1, user_2, ... # Allow some local user", "api-parameters Auth=group: group # Allow some local group", "~]# mcookie > /etc/brlapi.key", "~]# chown user_1 /etc/brlapi.key", "~]# chown group_1 /etc/brlapi.key", "api-parameters Auth=keyf...
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/system_administrators_guide/ch-Accessbility
21.4. Additional Resources
21.4. Additional Resources This chapter discusses the basics of using NFS. For more detailed information, refer to the following resources. 21.4.1. Installed Documentation The man pages for nfsd , mountd , exports , auto.master , and autofs (in manual sections 5 and 8) - These man pages show the correct syntax for the ...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/system_administration_guide/Network_File_System_NFS-Additional_Resources
Chapter 4. Operator topologies
Chapter 4. Operator topologies The Ansible Automation Platform Operator uses Red Hat OpenShift Operators to deploy Ansible Automation Platform within Red Hat OpenShift. Customers manage the product and infrastructure lifecycle. Important You can only install a single instance of the Ansible Automation Platform Operator...
[ "apiVersion: aap.ansible.com/v1alpha1 kind: AnsibleAutomationPlatform metadata: name: <aap instance name> spec: eda: automation_server_ssl_verify: 'no' hub: storage_type: 's3' object_storage_s3_secret: '<name of the Secret resource holding s3 configuration>'" ]
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/tested_deployment_models/ocp-topologies
Appendix B. Changes in version 4 of the API
Appendix B. Changes in version 4 of the API This section enumerates the backwards compatibility breaking changes that have been introduced in version 4 of the API. B.1. Removed YAML support The support for YAML has been completely removed. B.2. Renamed complex types The following XML schema complex types have been rena...
[ "<vm> <status> <state>paused</state> <detail>eio</detail> </status> </vm>", "<vm> <status>paused</status> <status_detail>eio</status_detail> </vm>", "POST /ovirt-engine/api/vnicprofiles", "<vnic_profile> <name>myprofile</name> <network id=\"...\"/> <port_mirroring>true</port_mirroring> </vnic_profile>", "PU...
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.3/html/rest_api_guide/documents-a02_changes_in_v4
30.8. Disabling and Enabling sudo Rules
30.8. Disabling and Enabling sudo Rules Disabling a sudo rule temporarily deactivates it. A disabled rule is not removed from IdM and can be enabled again. Disabling and Enabling sudo Rules from the Web UI Under the Policy tab, click Sudo Sudo Rule . Select the rule to disable and click Disable or Enable . Figure 30.15...
[ "ipa sudorule-disable sudo_rule_name ----------------------------------- Disabled Sudo Rule \"sudo_rule_name\" -----------------------------------", "ipa sudorule-enable sudo_rule_name ----------------------------------- Enabled Sudo Rule \"sudo_rule_name\" -----------------------------------" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/linux_domain_identity_authentication_and_policy_guide/suspending-sudo
Streams for Apache Kafka API Reference
Streams for Apache Kafka API Reference Red Hat Streams for Apache Kafka 2.7 Configure a deployment of Streams for Apache Kafka 2.7 on OpenShift Container Platform
[ "config: ssl.cipher.suites: TLS_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 1 ssl.enabled.protocols: TLSv1.3, TLSv1.2 2 ssl.protocol: TLSv1.3 3 ssl.endpoint.identification.algorithm: HTTPS 4", "create secret generic MY-SECRET --from-file= MY-TLS-CERTIFICATE-FILE.crt", "tls: trustedCertificates: - ...
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.7/html-single/streams_for_apache_kafka_api_reference/index
Chapter 2. Configuring an Azure Stack Hub account
Chapter 2. Configuring an Azure Stack Hub account Before you can install OpenShift Container Platform, you must configure a Microsoft Azure account. Important All Azure resources that are available through public endpoints are subject to resource name restrictions, and you cannot create resources that use certain terms...
[ "az cloud register -n AzureStackCloud --endpoint-resource-manager <endpoint> 1", "az cloud set -n AzureStackCloud", "az cloud update --profile 2019-03-01-hybrid", "az login", "az account list --refresh", "[ { \"cloudName\": AzureStackCloud\", \"id\": \"9bab1460-96d5-40b3-a78e-17b15e978a80\", \"isDefault\"...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/installing_on_azure_stack_hub/installing-azure-stack-hub-account
Chapter 11. Provisioning virtual machines in VMware vSphere
Chapter 11. Provisioning virtual machines in VMware vSphere VMware vSphere is an enterprise-level virtualization platform from VMware. Red Hat Satellite can interact with the vSphere platform, including creating new virtual machines and controlling their power management states. 11.1. Prerequisites for VMware provision...
[ "virsh edit your_VM_name <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0' passwd=' your_randomly_generated_password '>", "hammer compute-resource create --datacenter \" My_Datacenter \" --description \"vSphere server at vsphere.example.com \" --locations \" My_Location \" --name \"My_vSphere\" --org...
https://docs.redhat.com/en/documentation/red_hat_satellite/6.15/html/provisioning_hosts/Provisioning_Virtual_Machines_in_VMware_vmware-provisioning
8.9. Configure a Network Team Using the Text User Interface, nmtui
8.9. Configure a Network Team Using the Text User Interface, nmtui The text user interface tool nmtui can be used to configure teaming in a terminal window. Issue the following command to start the tool: The text user interface appears. Any invalid command prints a usage message. To navigate, use the arrow keys or pres...
[ "~]USD nmtui" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/networking_guide/sec-Configure_a_Network_Team_Using_the_Text_User_Interface_nmtui
Preface
Preface The Red Hat build of Cryostat is a container-native implementation of JDK Flight Recorder (JFR) that you can use to securely monitor the Java Virtual Machine (JVM) performance in workloads that run on an OpenShift Container Platform cluster. You can use Cryostat 2.4 to start, stop, retrieve, archive, import, an...
null
https://docs.redhat.com/en/documentation/red_hat_build_of_cryostat/2/html/using_automated_rules_on_cryostat/preface-cryostat
Chapter 2. Installing Red Hat Developer Hub on OpenShift Container Platform with the Helm chart
Chapter 2. Installing Red Hat Developer Hub on OpenShift Container Platform with the Helm chart You can install Red Hat Developer Hub on OpenShift Container Platform by using the Helm chart with one of the following methods: The OpenShift Container Platform console The Helm CLI 2.1. Deploying Developer Hub from the Ope...
[ "global: auth: backend: enabled: true clusterRouterBase: apps.<clusterName>.com # other Red Hat Developer Hub Helm Chart configurations", "Loaded config from app-config-from-configmap.yaml, env 2023-07-24T19:44:46.223Z auth info Configuring \"database\" as KeyStore provider type=plugin Backend failed to start up ...
https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/installing_red_hat_developer_hub_on_openshift_container_platform/assembly-install-rhdh-ocp-helm
Part V. Functional certification for OpenShift badges: Virtualization, Best practices, CNF, CNI, CSI
Part V. Functional certification for OpenShift badges: Virtualization, Best practices, CNF, CNI, CSI Red Hat OpenShift certification badges extend the Red Hat OpenShift Operator certification. The certification badges are built on the foundation of container and operator certifications. By receiving a Red Hat OpenShift...
null
https://docs.redhat.com/en/documentation/red_hat_software_certification/2025/html/red_hat_software_certification_workflow_guide/functional-certification-for-openshift-badges-cnf-cni-csi_openshift-sw-cert-workflow-submitting-your-helm-chart-for-certification
Chapter 103. ZipArtifact schema reference
Chapter 103. ZipArtifact schema reference Used in: Plugin Property Property type Description type string Must be zip . url string URL of the artifact which will be downloaded. Streams for Apache Kafka does not do any security scanning of the downloaded artifacts. For security reasons, you should first verify the artifa...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.9/html/streams_for_apache_kafka_api_reference/type-ZipArtifact-reference
Virtualization
Virtualization OpenShift Container Platform 4.13 OpenShift Virtualization installation, usage, and release notes Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/virtualization/index
6.2. Web UI: Using the Topology Graph to Manage Replication Topology
6.2. Web UI: Using the Topology Graph to Manage Replication Topology Accessing the Topology Graph The topology graph in the web UI shows the relationships between the servers in the domain: Select IPA Server Topology Topology Graph . If you make any changes to the topology that are not immediately reflected in the grap...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/managing-topology-graph-ui
Chapter 16. Tenant networking with IPv6
Chapter 16. Tenant networking with IPv6 16.1. Overview of project networking This chapter contains information about implementing IPv6 subnets in a Red Hat OpenStack Platform (RHOSP) project network. In addition to project networking, with RHOSP director, you can configure IPv6-native deployments for the overcloud node...
[ "openstack project list +----------------------------------+----------+ | ID | Name | +----------------------------------+----------+ | 25837c567ed5458fbb441d39862e1399 | QA | | f59f631a77264a8eb0defc898cb836af | admin | | 4e2e1951e70643b5af7ed52f3ff36539 | demo | | 8561dff8310e4cd8be4b6fd03dc8acf5 | services | +--...
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/16.0/html/networking_guide/sec-ipv6
6.5. Resource Groups
6.5. Resource Groups One of the most common elements of a cluster is a set of resources that need to be located together, start sequentially, and stop in the reverse order. To simplify this configuration, Pacemaker supports the concept of groups. You create a resource group with the following command, specifying the re...
[ "pcs resource group add group_name resource_id [ resource_id ] ... [ resource_id ] [--before resource_id | --after resource_id ]", "pcs resource create resource_id standard:provider:type|type [resource_options] [op operation_action operation_options ] --group group_name", "pcs resource group remove group_name r...
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/high_availability_add-on_reference/s1-resourcegroups-haar
Chapter 15. Servers and Services
Chapter 15. Servers and Services Leftover dbus processes Red Hat Enterprise Linux 7.5 adds a feature that enables users to launch dbus -using applications remotely, for example over SSH or over IBM Platform LSF. However, when processes using dbus are launched remotely, dbus processes keep running even after the main pr...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/7.5_release_notes/new_features_servers_and_services
Chapter 1. Red Hat build of Keycloak Operator installation
Chapter 1. Red Hat build of Keycloak Operator installation Use this procedure to install the Red Hat build of Keycloak Operator in an OpenShift cluster. Open the OpenShift Container Platform web console. In the left column, click Home , Operators , OperatorHub . Search for "Keycloak" on the search input box. Select the...
null
https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/26.0/html/operator_guide/installation-
18. Databases
18. Databases 18.1. PostgreSQL PostgreSQL is an advanced Object-Relational database management system (DBMS). The postgresql packages include the client programs and libraries needed to access a PostgreSQL DBMS server. Red Hat Enterprise Linux 6 features version 8.4 of PostgreSQL 18.2. MySQL MySQL is a multi-user, mult...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.0_release_notes/databases
5.6.3.2. Logical Volume Resizing
5.6.3.2. Logical Volume Resizing The feature that most system administrators appreciate about LVM is its ability to easily direct storage where it is needed. In a non-LVM system configuration, running out of space means -- at best -- moving files from the full device to one with available space. Often it can mean actua...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/introduction_to_system_administration/s3-storage-adv-lvm-resizing
Architecture
Architecture OpenShift Container Platform 4.12 An overview of the architecture for OpenShift Container Platform Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/architecture/index
14.21. Configuring Memory Tuning
14.21. Configuring Memory Tuning The virsh memtune virtual_machine --parameter size is covered in the Virtualization Tuning and Optimization Guide .
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/virtualization_administration_guide/sect-managing_guest_virtual_machines_with_virsh-configuring_memory_tuning
Chapter 8. Setting up the environment for using STS
Chapter 8. Setting up the environment for using STS After you meet the AWS prerequisites, set up your environment and install Red Hat OpenShift Service on AWS (ROSA). Tip AWS Security Token Service (STS) is the recommended credential mode for installing and interacting with clusters on Red Hat OpenShift Service on AWS ...
[ "aws sts get-caller-identity", "chmod +x rosa", "mv rosa /usr/local/bin/rosa", "rosa", "Command line tool for Red Hat OpenShift Service on AWS. For further documentation visit https://access.redhat.com/documentation/en-us/red_hat_openshift_service_on_aws Usage: rosa [command] Available Commands: completion ...
https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html/prepare_your_environment/rosa-sts-setting-up-environment
Chapter 2. Disaster recovery subscription requirement
Chapter 2. Disaster recovery subscription requirement Disaster Recovery features supported by Red Hat OpenShift Data Foundation require all of the following prerequisites to successfully implement a disaster recovery solution: A valid Red Hat OpenShift Data Foundation Advanced entitlement A valid Red Hat Advanced Clust...
null
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/configuring_openshift_data_foundation_disaster_recovery_for_openshift_workloads/disaster-recovery-subscriptions_common
Nodes
Nodes OpenShift Container Platform 4.16 Configuring and managing nodes in OpenShift Container Platform Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/nodes/index
Chapter 8. Configuring authentication
Chapter 8. Configuring authentication Application users need credentials to access Data Grid clusters. You can use default, generated credentials or add your own. 8.1. Default credentials Data Grid Operator generates base64-encoded credentials for the following users: User Secret name Description developer infinispan-g...
[ "get secret infinispan-generated-secret", "get secret infinispan-generated-secret -o jsonpath=\"{.data.identities\\.yaml}\" | base64 --decode", "credentials: - username: myfirstusername password: changeme-one - username: mysecondusername password: changeme-two", "create secret generic --from-file=identities.y...
https://docs.redhat.com/en/documentation/red_hat_data_grid/8.5/html/data_grid_operator_guide/configuring-authentication
function::sprint_loadavg
function::sprint_loadavg Name function::sprint_loadavg - Report a pretty-printed load average Synopsis Arguments None Description Returns the a string with three decimal numbers in the usual format for 1-, 5- and 15-minute load averages.
[ "sprint_loadavg:string()" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/systemtap_tapset_reference/api-sprint-loadavg
Chapter 21. Troubleshooting: Correcting problems with filtering
Chapter 21. Troubleshooting: Correcting problems with filtering The subscriptions service includes several filters that you can use to sort data by different characteristics. These characteristics include subscription attributes, also known as system purpose or subscription settings, depending on the product. Types of ...
null
https://docs.redhat.com/en/documentation/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/proc-trbl-correcting-problems-filtering_assembly-troubleshooting-common-questions-ctxt
9.5. Additional Resources
9.5. Additional Resources For additional information on AIDE, see the following documentation: aide(1) man page aide.conf(5) man page Guide to the Secure Configuration of Red Hat Enterprise Linux 7 (OpenSCAP Security Guide): Verify Integrity with AIDE The AIDE manual
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/security_guide/sec-aide_additional_resources
Storage Strategies Guide
Storage Strategies Guide Red Hat Ceph Storage 8 Creating storage strategies for Red Hat Ceph Storage clusters Red Hat Ceph Storage Documentation Team
[ "ceph osd crush tree --show-shadow ID CLASS WEIGHT TYPE NAME -24 ssd 4.54849 root default~ssd -19 ssd 0.90970 host ceph01~ssd 8 ssd 0.90970 osd.8 -20 ssd 0.90970 host ceph02~ssd 7 ssd 0.90970 osd.7 -21 ssd 0.90970 host ceph03~ssd 3 ssd 0.90970 osd.3 -22 ssd 0.90970 host ceph04~ssd 5 ssd 0.90970 osd.5 -23 ssd 0.9097...
https://docs.redhat.com/en/documentation/red_hat_ceph_storage/8/html-single/storage_strategies_guide/index
5.12. Troubleshooting with the multipathd Interactive Console
5.12. Troubleshooting with the multipathd Interactive Console The multipathd -k command is an interactive interface to the multipathd daemon. Entering this command brings up an interactive multipath console. After executing this command, you can enter help to get a list of available commands, you can enter a interactiv...
[ "multipathd -k > > show config > > CTRL-D", "multipathd -k > > reconfigure > > CTRL-D", "multipathd -k > > show paths > > CTRL-D" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/dm_multipath/multipath_config_confirm
B.32.3. RHSA-2010:0987 - Critical: java-1.6.0-ibm security and bug fix update
B.32.3. RHSA-2010:0987 - Critical: java-1.6.0-ibm security and bug fix update Updated java-1.6.0-ibm packages that fix several security issues and two bugs are now available for Red Hat Enterprise Linux 4 Extras, and Red Hat Enterprise Linux 5 and 6 Supplementary. The Red Hat Security Response Team has rated this updat...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.0_technical_notes/rhsa-2010-0987
3.2. Feature Compatibility Support
3.2. Feature Compatibility Support Red Hat Gluster Storage supports a number of features. Most features are supported with other features, but there are some exceptions. This section clearly identifies which features are supported and compatible with other features to help you in planning your Red Hat Gluster Storage d...
null
https://docs.redhat.com/en/documentation/red_hat_gluster_storage/3.5/html/administration_guide/feature-compatibility
Chapter 11. Troubleshooting
Chapter 11. Troubleshooting When troubleshooting OpenShift sandboxed containers, you can open a support case and provide debugging information using the must-gather tool. If you are a cluster administrator, you can also review logs on your own, enabling a more detailed level of logs. 11.1. Collecting data for Red Hat S...
[ "oc adm must-gather --image=registry.redhat.io/openshift-sandboxed-containers/osc-must-gather-rhel9:1.8.1", "oc adm must-gather -- /usr/bin/gather_audit_logs", "NAMESPACE NAME READY STATUS RESTARTS AGE openshift-must-gather-5drcj must-gather-bklx4 2/2 Running 0 72s openshift-must-gather-5drcj must-gather-s8sdh ...
https://docs.redhat.com/en/documentation/openshift_sandboxed_containers/1.8/html/user_guide/troubleshooting
Chapter 5. Running the AMQ Broker examples
Chapter 5. Running the AMQ Broker examples AMQ Broker ships with many example programs that demonstrate basic and advanced features of the product. You can run these examples to become familiar with the capabilities of AMQ Broker. To run the AMQ Broker examples, you must first set up your machine by installing and conf...
[ "<!-- Configure the JBoss AMQ Maven repository --> <profile> <id>jboss-amq-maven-repository</id> <repositories> <repository> <id>jboss-amq-maven-repository</id> <url>file:// <JBoss-AMQ-repository-path> </url> 1 <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </reposi...
https://docs.redhat.com/en/documentation/red_hat_amq_broker/7.12/html/getting_started_with_amq_broker/running-broker-examples-getting-started
Preface
Preface Deploying applications to a container orchestration platform such as Red Hat OpenShift Container Platform provides a number of advantages from an operational perspective. For example, an update to the base image of an application can be made through a simple in-place upgrade with little to no disruption. Upgrad...
null
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/red_hat_ansible_automation_platform_performance_considerations_for_operator_based_installations/pr01
Chapter 22. Importing projects from Git repositories
Chapter 22. Importing projects from Git repositories Git is a distributed version control system. It implements revisions as commit objects. When you save your changes to a repository, a new commit object in the Git repository is created. Business Central uses Git to store project data, including assets such as rules a...
null
https://docs.redhat.com/en/documentation/red_hat_process_automation_manager/7.13/html/installing_and_configuring_red_hat_process_automation_manager/git-import-proc_install-on-eap
Release notes
Release notes OpenShift Container Platform 4.16 Highlights of what is new and what has changed with this OpenShift Container Platform release Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/index
3.3. Install the Maven Repository
3.3. Install the Maven Repository There are three ways to install the required repositories: On your local file system ( Section 3.3.1, "Local File System Repository Installation" ). On Apache Web Server. With a Maven repository manager ( Section 3.3.2, "Maven Repository Manager Installation" ). Use the option that bes...
null
https://docs.redhat.com/en/documentation/red_hat_data_grid/6.6/html/getting_started_guide/sect-install_the_maven_repository
Chapter 110. Slack
Chapter 110. Slack Both producer and consumer are supported The Slack component allows you to connect to an instance of Slack and delivers a message contained in the message body via a pre established Slack incoming webhook . 110.1. Dependencies When using slack with Red Hat build of Camel Spring Boot make sure to use ...
[ "<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-slack-starter</artifactId> </dependency>", "slack:#channel[?options]", "slack:@userID[?options]", "slack:channel", "<bean id=\"slack\" class=\"org.apache.camel.component.slack.SlackComponent\"> <property name=\"webhookUrl\" value...
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.0/html/red_hat_build_of_apache_camel_for_spring_boot_reference/csb-camel-slack-component-starter
Chapter 14. Using Red Hat build of OptaPlanner in an IDE: an employee rostering example
Chapter 14. Using Red Hat build of OptaPlanner in an IDE: an employee rostering example As a business rules developer, you can use an IDE to build, run, and modify the optaweb-employee-rostering starter application that uses the Red Hat build of OptaPlanner functionality. Prerequisites You use an integrated development...
[ "mvn clean install -DskipTests", "java -jar quarkus-app/quarkus-run.jar", "mvn quarkus:dev", "npm start", "java -Dquarkus.datasource.username=<DATABASE_USER> -Dquarkus.datasource.password=<DATABASE_PASSWORD> -Dquarkus.datasource.jdbc.url=<DATABASE_URL> -jar quarkus-app/quarkus-run.jar", "npm start" ]
https://docs.redhat.com/en/documentation/red_hat_process_automation_manager/7.13/html/developing_solvers_with_red_hat_build_of_optaplanner_in_red_hat_process_automation_manager/assembly-optimizer-modifying-ER-template-IDE
Chapter 53. Desktop
Chapter 53. Desktop Firefox 60.1 ESR fails to start on IBM Z and POWER JavaScript engine in the Firefox 60.1 Extended Support Release (ESR) browser was changed. As a consequence, Firefox 60.1 ESR on IBM Z and POWER architectures fails to start with a segmentation fault error message. (BZ# 1576289 , BZ#1579705) GV100GL ...
[ "yum install brasero-nautilus", "GTK_IM_MODULE=ibus", "-e xorg-x11-drivers -e xorg-x11-drv-vesa init 5" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/7.6_release_notes/known_issues_desktop
Chapter 20. Configuring Routes
Chapter 20. Configuring Routes 20.1. Route configuration 20.1.1. Creating an HTTP-based route A route allows you to host your application at a public URL. It can either be secure or unsecured, depending on the network security configuration of your application. An HTTP-based route is an unsecured route that uses the ba...
[ "oc new-project hello-openshift", "oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/hello-openshift/hello-pod.json", "oc expose pod/hello-openshift", "oc expose svc hello-openshift", "oc get routes -o yaml <name of resource> 1", "apiVersion: route.openshift.io/v1 kind: Route...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/networking/configuring-routes
Chapter 10. Configuring AWS STS for Red Hat Quay
Chapter 10. Configuring AWS STS for Red Hat Quay Support for Amazon Web Services (AWS) Security Token Service (STS) is available for standalone Red Hat Quay deployments and Red Hat Quay on OpenShift Container Platform. AWS STS is a web service for requesting temporary, limited-privilege credentials for AWS Identity and...
[ "{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Statement1\", \"Effect\": \"Allow\", \"Principal\": {}, \"Action\": \"sts:AssumeRole\" } ] }", "{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Statement1\", \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::123492922789:user...
https://docs.redhat.com/en/documentation/red_hat_quay/3.13/html/red_hat_quay_operator_features/configuring-aws-sts-quay
Networking
Networking OpenShift Container Platform 4.7 Configuring and managing cluster networking Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.7/html/networking/index
Chapter 6. Configuring the Image service (glance)
Chapter 6. Configuring the Image service (glance) The Image service (glance) provides discovery, registration, and delivery services for disk and server images. It provides the ability to copy or store a snapshot of a server image. You can use stored images as templates to commission new servers quickly and more consis...
[ "apiVersion: core.openstack.org/v1beta1 kind: OpenStackControlPlane spec: glance: template: glanceAPIs: default: replicas: 3 # Configure back end; set to 3 when deploying service customServiceConfig: | [DEFAULT] enabled_backends = default_backend:cinder [glance_store] default_backend = default_backend [default_back...
https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/configuring_persistent_storage/assembly_glance-configuring-glance_image
Chapter 5. Modifying the DM Multipath configuration file
Chapter 5. Modifying the DM Multipath configuration file By default, DM Multipath provides configuration values for the most common uses of multipathing. In addition, DM Multipath includes support for the most common storage arrays that themselves support DM Multipath. You can override the default configuration values ...
[ "multipathd show config multipath -t", "multipaths { multipath { wwid 3600508b4000156d70001200000b0000 alias yellow path_grouping_policy multibus path_selector \"round-robin 0\" failback manual no_path_retry 5 } multipath { wwid 1DEC _ 321816758474 alias red } }", "defaults { user_friendly_names yes }", "#def...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/configuring_device_mapper_multipath/modifying-the-dm-multipath-configuration-file_configuring-device-mapper-multipath
Chapter 1. Planning for automation mesh in your Red Hat Ansible Automation Platform environment
Chapter 1. Planning for automation mesh in your Red Hat Ansible Automation Platform environment The following topics contain information to help plan an automation mesh deployment in your Ansible Automation Platform environment. The following sections explain the concepts that comprise automation mesh in addition to pr...
[ "[automationcontroller] control-plane-1.example.com", "[automationcontroller] control-plane-1.example.com node_type=control", "[automationcontroller] control-plane-1.example.com [automationcontroller:vars] node_type=control", "[execution_nodes] execution-plane-1.example.com", "[execution_nodes] execution-pl...
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.3/html/red_hat_ansible_automation_platform_automation_mesh_guide/assembly-planning-mesh
B.16. dhcp
B.16. dhcp B.16.1. RHSA-2010:0923 - Moderate: dhcp security update Updated dhcp packages that fix one security issue are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, whi...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.0_technical_notes/dhcp
Installation Guide
Installation Guide Red Hat Ceph Storage 5 Installing Red Hat Ceph Storage on Red Hat Enterprise Linux Red Hat Ceph Storage Documentation Team
null
https://docs.redhat.com/en/documentation/red_hat_ceph_storage/5/html/installation_guide/index
Chapter 3. Reusing bricks and restoring configuration from backups
Chapter 3. Reusing bricks and restoring configuration from backups 3.1. Host replacement prerequisites Determine which node to use as the Ansible controller node (the node from which all Ansible playbooks are executed). Red Hat recommends using a healthy node in the same cluster as the failed node as the Ansible contro...
[ "pkill glusterfsd umount /gluster_bricks/{engine,vmstore,data}", "nodectl info", "sed -i `/ failed-host-frontend.example.com /d` /root/.ssh/known_hosts sed -i `/ failed-host-backend.example.com /d` /root/.ssh/known_hosts", "ssh-copy-id root@ new-host-backend.example.com ssh-copy-id root@ new-host-frontend.exa...
https://docs.redhat.com/en/documentation/red_hat_hyperconverged_infrastructure_for_virtualization/1.8/html/replacing_failed_hosts/replacing-hosts_same-fqdn-backup-config
probe::netdev.set_promiscuity
probe::netdev.set_promiscuity Name probe::netdev.set_promiscuity - Called when the device enters/leaves promiscuity Synopsis Values dev_name The device that is entering/leaving promiscuity mode enable If the device is entering promiscuity mode inc Count the number of promiscuity openers disable If the device is leaving...
[ "netdev.set_promiscuity" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/systemtap_tapset_reference/api-netdev-set-promiscuity
5.338. tzdata
5.338. tzdata 5.338.1. RHEA-2012:1488 - tzdata enhancement update A new tzdata package that updates Daylight Saving Time observations for several countries is now available. The tzdata packages contain data files with rules for various time zones around the world. This updated package adds the following time-zone chang...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.3_technical_notes/tzdata
18.13. Network & Hostname
18.13. Network & Hostname To configure essential networking features for your system, select Network & Hostname at the Installation Summary screen. Locally accessible interfaces are automatically detected by the installation program and cannot be manually added or deleted. The detected interfaces are listed in the left...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/installation_guide/sect-network-hostname-configuration-s390
Chapter 5. Setting up the test environment
Chapter 5. Setting up the test environment To certify your product, you must first set up the environment where you can run the tests. The test environment consists of a host system. A test host is a workstation used as a medium for accessing the OpenShift cluster. Note Red Hat recommends partners to enable FIPS mode o...
[ "subscription-manager register", "subscription-manager list --available*", "subscription-manager attach --pool=<pool_ID>", "subscription-manager repos --enable=cert-1-for-rhel-9-x86_64-rpms", "dnf install redhat-certification dnf install redhat-certification-rhoso" ]
https://docs.redhat.com/en/documentation/red_hat_software_certification/2025/html/red_hat_openstack_services_on_openshift_certification_workflow_guide/setting-up-the-test-environment_for-openstack-infrastructure-non-containerized-applications
Chapter 12. Converting a connected cluster to a disconnected cluster
Chapter 12. Converting a connected cluster to a disconnected cluster There might be some scenarios where you need to convert your OpenShift Container Platform cluster from a connected cluster to a disconnected cluster. A disconnected cluster, also known as a restricted cluster, does not have an active connection to the...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/postinstallation_configuration/converting-to-disconnected
Chapter 5. LVM Configuration Examples
Chapter 5. LVM Configuration Examples This chapter provides some basic LVM configuration examples. 5.1. Creating an LVM Logical Volume on Three Disks This example creates an LVM logical volume called new_logical_volume that consists of the disks at /dev/sda1 , /dev/sdb1 , and /dev/sdc1 . 5.1.1. Creating the Physical Vo...
[ "pvcreate /dev/sda1 /dev/sdb1 /dev/sdc1 Physical volume \"/dev/sda1\" successfully created Physical volume \"/dev/sdb1\" successfully created Physical volume \"/dev/sdc1\" successfully created", "vgcreate new_vol_group /dev/sda1 /dev/sdb1 /dev/sdc1 Volume group \"new_vol_group\" successfully created", "vgs VG #...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/cluster_logical_volume_manager/LVM_examples
10.2.4. User and System Connections
10.2.4. User and System Connections NetworkManager connections are always either user connections or system connections . Depending on the system-specific policy that the administrator has configured, users may need root privileges to create and modify system connections. NetworkManager 's default policy enables users ...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/sec-User_and_System_Connections
Chapter 5. Minimum hardware recommendations for containerized Ceph
Chapter 5. Minimum hardware recommendations for containerized Ceph Ceph can run on non-proprietary commodity hardware. Small production clusters and development clusters can run without performance optimization with modest hardware. NOTE: * Consider future growth and usage patterns when allocating disk space. Regularly...
null
https://docs.redhat.com/en/documentation/red_hat_ceph_storage/7/html/hardware_guide/minimum-hardware-recommendations-for-containerized-ceph_hw
14.7.5. Displaying CPU Statistics
14.7.5. Displaying CPU Statistics The nodecpustats command displays statistical information about the specified CPU, if the CPU is given. If not, it will display the CPU status of the node. If a percent is specified, it will display the percentage of each type of CPU statistics that were recorded over an one (1) second...
[ "virsh nodecpustats user: 1056442260000000 system: 401675280000000 idle: 7549613380000000 iowait: 94593570000000", "virsh nodecpustats 2 --percent usage: 2.0% user: 1.0% system: 1.0% idle: 98.0% iowait: 0.0%" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/virtualization_administration_guide/sub-sect-numa_node_management-displaying_cpu_statistics
function::print_ustack
function::print_ustack Name function::print_ustack - Print out stack for the current task from string. EXPERIMENTAL! Synopsis Arguments stk String with list of hexadecimal addresses for the current task. Description Perform a symbolic lookup of the addresses in the given string, which is assumed to be the result of a p...
[ "function print_ustack(stk:string)" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/systemtap_tapset_reference/api-print-ustack
Chapter 51. ReportService
Chapter 51. ReportService 51.1. RunReport POST /v1/report/run/{id} 51.1.1. Description 51.1.2. Parameters 51.1.2.1. Path Parameters Name Description Required Default Pattern id X null 51.1.3. Return Type Object 51.1.4. Content Type application/json 51.1.5. Responses Table 51.1. HTTP Response Codes Code Message Datatype...
[ "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.6/html/api_reference/reportservice
Chapter 9. Restricting the desktop session
Chapter 9. Restricting the desktop session You can restrict and control various functionalities on the GNOME desktop environment. You can enforce specific configurations and restrictions to maintain system integrity and prevent unauthorized access. 9.1. Disabling user logout and user switching Disabling user logout and...
[ "Disable user logut disable-log-out=true Disable user switching disable-user-switching=true", "Lock user logout /org/gnome/desktop/lockdown/disable-log-out Lock user switching /org/gnome/desktop/lockdown/disable-user-switching", "dconf update", "Disable printing disable-printing=true", "Lock printing /org/g...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/customizing_the_gnome_desktop_environment/restricting-the-desktop-session_customizing-the-gnome-desktop-environment
Release Notes
Release Notes Red Hat Trusted Artifact Signer 1.1 Release notes for Red Hat's Trusted Artifact Signer 1.1.1 Red Hat Trusted Documentation Team
null
https://docs.redhat.com/en/documentation/red_hat_trusted_artifact_signer/1/html/release_notes/index
1.4. Document Overview
1.4. Document Overview This remainder of this document includes the following chapters: Chapter 2, LVM Components describes the components that make up an LVM logical volume. Chapter 3, LVM Administration Overview provides an overview of the basic steps you perform to configure LVM logical volumes, whether you are usin...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/cluster_logical_volume_manager/doc_organization
Release notes
Release notes Red Hat OpenShift AI Cloud Service 1 Features, enhancements, resolved issues, and known issues associated with this release
null
https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/release_notes/index
B.2.2. Installing and Upgrading
B.2.2. Installing and Upgrading RPM packages typically have file names like tree-1.5.3-2.el6.x86_64.rpm . The file name includes the package name ( tree ), version ( 1.5.3 ), release ( 2 ), operating system major version ( el6 ) and CPU architecture ( x86_64 ). You can use rpm 's -U option to: upgrade an existing but o...
[ "-Uvh tree-1.5.3-2.el6.x86_64.rpm", "Preparing... ########################################### [100%] 1:tree ########################################### [100%]", "error: tree-1.5.3-2.el6.x86_64.rpm: Header V3 RSA/SHA256 signature: BAD, key ID d22e77f2", "error: tree-1.5.3-2.el6.x86_64.rpm: Header V3 RSA/SHA256...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/sec-Installing_and_Upgrading
A.2. Cluster Creation with Pacemaker in Red Hat Enterprise Linux Release 6.5 and Red Hat Enterprise Linux Release 6.6 (and later)
A.2. Cluster Creation with Pacemaker in Red Hat Enterprise Linux Release 6.5 and Red Hat Enterprise Linux Release 6.6 (and later) To create a Pacemaker cluster in Red Hat Enterprise Linux 6.5, you must create the cluster and start the cluster services on each node in the cluster. For example, to create a cluster named ...
[ "pcs cluster setup --name my_cluster z1-rhel65.example.com z2-rhel65.example.com pcs cluster start", "pcs cluster setup --name my_cluster z1-rhel65.example.com z2-rhel65.example.com pcs cluster start", "pcs cluster setup --start --name my_cluster z1-rhel66.example.com z2-rhel66.example.com" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/configuring_the_red_hat_high_availability_add-on_with_pacemaker/s1-pacemaker65-66-HAAR
Chapter 11. Accessing the CUPS logs in the systemd journal
Chapter 11. Accessing the CUPS logs in the systemd journal By default, CUPS stores log messages in the systemd journal. This includes: Error messages Access log entries Page log entries Prerequisites CUPS is installed . Procedure Display the log entries: To display all log entries, enter: To display the log entries for...
[ "journalctl -u cups", "journalctl -u cups JID= <print_job_id>", "journalectl -u cups --since= <YYYY-MM-DD> --until= <YYYY-MM-DD>" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/configuring_and_using_a_cups_printing_server/accessing-the-cups-logs-in-the-systemd-journal_configuring-printing
Chapter 11. Intercepting Messages
Chapter 11. Intercepting Messages With AMQ Broker you can intercept packets entering or exiting the broker, allowing you to audit packets or filter messages. Interceptors can change the packets they intercept, which makes them powerful, but also potentially dangerous. You can develop interceptors to meet your business ...
[ "package com.example; import org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage; import org.apache.activemq.artemis.protocol.amqp.broker.AmqpInterceptor; import org.apache.activemq.artemis.spi.core.protocol.RemotingConnection; public class MyInterceptor implements AmqpInterceptor { private final int ACCEP...
https://docs.redhat.com/en/documentation/red_hat_amq_broker/7.12/html/configuring_amq_broker/interceptors
Chapter 2. Setting up your environment
Chapter 2. Setting up your environment This tutorial walks you through the process of creating a Fuse Integration project. The project includes an initial route and a default CamelContext. A route is a chain of processors through which a message travels. A CamelContext is a single routing rule base that defines the con...
[ "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <order> <customer> <name>Bronx Zoo</name> <city>Bronx NY</city> <country>USA</country> </customer> <orderline> <animal>wombat</animal> <quantity>12</quantity> </orderline> </order>" ]
https://docs.redhat.com/en/documentation/red_hat_fuse/7.13/html/tooling_tutorials/RiderTutorialSetup
Chapter 11. Enabling encryption on a vSphere cluster
Chapter 11. Enabling encryption on a vSphere cluster You can encrypt your virtual machines after installing OpenShift Container Platform 4.16 on vSphere by draining and shutting down your nodes one at a time. While each virtual machine is shutdown, you can enable encryption in the vCenter web interface. 11.1. Encryptin...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/installing_on_vsphere/vsphere-post-installation-encryption
5.181. mailman
5.181. mailman 5.181.1. RHBA-2012:1474 - mailman bug fix update Updated mailman packages that fix multiple bugs are now available for Red Hat Enterprise Linux 6. Mailman is a program used to help manage e-mail discussion lists. Bug Fixes BZ# 772998 The reset_pw.py script contained a typo, which could cause the mailman ...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.3_technical_notes/mailman
Using the Automation Calculator
Using the Automation Calculator Red Hat Ansible Automation Platform 2.3 Evaluate costs and automated processes that determine the return on investment automation brings to your organization. Red Hat Customer Content Services
null
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.3/html/using_the_automation_calculator/index
1.5. Pacemaker Configuration and Management Tools
1.5. Pacemaker Configuration and Management Tools Pacemaker features two configuration tools for cluster deployment, monitoring, and management. pcs pcs can control all aspects of Pacemaker and the Corosync heartbeat daemon. A command-line based program, pcs can perform the following cluster management tasks: Create an...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/high_availability_add-on_overview/s1-pacemakertools-haao
Providing feedback on Red Hat documentation
Providing feedback on Red Hat documentation We appreciate your input on our documentation. Do let us know how we can make it better. To give feedback, create a Bugzilla ticket: Go to the Bugzilla website. In the Component section, choose documentation . Fill in the Description field with your suggestion for improvement...
null
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.13/html/configuring_openshift_data_foundation_disaster_recovery_for_openshift_workloads/providing-feedback-on-red-hat-documentation_common
3.4. Configuring IP Networking with GNOME GUI
3.4. Configuring IP Networking with GNOME GUI In Red Hat Enterprise Linux 7, NetworkManager does not have its own graphical user interface (GUI). The network connection icon on the top right of the desktop is provided as part of the GNOME Shell and the Network settings configuration tool is provided as part of the new ...
[ "~]USD nm-connection-editor", "~]USD nm-connection-editor", "~]USD nm-connection-editor", "~]# yum install NetworkManager-libreswan-gnome" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/networking_guide/sec-configuring_ip_networking_with_gnome_gui
Appendix B. Preparing a Local Manually Configured PostgreSQL Database
Appendix B. Preparing a Local Manually Configured PostgreSQL Database Use this procedure to set up the Manager database. Set up this database before you configure the Manager; you must supply the database credentials during engine-setup . Note The engine-setup and engine-backup --mode=restore commands only support syst...
[ "subscription-manager register", "subscription-manager list --available", "subscription-manager attach --pool= pool_id", "subscription-manager list --consumed", "dnf repolist", "subscription-manager repos --disable='*' --enable=rhel-8-for-x86_64-baseos-eus-rpms --enable=rhel-8-for-x86_64-appstream-eus-rpm...
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.4/html/installing_red_hat_virtualization_as_a_standalone_manager_with_local_databases/preparing_a_local_manually-configured_postgresql_database_sm_localdb_deploy
7.5. Deleting a Template
7.5. Deleting a Template If you have used a template to create a virtual machine using the thin provisioning storage allocation option, the template cannot be deleted as the virtual machine needs it to continue running. However, cloned virtual machines do not depend on the template they were cloned from and the templat...
null
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.4/html/virtual_machine_management_guide/deleting_a_template
Chapter 12. Management of Ceph object gateway using the dashboard
Chapter 12. Management of Ceph object gateway using the dashboard As a storage administrator, the Ceph Object Gateway functions of the dashboard allow you to manage and monitor the Ceph Object Gateway. You can also create the Ceph Object Gateway services with Secure Sockets Layer (SSL) using the dashboard. For example,...
[ "cephadm shell", "ceph dashboard set-rgw-credentials", "ceph dashboard set-rgw-api-admin-resource RGW_API_ADMIN_RESOURCE", "ceph dashboard set-rgw-api-admin-resource admin Option RGW_API_ADMIN_RESOURCE updated", "ceph dashboard set-rgw-api-ssl-verify false", "ceph dashboard set-rgw-api-ssl-verify False Op...
https://docs.redhat.com/en/documentation/red_hat_ceph_storage/5/html/dashboard_guide/management-of-ceph-object-gateway-using-the-dashboard
14.2.6. Extending a Volume Group
14.2.6. Extending a Volume Group In this example, the objective was to extend the new volume group to include an uninitialized entity (partition). Doing so increases the size or number of extents for the volume group. To extend the volume group, ensure that on the left pane the Physical View option is selected within t...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/storage_administration_guide/s1-system-config-lvm-ext-volumegrp
18.3. Defining a Different Attribute Value for a User Account on Different Hosts
18.3. Defining a Different Attribute Value for a User Account on Different Hosts An administrator can create multiple ID views that override an attribute value used by a user account and apply these ID views to different client hosts. Example: A service account is configured to use different SSH public keys when authen...
[ "kinit admin", "ipa idview-add example_for_host1 --------------------------- Added ID View \"example_for_host1\" --------------------------- ID View Name: example_for_host1", "ipa idoverrideuser-add example_for_host1 user --sshpubkey=\" ssh-rsa AAAAB3NzaC1yrRqFE...gWRL71/miPIZ user@example.com \" --------------...
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/linux_domain_identity_authentication_and_policy_guide/id-views-different
Chapter 2. Training a model
Chapter 2. Training a model RHEL AI can use your taxonomy tree and synthetic data to create a newly trained model with your domain-specific knowledge or skills using multi-phase training and evaluation. You can run the full training and evaluation process using the synthetic dataset you generated. The LAB optimized tec...
[ "ilab model train --strategy lab-multiphase --phased-phase1-data ~/.local/share/instructlab/datasets/<knowledge-train-messages-jsonl-file> --phased-phase2-data ~/.local/share/instructlab/datasets/<skills-train-messages-jsonl-file>", "Training Phase 1/2 TrainingArgs for current phase: TrainingArgs(model_path='/opt...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux_ai/1.3/html/generating_a_custom_llm_using_rhel_ai/train_and_eval
Chapter 3. Options for embedding applications in a RHEL for Edge image
Chapter 3. Options for embedding applications in a RHEL for Edge image You can embed microservices-based workloads and applications in a Red Hat Enterprise Linux for Edge (RHEL for Edge) image to run in a MicroShift cluster. Embedded applications can be installed directly on edge devices to run in disconnected or offli...
null
https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.18/html/running_applications/microshift-embedded-apps-on-rhel-edge
Chapter 7. Admission plugins
Chapter 7. Admission plugins Admission plugins are used to help regulate how Red Hat OpenShift Service on AWS functions. 7.1. About admission plugins Admission plugins intercept requests to the master API to validate resource requests. After a request is authenticated and authorized, the admission plugins ensure that a...
[ "apiVersion: admissionregistration.k8s.io/v1beta1 kind: MutatingWebhookConfiguration 1 metadata: name: <webhook_name> 2 webhooks: - name: <webhook_name> 3 clientConfig: 4 service: namespace: default 5 name: kubernetes 6 path: <webhook_url> 7 caBundle: <ca_signing_certificate> 8 rules: 9 - operations: 10 - <operatio...
https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html/architecture/admission-plug-ins
Chapter 3. Upgrading the Red Hat build of Keycloak server
Chapter 3. Upgrading the Red Hat build of Keycloak server You upgrade the server before you upgrade the adapters. 3.1. Preparing for upgrading Perform the following steps before you upgrade the server. Procedure Back up the old installation, such as configuration, themes, and so on. Handle any open transactions and del...
[ "kc.[sh|bat] start --spi-connections-liquibase-quarkus-index-creation-threshold=300000", "kc.[sh|bat] start --spi-connections-jpa-quarkus-migration-strategy=manual", "kc.[sh|bat] start --spi-connections-jpa-quarkus-migration-export=<path>/<file.sql>", "diff RHSSO_HOME_OLD/themes/keycloak/login/resources/css/l...
https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/24.0/html/upgrading_guide/upgrading
Chapter 19. JMX Navigator
Chapter 19. JMX Navigator The JMX Navigator view, shown in Figure 19.1, "JMX Navigator view" , displays all processes that are running in your application and it drives all interactions with the monitoring and testing features. Other areas of the Fuse Integration perspective adapt to display information related to the ...
null
https://docs.redhat.com/en/documentation/red_hat_fuse/7.13/html/tooling_user_guide/fidejmxexplore
Chapter 52. EntityOperatorSpec schema reference
Chapter 52. EntityOperatorSpec schema reference Used in: KafkaSpec Property Property type Description topicOperator EntityTopicOperatorSpec Configuration of the Topic Operator. userOperator EntityUserOperatorSpec Configuration of the User Operator. tlsSidecar TlsSidecar The tlsSidecar property has been deprecated. TLS ...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.9/html/streams_for_apache_kafka_api_reference/type-EntityOperatorSpec-reference
Chapter 6. CronJob [batch/v1]
Chapter 6. CronJob [batch/v1] Description CronJob represents the configuration of a single cron job. Type object 6.1. Specification Property Type Description apiVersion string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal va...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/workloads_apis/cronjob-batch-v1
Chapter 11. Integrating with Amazon S3
Chapter 11. Integrating with Amazon S3 You can integrate Red Hat Advanced Cluster Security for Kubernetes with Amazon S3 to enable data backups. You can use these backups for data restoration in the case of an infrastructure disaster or corrupt data. After you integrate with Amazon S3, you can schedule daily or weekly ...
null
https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.7/html/integrating/integrate-with-amazon-s3
10.5.37. LogFormat
10.5.37. LogFormat The LogFormat directive configures the format of the various Web server log files. The actual LogFormat used depends on the settings given in the CustomLog directive (refer to Section 10.5.38, " CustomLog " ). The following are the format options if the CustomLog directive is set to combined : %h (re...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/reference_guide/s2-apache-logformat
Chapter 2. Requirements for scaling storage
Chapter 2. Requirements for scaling storage Before you proceed to scale the storage nodes, refer to the following sections to understand the node requirements for your specific Red Hat OpenShift Data Foundation instance: Platform requirements Resource requirements Storage device requirements Dynamic storage devices Loc...
null
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/scaling_storage/requirements-for-scaling-storage-nodes
Serverless
Serverless OpenShift Container Platform 4.12 Create and deploy serverless, event-driven applications using OpenShift Serverless Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html-single/serverless/index
Chapter 11. Configuring certificate profiles
Chapter 11. Configuring certificate profiles As part of the installation process of a CA, the certificate enrollment profiles can be modified directly on the file system by modifying the profiles' configuration files. Default files exist for the default profiles at installation; when new profiles are needed, new profil...
[ "policyset.cmcUserCertSet.6.constraint.class_id=noConstraintImpl policyset.cmcUserCertSet.6.constraint.name=No Constraint policyset.cmcUserCertSet.6.default.class_id=userExtensionDefaultImpl policyset.cmcUserCertSet.6.default.name=User Supplied Key Default policyset.cmcUserCertSet.6.default.params.userExtOID=2.5.29...
https://docs.redhat.com/en/documentation/red_hat_certificate_system/10/html/planning_installation_and_deployment_guide_common_criteria_edition/certificate_profiles_configuration
Chapter 4. File Transfer Protocol
Chapter 4. File Transfer Protocol File Transfer Protocol (FTP) is one of the oldest and most commonly used protocols found on the Internet today. Its purpose is to reliably transfer files between computer hosts on a network without requiring the user to log directly into the remote host or have knowledge of how to use ...
[ "~]USD rpm -q vsftpd", "~]# yum install vsftpd", "Uncomment this to allow local users to log in. local_enable=YES", "~]# service vsftpd start Starting vsftpd for vsftpd: [ OK ]", "~] ftp localhost Connected to localhost (127.0.0.1). 220 (vsFTPd 2.1.0) Name (localhost: username ): 331 Please specify the pass...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/managing_confined_services/chap-managing_confined_services-file_transfer_protocol