title
stringlengths
4
168
content
stringlengths
7
1.74M
commands
listlengths
1
5.62k
βŒ€
url
stringlengths
79
342
Chapter 8. Uninstalling a cluster on IBM Power Virtual Server
Chapter 8. Uninstalling a cluster on IBM Power Virtual Server You can remove a cluster that you deployed to IBM Power(R) Virtual Server. 8.1. Removing a cluster that uses installer-provisioned infrastructure You can remove a cluster that uses installer-provisioned infrastructure from your cloud. Note After uninstallati...
[ "ibmcloud is volumes --resource-group-name <infrastructure_id>", "ibmcloud is volume-delete --force <volume_id>", "export IBMCLOUD_API_KEY=<api_key>", "./openshift-install destroy cluster --dir <installation_directory> --log-level info 1 2", "ccoctl ibmcloud delete-service-id --credentials-requests-dir <pat...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/installing_on_ibm_power_virtual_server/uninstalling-cluster-ibm-power-vs
Chapter 7. Deploying the RHEL bootc images
Chapter 7. Deploying the RHEL bootc images You can deploy the rhel-bootc container image by using the following different mechanisms. Anaconda bootc-image-builder bootc install The following bootc image types are available: Disk images that you generated by using the bootc image-builder such as: QCOW2 (QEMU copy-on-wri...
[ "sudo virt-install --name bootc --memory 4096 --vcpus 2 --disk qcow2/disk.qcow2 --import --os-variant rhel9-unknown", "chmod 400 <your-instance-name.pem>", "ssh -i <your-instance-name.pem> ec2-user@ <your-instance-IP-address>", "Basic setup text network --bootproto=dhcp --device=link --activate Basic partitio...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/using_image_mode_for_rhel_to_build_deploy_and_manage_operating_systems/deploying-the-rhel-bootc-images_using-image-mode-for-rhel-to-build-deploy-and-manage-operating-systems
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_installation/4.15/html/installing_on_azure_stack_hub/installing-azure-stack-hub-account
probe::scheduler.wakeup_new
probe::scheduler.wakeup_new Name probe::scheduler.wakeup_new - Newly created task is woken up for the first time Synopsis scheduler.wakeup_new Values name name of the probe point task_state state of the task woken up task_pid PID of the new task woken up task_tid TID of the new task woken up task_priority priority of t...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/systemtap_tapset_reference/api-scheduler-wakeup-new
Chapter 10. Removing Windows nodes
Chapter 10. Removing Windows nodes You can remove a Windows node by deleting its host Windows machine. 10.1. Deleting a specific machine You can delete a specific machine. Important Do not delete a control plane machine unless your cluster uses a control plane machine set. Prerequisites Install an OpenShift Container P...
[ "oc get machine -n openshift-machine-api", "oc delete machine <machine> -n openshift-machine-api" ]
https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/windows_container_support_for_openshift/removing-windows-nodes
Chapter 68. role
Chapter 68. role This chapter describes the commands under the role command. 68.1. role add Adds a role assignment to a user or group on the system, a domain, or a project Usage: Table 68.1. Positional Arguments Value Summary <role> Role to add to <user> (name or id) Table 68.2. Optional Arguments Value Summary -h, --h...
[ "openstack role add [-h] [--system <system> | --domain <domain> | --project <project>] [--user <user> | --group <group>] [--group-domain <group-domain>] [--project-domain <project-domain>] [--user-domain <user-domain>] [--inherited] [--role-domain <role-domain>] <role>", "openstack role assignment list [-h] [-f {...
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/16.0/html/command_line_interface_reference/role
13.2.2. Preparing a Driver Disc
13.2.2. Preparing a Driver Disc You can create a driver update disc on CD or DVD. 13.2.2.1. Creating a driver update disc on CD or DVD Important CD/DVD Creator is part of the GNOME desktop. If you use a different Linux desktop, or a different operating system altogether, you will need to use another piece of software t...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/installation_guide/sect-preparing_a_driver_update_disk-ppc
Installing Red Hat Developer Hub on OpenShift Container Platform
Installing Red Hat Developer Hub on OpenShift Container Platform Red Hat Developer Hub 1.3 Red Hat Customer Content Services
[ "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.3/html-single/installing_red_hat_developer_hub_on_openshift_container_platform/index
Chapter 3. Upgrading to the Red Hat JBoss Core Services Apache HTTP Server 2.4.57
Chapter 3. Upgrading to the Red Hat JBoss Core Services Apache HTTP Server 2.4.57 The steps to upgrade to the latest Red Hat JBoss Core Services (JBCS) release differ depending on whether you previously installed JBCS from RPM packages or from an archive file. Upgrading JBCS when installed from RPM packages If you inst...
null
https://docs.redhat.com/en/documentation/red_hat_jboss_core_services/2.4.57/html/red_hat_jboss_core_services_apache_http_server_2.4.57_service_pack_3_release_notes/upgrading-to-the-jbcs-http-2.4.57-release-notes
3.6. Saving Network Packet Filter Settings
3.6. Saving Network Packet Filter Settings After configuring the appropriate network packet filters for your situation, save the settings so they can be restored after a reboot. For iptables , enter the following command: To ensure the iptables service is started at system start, enter the following command: You can ve...
[ "iptables-save > /etc/sysconfig/iptables", "systemctl enable iptables", "systemctl restart iptables" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/load_balancer_administration/s1-lvs-fwm-sav-vsa
Chapter 129. KafkaMirrorMakerConsumerSpec schema reference
Chapter 129. KafkaMirrorMakerConsumerSpec schema reference Used in: KafkaMirrorMakerSpec Full list of KafkaMirrorMakerConsumerSpec schema properties Configures a MirrorMaker consumer. 129.1. numStreams Use the consumer.numStreams property to configure the number of streams for the consumer. You can increase the through...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.9/html/streams_for_apache_kafka_api_reference/type-kafkamirrormakerconsumerspec-reference
function::string_quoted
function::string_quoted Name function::string_quoted - Quotes a given string Synopsis Arguments str The kernel address to retrieve the string from Description Returns the quoted string version of the given string, with characters where any ASCII characters that are not printable are replaced by the corresponding escape...
[ "string_quoted:string(str:string)" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/systemtap_tapset_reference/api-string-quoted
Chapter 1. About Tooling guide
Chapter 1. About Tooling guide This guide introduces VS Code extensions for Red Hat build of Apache Camel and how to install and use Camel CLI. Important The VS Code extensions for Apache Camel are listed as development support. For more information about scope of development support, see Development Support Scope of C...
null
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html/tooling_guide_for_red_hat_build_of_apache_camel/introduction_tooling_guide
Chapter 8. Securing Kafka
Chapter 8. Securing Kafka A secure deployment of AMQ Streams can encompass: Encryption for data exchange Authentication to prove identity Authorization to allow or decline actions executed by users 8.1. Encryption AMQ Streams supports Transport Layer Security (TLS), a protocol for encrypted communication. Communication...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.1/html/amq_streams_on_openshift_overview/security-overview_str
Chapter 1. Checking which version you have installed
Chapter 1. Checking which version you have installed To begin troubleshooting, determine which version of Red Hat build of MicroShift you have installed. 1.1. Checking the version using the command-line interface To begin troubleshooting, you must know your MicroShift version. One way to get this information is by usin...
[ "microshift version", "Red Hat build of MicroShift Version: 4.18-0.microshift-e6980e25 Base OCP Version: 4.18", "oc get configmap -n kube-public microshift-version -o yaml", "apiVersion: v1 data: major: \"4\" minor: \"13\" version: 4.13.8-0.microshift-fa441af87431 kind: ConfigMap metadata: creationTimestamp: ...
https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.18/html/troubleshooting/microshift-version
Chapter 1. Integrating an overcloud with containerized Red Hat Ceph Storage
Chapter 1. Integrating an overcloud with containerized Red Hat Ceph Storage You can use Red Hat OpenStack Platform (RHOSP) director to integrate your cloud environment, which director calls the overcloud, with Red Hat Ceph Storage. You manage and scale the cluster itself outside of the overcloud configuration. For more...
[ "- type: interface name: em2 use_dhcp: false mtu: 9000 - type: vlan device: em2 mtu: 9000 use_dhcp: false vlan_id: {get_param: StorageMgmtNetworkVlanID} addresses: - ip_netmask: {get_param: StorageMgmtIpSubnet} - type: vlan device: em2 mtu: 9000 use_dhcp: false vlan_id: {get_param: StorageNetworkVlanID} addresses: ...
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/16.2/html/deploying_an_overcloud_with_containerized_red_hat_ceph/assembly_integrating-an-overcloud-with-red-hat-ceph-storage_deployingcontainerizedrhcs
Chapter 5. Gathering data about your cluster
Chapter 5. Gathering data about your cluster When opening a support case, it is helpful to provide debugging information about your cluster to Red Hat Support. It is recommended to provide: Data gathered using the oc adm must-gather command The unique cluster ID 5.1. About the must-gather tool The oc adm must-gather CL...
[ "oc adm must-gather --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v4.15.9", "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-s8s...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/support/gathering-cluster-data
5.31. control-center
5.31. control-center 5.31.1. RHBA-2012:0950 - control-center bug fix and enhancement update Updated control-center packages that fix one bug and add various enhancements are now available for Red Hat Enterprise Linux 6. The control-center packages contain various configuration utilities for the GNOME desktop. These uti...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.3_technical_notes/control-center
Making open source more inclusive
Making open source more inclusive Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upc...
null
https://docs.redhat.com/en/documentation/red_hat_codeready_workspaces/2.15/html/installation_guide/making-open-source-more-inclusive
Chapter 27. Managing servers
Chapter 27. Managing servers Note For step by step instructions on how to publish a Camel project to Red Hat Fuse, see Chapter 28, Publishing Fuse Integration Projects to a Server . 27.1. Adding a Server Overview For the tooling to manage a server, you need to add the server to the Servers list. Once added, the server ...
null
https://docs.redhat.com/en/documentation/red_hat_fuse/7.13/html/tooling_user_guide/ridermanageservers
6.3. Resource-Specific Parameters
6.3. Resource-Specific Parameters For any individual resource, you can use the following command to display the parameters you can set for that resource. For example, the following command displays the parameters you can set for a resource of type LVM .
[ "pcs resource describe standard:provider:type | type", "pcs resource describe LVM Resource options for: LVM volgrpname (required): The name of volume group. exclusive: If set, the volume group will be activated exclusively. partial_activation: If set, the volume group will be activated even only partial of the ph...
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/high_availability_add-on_reference/s1-genresourceparams-HAAR
Chapter 5. Configuration options
Chapter 5. Configuration options This chapter lists the available configuration options for Red Hat build of Apache Qpid JMS. JMS configuration options are set as query parameters on the connection URI. For more information, see Section 4.3, "Connection URIs" . 5.1. JMS options These options control the behaviour of JM...
[ "amqp://localhost:5672?jms.clientID=foo&transport.connectTimeout=30000", "amqps://myhost.mydomain:5671", "failover:(amqp://host1:5672,amqp://host2:5672)?jms.clientID=foo&failover.maxReconnectAttempts=20", "failover:(amqp://host1:5672?amqp.option=value,amqp://host2:5672?transport.option=value)?jms.clientID=foo...
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_qpid_jms/2.4/html/using_qpid_jms/configuration_options
Chapter 1. OpenShift Data Foundation deployed using dynamic devices
Chapter 1. OpenShift Data Foundation deployed using dynamic devices 1.1. OpenShift Data Foundation deployed on AWS To replace an operational node, see: Section 1.1.1, "Replacing an operational AWS node on user-provisioned infrastructure" . Section 1.1.2, "Replacing an operational AWS node on installer-provisioned infra...
[ "oc adm cordon <node_name>", "oc adm drain <node_name> --force --delete-emptydir-data=true --ignore-daemonsets", "oc delete nodes <node_name>", "oc get csr", "oc adm certificate approve <certificate_name>", "oc label node <new_node_name> cluster.ocs.openshift.io/openshift-storage=\"\"", "oc get nodes --...
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.17/html/replacing_nodes/openshift_data_foundation_deployed_using_dynamic_devices
Red Hat Software Certification Workflow Guide
Red Hat Software Certification Workflow Guide Red Hat Software Certification 2025 For Use with Red Hat Enterprise Linux and Red Hat OpenShift Red Hat Customer Content Services
[ "For example: {Partner Certification} Error occurred while submitting certification test results using the Red Hat Certification application.", "subscription-manager register", "subscription-manager list --available*", "subscription-manager attach --pool= <pool_ID >", "subscription-manager repos --enable=ce...
https://docs.redhat.com/en/documentation/red_hat_software_certification/2025/html-single/red_hat_software_certification_workflow_guide/index
Chapter 8. Verifying your IdM and AD trust configuration using IdM Healthcheck
Chapter 8. Verifying your IdM and AD trust configuration using IdM Healthcheck Learn more about identifying issues with IdM and an Active Directory trust in Identity Management (IdM) by using the Healthcheck tool. Prerequisites The Healthcheck tool is only available on RHEL 8.1 or newer 8.1. IdM and AD trust Healthchec...
[ "ipa-healthcheck --list-sources", "ipa-healthcheck --source=ipahealthcheck.ipa.trust --failures-only", "ipa-healthcheck --source=ipahealthcheck.ipa.trust --failures-only []" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/using_idm_healthcheck_to_monitor_your_idm_environment/verifying-your-idm-and-ad-trust-configuration-using-idm-healthcheck_using-idm-healthcheck-to-monitor-your-idm-environment
Chapter 6. Creating content
Chapter 6. Creating content Use the guidelines in this section of the Creator Guide to learn more about the developing the content you will use in Red Hat Ansible Automation Platform. 6.1. Creating playbooks Playbooks contain one or more plays. A basic play contains the following sections: Name: a brief description of ...
[ "- name: Set Up a Project and Job Template hosts: host.name.ip become: true tasks: - name: Create a Project ansible.controller.project: name: Job Template Test Project state: present scm_type: git scm_url: https://github.com/ansible/ansible-tower-samples.git - name: Create a Job Template ansible.controller.job_temp...
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.3/html/red_hat_ansible_automation_platform_creator_guide/creating-content
Chapter 3. CSINode [storage.k8s.io/v1]
Chapter 3. CSINode [storage.k8s.io/v1] Description CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI d...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/storage_apis/csinode-storage-k8s-io-v1
function::user_string_n_warn
function::user_string_n_warn Name function::user_string_n_warn - Retrieves string from user space Synopsis Arguments addr the user space address to retrieve the string from n the maximum length of the string (if not null terminated) Description Returns up to n characters of a C string from a given user space memory add...
[ "user_string_n_warn:string(addr:long,n:long)" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/systemtap_tapset_reference/api-user-string-n-warn
Chapter 9. Organizations, locations, and lifecycle environments
Chapter 9. Organizations, locations, and lifecycle environments Red Hat Satellite takes a consolidated approach to Organization and Location management. System administrators define multiple Organizations and multiple Locations in a single Satellite Server. For example, a company might have three Organizations (Finance...
null
https://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/overview_concepts_and_deployment_considerations/chap-architecture_guide-org_loc_and_lifecycle_environments
10.4. Driver Changes
10.4. Driver Changes This section describes the driver changes in Red Hat Enterprise Linux 6. Note that all drivers are now loaded to initramfs by default. 10.4.1. Discontinued Drivers aic7xxx_old atp870u cpqarray DAC960 dc395x gdth hfs hfsplus megaraid net/tokenring/ paride qla1280 sound/core/oss sound/drivers/opl3/* ...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/migration_planning_guide/sect-migration_guide-package_changes-driver_changes
10.4. The Multi-Source Column in System Metadata
10.4. The Multi-Source Column in System Metadata The pseudo column is by default not present in your actual metadata; it is not added on source tables/procedures when you import the metadata. If you would like to use the multi-source column in your transformations to control which sources are accessed or updated or you...
null
https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/development_guide_volume_3_reference_material/the_multi-source_column_in_system_metadata
probe::signal.procmask
probe::signal.procmask Name probe::signal.procmask - Examining or changing blocked signals Synopsis signal.procmask Values name Name of the probe point sigset The actual value to be set for sigset_t (correct?) how Indicates how to change the blocked signals; possible values are SIG_BLOCK=0 (for blocking signals), SIG_U...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/systemtap_tapset_reference/api-signal-procmask
Deployment Recommendations for Specific Red Hat OpenStack Platform Services
Deployment Recommendations for Specific Red Hat OpenStack Platform Services Red Hat OpenStack Platform 16.2 Maximizing the performance of the Red Hat OpenStack Platform Telemetry and Object Storage services OpenStack Documentation Team rhos-docs@redhat.com
null
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/16.2/html/deployment_recommendations_for_specific_red_hat_openstack_platform_services/index
Chapter 1. Introduction to scaling storage
Chapter 1. Introduction to scaling storage Red Hat OpenShift Data Foundation is a highly scalable storage system. OpenShift Data Foundation allows you to scale by adding the disks in the multiple of three, or three or any number depending upon the deployment type. For internal (dynamic provisioning) deployment mode, yo...
null
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.15/html/scaling_storage/scaling-overview_rhodf
Release Notes for AMQ Streams 2.5 on RHEL
Release Notes for AMQ Streams 2.5 on RHEL Red Hat Streams for Apache Kafka 2.5 Highlights of what's new and what's changed with this release of AMQ Streams on Red Hat Enterprise Linux
[ "strimzi.authorization.grants.max.idle.time.seconds=\"300\" strimzi.authorization.grants.gc.period.seconds=\"300\" strimzi.authorization.reuse.grants=\"false\"", "listener.name.client.oauthbearer.sasl.jaas.config=org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule required ; # oauth.username.claim...
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.5/html-single/release_notes_for_amq_streams_2.5_on_rhel/%7BBookURLDeploying%7D
31.4. Performance Testing Procedures
31.4. Performance Testing Procedures The goal of this section is to construct a performance profile of the device with VDO installed. Each test should be run with and without VDO installed, so that VDO's performance can be evaluated relative to the performance of the base system. 31.4.1. Phase 1: Effects of I/O Depth, ...
[ "for depth in 1 2 4 8 16 32 64 128 256 512 1024 2048; do fio --rw=write --bs=4096 --name=vdo --filename=/dev/mapper/vdo0 --ioengine=libaio --numjobs=1 --thread --norandommap --runtime=300 --direct=1 --iodepth=USDdepth --scramble_buffers=1 --offset=0 --size=100g done", "z= [see previous step] for iosize in 4 8 16 ...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/storage_administration_guide/vdo-ev-performance-testing
Chapter 4. Enabling and configuring Data Grid statistics and JMX monitoring
Chapter 4. Enabling and configuring Data Grid statistics and JMX monitoring Data Grid can provide Cache Manager and cache statistics as well as export JMX MBeans. 4.1. Configuring Data Grid metrics Data Grid generates metrics that are compatible with any monitoring system. Gauges provide values such as the average numb...
[ "<infinispan> <cache-container statistics=\"true\"> <metrics gauges=\"true\" histograms=\"true\" /> </cache-container> </infinispan>", "{ \"infinispan\" : { \"cache-container\" : { \"statistics\" : \"true\", \"metrics\" : { \"gauges\" : \"true\", \"histograms\" : \"true\" } } } }", "infinispan: cacheContainer: ...
https://docs.redhat.com/en/documentation/red_hat_data_grid/8.4/html/configuring_data_grid_caches/statistics-jmx
Chapter 18. Backing up and restoring Data Grid clusters
Chapter 18. Backing up and restoring Data Grid clusters Data Grid Operator lets you back up and restore Data Grid cluster state for disaster recovery and to migrate Data Grid resources between clusters. 18.1. Backup and Restore CRs Backup and Restore CRs save in-memory data at runtime so you can easily recreate Data Gr...
[ "apiVersion: infinispan.org/v2alpha1 kind: Backup metadata: name: my-backup spec: cluster: source-cluster volume: storage: 1Gi storageClassName: my-storage-class", "spec: resources: templates: - distributed-sync-prod - distributed-sync-dev caches: - cache-one - cache-two counters: - counter-name protoSchemas: - a...
https://docs.redhat.com/en/documentation/red_hat_data_grid/8.4/html/data_grid_operator_guide/backing-up-restoring
Chapter 64. SFTP Sink
Chapter 64. SFTP Sink Send data to an SFTP Server. The Kamelet expects the following headers to be set: file / ce-file : as the file name to upload If the header won't be set the exchange ID will be used as file name. 64.1. Configuration Options The following table summarizes the configuration options available for the...
[ "apiVersion: camel.apache.org/v1alpha1 kind: KameletBinding metadata: name: sftp-sink-binding spec: source: ref: kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: ref: kind: Kamelet apiVersion: camel.apache.org/v1alpha1 name: sftp-sink properties: connectionHost: \"The Connection Host\" direc...
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel_k/1.10.5/html/kamelets_reference/sftp-sink
Chapter 4. Accessing Kafka outside of the OpenShift cluster
Chapter 4. Accessing Kafka outside of the OpenShift cluster Use an external listener to expose your AMQ Streams Kafka cluster to a client outside an OpenShift environment. Specify the connection type to expose Kafka in the external listener configuration. nodeport uses NodePort type Services loadbalancer uses Loadbalan...
[ "apiVersion: kafka.strimzi.io/v1beta2 kind: Kafka spec: kafka: # listeners: - name: external port: 9094 type: nodeport tls: true authentication: type: tls # # zookeeper: #", "apply -f <kafka_configuration_file>", "get kafka <kafka_cluster_name> -o=jsonpath='{.status.listeners[?(@.name==\" <listener_name> \")].b...
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.1/html/configuring_amq_streams_on_openshift/assembly-accessing-kafka-outside-cluster-str
Chapter 52. CertificateAuthority schema reference
Chapter 52. CertificateAuthority schema reference Used in: KafkaSpec Configuration of how TLS certificates are used within the cluster. This applies to certificates used for both internal communication within the cluster and to certificates used for client access via Kafka.spec.kafka.listeners.tls . Property Descriptio...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.5/html/amq_streams_api_reference/type-CertificateAuthority-reference
Installing Red Hat Developer Hub on Amazon Elastic Kubernetes Service
Installing Red Hat Developer Hub on Amazon Elastic Kubernetes Service Red Hat Developer Hub 1.3 Red Hat Customer Content Services
null
https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.3/html/installing_red_hat_developer_hub_on_amazon_elastic_kubernetes_service/index
Making open source more inclusive
Making open source more inclusive Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upc...
null
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.16/html/deploying_openshift_data_foundation_using_red_hat_openshift_service_on_aws_with_hosted_control_planes/making-open-source-more-inclusive
Chapter 4. OCI referrers OAuth access token
Chapter 4. OCI referrers OAuth access token In some cases, depending on the features that your Red Hat Quay deployment is configured to use, you might need to leverage an OCI referrers OAuth access token . OCI referrers OAuth access tokens are used to list OCI referrers of a manifest under a repository, and uses a curl...
[ "FEATURE_REFERRERS_API: true", "echo -n '<username>:<password>' | base64", "abcdeWFkbWluOjE5ODlraWROZXQxIQ==", "curl --location '<quay-server.example.com>/v2/auth?service=<quay-server.example.com>&scope=repository:quay/listocireferrs:pull,push' --header 'Authorization: Basic <base64_username:password_encode_t...
https://docs.redhat.com/en/documentation/red_hat_quay/3/html/red_hat_quay_api_guide/oci-referrers-oauth-access-token
Chapter 4. Remote health monitoring with connected clusters
Chapter 4. Remote health monitoring with connected clusters 4.1. About remote health monitoring OpenShift Dedicated collects telemetry and configuration data about your cluster and reports it to Red Hat by using the Telemeter Client and the Insights Operator. The data that is provided to Red Hat enables the benefits ou...
[ "curl -G -k -H \"Authorization: Bearer USD(oc whoami -t)\" https://USD(oc get route prometheus-k8s-federate -n openshift-monitoring -o jsonpath=\"{.spec.host}\")/federate --data-urlencode 'match[]={__name__=~\"cluster:usage:.*\"}' --data-urlencode 'match[]={__name__=\"count:up0\"}' --data-urlencode 'match[]={__name...
https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/support/remote-health-monitoring-with-connected-clusters
function::read_stopwatch_us
function::read_stopwatch_us Name function::read_stopwatch_us - Reads the time in microseconds for a stopwatch Synopsis Arguments name stopwatch name Description Returns time in microseconds for stopwatch name . Creates stopwatch name if it does not currently exist.
[ "read_stopwatch_us:long(name:string)" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/systemtap_tapset_reference/api-read-stopwatch-us
probe::vm.munmap
probe::vm.munmap Name probe::vm.munmap - Fires when an munmap is requested. Synopsis Values length The length of the memory segment name Name of the probe point address The requested address Context The process calling munmap.
[ "vm.munmap" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/systemtap_tapset_reference/api-vm-munmap
Chapter 8. Ingress Node Firewall Operator in OpenShift Container Platform
Chapter 8. Ingress Node Firewall Operator in OpenShift Container Platform The Ingress Node Firewall Operator provides a stateless, eBPF-based firewall for managing node-level ingress traffic in OpenShift Container Platform. 8.1. Ingress Node Firewall Operator The Ingress Node Firewall Operator provides ingress firewall...
[ "cat << EOF| oc create -f - apiVersion: v1 kind: Namespace metadata: labels: pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce-version: v1.24 name: openshift-ingress-node-firewall EOF", "cat << EOF| oc create -f - apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: na...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/networking/ingress-node-firewall-operator
Chapter 2. Installing the MTR plugin for IntelliJ IDEA
Chapter 2. Installing the MTR plugin for IntelliJ IDEA You can install the MTR plugin in the Ultimate and the Community Edition releases of IntelliJ IDEA. Prerequisites The following are the prerequisites for the Migration Toolkit for Runtimes (MTR) installation: Java Development Kit (JDK) is installed. MTR supports th...
null
https://docs.redhat.com/en/documentation/migration_toolkit_for_runtimes/1.2/html/intellij_idea_plugin_guide/intellij-idea-plugin-extension_idea-plugin-guide
Chapter 40. OProfile
Chapter 40. OProfile OProfile is a low overhead, system-wide performance monitoring tool. It uses the performance monitoring hardware on the processor to retrieve information about the kernel and executables on the system, such as when memory is referenced, the number of L2 cache requests, and the number of hardware in...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/system_administration_guide/oprofile
8.59. grub
8.59. grub 8.59.1. RHBA-2013:1649 - grub bug fix and enhancement update Updated grub packages that fix several bugs and add one enhancement are now available for Red Hat Enterprise Linux 6. The grub packages provide GRUB (Grand Unified Boot Loader), a boot loader capable of booting a wide variety of operating systems. ...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.5_technical_notes/grub
Chapter 1. Introduction
Chapter 1. Introduction Red Hat Satellite provides a Representational State Transfer (REST) API. The API provides software developers and system administrators with control over their Red Hat Satellite environment outside of the standard web interface. The REST API is useful for developers and administrators who aim to...
null
https://docs.redhat.com/en/documentation/red_hat_satellite/6.11/html/api_guide/chap-red_hat_satellite-api_guide-the_red_hat_satellite_api
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_enterprise_linux/9/html/managing_certificates_in_idm/proc_providing-feedback-on-red-hat-documentation_managing-certificates-in-idm
7.4 Release Notes
7.4 Release Notes Red Hat Enterprise Linux 7 Release Notes for Red Hat Enterprise Linux 7.4 Red Hat Customer Content Services
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/7.4_release_notes/index
Chapter 4. Deploy standalone Multicloud Object Gateway
Chapter 4. Deploy standalone Multicloud Object Gateway Deploying only the Multicloud Object Gateway component with the OpenShift Data Foundation provides the flexibility in deployment and helps to reduce the resource consumption. Use this section to deploy only the standalone Multicloud Object Gateway component, which ...
[ "oc annotate namespace openshift-storage openshift.io/node-selector=", "apiVersion: local.storage.openshift.io/v1 kind: LocalVolume metadata: name: localblock namespace: openshift-local-storage spec: logLevel: Normal managementState: Managed nodeSelector: nodeSelectorTerms: - matchExpressions: - key: kubernetes.i...
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.9/html/deploying_openshift_data_foundation_using_ibm_power/deploy-standalone-multicloud-object-gateway-ibm-power
Chapter 8. Configuring KIE Server to connect to Business Central
Chapter 8. Configuring KIE Server to connect to Business Central Warning This section provides a sample setup that you can use for testing purposes. Some of the values are unsuitable for a production environment, and are marked as such. If a KIE Server is not configured in your Red Hat Process Automation Manager enviro...
[ "<property name=\"org.kie.server.id\" value=\"default-kie-server\"/> <property name=\"org.kie.server.controller\" value=\"http://localhost:8080/business-central/rest/controller\"/> <property name=\"org.kie.server.controller.user\" value=\"controllerUser\"/> <property name=\"org.kie.server.controller.pwd\" value=\"c...
https://docs.redhat.com/en/documentation/red_hat_decision_manager/7.13/html/managing_red_hat_decision_manager_and_kie_server_settings/kie-server-configure-central-proc_execution-server
Chapter 1. Introduction to Apicurio Registry
Chapter 1. Introduction to Apicurio Registry This chapter introduces Apicurio Registry concepts and features and provides details on the supported artifact types that are stored in the registry: Section 1.1, "What is Apicurio Registry?" Section 1.2, "Schema and API artifacts in Apicurio Registry" Section 1.3, "Manage c...
[ "{ \"type\": \"record\", \"name\": \"price\", \"namespace\": \"com.example\", \"fields\": [ { \"name\": \"symbol\", \"type\": \"string\" }, { \"name\": \"price\", \"type\": \"string\" } ] }", "curl -X POST -H \"Content-type: application/json; artifactType=AVRO\" -H \"X-Registry-ArtifactId: share-price\" --data '{...
https://docs.redhat.com/en/documentation/red_hat_build_of_apicurio_registry/2.6/html/apicurio_registry_user_guide/intro-to-the-registry_registry
Chapter 13. Red Hat Quay build enhancements
Chapter 13. Red Hat Quay build enhancements Red Hat Quay builds can be run on virtualized platforms. Backwards compatibility to run build configurations are also available. 13.1. Red Hat Quay enhanced build architecture The following image shows the expected design flow and architecture of the enhanced build features: ...
[ "[quayregistry-cr-name]-quay-builder-[ocp-namespace].[ocp-domain-name]:443", "oc new-project virtual-builders", "oc create sa -n virtual-builders quay-builder", "oc adm policy -n virtual-builders add-role-to-user edit system:serviceaccount:virtual-builders:quay-builder", "oc adm policy -n virtual-builders a...
https://docs.redhat.com/en/documentation/red_hat_quay/3.10/html/use_red_hat_quay/red-hat-quay-builders-enhancement
Chapter 5. The ext4 File System
Chapter 5. The ext4 File System The ext4 file system is a scalable extension of the ext3 file system. With Red Hat Enterprise Linux 7, it can support a maximum individual file size of 16 terabytes, and file systems to a maximum of 50 terabytes, unlike Red Hat Enterprise Linux 6 which only supported file systems up to 1...
[ "mkfs.ext4 block_device", "~]# mkfs.ext4 /dev/sdb1 mke2fs 1.41.12 (17-May-2010) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) Stride=0 blocks, Stripe width=0 blocks 245280 inodes, 979456 blocks 48972 blocks (5.00%) reserved for the super user First data block=0 Maximum filesy...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/storage_administration_guide/ch-ext4
User and group APIs
User and group APIs OpenShift Container Platform 4.15 Reference guide for user and group APIs Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/user_and_group_apis/index
4.11. Fence Virt (Serial/VMChannel Mode)
4.11. Fence Virt (Serial/VMChannel Mode) Table 4.12, "Fence virt (Serial/VMChannel Mode)" lists the fence device parameters used by fence_virt , the fence agent for virtual machines using VM channel or serial mode . Table 4.12. Fence virt (Serial/VMChannel Mode) luci Field cluster.conf Attribute Description Name name A...
[ "ccs -f cluster.conf --addfencedev fencevirt1 agent=fence_virt serial_device=/dev/ttyS1 serial_params=19200, 8N1", "<fencedevices> <fencedevice agent=\"fence_virt\" name=\"fencevirt1\" serial_device=\"/dev/ttyS1\" serial_params=\"19200, 8N1\"/> </fencedevices>" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/fence_configuration_guide/s1-software-fence-virt-ca
Providing feedback on Red Hat documentation
Providing feedback on Red Hat documentation We appreciate your feedback on our documentation. Provide as much detail as possible so that your request can be addressed. Prerequisites You have a Red Hat account. If you do not have a Red Hat account, you can create one by clicking Register on the Red Hat Customer Portal h...
null
https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html/configuring_notifications_on_the_red_hat_hybrid_cloud_console_with_fedramp/proc-providing-feedback-on-redhat-documentation
Chapter 76. ListenerAddress schema reference
Chapter 76. ListenerAddress schema reference Used in: ListenerStatus Property Property type Description host string The DNS name or IP address of the Kafka bootstrap service. port integer The port of the Kafka bootstrap service.
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.9/html/streams_for_apache_kafka_api_reference/type-ListenerAddress-reference
Chapter 10. VolumeSnapshot [snapshot.storage.k8s.io/v1]
Chapter 10. VolumeSnapshot [snapshot.storage.k8s.io/v1] Description VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot. Type object Required spec 10.1. Specification Property Type Description apiVersion string APIVersion defines ...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/storage_apis/volumesnapshot-snapshot-storage-k8s-io-v1
E.3. Directories within /proc/
E.3. Directories within /proc/ Common groups of information concerning the kernel are grouped into directories and subdirectories within the /proc/ directory. E.3.1. Process Directories Every /proc/ directory contains a number of directories with numerical names. A listing of them may be similar to the following: These...
[ "dr-xr-xr-x 3 root root 0 Feb 13 01:28 1 dr-xr-xr-x 3 root root 0 Feb 13 01:28 1010 dr-xr-xr-x 3 xfs xfs 0 Feb 13 01:28 1087 dr-xr-xr-x 3 daemon daemon 0 Feb 13 01:28 1123 dr-xr-xr-x 3 root root 0 Feb 13 01:28 11307 dr-xr-xr-x 3 apache apache 0 Feb 13 01:28 13660 dr-xr-xr-x 3 rpc rpc 0 Feb 13 01:28 637 dr-xr-xr-x 3...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s1-proc-directories
Chapter 12. Keyless authentication with robot accounts
Chapter 12. Keyless authentication with robot accounts In versions of Red Hat Quay, robot account tokens were valid for the lifetime of the token unless deleted or regenerated. Tokens that do not expire have security implications for users who do not want to store long-term passwords or manage the deletion, or regenera...
[ "http://localhost:8080/realms/master/protocol/openid-connect/token", "http://<keycloak_url>/realms/<realm_name>/protocol/openid-connect/auth?response_type=code&client_id=<client_id>", "https://localhost:3000/cb?session_state=5c9bce22-6b85-4654-b716-e9bbb3e755bc&iss=http%3A%2F%2Flocalhost%3A8080%2Frealms%2Fmaste...
https://docs.redhat.com/en/documentation/red_hat_quay/3/html/manage_red_hat_quay/keyless-authentication-robot-accounts
17.3. Delegating Host or Service Management in the Web UI
17.3. Delegating Host or Service Management in the Web UI Each host and service entry in the IdM web UI has a configuration tab that indicates what hosts have been delegated management control over that host or service. Open the Identity tab, and select the Hosts or Services subtab. Click the name of the host or servic...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/delegating-management-ui
Making open source more inclusive
Making open source more inclusive Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upc...
null
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.1/html/deploying_red_hat_ceph_storage_and_red_hat_openstack_platform_together_with_director/making-open-source-more-inclusive
Upgrading Data Grid
Upgrading Data Grid Red Hat Data Grid 8.5 Upgrade Data Grid to 8.5 Red Hat Customer Content Services
null
https://docs.redhat.com/en/documentation/red_hat_data_grid/8.5/html/upgrading_data_grid/index
Chapter 1. New and enhanced features
Chapter 1. New and enhanced features This section provides an overview of features that have been added to or significantly enhanced in this release of Red Hat OpenStack Services on OpenShift (RHOSO). RHOSO improves substantially over versions of Red Hat OpenStack Platform (RHOSP). The RHOSO control plane is natively h...
[ "apiVersion: core.openstack.org/v1beta1 kind: OpenStackControlPlane metadata: name: unused spec: neutron: template: customServiceConfig: | [ovn] localnet_learn_fdb = true fdb_age_threshold = 300 fdb_removal_limit = 50" ]
https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/release_notes/chap-top-new-features_release-notes
Maintaining Red Hat Hyperconverged Infrastructure for Virtualization
Maintaining Red Hat Hyperconverged Infrastructure for Virtualization Red Hat Hyperconverged Infrastructure for Virtualization 1.8 Common maintenance tasks for Red Hat Hyperconverged Infrastructure for Virtualization Laura Bailey lbailey@redhat.com
null
https://docs.redhat.com/en/documentation/red_hat_hyperconverged_infrastructure_for_virtualization/1.8/html/maintaining_red_hat_hyperconverged_infrastructure_for_virtualization/index
Chapter 9. Scheduling NUMA-aware workloads
Chapter 9. Scheduling NUMA-aware workloads Learn about NUMA-aware scheduling and how you can use it to deploy high performance workloads in an OpenShift Container Platform cluster. The NUMA Resources Operator allows you to schedule high-performance workloads in the same NUMA zone. It deploys a node resources exporting ...
[ "apiVersion: v1 kind: Namespace metadata: name: openshift-numaresources", "oc create -f nro-namespace.yaml", "apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: name: numaresources-operator namespace: openshift-numaresources spec: targetNamespaces: - openshift-numaresources", "oc create -f nro-...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/scalability_and_performance/cnf-numa-aware-scheduling
Chapter 7. Red Hat build of Keycloak SAML Galleon feature pack detailed configuration
Chapter 7. Red Hat build of Keycloak SAML Galleon feature pack detailed configuration This chapter contains the detailed list of elements for the keycloak-saml.xml configuration file used by the Red Hat build of Keycloak SAML Galleon feature pack. 7.1. SP element Here is the explanation of the SP element attributes: <S...
[ "<SP entityID=\"sp\" sslPolicy=\"ssl\" nameIDPolicyFormat=\"format\" forceAuthentication=\"true\" isPassive=\"false\" keepDOMAssertion=\"true\" autodetectBearerOnly=\"false\"> </SP>", "<Keys> <Key signing=\"true\" > </Key> </Keys>", "<Keys> <Key signing=\"true\" > <KeyStore resource=\"/WEB-INF/keystore.jks\" pa...
https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/26.0/html/securing_applications_and_services_guide/saml-galleon-layers-detailed-config-
Chapter 91. Additional resources
Chapter 91. Additional resources Designing your decision management architecture for Red Hat Process Automation Manager Getting started with decision services Designing a decision service using DRL rules Packaging and deploying an Red Hat Process Automation Manager project
null
https://docs.redhat.com/en/documentation/red_hat_process_automation_manager/7.13/html/developing_decision_services_in_red_hat_process_automation_manager/additional_resources_3
Chapter 1. Release notes
Chapter 1. Release notes Release notes contain information about new and deprecated features, breaking changes, and known issues. The following release notes apply for the most recent Builds releases on OpenShift Container Platform. Builds is an extensible build framework based on the Shipwright project , which you can...
null
https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.1/html/about_builds/ob-release-notes
Chapter 16. DRL (Drools Rule Language) rules
Chapter 16. DRL (Drools Rule Language) rules DRL (Drools Rule Language) rules are business rules that you define directly in .drl text files. These DRL files are the source in which all other rule assets in Business Central are ultimately rendered. You can create and manage DRL files within the Business Central interfa...
[ "package import function // Optional query // Optional declare // Optional global // Optional rule \"rule name\" // Attributes when // Conditions then // Actions end rule \"rule2 name\"", "rule \"Underage\" salience 15 agenda-group \"applicationGroup\" when USDapplication : LoanApplication() Applicant( age < 21 )...
https://docs.redhat.com/en/documentation/red_hat_process_automation_manager/7.13/html/developing_decision_services_in_red_hat_process_automation_manager/drl-rules-con_drl-rules
Chapter 1. Overview of machine management
Chapter 1. Overview of machine management You can use machine management to flexibly work with underlying infrastructure like Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), OpenStack, Red Hat Virtualization (RHV), and vSphere to manage the OpenShift Container Platform cluster. You can control the cluste...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.9/html/machine_management/overview-of-machine-management
Chapter 5. Managing user-owned OAuth access tokens
Chapter 5. Managing user-owned OAuth access tokens Users can review their own OAuth access tokens and delete any that are no longer needed. 5.1. Listing user-owned OAuth access tokens You can list your user-owned OAuth access tokens. Token names are not sensitive and cannot be used to log in. Procedure List all user-ow...
[ "oc get useroauthaccesstokens", "NAME CLIENT NAME CREATED EXPIRES REDIRECT URI SCOPES <token1> openshift-challenging-client 2021-01-11T19:25:35Z 2021-01-12 19:25:35 +0000 UTC https://oauth-openshift.apps.example.com/oauth/token/implicit user:full <token2> openshift-browser-client 2021-01-11T19:27:06Z 2021-01-12 1...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/authentication_and_authorization/managing-oauth-access-tokens
Chapter 2. Importing a custom workbench image
Chapter 2. Importing a custom workbench image In addition to workbench images provided and supported by Red Hat and independent software vendors (ISVs), you can import custom workbench images that cater to your project's specific requirements. You must import it so that your OpenShift AI users (data scientists) can acc...
null
https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/managing_resources/importing-a-custom-workbench-image_resource-mgmt
32.3.2. Displaying the Message Buffer
32.3.2. Displaying the Message Buffer To display the kernel message buffer, type the log command at the interactive prompt. Example 32.3. Displaying the kernel message buffer Type help log for more information on the command usage. Note The kernel message buffer includes the most essential information about the system ...
[ "crash> log ... several lines omitted EIP: 0060:[<c068124f>] EFLAGS: 00010096 CPU: 2 EIP is at sysrq_handle_crash+0xf/0x20 EAX: 00000063 EBX: 00000063 ECX: c09e1c8c EDX: 00000000 ESI: c0a09ca0 EDI: 00000286 EBP: 00000000 ESP: ef4dbf24 DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 Process bash (pid: 5591, ti=ef4da000...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s2-kdump-crash-log
12.2. Setting and Removing Cluster Properties
12.2. Setting and Removing Cluster Properties To set the value of a cluster property, use the following pcs command. For example, to set the value of symmetric-cluster to false , use the following command. You can remove a cluster property from the configuration with the following command. Alternately, you can remove a...
[ "pcs property set property = value", "pcs property set symmetric-cluster=false", "pcs property unset property", "pcs property set symmetic-cluster=" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/high_availability_add-on_reference/s1-setremoveclusterprops-HAAR
Appendix B. The cephadm commands
Appendix B. The cephadm commands The cephadm is a command line tool to manage the local host for the Cephadm Orchestrator. It provides commands to investigate and modify the state of the current host. Some of the commands are generally used for debugging. Note cephadm is not required on all hosts, however, it is useful...
[ "cephadm adopt [-h] --name DAEMON_NAME --style STYLE [--cluster CLUSTER ] --legacy-dir [ LEGACY_DIR ] --config-json CONFIG_JSON ] [--skip-firewalld] [--skip-pull]", "cephadm adopt --style=legacy --name prometheus.host02", "cephadm ceph-volume inventory/simple/raw/lvm [-h] [--fsid FSID ] [--config-json CONFIG_JS...
https://docs.redhat.com/en/documentation/red_hat_ceph_storage/6/html/installation_guide/the-cephadm-commands_install
Chapter 71. KafkaConnectSpec schema reference
Chapter 71. KafkaConnectSpec schema reference Used in: KafkaConnect Full list of KafkaConnectSpec schema properties Configures a Kafka Connect cluster. 71.1. config Use the config properties to configure Kafka Connect options as keys. The values can be one of the following JSON types: String Number Boolean Certain opti...
[ "apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaConnect metadata: name: my-connect spec: # config: group.id: my-connect-cluster offset.storage.topic: my-connect-cluster-offsets config.storage.topic: my-connect-cluster-configs status.storage.topic: my-connect-cluster-status key.converter: org.apache.kafka.connect.j...
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.7/html/streams_for_apache_kafka_api_reference/type-KafkaConnectSpec-reference
Appendix A. Revision History
Appendix A. Revision History Revision History Revision 6.4.0-20 Thu Jun 06 2017 David Le Sage Updated for 6.4.
null
https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/development_guide_volume_5_caching_guide/appe-revision_history
Chapter 8. Configuring OpenShift Serverless Functions
Chapter 8. Configuring OpenShift Serverless Functions To improve the process of deployment of your application code, you can use OpenShift Serverless to deploy stateless, event-driven functions as a Knative service on OpenShift Container Platform. If you want to develop functions, you must complete the set up steps. 8....
[ "systemctl start --user podman.socket", "export DOCKER_HOST=\"unix://USD{XDG_RUNTIME_DIR}/podman/podman.sock\"", "kn func build -v", "podman machine init --memory=8192 --cpus=2 --disk-size=20", "podman machine start Starting machine \"podman-machine-default\" Waiting for VM Mounting volume... /Users/myuser:...
https://docs.redhat.com/en/documentation/red_hat_openshift_serverless/1.35/html/installing_openshift_serverless/configuring-serverless-functions
Managing configurations by using Ansible integration
Managing configurations by using Ansible integration Red Hat Satellite 6.16 Configure Ansible integration in Satellite and use Ansible roles and playbooks to configure your hosts Red Hat Satellite Documentation Team satellite-doc-list@redhat.com
[ "satellite-installer --enable-foreman-proxy-plugin-ansible", "subscription-manager repos --enable=rhel-8-for-x86_64-appstream-rpms", "subscription-manager repos --enable=rhel-7-server-extras-rpms", "satellite-maintain packages install rhel-system-roles", "--- collections: - name: my_namespace.my_collection ...
https://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html-single/managing_configurations_by_using_ansible_integration/index
Preface
Preface Red Hat Quay is an enterprise-quality container registry. Use Red Hat Quay to build and store container images, then make them available to deploy across your enterprise. The Red Hat Quay Operator provides a simple method to deploy and manage Red Hat Quay on an OpenShift cluster. With the release of Red Hat Qua...
null
https://docs.redhat.com/en/documentation/red_hat_quay/3.10/html/deploying_the_red_hat_quay_operator_on_openshift_container_platform/pr01
7.2. Starting and Stopping a Cluster
7.2. Starting and Stopping a Cluster You can use the ccs command to stop a cluster by using the following command to stop cluster services on all nodes in the cluster: You can use the ccs command to start a cluster that is not running by using the following command to start cluster services on all nodes in the cluster:...
[ "ccs -h host --stopall", "ccs -h host --startall", "ccs -h host --startall --noenable" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/cluster_administration/s1-admin-start-ccs-ca
Chapter 2. Get started using the Insights for RHEL malware detection service
Chapter 2. Get started using the Insights for RHEL malware detection service To begin using the malware detection service, you must perform the following actions. Procedures for each action follow in this chapter. Note Some procedures require sudo access on the system and others require that the administrator performin...
[ "sudo dnf install yara", "sudo yum install insights-client", "sudo insights-client --test-connection", "sudo insights-client --register", "sudo insights-client --collector malware-detection", "test_scan: false", "sudo insights-client --collector malware-detection", "scan_processes: true", "sudo insi...
https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/assessing_and_reporting_malware_signatures_on_rhel_systems/malware-svc-getting-started
Chapter 4. ComponentStatus [v1]
Chapter 4. ComponentStatus [v1] Description ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+ Type object 4.1. Specification Property Type Description apiVersion string APIVersion defines the versioned schema of this representation of an object. Se...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/metadata_apis/componentstatus-v1
Pipelines
Pipelines Red Hat OpenShift Service on AWS 4 A cloud-native continuous integration and continuous delivery solution based on Kubernetes resources Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html/pipelines/index
Chapter 55. TlsSidecar schema reference
Chapter 55. TlsSidecar schema reference The type TlsSidecar has been deprecated. Used in: CruiseControlSpec , EntityOperatorSpec Full list of TlsSidecar schema properties The TLS sidecar type is not used anymore. If set, it will be ignored 55.1. TlsSidecar schema properties Property Property type Description image stri...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.9/html/streams_for_apache_kafka_api_reference/type-TlsSidecar-reference
Chapter 1. Cryostat migration overview
Chapter 1. Cryostat migration overview As a cluster administrator in Red Hat OpenShift, you can upgrade from Cryostat 2.4 to Cryostat 3.0. This guide covers new updates available in the Cryostat 3.0 release, deprecated and unsupported features, and any required application and Operator configuration updates to maintain...
null
https://docs.redhat.com/en/documentation/red_hat_build_of_cryostat/3/html/migrating_cryostat_2.4_to_cryostat_3.0/cryostat-migration-overview_cryostat
Chapter 3. LocalSubjectAccessReview [authorization.openshift.io/v1]
Chapter 3. LocalSubjectAccessReview [authorization.openshift.io/v1] Description LocalSubjectAccessReview is an object for requesting information about whether a user or group can perform an action in a particular namespace 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.18/html/authorization_apis/localsubjectaccessreview-authorization-openshift-io-v1
Chapter 7. Console [config.openshift.io/v1]
Chapter 7. Console [config.openshift.io/v1] Description Console holds cluster-wide configuration for the web console, including the logout URL, and reports the public URL of the console. The canonical name is cluster . Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/config_apis/console-config-openshift-io-v1
Pipelines
Pipelines OpenShift Container Platform 4.14 A cloud-native continuous integration and continuous delivery solution based on Kubernetes resources Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/pipelines/index
Chapter 30. ImageService
Chapter 30. ImageService 30.1. ExportImages GET /v1/export/images 30.1.1. Description 30.1.2. Parameters 30.1.2.1. Query Parameters Name Description Required Default Pattern timeout - null query - null 30.1.3. Return Type Stream_result_of_v1ExportImageResponse 30.1.4. Content Type application/json 30.1.5. Responses Tab...
[ "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/imageservice
Chapter 13. Using a vault to obtain secrets
Chapter 13. Using a vault to obtain secrets Keycloak currently provides two out-of-the-box implementations of the Vault SPI: a plain-text file-based vault and Java KeyStore-based vault. To obtain a secret from a vault rather than entering it directly, enter the following specially crafted string into the appropriate fi...
[ "USD{vault.key}", "kc.[sh|bat] start --spi-vault-file-key-resolvers=REALM_UNDERSCORE_KEY,KEY_ONLY" ]
https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/22.0/html/server_administration_guide/vault-administration
Chapter 2. Managing Red Hat subscriptions
Chapter 2. Managing Red Hat subscriptions Red Hat Satellite can import content from the Red Hat Content Delivery Network (CDN). Satellite requires a Red Hat subscription manifest to find, access, and download content from the corresponding repositories. You must have a Red Hat subscription manifest containing a subscri...
[ "scp ~/ manifest_file .zip root@ satellite.example.com :~/.", "hammer subscription upload --file ~/ manifest_file .zip --organization \" My_Organization \"", "tree -d -L 11 └── content 1 β”œβ”€β”€ beta 2 β”‚ └── rhel 3 β”‚ └── server 4 β”‚ └── 7 5 β”‚ └── x86_64 6 β”‚ └── sat-tools 7 └── dist └── rhel └── server └── 7 β”œβ”€β”€ 7.2 ...
https://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/managing_content/managing_red_hat_subscriptions_content-management
Chapter 3. Unsupported features and deprecated features
Chapter 3. Unsupported features and deprecated features 3.1. Unsupported features Support for some technologies is removed due to the high maintenance cost, low community interest, and better alternative solutions. The following features are not supported in JBoss EAP XP 5.0: MicroProfile Metrics MicroProfile Metrics i...
null
https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.0/html/red_hat_jboss_eap_xp_5.0_release_notes/unsupported_features_and_deprecated_features