title
stringlengths
4
168
content
stringlengths
7
1.74M
commands
listlengths
1
5.62k
url
stringlengths
79
342
Chapter 7. Automating software updates in RHEL 8
Chapter 7. Automating software updates in RHEL 8 DNF Automatic is an alternative command-line interface to YUM that is suited for automatic and regular execution by using systemd timers, cron jobs, and other such tools. DNF Automatic synchronizes package metadata as needed, checks for available updates, and then perfor...
[ "yum install dnf-automatic", "rpm -qi dnf-automatic", "systemctl enable --now <timer_name>", "systemctl status <timer_name>", "systemctl list-timers --all" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/installing_managing_and_removing_user-space_components/automating-software-updates_using-appstream
Chapter 15. Directory-entry (dentry) Tapset
Chapter 15. Directory-entry (dentry) Tapset This family of functions is used to map kernel VFS directory entry pointers to file or full path names.
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/systemtap_tapset_reference/dentry.stp
Chapter 1. Introduction
Chapter 1. Introduction 1.1. About the MTA plugin for IntelliJ IDEA You can migrate and modernize applications by using the Migration Toolkit for Applications (MTA) plugin for IntelliJ IDEA. The MTA plugin analyzes your projects using customizable rulesets, marks issues in the source code, provides guidance to fix the ...
null
https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.2/html/intellij_idea_plugin_guide/introduction
Preface
Preface Reference guide for configuring Directory Server
null
https://docs.redhat.com/en/documentation/red_hat_directory_server/11/html/configuration_command_and_file_reference/pr01
Chapter 4. Commonly required logs for troubleshooting
Chapter 4. Commonly required logs for troubleshooting Some of the commonly used logs for troubleshooting OpenShift Data Foundation are listed, along with the commands to generate them. Generating logs for a specific pod: Generating logs for Ceph or OpenShift Data Foundation cluster: Important Currently, the rook-ceph-o...
[ "oc logs <pod-name> -n <namespace>", "oc logs rook-ceph-operator-<ID> -n openshift-storage", "oc logs csi-cephfsplugin-<ID> -n openshift-storage -c csi-cephfsplugin", "oc logs csi-rbdplugin-<ID> -n openshift-storage -c csi-rbdplugin", "oc logs csi-cephfsplugin-<ID> -n openshift-storage --all-containers", ...
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/troubleshooting_openshift_data_foundation/commonly-required-logs_rhodf
8.8. Selecting Network Team Configuration Methods
8.8. Selecting Network Team Configuration Methods To configure a network team using NetworkManager 's text user interface tool, nmtui , proceed to Section 8.9, "Configure a Network Team Using the Text User Interface, nmtui" To create a network team using the command-line tool , nmcli , proceed to Section 8.10.1, "Confi...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/networking_guide/sec-selecting_network_team_configuration_methods
Chapter 2. Accessing the web console
Chapter 2. Accessing the web console The OpenShift Container Platform web console is a user interface accessible from a web browser. Developers can use the web console to visualize, browse, and manage the contents of projects. 2.1. Prerequisites JavaScript must be enabled to use the web console. For the best experience...
[ "INFO Install complete! INFO Run 'export KUBECONFIG=<your working directory>/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. INFO The cluster is ready when 'oc login -u kubeadmin -p <provided>' succeeds (wait a few minutes). INFO Access the OpenShift web-console here: https://console-openshift-...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.9/html/web_console/web-console
21.5. Deactivating a group configuration
21.5. Deactivating a group configuration Use this procedure to deactivate group configurations like metadata-cache , nl-cache , or samba . Use this procedure to reset volume options set up by a group configuration in order to deactivate the group. Navigate to the groups folder: View the contents of the group profile: R...
[ "cd /var/lib/glusterd/groups", "cat PROFILE_NAME", "gluster volume reset VOLNAME OPTION_NAME" ]
https://docs.redhat.com/en/documentation/red_hat_gluster_storage/3.5/html/administration_guide/deactivate_group_configuration
Appendix A. Encryption Standards
Appendix A. Encryption Standards A.1. Synchronous Encryption A.1.1. Advanced Encryption Standard - AES In cryptography, the Advanced Encryption Standard (AES) is an encryption standard adopted by the U.S. Government. The standard comprises three block ciphers, AES-128, AES-192 and AES-256, adopted from a larger collect...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/security_guide/chap-Encryption_Standards
File System Guide
File System Guide Red Hat Ceph Storage 8 Configuring and Mounting Ceph File Systems Red Hat Ceph Storage Documentation Team
[ "cephadm shell", "ceph fs volume create FILESYSTEM_NAME --placement=\" NUMBER_OF_DAEMONS HOST_NAME_1 HOST_NAME_2 HOST_NAME_3 \"", "ceph fs volume create test --placement=\"2 host01 host02\"", "ceph osd pool create DATA_POOL [ PG_NUM ] ceph osd pool create METADATA_POOL [ PG_NUM ]", "ceph osd pool create cep...
https://docs.redhat.com/en/documentation/red_hat_ceph_storage/8/html-single/file_system_guide/creating-client-users-for-a-ceph-file-system_fs
Chapter 3. Accepting Incoming Connections
Chapter 3. Accepting Incoming Connections Network connections define how clients connect to your broker instance. In AMQ 7, these connections function differently and are configured differently than in AMQ 6. 3.1. Incoming Network Connections Changes AMQ 6 and AMQ Broker 7 both enable you to define the way that clients...
[ "<acceptor name=\"artemis\">tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE;useEpoll=true;amqpCredits=1000;amqpLowCredits=300</acceptor>", "<configuration> <core> <acceptors> <!-- Acceptor for every supported protocol --> <acceptor name=\"...
https://docs.redhat.com/en/documentation/red_hat_amq/2020.q4/html/migrating_to_red_hat_amq_7/accepting_incoming_connections
Chapter 9. Managing cluster policies with PolicyGenerator resources
Chapter 9. Managing cluster policies with PolicyGenerator resources 9.1. Configuring managed cluster policies by using PolicyGenerator resources Applied Policy custom resources (CRs) configure the managed clusters that you provision. You can customize how Red Hat Advanced Cluster Management (RHACM) uses PolicyGenerator...
[ "apiVersion: policy.open-cluster-management.io/v1 kind: PolicyGenerator metadata: name: common-latest placementBindingDefaults: name: common-latest-placement-binding 1 policyDefaults: namespace: ztp-common placement: labelSelector: matchExpressions: - key: common operator: In values: - \"true\" - key: du-profile op...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/edge_computing/managing-cluster-policies-with-policygenerator-resources
2.6. UPower
2.6. UPower In Red Hat Enterprise Linux 6 DeviceKit-power assumed the power management functions that were part of HAL and some of the functions that were part of GNOME Power Manager in releases of Red Hat Enterprise Linux (refer also to Section 2.7, "GNOME Power Manager" . Red Hat Enterprise Linux 7, DeviceKit-power w...
[ "/org/freedesktop/UPower/devices/line_power_AC /org/freedesktop/UPower/devices/battery_BAT0", "~]USD upower -i /org/freedesktop/UPower/devices/battery_BAT0" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/power_management_guide/upower
Chapter 17. Hardening the Shared File System (Manila)
Chapter 17. Hardening the Shared File System (Manila) The Shared File Systems service (manila) provides a set of services for managing shared file systems in a multi-project cloud environment. With manila, you can create a shared file system and manage its properties, such as visibility, accessibility, and quotas. For ...
[ "manila endpoints +-------------+-----------------------------------------+ | manila | Value | +-------------+-----------------------------------------+ | adminURL | http://172.18.198.55:8786/v1/20787a7b...| | region | RegionOne | | publicURL | http://172.18.198.55:8786/v1/20787a7b...| | internalURL | http://172.18...
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.1/html/hardening_red_hat_openstack_platform/assembly_hardening-the-shared-file-system_security_and_hardening
Chapter 1. Network Observability Operator release notes
Chapter 1. Network Observability Operator release notes The Network Observability Operator enables administrators to observe and analyze network traffic flows for OpenShift Container Platform clusters. These release notes track the development of the Network Observability Operator in the OpenShift Container Platform. F...
[ "kind: NetworkPolicy apiVersion: networking.k8s.io/v1 metadata: name: allow-from-hostnetwork namespace: netobserv spec: podSelector: matchLabels: app: netobserv-operator ingress: - from: - namespaceSelector: matchLabels: policy-group.network.openshift.io/host-network: '' policyTypes: - Ingress" ]
https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/network_observability/network-observability-operator-release-notes
Installing on Nutanix
Installing on Nutanix OpenShift Container Platform 4.13 Installing OpenShift Container Platform on Nutanix Red Hat OpenShift Documentation Team
[ "RELEASE_IMAGE=USD(./openshift-install version | awk '/release image/ {print USD3}')", "CCO_IMAGE=USD(oc adm release info --image-for='cloud-credential-operator' USDRELEASE_IMAGE -a ~/.pull-secret)", "oc image extract USDCCO_IMAGE --file=\"/usr/bin/ccoctl\" -a ~/.pull-secret", "chmod 775 ccoctl", "./ccoctl....
https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/installing_on_nutanix/index
Package Manifest
Package Manifest Red Hat Virtualization 4.4 Package listing for Red Hat Virtualization 4.4 Red Hat Virtualization Documentation Team Red Hat Customer Content Services rhev-docs@redhat.com Abstract This Package Manifest provides a list of packages for Red Hat Virtualization 4.4 General Availability and for Batch Updates...
null
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.4/html/package_manifest/index
F.11. Help Menu
F.11. Help Menu The Help Menu shown below contains no Teiid Designer specific actions. See Eclipse Workbench documentation for details. Figure F.14. Help Menu The individual actions are described below: Red Hat Central - Launches the Red Hat Central view. Help Contents - Launches the Help Window. All of Designer's onli...
null
https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/user_guide_volume_1_teiid_designer/help_menu
Chapter 6. Upgrading a geo-replication deployment of Red Hat Quay
Chapter 6. Upgrading a geo-replication deployment of Red Hat Quay Use the following procedure to upgrade your geo-replication Red Hat Quay deployment. Important When upgrading geo-replication Red Hat Quay deployments to the y-stream release (for example, Red Hat Quay 3.7 Red Hat Quay 3.8), or geo-replication deployment...
[ "sudo podman ps", "CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ec16ece208c0 registry.redhat.io/quay/quay-rhel8:v3.7.0 registry 6 minutes ago Up 6 minutes ago 0.0.0.0:80->8080/tcp, 0.0.0.0:443->8443/tcp quay01", "sudo podman ps", "CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7ae0c9a8b37d reg...
https://docs.redhat.com/en/documentation/red_hat_quay/3.9/html/deploy_red_hat_quay_-_high_availability/upgrading-geo-repl-quay
12.22. Microsoft Excel Translator
12.22. Microsoft Excel Translator The Microsoft Excel Translator, known by the type name excel, exposes querying functionality to Excel documents using File Data Sources. This translator provides an easy way to read an Excel spreadsheet and provide the contents of the spreadsheet in a tabular form that can be integrate...
[ "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> <vdb name=\"excelvdb\" version=\"1\"> <model name=\"excel\"> <property name=\"importer.headerRowNumber\" value=\"1\"/> <property name=\"importer.ExcelFileName\" value=\"names.xls\"/> <source name=\"connector\" translator-name=\"excel\" connection-jndi-n...
https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/development_guide_volume_3_reference_material/microsoft_excel_translator
5.110. ipa
5.110. ipa 5.110.1. RHSA-2013:0188 - Important: ipa security update Updated ipa 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 important security impact. A Common Vulnerability Scoring System (CVSS) base score, wh...
[ "ipa: ERROR: Constraint violation: Password Fails to meet minimum strength criteria", "~]USD getent ethers <hostname>" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.3_technical_notes/ipa
Chapter 18. Annotating encrypted RBD storage classes
Chapter 18. Annotating encrypted RBD storage classes Starting with OpenShift Data Foundation 4.14, when the OpenShift console creates a RADOS block device (RBD) storage class with encryption enabled, the annotation is set automatically. However, you need to add the annotation, cdi.kubevirt.io/clone-strategy=copy for an...
null
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/troubleshooting_openshift_data_foundation/annotating-the-existing-encrypted-rbd-storageclasses_rhodf
Installing on Azure Stack Hub
Installing on Azure Stack Hub OpenShift Container Platform 4.18 Installing OpenShift Container Platform on Azure Stack Hub Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/installing_on_azure_stack_hub/index
21.2. FTP
21.2. FTP The 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 in to the remote host or to have knowledge of how to use the remote sys...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s1-ftp
Appendix C. Reverting Satellite Server to download content from Red Hat CDN
Appendix C. Reverting Satellite Server to download content from Red Hat CDN If your environment changes from disconnected to connected, you can reconfigure a disconnected Satellite Server to download content directly from the Red Hat CDN. Procedure In the Satellite web UI, navigate to Content > Subscriptions . Click Ma...
[ "hammer organization configure-cdn --name=\" My_Organization \" --type=redhat_cdn" ]
https://docs.redhat.com/en/documentation/red_hat_satellite/6.15/html/installing_satellite_server_in_a_disconnected_network_environment/reverting_server_to_download_content_from_red_hat_cdn_satellite
4.284. sblim-sfcb
4.284. sblim-sfcb 4.284.1. RHBA-2011:1547 - sblim-sfcb bug fix update An updated sblim-sfcb package that fixes multiple bugs is now available for Red Hat Enterprise Linux 6. Small Footprint CIM Broker (sblim-sfcb) is a Common Information Model (CIM) server conforming to the CIM Operations over the HTTP protocol. The SF...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.2_technical_notes/sblim-sfcb
8.5. Snapshot Deletion
8.5. Snapshot Deletion You can delete individual snapshots that are no longer required. Deleting a snapshot removes the ability to restore a virtual disk to that particular restoration point. It does not necessarily reclaim the disk space consumed by the snapshot, nor does it delete the data. The disk space will only b...
null
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.3/html/technical_reference/snapshot_deletion
Chapter 1. Migration from OpenShift Container Platform 3 to 4 overview
Chapter 1. Migration from OpenShift Container Platform 3 to 4 overview OpenShift Container Platform 4 clusters are different from OpenShift Container Platform 3 clusters. OpenShift Container Platform 4 clusters contain new technologies and functionality that result in a cluster that is self-managing, flexible, and auto...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/migrating_from_version_3_to_4/migration-from-version-3-to-4-overview
Chapter 13. Scheduling resources
Chapter 13. Scheduling resources 13.1. Using node selectors to move logging resources A node selector specifies a map of key/value pairs that are defined using custom labels on nodes and selectors specified in pods. For the pod to be eligible to run on a node, the pod must have the same key/value node selector as the l...
[ "kind: Node apiVersion: v1 metadata: name: ip-10-0-131-14.ec2.internal selfLink: /api/v1/nodes/ip-10-0-131-14.ec2.internal uid: 7bc2580a-8b8e-11e9-8e01-021ab4174c74 resourceVersion: '478704' creationTimestamp: '2019-06-10T14:46:08Z' labels: kubernetes.io/os: linux topology.kubernetes.io/zone: us-east-1a node.opensh...
https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html/logging/scheduling-resources
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_decision_manager/7.13/html/installing_and_configuring_red_hat_decision_manager/snip-conscious-language_installing-and-configuring
Chapter 15. Integrating with image vulnerability scanners
Chapter 15. Integrating with image vulnerability scanners Red Hat Advanced Cluster Security for Kubernetes (RHACS) integrates with vulnerability scanners to enable you to import your container images and watch them for vulnerabilities. Supported container image registries Red Hat supports the following container image ...
null
https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html/integrating/integrate-with-image-vulnerability-scanners
Chapter 12. Nested Virtualization
Chapter 12. Nested Virtualization 12.1. Overview As of Red Hat Enterprise Linux 7.5, nested virtualization is available as a Technology Preview for KVM guest virtual machines. With this feature, a guest virtual machine (also referred to as level 1 or L1 ) that runs on a physical host ( level 0 or L0 ) can act as a hype...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/Nested_Virt
3.4. Setting Up Multipathing in the initramfs File System
3.4. Setting Up Multipathing in the initramfs File System You can set up multipathing in the initramfs file system. After configuring multipath, you can rebuild the initramfs file system with the multipath configuration files by executing the dracut command with the following options: If you run multipath from the init...
[ "dracut --force --add multipath" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/dm_multipath/mp_initramfs
Red Hat Data Grid
Red Hat Data Grid Data Grid is a high-performance, distributed in-memory data store. Schemaless data structure Flexibility to store different objects as key-value pairs. Grid-based data storage Designed to distribute and replicate data across clusters. Elastic scaling Dynamically adjust the number of nodes to meet dema...
[ "[org.infinispan.SERVER] ISPN080018: Started connector Resp (internal)", "redis-cli -p 11222 --user username --pass password", "127.0.0.1:11222> SET k v OK 127.0.0.1:11222> GET k \"v\" 127.0.0.1:11222> quit", "<distributed-cache name=\"respCache\" aliases=\"0\" owners=\"2\" key-partitioner=\"org.infinispan.di...
https://docs.redhat.com/en/documentation/red_hat_data_grid/8.5/html/using_the_resp_protocol_endpoint_with_data_grid/red-hat-data-grid
Appendix A. Using your subscription
Appendix A. Using your subscription Streams for Apache Kafka is provided through a software subscription. To manage your subscriptions, access your account at the Red Hat Customer Portal. Accessing Your Account Go to access.redhat.com . If you do not already have an account, create one. Log in to your account. Activati...
[ "dnf install <package_name>", "dnf install <path_to_download_package>" ]
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.7/html/kafka_configuration_properties/using_your_subscription
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.16/html/monitoring_openshift_data_foundation/providing-feedback-on-red-hat-documentation_rhodf
Chapter 21. Constant
Chapter 21. Constant The Constant Expression Language is really just a way to use a constant value or object. Note This is a fixed constant value (or object) that is only set once during starting up the route, do not use this if you want dynamic values during routing. 21.1. Dependencies When using constant with Red Hat...
[ "<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-core-starter</artifactId> </dependency>", "<route> <from uri=\"seda:a\"/> <setHeader name=\"theHeader\"> <constant>the value</constant> </setHeader> <to uri=\"mock:b\"/> </route>", "from(\"seda:a\") .setHeader(\"theHeader\", constant...
https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.4/html/red_hat_build_of_apache_camel_for_spring_boot_reference/csb-camel-constant-language-starter
Chapter 14. IngressClass [networking.k8s.io/v1]
Chapter 14. IngressClass [networking.k8s.io/v1] Description IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The ingressclass.kubernetes.io/is-default-class annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/network_apis/ingressclass-networking-k8s-io-v1
8.2. Understanding the Default Behavior of Controller and Port Interfaces
8.2. Understanding the Default Behavior of Controller and Port Interfaces When controlling teamed port interfaces using the NetworkManager daemon, and especially when fault finding, keep the following in mind: Starting the controller interface does not automatically start the port interfaces. Starting a port interface ...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/networking_guide/sec-team-understanding_the_default_behavior_of_controller_and_port_interfaces
How to Set Up SSO with Kerberos
How to Set Up SSO with Kerberos Red Hat JBoss Enterprise Application Platform 7.4 Instructions for configuring and managing single sign-on user access to Red Hat JBoss Enterprise Application Platform using Kerberos. Red Hat Customer Content Services
null
https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4/html/how_to_set_up_sso_with_kerberos/index
5.3.4. Deleting a Member from a Cluster
5.3.4. Deleting a Member from a Cluster To delete a member from an existing cluster that is currently in operation, follow the steps in this section. Note that nodes must be stopped before being deleted unless you are deleting all of the nodes in the cluster at once. From the cluster-specific page, click Nodes along th...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/cluster_administration/s2-delete-member-conga-ca
Chapter 7. Uninstalling the Ansible plug-ins from a Helm installation on OpenShift Container Platform
Chapter 7. Uninstalling the Ansible plug-ins from a Helm installation on OpenShift Container Platform To uninstall the Ansible plug-ins, you must remove any software templates that use the ansible:content:create action from Red Hat Developer Hub, and remove the plug-ins configuration from the Helm chart in OpenShift. 7...
[ "global: plugins: - disabled: false integrity: <SHA512 value> package: 'http://plugin-registry:8080/ansible-plugin-backstage-rhaap-x.y.z.tgz' pluginConfig: dynamicPlugins: frontend: ansible.plugin-backstage-rhaap: appIcons: - importName: AnsibleLogo name: AnsibleLogo dynamicRoutes: - importName: AnsiblePage menuIte...
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/installing_ansible_plug-ins_for_red_hat_developer_hub/rhdh-uninstall-ocp-helm_aap-plugin-rhdh-installing
Chapter 9. Using a cluster-scoped Argo Rollouts instance to manage rollout resources
Chapter 9. Using a cluster-scoped Argo Rollouts instance to manage rollout resources By default, Argo Rollouts supports the cluster-scoped mode of installation for Argo Rollouts custom resources (CRs). This mode of installation uses the CLUSTER_SCOPED_ARGO_ROLLOUTS_NAMESPACES environment variable to specify a list of n...
[ "apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: openshift-gitops-operator spec: config: env: - name: NAMESPACE_SCOPED_ARGO_ROLLOUTS value: 'false' 1 - name: CLUSTER_SCOPED_ARGO_ROLLOUTS_NAMESPACES value: <list_of_namespaces_in_the_cluster-scoped_Argo_CD_instances> 2" ]
https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.15/html/argo_rollouts/using-cluster-scoped-argo-rollouts-instance-to-manage-rollouts-resources
14.22.9. Converting a Network UUID to Network Name
14.22.9. Converting a Network UUID to Network Name This command converts a network UUID to network name. To do this run:
[ "virsh net-name network-UUID" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/virtualization_administration_guide/sub-sect-virtual_networking_commands-converting_a_network_uuid_to_network_name
3.12. Creating a Virtual Disk
3.12. Creating a Virtual Disk To ensure that a newly created virtual machine has access to persistent storage you must create and attach a disk. This Ruby example creates and attaches a virtual storage disk to a virtual machine. # Locate the virtual machines service and use it to find the virtual # machine: vms_service...
[ "Locate the virtual machines service and use it to find the virtual machine: vms_service = connection.system_service.vms_service vm = vms_service.list(search: 'name=myvm')[0] Locate the service that manages the disk attachments of the virtual machine: disk_attachments_service = vms_service.vm_service(vm.id).disk_at...
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.3/html/ruby_sdk_guide/creating_a_virtual_disk
6.4. Integrated Volume Management of Multiple Devices
6.4. Integrated Volume Management of Multiple Devices A btrfs file system can be created on top of many devices, and more devices can be added after the file system has been created. By default, metadata will be mirrored across two devices and data will be striped across all devices present, however if only one device ...
[ "mkfs.btrfs /dev/ device1 /dev/ device2 /dev/ device3 /dev/ device4", "mkfs.btrfs -m raid0 /dev/ device1 /dev/ device2", "mkfs.btrfs -m raid10 -d raid10 /dev/ device1 /dev/ device2 /dev/ device3 /dev/ device4", "mkfs.btrfs -m single / dev / device", "mkfs.btrfs -d single /dev/ device1 /dev/ device2 /dev/ de...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/storage_administration_guide/btrfs-integrated_volume_management
Chapter 1. Introduction
Chapter 1. Introduction 1.1. What is Red Hat JBoss Enterprise Application Platform (JBoss EAP)? Red Hat JBoss Enterprise Application Platform 7.4 (JBoss EAP) is a middleware platform built on open standards and compliant with the Jakarta EE 8 specification. It provides preconfigured options for features such as high-av...
null
https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4/html/getting_started_with_jboss_eap_for_openshift_online/introduction
8.2. Creating Snapshots
8.2. Creating Snapshots Before creating a snapshot ensure that the following prerequisites are met: Red Hat Gluster Storage volume has to be present and the volume has to be in the Started state. All the bricks of the volume have to be on an independent thin logical volume(LV). Snapshot names must be unique in the clus...
[ "gluster volume geo-replication MASTER_VOL SLAVE_HOST :: SLAVE_VOL pause", "gluster volume geo-replication master-vol example.com::slave-vol pause Pausing geo-replication session between master-vol example.com::slave-vol has been successful", "gluster snapshot create < snapname > < volname > [no-timestamp] [des...
https://docs.redhat.com/en/documentation/red_hat_gluster_storage/3.5/html/administration_guide/ch08s02
Deploying the Shared File Systems service with CephFS through NFS
Deploying the Shared File Systems service with CephFS through NFS Red Hat OpenStack Platform 16.2 Understanding, using, and managing the Shared File Systems service with CephFS through NFS in Red Hat OpenStack Platform OpenStack Documentation Team rhos-docs@redhat.com
null
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/16.2/html/deploying_the_shared_file_systems_service_with_cephfs_through_nfs/index
Chapter 5. Using the API
Chapter 5. Using the API For more information, see the AMQ C++ API reference and AMQ C++ example suite . 5.1. Handling messaging events AMQ C++ is an asynchronous event-driven API. To define how the application handles events, the user implements callback methods on the messaging_handler class. These methods are then c...
[ "struct example_handler : public proton::messaging_handler { void on_container_start(proton::container& cont) override { std::cout << \"The container has started\\n\"; } void on_sendable(proton::sender& snd) override { std::cout << \"A message can be sent\\n\"; } void on_message(proton::delivery& dlv, proton::messa...
https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/using_the_amq_cpp_client/using_the_api
Chapter 11. Registering clients to the load balancer
Chapter 11. Registering clients to the load balancer To balance the load of network traffic from clients, you must register the clients to the load balancer. To register clients, proceed with one of the following procedures: Section 11.1, "Registering clients using host registration" Section 11.2, " (Deprecated) Regist...
[ "hammer host-registration generate-command --activation-keys \" My_Activation_Key \"", "hammer host-registration generate-command --activation-keys \" My_Activation_Key \" --insecure true", "curl -X POST https://satellite.example.com/api/registration_commands --user \" My_User_Name \" -H 'Content-Type: applicat...
https://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/configuring_capsules_with_a_load_balancer/Registering_Clients_to_the_Load_Balancer_load-balancing
7.45. efibootmgr
7.45. efibootmgr 7.45.1. RHBA-2015:1431 - efibootmgr bug fix update Updated efibootmgr packages that fix one bug are now available for Red Hat Enterprise Linux 6. The efibootmgr utility is responsible for the boot loader installation on Unified Extensible Firmware Interface (UEFI) systems. Bug Fix BZ# 1151681 Previousl...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.7_technical_notes/package-efibootmgr
Chapter 2. Troubleshooting installation issues
Chapter 2. Troubleshooting installation issues To assist in troubleshooting a failed OpenShift Container Platform installation, you can gather logs from the bootstrap and control plane machines. You can also get debug information from the installation program. If you are unable to resolve the issue using the logs and d...
[ "./openshift-install gather bootstrap --dir <installation_directory> 1", "./openshift-install gather bootstrap --dir <installation_directory> \\ 1 --bootstrap <bootstrap_address> \\ 2 --master <master_1_address> \\ 3 --master <master_2_address> \\ 4 --master <master_3_address> 5", "INFO Pulling debug logs from ...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/validation_and_troubleshooting/installing-troubleshooting
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.14/html/authorization_apis/localsubjectaccessreview-authorization-openshift-io-v1
4.36. crontabs
4.36. crontabs 4.36.1. RHBA-2011:0872 - crontabs bug fix update An updated crontabs package that fixes one bug is now available for Red Hat Enterprise Linux 6. The crontabs package contains root crontab files and directories. You will need to install the cron daemon to run the jobs from crontabs. The cron daemon such a...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.2_technical_notes/crontabs
35.2. Viewing Log Files
35.2. Viewing Log Files Most log files are in plain text format. You can view them with any text editor such as Vi or Emacs . Some log files are readable by all users on the system; however, root privileges are required to read most log files. To view system log files in an interactive, real-time application, use the L...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/system_administration_guide/log_files-viewing_log_files
Chapter 3. Customizing the Insights proxy
Chapter 3. Customizing the Insights proxy With Insights proxy, you can designate additional dnf or yum servers, customize the rhproxy configuration, and use customized commands and configuration options. 3.1. Designating optional dnf and yum servers To add additional third-party servers, including non-Red Hat and non-E...
[ "[rhproxy@server ~]USD rhproxy restart", "curl -x http://USD(hostname):3128 https://<host name>", "[rhpproxy@server ~]USD rhproxy restart", "[root@client ~] ./configure-client.sh --unconfigure" ]
https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/connecting_to_red_hat_insights_through_insights_proxy/customizing-the-insights-proxy
Chapter 1. About specialized hardware and driver enablement
Chapter 1. About specialized hardware and driver enablement Many applications require specialized hardware or software that depends on kernel modules or drivers. You can use driver containers to load out-of-tree kernel modules on Red Hat Enterprise Linux CoreOS (RHCOS) nodes. To deploy out-of-tree drivers during cluste...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.11/html/specialized_hardware_and_driver_enablement/about-hardware-enablement
7.89. ipa
7.89. ipa 7.89.1. RHSA-2013:0528 - Low: ipa security, bug fix and enhancement update Updated ipa packages that fix one security issue, several bugs and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low security impact. Commo...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.4_technical_notes/ipa
Chapter 7. Using image streams with Kubernetes resources
Chapter 7. Using image streams with Kubernetes resources Image streams, being OpenShift Container Platform native resources, work with all native resources available in OpenShift Container Platform, such as Build or DeploymentConfigs resources. It is also possible to make them work with native Kubernetes resources, suc...
[ "oc set image-lookup mysql", "apiVersion: image.openshift.io/v1 kind: ImageStream metadata: annotations: openshift.io/display-name: mysql name: mysql namespace: myproject spec: lookupPolicy: local: true", "oc set image-lookup imagestream --list", "oc set image-lookup deploy/mysql", "apiVersion: apps/v1 kind...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/images/using-imagestreams-with-kube-resources
Chapter 11. Supported and Unsupported features for IBM Power and IBM Z
Chapter 11. Supported and Unsupported features for IBM Power and IBM Z Table 11.1. List of supported and unsupported features on IBM Power and IBM Z Features IBM Power IBM Z Compact deployment Unsupported Unsupported Dynamic storage devices Unsupported Supported Stretched Cluster - Arbiter Supported Unsupported Federal...
null
https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.16/html/planning_your_deployment/unsupported-features
function::exit
function::exit Name function::exit - Start shutting down probing script. Synopsis Arguments None Description This only enqueues a request to start shutting down the script. New probes will not fire (except " end " probes), but all currently running ones may complete their work.
[ "exit()" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/systemtap_tapset_reference/api-exit
Chapter 7. Pulling images from a container repository
Chapter 7. Pulling images from a container repository Pull images from the automation hub container registry to make a copy to your local machine. Automation hub provides the podman pull command for each latest image in the container repository. You can copy and paste this command into your terminal, or use podman pull...
null
https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/creating_and_consuming_execution_environments/pulling-images-container-repository
20.3.4.2. Generating a DSA Key Pair for Version 2
20.3.4.2. Generating a DSA Key Pair for Version 2 Use the following steps to generate a DSA key pair for version 2 of the SSH Protocol. To generate a DSA key pair to work with version 2 of the protocol, type the following command at a shell prompt: Accept the default file location of ~/.ssh/id_dsa . Enter a passphrase ...
[ "ssh-keygen -t dsa", "chmod 755 ~/.ssh", "chmod 644 ~/.ssh/authorized_keys" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/system_administration_guide/Generating_Key_Pairs-Generating_a_DSA_Key_Pair_for_Version_2
Chapter 33. Managing DNS
Chapter 33. Managing DNS An Identity Management server can be installed without integrated DNS services so that it uses an external DNS service or with DNS configured. See Section 2.3, "Installing an IdM Server: Introduction" and Section 2.3.1, "Determining Whether to Use Integrated DNS" for details. If the DNS service...
[ "dn: idnsname=client1,idnsname=example.com.,cn=dns,dc=idm,dc=example,dc=com objectclass: top objectclass: idnsrecord idnsname: client1 Arecord: 192.0.2.1 Arecord: 192.0.2.2 Arecord: 192.0.2.3 AAAArecord: 2001:DB8::ABCD" ]
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/linux_domain_identity_authentication_and_policy_guide/working_with_dns
18.12.5. Automatic IP Address Detection and DHCP Snooping
18.12.5. Automatic IP Address Detection and DHCP Snooping This section provides information about automatic IP address detection and DHCP snooping. 18.12.5.1. Introduction The detection of IP addresses used on a virtual machine's interface is automatically activated if the variable IP is referenced but no value has bee...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/virtualization_administration_guide/sub-sect-auto-ip-add-detect-dhcp-snoop
Part I. Firewall Rules for Red Hat OpenStack Platform
Part I. Firewall Rules for Red Hat OpenStack Platform This document includes a link to the Red Hat OpenStack Platform (RHOSP) network flow matrix. Use this information to help you define firewall rules. The matrix lists RHOSP core services and their dependencies and describes the ports and protocols they use and the as...
null
https://docs.redhat.com/en/documentation/red_hat_openstack_platform/16.2/html/firewall_rules_for_red_hat_openstack_platform/firewall_rules_for_red_hat_openstack_platform
20.3.4.2. Generating a DSA Key Pair for Version 2
20.3.4.2. Generating a DSA Key Pair for Version 2 Use the following steps to generate a DSA key pair for version 2 of the SSH Protocol. To generate a DSA key pair to work with version 2 of the protocol, type the following command at a shell prompt: Accept the default file location of ~/.ssh/id_dsa . Enter a passphrase ...
[ "ssh-keygen -t dsa", "chmod 755 ~/.ssh", "chmod 644 ~/.ssh/authorized_keys" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/system_administration_guide/generating_key_pairs-generating_a_dsa_key_pair_for_version_2
Chapter 5. Creating a Puppet config group
Chapter 5. Creating a Puppet config group A Puppet config group is a named list of Puppet classes that allows you to combine their capabilities and assign them to hosts at a click. This is equivalent to the concept of profiles in pure Puppet. Procedure In the Satellite web UI, navigate to Configure > Puppet ENC > Confi...
null
https://docs.redhat.com/en/documentation/red_hat_satellite/6.15/html/managing_configurations_using_puppet_integration/creating-a-puppet-config-group_managing-configurations-puppet
Deploying RHEL 8 on Microsoft Azure
Deploying RHEL 8 on Microsoft Azure Red Hat Enterprise Linux 8 Obtaining RHEL system images and creating RHEL instances on Azure Red Hat Customer Content Services
[ "virt-install --name kvmtest --memory 2048 --vcpus 2 --disk rhel-8.0-x86_64-kvm.qcow2,bus=virtio --import --os-variant=rhel8.0", "lsinitrd | grep hv", "lsinitrd | grep hv drwxr-xr-x 2 root root 0 Aug 12 14:21 usr/lib/modules/3.10.0-932.el8.x86_64/kernel/drivers/hv -rw-r--r-- 1 root root 31272 Aug 11 08:45 usr/l...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html-single/deploying_rhel_8_on_microsoft_azure/index
Chapter 8. Timers
Chapter 8. Timers You can use timers to trigger logic after a certain period or to repeat specific actions at regular intervals. Timers wait for a predefined amount of time before triggering once or repeatedly. 8.1. Supported timers for Red Hat Process Automation Manager Red Hat Process Automation Manager supports two ...
[ "// Start the process instance and record its ID: long id = kieSession.startProcess(BOUNDARY_PROCESS_NAME).getId(); // Set the timer delay to 3 seconds: kieSession.execute(new UpdateTimerCommand(id, BOUNDARY_TIMER_ATTACHED_TO_NAME, 3));" ]
https://docs.redhat.com/en/documentation/red_hat_process_automation_manager/7.13/html/developing_process_services_in_red_hat_process_automation_manager/con-timer_business-processes
2.4. The Clustered Logical Volume Manager (CLVM)
2.4. The Clustered Logical Volume Manager (CLVM) The Clustered Logical Volume Manager (CLVM) is a set of clustering extensions to LVM. These extensions allow a cluster of computers to manage shared storage (for example, on a SAN) using LVM. CLVM is part of the Resilient Storage Add-On. Whether you should use CLVM depen...
[ "chkconfig clvmd on", "service clvmd start" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/logical_volume_manager_administration/lvm_cluster_overview
Chapter 23. Verifying certificates using IdM Healthcheck
Chapter 23. Verifying certificates using IdM Healthcheck Learn more about understanding and using the Healthcheck tool in Identity management (IdM) to identify issues with IPA certificates maintained by certmonger . For details, see Healthcheck in IdM . Prerequisites The Healthcheck tool is only available in RHEL 8.1 a...
[ "ipa-healthcheck --list-sources", "openssl verify -verbose -show_chain -CAfile /etc/ipa/ca.crt [cert file]", "ipa-healthcheck --source=ipahealthcheck.ipa.certs --failures-only", "[]", "{ \"source\": \"ipahealthcheck.ipa.certs\", \"check\": \"IPACertfileExpirationCheck\", \"result\": \"ERROR\", \"kw\": { \"k...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/managing_certificates_in_idm/verifying-certificates-using-idm-healthcheck_working-with-idm-certificates
5.3. Transport Security Authentication Modes
5.3. Transport Security Authentication Modes The following authentication modes are available: anonymous No certificates are exchanged. Settings are not needed for the keystore and truststore properties. The client must have org.teiid.ssl.allowAnon set to true (the default) to connect to an anonymous server. Communicat...
null
https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/security_guide/ssl_authentication_modes1
Chapter 14. Installation configuration parameters for GCP
Chapter 14. Installation configuration parameters for GCP Before you deploy an OpenShift Container Platform cluster on Google Cloud Platform (GCP), 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 parameter...
[ "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.15/html/installing_on_gcp/installation-config-parameters-gcp
Chapter 46. ProbeUploadService
Chapter 46. ProbeUploadService 46.1. GetExistingProbes POST /v1/probeupload/getexisting 46.1.1. Description 46.1.2. Parameters 46.1.3. Return Type V1GetExistingProbesResponse 46.1.4. Content Type application/json 46.1.5. Responses Table 46.1. HTTP Response Codes Code Message Datatype 200 A successful response. V1GetExi...
[ "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/probeuploadservice
5.2. Types
5.2. Types The main permission control method used in SELinux targeted policy to provide advanced process isolation is Type Enforcement. All files and processes are labeled with a type: types define a SELinux domain for processes and a SELinux type for files. SELinux policy rules define how types access each other, whe...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/managing_confined_services/sect-managing_confined_services-nfs-types
Chapter 8. SelfSubjectReview [authentication.k8s.io/v1]
Chapter 8. SelfSubjectReview [authentication.k8s.io/v1] Description SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/authorization_apis/selfsubjectreview-authentication-k8s-io-v1
Chapter 10. Viewing audit logs
Chapter 10. Viewing audit logs OpenShift Container Platform auditing provides a security-relevant chronological set of records documenting the sequence of activities that have affected the system by individual users, administrators, or other components of the system. 10.1. About the API audit log Audit works at the API...
[ "{\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Metadata\",\"auditID\":\"ad209ce1-fec7-4130-8192-c4cc63f1d8cd\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/namespaces/openshift-kube-controller-manager/configmaps/cert-recovery-controller-lock?timeout=35s\",\"verb\":\"update\",\"user\"...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/security_and_compliance/audit-log-view
Appendix A. Using your subscription
Appendix A. Using your subscription AMQ Streams is provided through a software subscription. To manage your subscriptions, access your account at the Red Hat Customer Portal. Accessing Your Account Go to access.redhat.com . If you do not already have an account, create one. Log in to your account. Activating a Subscrip...
null
https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.1/html/amq_streams_on_openshift_overview/using_your_subscription
11.11. Rebalancing Volumes
11.11. Rebalancing Volumes If a volume has been expanded or shrunk using the add-brick or remove-brick commands, the data on the volume needs to be rebalanced among the servers. Note In a non-replicated volume, all bricks should be online to perform the rebalance operation using the start option. In a replicated volume...
[ "gluster volume rebalance VOLNAME start", "gluster volume rebalance test-volume start Starting rebalancing on volume test-volume has been successful", "gluster volume rebalance VOLNAME start force", "gluster volume rebalance test-volume start force Starting rebalancing on volume test-volume has been successfu...
https://docs.redhat.com/en/documentation/red_hat_gluster_storage/3.5/html/administration_guide/sect-Rebalancing_Volumes
Chapter 2. Installation
Chapter 2. Installation This chapter guides you through the steps to install AMQ Core Protocol JMS in your environment. 2.1. Prerequisites You must have a subscription to access AMQ release files and repositories. To build programs with AMQ Core Protocol JMS, you must install Apache Maven . To use AMQ Core Protocol JMS...
[ "<repository> <id>red-hat-ga</id> <url>https://maven.repository.redhat.com/ga</url> </repository>", "<dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-jms-client</artifactId> <version>2.11.0.redhat-00005</version> </dependency>", "unzip amq-broker-7.7.0-maven-repository.zip", "unzip amq-...
https://docs.redhat.com/en/documentation/red_hat_amq/2020.q4/html/using_the_amq_core_protocol_jms_client/installation
Appendix A. The Ceph RESTful API specifications
Appendix A. The Ceph RESTful API specifications As a storage administrator, you can access the various Ceph sub-systems through the Ceph RESTful API endpoints. This is a reference guide for the available Ceph RESTful API methods. The available Ceph API endpoints: Section A.1, "Ceph summary" Section A.2, "Authentication...
[ "GET /api/summary HTTP/1.1 Host: example.com", "curl -i -k --location -X POST 'https://192.168.0.44:8443/api/auth' -H 'Accept: application/vnd.ceph.api.v1.0+json' -H 'Content-Type: application/json' --data '{\"password\": \"admin@123\", \"username\": \"admin\"}'", "POST /api/auth HTTP/1.1 Host: example.com Cont...
https://docs.redhat.com/en/documentation/red_hat_ceph_storage/8/html/developer_guide/the-ceph-restful-api-specifications
Chapter 16. Performing latency tests for platform verification
Chapter 16. Performing latency tests for platform verification You can use the Cloud-native Network Functions (CNF) tests image to run latency tests on a CNF-enabled OpenShift Container Platform cluster, where all the components required for running CNF workloads are installed. Run the latency tests to validate node tu...
[ "podman run -v USD(pwd)/:/kubeconfig:Z -e KUBECONFIG=/kubeconfig/kubeconfig -e LATENCY_TEST_RUN=true -e DISCOVERY_MODE=true -e FEATURES=performance registry.redhat.io/openshift4/cnf-tests-rhel8:v4.11 /usr/bin/test-run.sh -ginkgo.focus=\"\\[performance\\]\\ Latency\\ Test\"", "podman run -v USD(pwd)/:/kubeconfig:Z...
https://docs.redhat.com/en/documentation/openshift_container_platform/4.11/html/scalability_and_performance/cnf-performing-platform-verification-latency-tests
Chapter 2. ClusterRoleBinding [authorization.openshift.io/v1]
Chapter 2. ClusterRoleBinding [authorization.openshift.io/v1] Description ClusterRoleBinding references a ClusterRole, but not contain it. It can reference any ClusterRole in the same namespace or in the global namespace. It adds who information via (Users and Groups) OR Subjects and namespace information by which name...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/role_apis/clusterrolebinding-authorization-openshift-io-v1
Chapter 3. Using Ansible playbooks to manage IdM DNS zones
Chapter 3. Using Ansible playbooks to manage IdM DNS zones As Identity Management (IdM) administrator, you can manage how IdM DNS zones work using the dnszone module available in the ansible-freeipa package. What DNS zone types are supported in IdM What DNS attributes you can configure in IdM How to use an Ansible play...
[ "cd /usr/share/doc/ansible-freeipa/playbooks/dnszone", "[ipaserver] server.idm.example.com", "cp dnszone-present.yml dnszone-present-copy.yml", "--- - name: Ensure dnszone present hosts: ipaserver become: true tasks: - name: Ensure zone is present. ipadnszone: ipaadmin_password: \"{{ ipaadmin_password }}\" zo...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/working_with_dns_in_identity_management/using-ansible-playbooks-to-manage-idm-dns-zones_working-with-dns-in-identity-management
8.31. dovecot
8.31. dovecot 8.31.1. RHBA-2013:1736 - dovecot bug fix update Updated dovecot packages that fix one bug are now available for Red Hat Enterprise Linux 6. Dovecot is an IMAP server for Linux and other UNIX-like systems, primarily written with security in mind. It also contains a small POP3 server. It supports e-mail in ...
null
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.5_technical_notes/dovecot
Installing on IBM Z and IBM LinuxONE
Installing on IBM Z and IBM LinuxONE OpenShift Container Platform 4.17 Installing OpenShift Container Platform on IBM Z and IBM LinuxONE Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/installing_on_ibm_z_and_ibm_linuxone/index
Chapter 2. Project deployment in Business Central
Chapter 2. Project deployment in Business Central You can use Business Central to develop your business assets and services and to manage KIE Server instances configured for project deployment. When your project is developed, you can build the project in Business Central and deploy it automatically to KIE Server. To en...
[ "<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_process_automation_manager/7.13/html/deploying_and_managing_red_hat_process_automation_manager_services/project-deployment-central-con_packaging-deploying
Chapter 4. Advisories related to this release
Chapter 4. Advisories related to this release The following advisories are issued to document bug fixes and CVE fixes included in this release: RHSA-2024:8124 RHSA-2024:8125 RHSA-2024:8126 Revised on 2024-10-18 15:22:29 UTC
null
https://docs.redhat.com/en/documentation/red_hat_build_of_openjdk/17/html/release_notes_for_red_hat_build_of_openjdk_17.0.13/openjdk-17013-advisory_openjdk
Chapter 3. Installing a cluster with z/VM on IBM Z and IBM(R) LinuxONE in a restricted network
Chapter 3. Installing a cluster with z/VM on IBM Z and IBM(R) LinuxONE in a restricted network In OpenShift Container Platform version 4.12, you can install a cluster on IBM Z or IBM(R) LinuxONE infrastructure that you provision in a restricted network. Note While this document refers to only IBM Z, all information in ...
[ "USDTTL 1W @ IN SOA ns1.example.com. root ( 2019070700 ; serial 3H ; refresh (3 hours) 30M ; retry (30 minutes) 2W ; expiry (2 weeks) 1W ) ; minimum (1 week) IN NS ns1.example.com. IN MX 10 smtp.example.com. ; ; ns1.example.com. IN A 192.168.1.5 smtp.example.com. IN A 192.168.1.5 ; helper.example.com. IN A 192.168....
https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/installing_on_ibm_z_and_ibm_linuxone/installing-restricted-networks-ibm-z
4.13. Fujitsu-Siemens RemoteView Service Board (RSB)
4.13. Fujitsu-Siemens RemoteView Service Board (RSB) Table 4.14, "Fujitsu Siemens Remoteview Service Board (RSB)" lists the fence device parameters used by fence_rsb , the fence agent for Fujitsu-Siemens RemoteView Service Board (RSB). Table 4.14. Fujitsu Siemens Remoteview Service Board (RSB) luci Field cluster.conf A...
[ "ccs -f cluster.conf --addfencedev fsrbtest1 agent=fence_rsb ipaddr=192.168.0.1 login=root passwd=password123 telnet_port=3172", "<fencedevices> <fencedevice agent=\"fence_rsb\" ipaddr=\"192.168.0.1\" login=\"root\" name=\"fsrsbtest1\" passwd=\"password123\" telnet_port=\"3172\"/> </fencedevices>" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/fence_configuration_guide/s1-software-fence-rsb-ca
16.4. Configuring Device Controllers
16.4. Configuring Device Controllers Depending on the guest virtual machine architecture, some device buses can appear more than once, with a group of virtual devices tied to a virtual controller. Normally, libvirt can automatically infer such controllers without requiring explicit XML markup, but in some cases it is b...
[ "<devices> <controller type='ide' index='0'/> <controller type='virtio-serial' index='0' ports='16' vectors='4'/> <controller type='virtio-serial' index='1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </controller> </devices>", "<devices> <controller type='usb' index='0' model='ic...
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/sect-Guest_virtual_machine_device_configuration-Configuring_device_controllers
Chapter 18. Deleting an API
Chapter 18. Deleting an API You can delete an API by deleting its service. Deleting a service removes the API's applications, application plans, metrics, pricing rules, features, service plans, and subscriptions. To delete an API: Navigate to [Your_product_name] > Overview > Edit . In the Service deletion section, clic...
null
https://docs.redhat.com/en/documentation/red_hat_3scale_api_management/2.15/html/admin_portal_guide/delete-service
CI/CD overview
CI/CD overview OpenShift Container Platform 4.14 Contains information about CI/CD for OpenShift Container Platform Red Hat OpenShift Documentation Team
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/cicd_overview/index
11.2. User Life Cycle
11.2. User Life Cycle Identity Management supports three user account states: stage , active , and preserved . Stage users are not allowed to authenticate. This is an initial state. Some of the user account properties required for active users might not yet be set. Active users are allowed to authenticate. All required...
[ "ipa user-add First name: first_name Last name: last_name User login [default_login]: custom_login", "ipa stageuser-add stage_user_login --first= first_name --last= last_name --email= email_address", "'(?!^[0-9]+USD)^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*[a-zA-Z0-9_.USD-]?USD'", "ipa config-mod --maxusername=64 Maximum...
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/linux_domain_identity_authentication_and_policy_guide/managing-users-life-cycle
function::pid
function::pid Name function::pid - Returns the ID of a target process Synopsis Arguments None Description This function returns the ID of a target process.
[ "pid:long()" ]
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/systemtap_tapset_reference/api-pid
Chapter 1. About Serverless
Chapter 1. About Serverless 1.1. {ServerlessProductName} overview OpenShift Serverless provides Kubernetes native building blocks that enable developers to create and deploy serverless, event-driven applications on OpenShift Container Platform. OpenShift Serverless is based on the open source Knative project , which pr...
null
https://docs.redhat.com/en/documentation/openshift_container_platform/4.10/html/serverless/about-serverless-1
Appendix A. Revision History
Appendix A. Revision History Revision History Revision 7.1-1 Wed Aug 7 2019 Steven Levine Document version for 7.7 GA publication. Revision 6.1-1 Thu Oct 4 2018 Steven Levine Document version for 7.6 GA publication. Revision 5.1-1 Thu Mar 15 2018 Steven Levine Document version for 7.5 GA publication. Revision 5.1-0 Wed...
null
https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/dm_multipath/appe-publican-revision_history
2.2. Optional Subscriptions and Repositories
2.2. Optional Subscriptions and Repositories The packages provided in the following repositories are not required to install and configure a functioning Red Hat Virtualization environment. However, they are required to install packages that provide supporting functionality on virtual machines and client systems such as...
null
https://docs.redhat.com/en/documentation/red_hat_virtualization/4.4/html/release_notes/additional_packages_from_red_hat_network