title stringlengths 4 168 | content stringlengths 7 1.74M | commands listlengths 1 5.62k ⌀ | url stringlengths 79 342 |
|---|---|---|---|
Chapter 5. Uninstalling Server and Replica Containers | Chapter 5. Uninstalling Server and Replica Containers This chapter describes how you can uninstall an Identity Management server or replica container. 5.1. Uninstalling a Server or Replica Container This procedure shows how to uninstall an Identity Management server or replica container and make sure the server or repl... | [
"atomic uninstall --name <container_name> rhel7/ipa-server"
] | https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/using_containerized_identity_management_services/uninstalling-server-and-replica-containers |
Chapter 4. Installing a cluster | Chapter 4. Installing a cluster 4.1. Deploying the cluster via the OpenShift Container Platform installer Run the OpenShift Container Platform installer: USD ./openshift-baremetal-install --dir ~/clusterconfigs --log-level debug create cluster 4.2. Following the progress of the installation During the deployment proces... | [
"./openshift-baremetal-install --dir ~/clusterconfigs --log-level debug create cluster",
"tail -f /path/to/install-dir/.openshift_install.log",
"cd ; /bin/rm -rf auth/ bootstrap.ign master.ign worker.ign metadata.json .openshift_install.log .openshift_install_state.json"
] | https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/deploying_installer-provisioned_clusters_on_bare_metal/ipi-install-installing-a-cluster |
Preface | Preface 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 sev... | null | https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel_k/1.10.7/html/getting_started_with_camel_k/pr01 |
Logging | Logging OpenShift Container Platform 4.14 Configuring and using logging in OpenShift Container Platform Red Hat OpenShift Documentation Team | [
"tls.verify_certificate = false tls.verify_hostname = false",
"ERROR vector::cli: Configuration error. error=redefinition of table transforms.audit for key transforms.audit",
"apiVersion: observability.openshift.io/v1 kind: ClusterLogForwarder metadata: name: <name> spec: outputs: - name: <output_name> type: <o... | https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/logging/index |
Chapter 2. Understanding process management for Ceph | Chapter 2. Understanding process management for Ceph As a storage administrator, you can manipulate the various Ceph daemons by type or instance in a Red Hat Ceph Storage cluster. Manipulating these daemons allows you to start, stop and restart all of the Ceph services as needed. 2.1. Ceph process management In Red Hat... | [
"systemctl --type=service ceph-499829b4-832f-11eb-8d6d-001a4a000635@mon.host01.service",
"systemctl start SERVICE_ID",
"systemctl start ceph-499829b4-832f-11eb-8d6d-001a4a000635@mon.host01.service",
"systemctl stop SERVICE_ID",
"systemctl stop ceph-499829b4-832f-11eb-8d6d-001a4a000635@mon.host01.service",
... | https://docs.redhat.com/en/documentation/red_hat_ceph_storage/7/html/administration_guide/understanding-process-management-for-ceph |
5.3.3. Profiling Heap and Stack Space with Massif | 5.3.3. Profiling Heap and Stack Space with Massif Massif measures the heap space used by a specified program; both the useful space, and any additional space allocated for book-keeping and alignment purposes. It can help you reduce the amount of memory used by your program, which can increase your program's speed, and ... | [
"valgrind --tool=massif program",
"ms_print massif.out. pid"
] | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/performance_tuning_guide/ch05s03s03 |
Chapter 7. Known issues | Chapter 7. Known issues This section documents known issues found in this release of Red Hat Ceph Storage. 7.1. The Cephadm utility Crash daemon might not be able to send crash reports to the storage cluster Due to an issue with the crash daemon configuration, it might not be possible to send crash reports to the clust... | null | https://docs.redhat.com/en/documentation/red_hat_ceph_storage/5/html/5.2_release_notes/known-issues |
Chapter 112. SOAP | Chapter 112. SOAP SOAP is a Data Format which uses JAXB2 and JAX-WS annotations to marshal and unmarshal SOAP payloads. It provides the basic features of Apache CXF without need for the CXF Stack. Namespace prefix mapping See JAXB for details how you can control namespace prefix mappings when marshalling using SOAP dat... | [
"<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-soap-starter</artifactId> </dependency>",
"SoapJaxbDataFormat soap = new SoapJaxbDataFormat(\"com.example.customerservice\", new ServiceInterfaceStrategy(CustomerService.class)); from(\"direct:start\") .marshal(soap) .to(\"jms:myQueue\... | https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.0/html/red_hat_build_of_apache_camel_for_spring_boot_reference/csb-camel-soap-dataformat-starter |
Chapter 3. User-provisioned infrastructure | Chapter 3. User-provisioned infrastructure 3.1. vSphere installation requirements for user-provisioned infrastructure Before you begin an installation on infrastructure that you provision, be sure that your vSphere environment meets the following installation requirements. 3.1.1. VMware vSphere infrastructure requireme... | [
"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.16/html/installing_on_vsphere/user-provisioned-infrastructure |
Chapter 7. Use of the public hostname | Chapter 7. Use of the public hostname Red Hat Single Sign-On uses the public hostname for a number of things. For example, in the token issuer fields and URLs sent in password reset emails. The Hostname SPI provides a way to configure the hostname for a request. The default provider allows setting a fixed URL for front... | [
"<spi name=\"hostname\"> <default-provider>default</default-provider> <provider name=\"default\" enabled=\"true\"> <properties> <property name=\"frontendUrl\" value=\"https://auth.example.com\"/> <property name=\"forceBackendUrlToFrontendUrl\" value=\"false\"/> </properties> </provider> </spi>",
"/subsystem=keycl... | https://docs.redhat.com/en/documentation/red_hat_single_sign-on/7.6/html/server_installation_and_configuration_guide/hostname |
Chapter 7. Summarizing cluster specifications | Chapter 7. Summarizing cluster specifications 7.1. Summarizing cluster specifications by using a cluster version object You can obtain a summary of Red Hat OpenShift Service on AWS cluster specifications by querying the clusterversion resource. Prerequisites You have access to the cluster as a user with the dedicated-a... | [
"oc get clusterversion",
"NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.13.8 True False 8h Cluster version is 4.13.8",
"oc describe clusterversion",
"Name: version Namespace: Labels: <none> Annotations: <none> API Version: config.openshift.io/v1 Kind: ClusterVersion Image: quay.io/openshift-releas... | https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html/support/summarizing-cluster-specifications |
Chapter 5. Managing policies | Chapter 5. Managing policies As mentioned previously, policies define the conditions that must be satisfied before granting access to an object. Procedure Click the Policy tab to view all policies associated with a resource server. Policies On this tab, you can view the list of previously created policies as well as cr... | [
"const context = USDevaluation.getContext(); const contextAttributes = context.getAttributes(); if (contextAttributes.containsValue('kc.client.network.ip_address', '127.0.0.1')) { USDevaluation.grant(); }",
"const context = USDevaluation.getContext(); const identity = context.getIdentity(); const attributes = ide... | https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/26.0/html/authorization_services_guide/policy_overview |
4.4. Configuring the Samba Cluster Resources | 4.4. Configuring the Samba Cluster Resources This section provides the procedure for configuring the Samba cluster resources for this use case. The following procedure creates a snapshot of the cluster's cib file named samba.cib and adds the resources to that test file rather then configuring them directly on the runni... | [
"pcs cluster cib samba.cib",
"pcs -f samba.cib resource create ctdb ocf:heartbeat:CTDB ctdb_recovery_lock=\"/mnt/gfs2share/ctdb/ctdb.lock\" ctdb_dbdir=/var/ctdb ctdb_socket=/tmp/ctdb.socket ctdb_logfile=/var/log/ctdb.log op monitor interval=10 timeout=30 op start timeout=90 op stop timeout=100 --clone",
"pcs -f... | https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/high_availability_add-on_administration/s1-resourcegroupcreatesamba-haaa |
Chapter 4. ClusterCSIDriver [operator.openshift.io/v1] | Chapter 4. ClusterCSIDriver [operator.openshift.io/v1] Description ClusterCSIDriver object allows management and configuration of a CSI driver operator installed by default in OpenShift. Name of the object must be name of the CSI driver it operates. See CSIDriverName type for list of allowed values. Compatibility level... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/operator_apis/clustercsidriver-operator-openshift-io-v1 |
Chapter 9. ThanosRuler [monitoring.coreos.com/v1] | Chapter 9. ThanosRuler [monitoring.coreos.com/v1] Description ThanosRuler defines a ThanosRuler deployment. Type object Required spec 9.1. Specification Property Type Description apiVersion string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to t... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/monitoring_apis/thanosruler-monitoring-coreos-com-v1 |
4.146. libssh2 | 4.146. libssh2 4.146.1. RHBA-2012:0431 - libssh2 bug fix update An updated libssh2 package that fixes two bugs is now available for Red Hat Enterprise Linux 6. The libssh2 package provides a library that implements the SSH2 protocol. Bug Fixes BZ# 803389 Previously, an insufficient data type was used for certain bit sh... | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.2_technical_notes/libssh2 |
Generating Vulnerability Service Reports with FedRAMP | Generating Vulnerability Service Reports with FedRAMP Red Hat Insights 1-latest Communicate the Exposure of RHEL Systems to CVE Security Vulnerabilities Red Hat Customer Content Services | null | https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/generating_vulnerability_service_reports_with_fedramp/index |
Using LLVM 18.1.8 Toolset | Using LLVM 18.1.8 Toolset Red Hat Developer Tools 1 Installing and using LLVM 18.1.8 Toolset | null | https://docs.redhat.com/en/documentation/red_hat_developer_tools/1/html/using_llvm_18.1.8_toolset/index |
function::pages_to_string | function::pages_to_string Name function::pages_to_string - Turns pages into a human readable string Synopsis Arguments pages Number of pages to translate. Description Multiplies pages by page_size to get the number of bytes and returns the result of bytes_to_string . | [
"function pages_to_string:string(pages:long)"
] | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/systemtap_tapset_reference/api-pages-to-string |
Chapter 1. OAuth APIs | Chapter 1. OAuth APIs 1.1. OAuthAccessToken [oauth.openshift.io/v1] Description OAuthAccessToken describes an OAuth access token. The name of a token must be prefixed with a sha256~ string, must not contain "/" or "%" characters and must be at least 32 characters long. The name of the token is constructed from the actu... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/oauth_apis/oauth-apis |
Administering Red Hat Satellite | Administering Red Hat Satellite Red Hat Satellite 6.15 Administer users and permissions, manage organizations and locations, back up and restore Satellite, maintain Satellite, and more Red Hat Satellite Documentation Team satellite-doc-list@redhat.com | null | https://docs.redhat.com/en/documentation/red_hat_satellite/6.15/html/administering_red_hat_satellite/index |
Deploying OpenShift Data Foundation on any platform | Deploying OpenShift Data Foundation on any platform Red Hat OpenShift Data Foundation 4.13 Instructions on deploying OpenShift Data Foundation on any platform including virtualized and cloud environments. Red Hat Storage Documentation Team Abstract Read this document for instructions about how to install Red Hat OpenSh... | null | https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.13/html/deploying_openshift_data_foundation_on_any_platform/index |
15.6. Migrating with virt-manager | 15.6. Migrating with virt-manager This section covers migrating a KVM guest virtual machine with virt-manager from one host physical machine to another. Connect to the target host physical machine In the virt-manager interface , connect to the target host physical machine by selecting the File menu, then click Add Conn... | null | https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/virtualization_deployment_and_administration_guide/sect-kvm_live_migration-migrating_with_virt_manager |
Chapter 52. RoleService | Chapter 52. RoleService 52.1. ComputeEffectiveAccessScope POST /v1/computeeffectiveaccessscope ComputeEffectiveAccessScope 52.1.1. Description Returns effective access scope based on the rules in the request. Does not persist anything; not idempotent due to possible changes to clusters and namespaces. POST is chosen du... | [
"Foo foo = ...; Any any; any.PackFrom(foo); if (any.UnpackTo(&foo)) { }",
"Foo foo = ...; Any any = Any.pack(foo); if (any.is(Foo.class)) { foo = any.unpack(Foo.class); } // or if (any.isSameTypeAs(Foo.getDefaultInstance())) { foo = any.unpack(Foo.getDefaultInstance()); }",
"Example 3: Pack and unpack a message... | https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html/api_reference/roleservice |
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/end-user_guide/making-open-source-more-inclusive |
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.13/html/deploying_openshift_data_foundation_on_vmware_vsphere/making-open-source-more-inclusive |
Chapter 10. Configuring alert notifications | Chapter 10. Configuring alert notifications In OpenShift Container Platform, an alert is fired when the conditions defined in an alerting rule are true. An alert provides a notification that a set of circumstances are apparent within a cluster. Firing alerts can be viewed in the Alerting UI in the OpenShift Container P... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.10/html/post-installation_configuration/configuring-alert-notifications |
Chapter 9. Troubleshooting DM Multipath | Chapter 9. Troubleshooting DM Multipath If you have trouble implementing a multipath configuration, there are a variety of issues you can check for. The following issues may result in a slow or non-functioning multipath configuration: The multipath daemon is not running If you find you have trouble implementing a multi... | [
"multipathd disablequeueing map device",
"multipathd disablequeueing maps",
"multipathd restorequeueing map device",
"multipathd restorequeueing maps",
"multipathd -k multipathd> show config multipathd> Ctrl + D",
"multipathd -k multipathd> reconfigure multipathd> Ctrl + D",
"multipathd -k multipathd> s... | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/configuring_device_mapper_multipath/troubleshooting-dm-multipath |
4.6. Displaying Fencing Devices | 4.6. Displaying Fencing Devices The following command shows all currently configured fencing devices. If a stonith_id is specified, the command shows the options for that configured stonith device only. If the --full option is specified, all configured stonith options are displayed. | [
"pcs stonith show [ stonith_id ] [--full]"
] | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/configuring_the_red_hat_high_availability_add-on_with_pacemaker/s1-fencedevicedisplay-haar |
6.6.2. Related Books | 6.6.2. Related Books Red Hat Enterprise Linux Introduction to System Adminitration ; Red Hat, Inc - This companion manual provides an overview of concepts and techniques of system administration. The chapter titled Managing User Accounts and Resource Access has great information pertaining to user and group account man... | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/reference_guide/s2-users-groups-related-books |
Chapter 8. Secret [v1] | Chapter 8. Secret [v1] Description Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes. Type object 8.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.18/html/security_apis/secret-v1 |
Argo Rollouts | Argo Rollouts Red Hat OpenShift GitOps 1.11 Using Argo Rollouts for progressive delivery Red Hat OpenShift Documentation Team | null | https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.11/html/argo_rollouts/index |
4.11. Configuring the time zone | 4.11. Configuring the time zone Red Hat Virtualization stores time zone configurations for virtual machines in /etc/ovirt-engine/conf/00-timezone.properties . This file contains default time zone values such as Etc/GMT=Greenwich Standard Time . It features mappings that are valid for Windows and non-Windows time zones.... | [
"systemctl restart ovirt-engine"
] | https://docs.redhat.com/en/documentation/red_hat_virtualization/4.4/html/virtual_machine_management_guide/configuring_timezones |
Installation Guide | Installation Guide Red Hat Ceph Storage 5 Installing Red Hat Ceph Storage on Red Hat Enterprise Linux Red Hat Ceph Storage Documentation Team | [
"ceph soft nofile unlimited",
"USER_NAME soft nproc unlimited",
"cephadm shell ceph -s",
"cephadm shell ceph -s",
"subscription-manager register",
"subscription-manager refresh",
"subscription-manager list --available --matches ' Red Hat Ceph Storage '",
"subscription-manager attach --pool= POOL_ID",
... | https://docs.redhat.com/en/documentation/red_hat_ceph_storage/5/html-single/installation_guide/index |
Chapter 20. consumer | Chapter 20. consumer This chapter describes the commands under the consumer command. 20.1. consumer create Create new consumer Usage: Table 20.1. Command arguments Value Summary -h, --help Show this help message and exit --description <description> New consumer description Table 20.2. Output formatter options Value Sum... | [
"openstack consumer create [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] [--description <description>]",
"openstack consumer delete [-h] <consumer> [<consumer> ...]",
"openstack consumer list [-h] [-f {csv,json,table,valu... | https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/command_line_interface_reference/consumer |
Chapter 12. Managing ISO images | Chapter 12. Managing ISO images You can use Satellite to store ISO images, either from Red Hat's Content Delivery Network or other sources. You can also upload other files, such as virtual machine images, and publish them in repositories. 12.1. Importing ISO images from Red Hat The Red Hat Content Delivery Network prov... | [
"hammer repository-set list --product \"Red Hat Enterprise Linux Server\" --organization \" My_Organization \" | grep \"file\"",
"hammer repository-set enable --product \"Red Hat Enterprise Linux Server\" --name \"Red Hat Enterprise Linux 7 Server (ISOs)\" --releasever 7.2 --basearch x86_64 --organization \" My_O... | https://docs.redhat.com/en/documentation/red_hat_satellite/6.15/html/managing_content/Managing_ISO_Images_content-management |
6.3.4. Select a PXE Target that Includes a Driver Update | 6.3.4. Select a PXE Target that Includes a Driver Update Select network boot in your computer's BIOS or boot menu. The procedure to specify this option varies widely among different computers. Consult your hardware documentation or the hardware vendor for specifics relevant to your computer. In the preboot execution en... | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/installation_guide/sect-Driver_updates-Select_a_PXE_target_that_includes_a_driver_update-x86 |
27.4. Using libStorageMgmt | 27.4. Using libStorageMgmt To use libStorageMgmt interactively, use the lsmcli tool. The lsmcli tool requires two things to run: A Uniform Resource Identifier (URI) which is used to identify the plug-in to connect to the array and any configurable options the array requires. A valid user name and password for the array... | [
"lsmcli -u sim://",
"export LSMCLI_URI=sim://",
"lsmcli list --type SYSTEMS ID | Name | Status -------+-------------------------------+-------- sim-01 | LSM simulated storage plug-in | OK",
"lsmcli list --type POOLS -H ID | Name | Total space | Free space | System ID -----+---------------+--------------------... | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/storage_administration_guide/ch-libstoragemgmt-use |
1.9. Connection Properties for the Driver and Data Source Classes | 1.9. Connection Properties for the Driver and Data Source Classes The following table shows all the connection properties that can be used with the JBoss Data Virtualization JDBC driver URL connection string and the JBoss Data Virtualization JDBC data source class. These properties are defined in org.teiid.net.TeiidURL... | null | https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/development_guide_volume_1_client_development/Connection_Properties_for_the_Driver_and_Data_Source_Classes1 |
Chapter 6. Manually installing a single-node OpenShift cluster with ZTP | Chapter 6. Manually installing a single-node OpenShift cluster with ZTP You can deploy a managed single-node OpenShift cluster by using Red Hat Advanced Cluster Management (RHACM) and the assisted service. Note If you are creating multiple managed clusters, use the SiteConfig method described in Deploying far edge site... | [
"mkdir -p ./out",
"podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v4.15 extract /home/ztp --tar | tar x -C ./out",
"out └── argocd └── example ├── policygentemplates │ ├── common-ranGen.yaml │ ├── example-sno-site.yaml │ ├── group-du-sno-ranGen.yaml │ ├── group-du-sno-va... | https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/edge_computing/ztp-manual-install |
Installing on IBM Cloud | Installing on IBM Cloud OpenShift Container Platform 4.14 Installing OpenShift Container Platform IBM Cloud Red Hat OpenShift Documentation Team | [
"ibmcloud plugin install cis",
"ibmcloud cis instance-create <instance_name> standard-next 1",
"ibmcloud cis instance-set <instance_name> 1",
"ibmcloud cis domain-add <domain_name> 1",
"ibmcloud plugin install cloud-dns-services",
"ibmcloud dns instance-create <instance-name> standard-dns 1",
"ibmcloud ... | https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/installing_on_ibm_cloud/index |
Chapter 15. Managing using qdmanage | Chapter 15. Managing using qdmanage The qdmanage tool is a command-line tool for viewing and modifying the configuration of a running router at runtime. Note If you make a change to a router using qdmanage , the change takes effect immediately, but is lost if the router is stopped. If you want to make a permanent chang... | [
"qdmanage [ <connection-options> ] <operation> [ <options> ]",
"qdmanage query --type listener [ { \"stripAnnotations\": \"both\", \"addr\": \"127.0.0.1\", \"multiTenant\": false, \"requireSsl\": false, \"idleTimeoutSeconds\": 16, \"saslMechanisms\": \"ANONYMOUS\", \"maxFrameSize\": 16384, \"requireEncryption\": ... | https://docs.redhat.com/en/documentation/red_hat_amq/2020.q4/html/using_amq_interconnect/managing-using-qdmanage-router-rhel |
Chapter 3. Getting started with Kaoto | Chapter 3. Getting started with Kaoto This section describes how to: Setup a workspace in VS Code Access the important commands to create your integration Create your first Camel Route Run your Camel Route locally Get access to the source code of the Camel Route 3.1. Preparing the Workspace Visual Studio Code requires ... | [
"Create a Camel route using YAML DSL"
] | https://docs.redhat.com/en/documentation/red_hat_build_of_apache_camel/4.8/html/kaoto/getting-started-with-kaoto |
11.8. Ethtool | 11.8. Ethtool Ethtool is a utility for configuration of Network Interface Cards ( NICs ). This utility allows querying and changing settings such as speed, port, auto-negotiation, PCI locations and checksum offload on many network devices, especially Ethernet devices. We present here a short selection of often used eth... | [
"ethtool devname",
"~]# ethtool em1 Settings for em1: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000bas... | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s1-ethtool |
Chapter 1. Federal Information Processing Standard (FIPS) readiness and compliance | Chapter 1. Federal Information Processing Standard (FIPS) readiness and compliance The Federal Information Processing Standard (FIPS) developed by the National Institute of Standards and Technology (NIST) is regarded as the highly regarded for securing and encrypting sensitive data, notably in highly regulated areas su... | [
"--- FEATURE_FIPS = true ---"
] | https://docs.redhat.com/en/documentation/red_hat_quay/3.10/html/red_hat_quay_operator_features/fips-overview |
Chapter 6. Managing groups | Chapter 6. Managing groups You can use Identity Service (keystone) groups to assign consistent permissions to multiple user accounts. 6.1. Configuring groups with the Dashboard You can use the dashboard to manage the membership of keystone groups. However, you must use the command-line to assign role permissions to a g... | null | https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/performing_security_operations/managing_groups |
Chapter 4. Troubleshooting data backup and restore | Chapter 4. Troubleshooting data backup and restore To troubleshoot failed data backups and restorations, check the basics first, such as data paths, storage configuration, and storage capacity. 4.1. Backing up data failed Data backups are automatic on rpm-ostree systems. If you are not using an rpm-ostree system and at... | [
"sudo journalctl -u microshift"
] | https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/4.18/html/troubleshooting/microshift-troubleshoot-backup-restore |
Chapter 23. AWS DynamoDB Component | Chapter 23. AWS DynamoDB Component Available as of Camel version 2.10 The DynamoDB component supports storing and retrieving data from/to Amazon's DynamoDB service. Prerequisites You must have a valid Amazon Web Services developer account, and be signed up to use Amazon DynamoDB. More information are available at Amazo... | [
"aws-ddb://domainName[?options]",
"aws-ddb:tableName",
"from(\"direct:start\") .to(\"aws-ddb://domainName?amazonDDBClient=#client\");",
"AWSCredentials awsCredentials = new BasicAWSCredentials(\"myAccessKey\", \"mySecretKey\"); ClientConfiguration clientConfiguration = new ClientConfiguration(); clientConfigu... | https://docs.redhat.com/en/documentation/red_hat_fuse/7.13/html/apache_camel_component_reference/aws-ddb-component |
probe::socket.recvmsg.return | probe::socket.recvmsg.return Name probe::socket.recvmsg.return - Return from Message being received on socket Synopsis socket.recvmsg.return Values family Protocol family value name Name of this probe protocol Protocol value state Socket state value success Was receive successful? (1 = yes, 0 = no) flags Socket flags v... | null | https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/systemtap_tapset_reference/api-socket-recvmsg-return |
Chapter 5. Developer Previews | Chapter 5. Developer Previews Developer preview features included with Streams for Apache Kafka 2.7. As a Kafka cluster administrator, you can toggle a subset of features on and off using feature gates in the Cluster Operator deployment configuration. The feature gates available as developer previews are at an alpha le... | [
"kafka: tieredStorage: type: custom remoteStorageManager: className: com.example.kafka.tiered.storage.s3.S3RemoteStorageManager classPath: /opt/kafka/plugins/tiered-storage-s3/* config: # remote storage manager configuration 1 storage.bucket.name: my-bucket config: rlmm.config.remote.log.metadata.topic.replication.... | https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.7/html/release_notes_for_streams_for_apache_kafka_2.7_on_openshift/dev-preview-str |
21.3.7. Adding a Samba (SMB) printer | 21.3.7. Adding a Samba (SMB) printer Follow this procedure to add a Samba printer: Note Note that in order to add a Samba printer, you need to have the samba-client package installed. You can do so by running, as root : For more information on installing packages with Yum, see Section 8.2.4, "Installing Packages" . Ope... | [
"install samba-client"
] | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s1-printing-smb-printer |
15.10. Troubleshooting | 15.10. Troubleshooting 15.10.1. Active VFS Mounts Are Invisible If your active VFS mounts are invisible, it means that your application is not a native GIO client. Native GIO clients are typically all GNOME applications using GNOME libraries (glib, gio). There is a service, gvfs-fuse , provided as a fallback for non-GI... | [
"yum install iotop"
] | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/desktop_migration_and_administration_guide/virtual-file-systems-disk-management-troubleshooting |
Chapter 4. View OpenShift Data Foundation Topology | Chapter 4. View OpenShift Data Foundation Topology The topology shows the mapped visualization of the OpenShift Data Foundation storage cluster at various abstraction levels and also lets you to interact with these layers. The view also shows how the various elements compose the Storage cluster altogether. Procedure On... | null | https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.16/html/deploying_openshift_data_foundation_using_ibm_z/viewing-odf-topology_ibmz |
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/managing_and_allocating_storage_resources/making-open-source-more-inclusive |
Package manifest | Package manifest Red Hat Enterprise Linux 9 Package listing for Red Hat Enterprise Linux 9 Red Hat Customer Content Services | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/package_manifest/index |
Installing on GCP | Installing on GCP OpenShift Container Platform 4.14 Installing OpenShift Container Platform on Google Cloud Platform Red Hat OpenShift Documentation Team | [
"ssh-keygen -t ed25519 -N '' -f <path>/<file_name> 1",
"cat <path>/<file_name>.pub",
"cat ~/.ssh/id_ed25519.pub",
"eval \"USD(ssh-agent -s)\"",
"Agent pid 31874",
"ssh-add <path>/<file_name> 1",
"Identity added: /home/<you>/<path>/<file_name> (<computer_name>)",
"tar -xvf openshift-install-linux.tar.g... | https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/installing_on_gcp/index |
Chapter 11. Image [config.openshift.io/v1] | Chapter 11. Image [config.openshift.io/v1] Description Image governs policies related to imagestream imports and runtime configuration for external registries. It allows cluster admins to configure which registries OpenShift is allowed to import images from, extra CA trust bundles for external registries, and policies ... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/config_apis/image-config-openshift-io-v1 |
4.12. Mail | 4.12. Mail 4.12.1. Sendmail In some releases of Red Hat Enterprise Linux 5, the sendmail Mail Transport Agent (MTA) accepted network connections from external hosts by default. In Red Hat Enterprise Linux 6, sendmail by default only accepts connections from the local system (localhost). To grant sendmail the ability to... | [
"su -c 'yum install sendmail-cf' su -c 'make -C /etc/mail'"
] | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/migration_planning_guide/sect-migration_guide-networking-mail |
Chapter 2. Differences from upstream OpenJDK 8 | Chapter 2. Differences from upstream OpenJDK 8 Red Hat build of OpenJDK in Red Hat Enterprise Linux (RHEL) contains a number of structural changes from the upstream distribution of OpenJDK. The Microsoft Windows version of Red Hat build of OpenJDK attempts to follow RHEL updates as closely as possible. The following li... | null | https://docs.redhat.com/en/documentation/red_hat_build_of_openjdk/8/html/release_notes_for_red_hat_build_of_openjdk_8.0.422/rn-openjdk-diff-from-upstream |
Pipelines | Pipelines OpenShift Container Platform 4.15 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.15/html-single/pipelines/index |
Chapter 7. Enable MicroProfile application development for JBoss EAP on Red Hat CodeReady Studio | Chapter 7. Enable MicroProfile application development for JBoss EAP on Red Hat CodeReady Studio If you want to incorporate MicroProfile capabilities in applications that you develop on CodeReady Studio, you must enable MicroProfile support for JBoss EAP in CodeReady Studio. JBoss EAP expansion packs provide support fo... | null | https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4/html/using_jboss_eap_xp_4.0.0/assembly-enable-microprofile-application-development-jboss-eap-codeready-studio_default |
Chapter 6. Supported components | Chapter 6. Supported components For a full list of component versions that are supported in this release of Red Hat JBoss Core Services, see the Core Services Apache HTTP Server Component Details page. Before you attempt to access the Component Details page, you must ensure that you have an active Red Hat subscription ... | 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_1_release_notes/supported_components |
Chapter 10. Configuring authorization | Chapter 10. Configuring authorization You can configure policies to secure messaging resources in your messaging environment. Policies ensure that only authorized users can access messaging endpoints through the router network, and that the resources on those endpoints are used in an authorized way. Section 10.1, "Type... | [
"policy { maxConnections: 10000 maxMessageSize: 2000000 }",
"policy { enableVhostPolicy: true enableVhostNamePatterns: true defaultVhost: USDdefault }",
"vhost { hostname: example.com aliases: example.org, example.net maxConnections: 10000 maxMessageSize: 500000 maxConnectionsPerUser: 100 maxConnectionsPerHost:... | https://docs.redhat.com/en/documentation/red_hat_amq/2020.q4/html/using_amq_interconnect/configuring-authorization-router-rhel |
16.4. Configuring a Multihomed DHCP Server | 16.4. Configuring a Multihomed DHCP Server A multihomed DHCP server serves multiple networks, that is, multiple subnets. The examples in these sections detail how to configure a DHCP server to serve multiple networks, select which network interfaces to listen on, and how to define network settings for systems that move... | [
"DHCPDARGS=\"eth0 eth1\";",
"DHCPDARGS=\"eth0\";",
"default-lease-time 600 ; max-lease-time 7200 ; subnet 10.0.0.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option routers 10.0.0.1; range 10.0.0.5 10.0.0.15; } subnet 172.16.0.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option rou... | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/sect-Configuring_a_Multihomed_DHCP_Server |
4.3. sVirt Configuration | 4.3. sVirt Configuration SELinux Booleans are variables that can be toggled on or off, quickly enabling or disabling features or other special conditions. Booleans can be toggled by running either setsebool boolean_name {on|off} for a temporary change, or setsebool -P boolean_name {on|off} to make the change persistent... | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/virtualization_security_guide/sect-virtualization_security_guide-svirt-configuration |
A.9. x86_energy_perf_policy | A.9. x86_energy_perf_policy The x86_energy_perf_policy tool allows administrators to define the relative importance of performance and energy efficiency. It is provided by the kernel-tools package. To view the current policy, run the following command: To set a new policy, run the following command: Replace profile_nam... | [
"x86_energy_perf_policy -r",
"x86_energy_perf_policy profile_name",
"man x86_energy_perf_policy"
] | https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/performance_tuning_guide/sect-Red_Hat_Enterprise_Linux-Performance_Tuning_Guide-Tool_Reference-x86_energy_perf_policy |
Chapter 5. Infrastructure Security | Chapter 5. Infrastructure Security The scope of this guide is Red Hat Ceph Storage. However, a proper Red Hat Ceph Storage security plan requires consideration of the Red Hat Enterprise Linux 7 Security Guide and the Red Hat Enterprise Linux 7 SELinux Users and Administration Guide , which by the foregoing hyperlinks a... | [
"public_network = <public-network/netmask>[,<public-network/netmask>] cluster_network = <cluster-network/netmask>[,<cluster-network/netmask>]",
"systemctl enable firewalld systemctl start firewalld systemctl status firewalld",
"firewall-cmd --list-all",
"sources: services: ssh dhcpv6-client",
"getenforce En... | https://docs.redhat.com/en/documentation/red_hat_ceph_storage/4/html/data_security_and_hardening_guide/assembly-infrastructure-security |
Chapter 9. Namespace auto-pruning architecture | Chapter 9. Namespace auto-pruning architecture For the namespace auto-pruning feature, two distinct database tables within a database schema were created: one for namespaceautoprunepolicy and another for autoprunetaskstatus . An auto-prune worker carries out the configured policies. Namespace auto prune policy database... | null | https://docs.redhat.com/en/documentation/red_hat_quay/3.10/html/red_hat_quay_architecture/namespace-auto-pruning-arch |
function::read_stopwatch_s | function::read_stopwatch_s Name function::read_stopwatch_s - Reads the time in seconds for a stopwatch Synopsis Arguments name stopwatch name Description Returns time in seconds for stopwatch name . Creates stopwatch name if it does not currently exist. | [
"read_stopwatch_s:long(name:string)"
] | https://docs.redhat.com/en/documentation/Red_Hat_Enterprise_Linux/7/html/systemtap_tapset_reference/api-read-stopwatch-s |
1.3. Pacemaker Overview | 1.3. Pacemaker Overview The High Availability Add-On cluster infrastructure provides the basic functions for a group of computers (called nodes or members ) to work together as a cluster. Once a cluster is formed using the cluster infrastructure, you can use other components to suit your clustering needs (for example, ... | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/high_availability_add-on_overview/s1-Pacemakeroverview-HAAO |
7.131. module-init-tools | 7.131. module-init-tools 7.131.1. RHBA-2015:1289 - module-init-tools bug fix update Updated module-init-tools packages that fix one bug are now available for Red Hat Enterprise Linux 6. The module-init-tools packages include various programs needed for automatic loading and unloading of modules under 2.6 kernels, as we... | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/6.7_technical_notes/package-module-init-tools |
Chapter 6. Configuring custom SSL/TLS certificates | Chapter 6. Configuring custom SSL/TLS certificates You can manually configure the undercloud to use SSL/TLS for communication over public endpoints. When you manually configure undercloud endpoints with SSL/TLS, you are creating secure endpoints as a proof-of-concept. Red Hat recommends using a certificate authority so... | [
"sudo mkdir -p /etc/pki/CA sudo touch /etc/pki/CA/index.txt",
"echo '1000' | sudo tee /etc/pki/CA/serial",
"openssl genrsa -out ca.key.pem 4096 openssl req -key ca.key.pem -new -x509 -days 7300 -extensions v3_ca -out ca.crt.pem",
"parameter_defaults: PublicTLSCAFile: /etc/pki/ca-trust/source/anchors/cacert.pe... | https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.1/html/hardening_red_hat_openstack_platform/assembly_configuring-custom-ssl-tls-certificates |
13.3. OpenLDAP Daemons and Utilities | 13.3. OpenLDAP Daemons and Utilities The suite of OpenLDAP libraries and tools are included within the following packages: openldap - Contains the libraries necessary to run the OpenLDAP server and client applications. openldap-clients - Contains command line tools for viewing and modifying directories on an LDAP serve... | [
"chown -R ldap /var/lib/ldap"
] | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/4/html/reference_guide/s1-ldap-daemonsutils |
Chapter 11. Viewing cluster dashboards | Chapter 11. Viewing cluster dashboards The Logging/Elasticsearch Nodes and Openshift Logging dashboards in the OpenShift Container Platform web console show in-depth details about your Elasticsearch instance and the individual Elasticsearch nodes that you can use to prevent and diagnose problems. The OpenShift Logging ... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.7/html/logging/cluster-logging-dashboards |
CLI tools | CLI tools OpenShift Container Platform 4.16 Learning how to use the command-line tools for OpenShift Container Platform Red Hat OpenShift Documentation Team | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/cli_tools/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_build_of_quarkus/3.8/html/deploying_your_red_hat_build_of_quarkus_applications_to_openshift_container_platform/making-open-source-more-inclusive |
Chapter 1. Accessing your workbench IDE | Chapter 1. Accessing your workbench IDE To access a workbench IDE, use the link provided in the OpenShift AI interface. Prerequisite You have created a data science project and a workbench. Procedure From the OpenShift AI dashboard, click Data Science Projects . Click the name of the project that contains the workbench... | null | https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/working_in_your_data_science_ide/accessing-your-workbench-ide_ide |
Chapter 19. Configuring Layer 3 high availability (HA) | Chapter 19. Configuring Layer 3 high availability (HA) 19.1. RHOSP Networking service without high availability (HA) Red Hat OpenStack Platform (RHOSP) Networking service deployments without any high availability (HA) features are vulnerable to physical node failures. In a typical deployment, projects create virtual ro... | [
"source ~/stackrc",
"vi /home/stack/templates/my-neutron-environment.yaml",
"parameter_defaults: NeutronL3HA: 'true'",
"parameter_defaults: NeutronL3HA: 'true' ControllerExtraConfig: neutron::server::max_l3_agents_per_router: 2",
"openstack overcloud deploy --templates -e [your-environment-files] -e /usr/sh... | https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.0/html/networking_guide/config-l3-ha_rhosp-network |
Scaling Deployments with Compute Cells | Scaling Deployments with Compute Cells Red Hat OpenStack Platform 16.2 A guide to creating and configuring a multi-cell overcloud OpenStack Documentation Team rhos-docs@redhat.com | null | https://docs.redhat.com/en/documentation/red_hat_openstack_platform/16.2/html/scaling_deployments_with_compute_cells/index |
Chapter 3. Resilient and non-resilient data pools | Chapter 3. Resilient and non-resilient data pools What are resilient pools and a non-resilient pools? A resilient data pool enables data to replicate or encode its data. The non-resilient data pool does not enable to replicate or encode its data. A non-resilient pool is also called replica1 , and is not protected from ... | null | https://docs.redhat.com/en/documentation/red_hat_ceph_storage/7/html/edge_guide/resilient-and-non-resilient-data-pools_edge |
Chapter 8. ImageStream [image.openshift.io/v1] | Chapter 8. ImageStream [image.openshift.io/v1] Description An ImageStream stores a mapping of tags to images, metadata overrides that are applied when images are tagged in a stream, and an optional reference to a container image repository on a registry. Users typically update the spec.tags field to point to external i... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/image_apis/imagestream-image-openshift-io-v1 |
9.1 Release Notes | 9.1 Release Notes Red Hat Enterprise Linux 9.1 Release Notes for Red Hat Enterprise Linux 9.1 Red Hat Customer Content Services | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.1_release_notes/index |
Chapter 62. KafkaExporterTemplate schema reference | Chapter 62. KafkaExporterTemplate schema reference Used in: KafkaExporterSpec Property Description deployment Template for Kafka Exporter Deployment . DeploymentTemplate pod Template for Kafka Exporter Pods . PodTemplate service The service property has been deprecated. The Kafka Exporter service has been removed. Temp... | null | https://docs.redhat.com/en/documentation/red_hat_streams_for_apache_kafka/2.5/html/amq_streams_api_reference/type-KafkaExporterTemplate-reference |
Disconnected installation mirroring | Disconnected installation mirroring OpenShift Container Platform 4.14 Mirroring the installation container images Red Hat OpenShift Documentation Team | null | https://docs.redhat.com/en/documentation/openshift_container_platform_installation/4.14/html/disconnected_installation_mirroring/index |
Chapter 10. Troubleshooting the DNS service | Chapter 10. Troubleshooting the DNS service By reviewing the Red Hat OpenStack Platform DNS service (designate) logs and using some simple commands, you can verify that the service is running properly. These actions are the first steps in troubleshooting the DNS service. The topics included in this section are: Section... | [
"source ~/overcloudrc",
"CTRL_IP=USD(openstack server list -f value -c Networks --name overcloud-controller-0 | sed 's/ctlplane=//')",
"ssh tripleo-admin@USD{CTRL_IP} sudo podman exec -i -u root designate-central designate-manage pool show_config",
"Pool Configuration: ------------------- also_notifies: [] at... | https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.0/html/using_designate_for_dns-as-a-service/troubleshoot-dns-service_rhosp-dnsaas |
Chapter 8. Integration | Chapter 8. Integration You can integrate Red Hat OpenStack Services on OpenShift (RHOSO) with the following third-party software - Tested and Approved Software You can deploy RHOSO on trusted cloud providers. For the certified list of products, see Hardware - Tested and Approved . | null | https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/planning_your_deployment/ref_integration_planning |
Chapter 3. Storage | Chapter 3. Storage LIO kernel Target Subsystem Red Hat Enterprise Linux 7 uses the LIO kernel target subsystem, which is the standard open source SCSI target for block storage, for all of the following storage fabrics: FCoE, iSCSI, iSER (Mellanox InfiniBand), and SRP (Mellanox InfiniBand). Red Hat Enterprise Linux 6 us... | null | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/7.0_release_notes/chap-red_hat_enterprise_linux-7.0_release_notes-storage |
Data Grid documentation | Data Grid documentation Documentation for Data Grid is available on the Red Hat customer portal. Data Grid 8.5 Documentation Data Grid 8.5 Component Details Supported Configurations for Data Grid 8.5 Data Grid 8 Feature Support Data Grid Deprecated Features and Functionality | null | https://docs.redhat.com/en/documentation/red_hat_data_grid/8.5/html/embedding_data_grid_in_java_applications/rhdg-docs_datagrid |
Tooling User Guide | Tooling User Guide Red Hat Fuse 7.13 Use Fuse Tooling in CodeReady Studio to develop and deploy Fuse applications Red Hat Fuse Documentation Team | null | https://docs.redhat.com/en/documentation/red_hat_fuse/7.13/html/tooling_user_guide/index |
Chapter 1. Planning for automation mesh in your operator-based Red Hat Ansible Automation Platform environment | Chapter 1. Planning for automation mesh in your operator-based Red Hat Ansible Automation Platform environment The following topics contain information to help plan an automation mesh deployment in your operator-based Red Hat Ansible Automation Platform environment. The document covers the setting up of automation mesh... | null | https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.4/html/red_hat_ansible_automation_platform_automation_mesh_for_operator-based_installations/assembly-planning-mesh |
Chapter 10. DNS [operator.openshift.io/v1] | Chapter 10. DNS [operator.openshift.io/v1] Description DNS manages the CoreDNS component to provide a name resolution service for pods and services in the cluster. This supports the DNS-based service discovery specification: https://github.com/kubernetes/dns/blob/master/docs/specification.md More details: https://kuber... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/operator_apis/dns-operator-openshift-io-v1 |
Chapter 3. Customizing workspace components | Chapter 3. Customizing workspace components To customize workspace components: Choose a Git repository for your workspace . Use a devfile . Configure an IDE . Add OpenShift Dev Spaces specific attributes in addition to the generic devfile specification. | null | https://docs.redhat.com/en/documentation/red_hat_openshift_dev_spaces/3.15/html/user_guide/customizing-workspace-components |
Chapter 7. Infrastructure requirements | Chapter 7. Infrastructure requirements 7.1. Platform requirements Red Hat OpenShift Data Foundation 4.13 is supported only on OpenShift Container Platform version 4.13 and its minor versions. Bug fixes for version of Red Hat OpenShift Data Foundation will be released as bug fix versions. For more details, see the Red H... | null | https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.13/html/planning_your_deployment/infrastructure-requirements_rhodf |
Chapter 1. Introduction to OpenStack networking | Chapter 1. Introduction to OpenStack networking The Networking service (neutron) is the software-defined networking (SDN) component of Red Hat OpenStack Services on OpenShift (RHOSO). The RHOSO Networking service manages internal and external traffic to and from VM instances and provides core services such as routing, ... | null | https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/managing_networking_resources/networking-overview_rhoso-mngnet |
Chapter 13. Using special characters in GNOME | Chapter 13. Using special characters in GNOME In GNOME, you can use the Compose Key to type special characters from different languages and symbol sets, including those not available on your keyboard. You can enter and view special characters from different languages and symbol sets, making it easy to work with diverse... | [
"yum install gnome-tweaks",
"xhost +",
"su - <username> -c \"gsettings set org.gnome.desktop.input-sources xkb-options \\\"['compose:<compose_key>']\\\"\"",
"grep compose /usr/share/X11/xkb/rules/evdev.lst",
"xhost -",
"su - <username> -c \"gsettings get org.gnome.desktop.input-sources xkb-options\"",
"... | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/using_the_desktop_environment_in_rhel_8/special-characters-in-gnome_using-the-desktop-environment-in-rhel-8 |
Chapter 6. Installing the Migration Toolkit for Containers | Chapter 6. Installing the Migration Toolkit for Containers You can install the Migration Toolkit for Containers (MTC) on OpenShift Container Platform 3 and 4. After you install the Migration Toolkit for Containers Operator on OpenShift Container Platform 4.18 by using the Operator Lifecycle Manager, you manually instal... | [
"podman login registry.redhat.io",
"cp USD(podman create registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v1.7):/operator.yml ./",
"cp USD(podman create registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v1.7):/controller.yml ./",
"oc run test --image registry.redhat.io/ubi9 ... | https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/migrating_from_version_3_to_4/installing-3-4 |
Chapter 20. OverlappingRangeIPReservation [whereabouts.cni.cncf.io/v1alpha1] | Chapter 20. OverlappingRangeIPReservation [whereabouts.cni.cncf.io/v1alpha1] Description OverlappingRangeIPReservation is the Schema for the OverlappingRangeIPReservations API Type object Required spec 20.1. Specification Property Type Description apiVersion string APIVersion defines the versioned schema of this repres... | null | https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/network_apis/overlappingrangeipreservation-whereabouts-cni-cncf-io-v1alpha1 |
Chapter 4. Managing externally signed certificates for IdM users, hosts, and services | Chapter 4. Managing externally signed certificates for IdM users, hosts, and services This chapter describes how to use the Identity Management (IdM) command-line interface (CLI) and the IdM Web UI to add or remove user, host, or service certificates that were issued by an external certificate authority (CA). 4.1. Addi... | [
"ipa user-add-cert user --certificate= MIQTPrajQAwg",
"ipa user-add-cert user --certificate=\"USD(openssl x509 -outform der -in user_cert.pem | base64 -w 0)\"",
"ipa user-remove-cert user --certificate= MIQTPrajQAwg",
"ipa user-remove-cert user --certificate=\"USD(openssl x509 -outform der -in user_cert.pem |... | https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_certificates_in_idm/managing-externally-signed-certificates-for-idm-users-hosts-and-services_managing-certificates-in-idm |
14.6. Create a VDB Source Model | 14.6. Create a VDB Source Model Procedure 14.3. Create a VDB Source Model Deploy your VDB. Launch the JDBC Import Wizard by clicking Import - Teiid Designer - JDBC Database >> Source Model . On the first page of the wizard select a valid connection profile for your deployed VDB. The wizard will detect that the connecti... | null | https://docs.redhat.com/en/documentation/red_hat_jboss_data_virtualization/6.4/html/user_guide_volume_1_teiid_designer/create_a_vdb_source_model |
4.5. Soft-Fencing Hosts | 4.5. Soft-Fencing Hosts Hosts can sometimes become non-responsive due to an unexpected problem, and though VDSM is unable to respond to requests, the virtual machines that depend upon VDSM remain alive and accessible. In these situations, restarting VDSM returns VDSM to a responsive state and resolves this issue. "SSH ... | null | https://docs.redhat.com/en/documentation/red_hat_virtualization/4.4/html/technical_reference/soft-fencing_hosts |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.