All public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:58, 19 February 2026 Ebasso talk contribs created page IBM MQ: Usando Aplicações Cliente (Created page with "== Testando a Conexão == Connect to container <syntaxhighlight lang="bash"> podman exec -it ibm-mq bash </syntaxhighlight> === Verificar Status do Queue Manager === <syntaxhighlight lang="bash"> dspmq </syntaxhighlight> === Usando Programas de Exemplo do MQ === '''Enviar uma mensagem:''' <syntaxhighlight lang="bash"> /opt/mqm/samp/bin/amqsput DEV.QUEUE.1 QM1 </syntaxhighlight> Digite a mensagem e pressione Enter duas vezes. '''Receber uma mensagem:''' <syn...")
- 19:23, 19 February 2026 Ebasso talk contribs created page IBM MQ: Principais Conceitos do IBM MQ (Created page with "= Principais Conceitos do IBM MQ = == Messages (Mensagens) == '''Messages''' são unidades de dados que são transmitidas entre aplicações através do IBM MQ. Uma mensagem consiste em: * '''Message Descriptor (Descritor de Mensagem)''': Contém informações de controle e metadados sobre a mensagem, como: ** Message ID (identificador único) ** Correlation ID (para correlacionar respostas) ** Priority (prioridade) ** Persistence (se a mensagem deve ser persistida em...")
- 19:07, 19 February 2026 Ebasso talk contribs created page IBM CloudPak for Integration (Created page with "= Veja também= Category:IBM CP4I Category:IBM Automation Category:Middleware")
- 19:07, 19 February 2026 Ebasso talk contribs created page IBM App Connect (Created page with "= Veja também= Category:IBM App Connect Category:IBM Automation Category:Middleware")
- 19:06, 19 February 2026 Ebasso talk contribs created page IBM API Connect (Created page with "= Veja também= Category:IBM API Connect Category:IBM Automation Category:Middleware")
- 19:03, 19 February 2026 Ebasso talk contribs created page IBM MQ (Created page with " * IBM MQ: Deploy do IBM MQ como container == Comandos MQ Úteis == IBM MQ: Comandos MQ Úteis == Considerações de Segurança == IBM MQ: Consideracoes de Seguranca = Veja também= Category:IBM MQ Category:Podman Category:Containers Category:Middleware")
- 18:58, 19 February 2026 Ebasso talk contribs created page IBM MQ: Comandos MQ Úteis (Created page with "== Comandos MQ Úteis == IBM MQ: Comandos MQ Úteis === Listar Filas === <syntaxhighlight lang="bash"> podman exec ibm-mq runmqsc QM1 <<EOF DISPLAY QUEUE(*) EOF </syntaxhighlight> === Criar uma Fila === <syntaxhighlight lang="bash"> podman exec ibm-mq runmqsc QM1 <<EOF DEFINE QLOCAL(MINHA.FILA) EOF </syntaxhighlight> === Verificar Profundidade da Fila === <syntaxhighlight lang="bash"> podman exec ibm-mq runmqsc QM1 <<EOF DISPLAY QLOCAL(DEV.QUEUE.1) CURDEPTH EO...")
- 18:56, 19 February 2026 Ebasso talk contribs created page IBM MQ: Consideracoes de Seguranca (Created page with " As senhas padrão (<code>passw0rd</code>) devem ser alteradas imediatamente em ambientes de produção. === Alterando Senhas === <syntaxhighlight lang="bash"> # Acessar o container podman exec -it ibm-mq bash # Alterar senha do usuário admin mqsichangepassword admin # Alterar senha do usuário app mqsichangepassword app </syntaxhighlight> === Usando Secrets do Podman === <syntaxhighlight lang="bash"> # Criar secrets echo "senha-segura-admin" | podman secret crea...")
- 17:52, 19 February 2026 Ebasso talk contribs created page IBM MQ: Deploy do IBM MQ como container (Created page with " = IBM MQ Deployment com Podman = Este guia fornece instruções completas para implantar IBM MQ usando Podman. == Pré-requisitos == * Podman instalado no sistema * Espaço em disco suficiente (mínimo 2GB) * Portas 1414 e 9443 disponíveis == Instalação Rápida == === Passo 1: Criar Diretórios === <syntaxhighlight lang="bash"> mkdir -p ./mq-data mkdir -p ./mq-config mkdir -p ./mq-logs </syntaxhighlight> === Passo 2: Baixar a Imagem IBM MQ === <syntaxhighlig...")
- 21:04, 29 January 2026 Ebasso talk contribs created page IBM Sterling Connect:Direct : Horizontal Pod Autoscaling for IBM Sterling Connect:Direct Unix Containers (Created page with "IBM Sterling Connect:Direct Unix containers now support multi-pod deployment through Horizontal Pod Autoscaler (HPA). This feature enables dynamic scaling by automatically adding additional instances as the load increases and removing instances as load decreases, ensuring efficient resource utilization and optimal performance. Configuration The HPA feature is configured in the values.yaml file with the following parameters: <syntaxhighlight lang="yaml"> # Horizontal po...")
- 16:45, 27 January 2026 Ebasso talk contribs created page IBM Sterling DevOps CLI Container (Created page with "= IBM Sterling DevOps CLI Container = == Overview == The '''IBM Sterling DevOps CLI Container''' is a containerized environment that provides all necessary tools to run [https://github.com/ibm-sterling-devops/ansible-ibm-sterling ansible-ibm-sterling] automation scripts. This project eliminates environment inconsistencies by packaging essential CLI tools, Python packages, and dependencies required for IBM Sterling B2B Integrator deployment and management on Red Hat Ope...")
- 13:32, 26 January 2026 Ebasso talk contribs created page OpenTelemetry (Created page with "'''OpenTelemetry''' é um projeto open source e cloud-native voltado para observabilidade, que fornece um conjunto padronizado de APIs, SDKs e ferramentas para coleta de '''métricas''', '''logs''' e '''traces''' (rastreamentos distribuídos). O objetivo do OpenTelemetry é unificar e simplificar a instrumentação de aplicações, independentemente da linguagem, framework ou fornecedor de backend de observabilidade. Imagem do projeto: https://opentelemetry.io/docs/ ...")
- 13:31, 26 January 2026 Ebasso talk contribs created page File:Otel-diagram.png
- 13:31, 26 January 2026 Ebasso talk contribs uploaded File:Otel-diagram.png
- 13:16, 26 January 2026 Ebasso talk contribs created page Tekton (Created page with "= Tekton = == Introdução == '''Tekton''' é um framework open source e cloud-native para criação de pipelines de CI/CD (Continuous Integration e Continuous Delivery), projetado especificamente para ambientes Kubernetes. Ele permite definir, executar e gerenciar pipelines de forma declarativa, utilizando recursos nativos do Kubernetes, como Pods, Containers e Custom Resource Definitions (CRDs). == Instalação == A instalação do Tekton é feita diretamente em um...")
- 13:04, 26 January 2026 Ebasso talk contribs deleted page File:Install-b2b-622.png (Deleted old revision 20260126130437!Install-b2b-622.png)
- 13:04, 26 January 2026 Ebasso talk contribs uploaded a new version of File:Install-b2b-622.png
- 13:02, 26 January 2026 Ebasso talk contribs created page File:Install-b2b-622.png
- 13:02, 26 January 2026 Ebasso talk contribs uploaded File:Install-b2b-622.png
- 20:27, 21 January 2026 Ebasso talk contribs moved page Kubernetes: Instalação do Kind and Tekton to Kubernetes: Instalação do Kind e Tekton without leaving a redirect
- 20:26, 21 January 2026 Ebasso talk contribs moved page Kubernetes: Instalação do Kind to Kubernetes: Instalação do Kind and Tekton
- 20:23, 21 January 2026 Ebasso talk contribs created page Kubernetes: Instalação do Kind (Created page with "Install Kind # For Intel Macs [ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.31.0/kind-darwin-amd64 # For M1 / ARM Macs [ $(uname -m) = arm64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.31.0/kind-darwin-arm64 chmod +x ./kind mv ./kind /usr/local/bin/kind Setup cluster tekton_cluster="tekton-cluster" # optionally set memory and cpu #podman machine stop #podman machine set --cpus=2 #podman machine set -m=4096 #podman machi...")
- 21:13, 17 January 2026 Ebasso talk contribs created page IBM Sterling Connect:Direct : Certificate-Based Authentication Setup using C:D Web Services (Created page with "== Part 1: REST Client Certificate Configuration == === Step 1.1: Export CDWS Server Certificate === First, obtain the CDWS server's certificate download it directly from the server <syntaxhighlight lang="bash"> # Download certificate from CDWS server openssl s_client -connect cdws-hostname:9443 -showcerts < /dev/null 2>/dev/null | \ openssl x509 -outform PEM > cdws-server.pem </syntaxhighlight> = Ver também = * IBM Sterling * IBM Sterling Connect:Direct...")
- 21:59, 10 December 2025 Ebasso talk contribs created page IBM QRadar SOAR: Working with Incidents Properties with REST API (Created page with " = Ver também = * IBM QRadar SOAR: Working with Incidents with REST API * IBM QRadar SOAR: Working with Incidents Properties with REST API * Artigos sobre IBM QRadar * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:IBM QRadar Category:IBM QRadar SOAR")
- 21:56, 10 December 2025 Ebasso talk contribs created page IBM QRadar SOAR: Working with Incidents with REST API (Created page with " <nowiki> soar_base_url='https://soar.company.com/rest/orgs/<ORG_ID>' soar_auth= HTTPBasicAuth('api_key', 'api_secret'), def soar_get_incidents(): headers = { "Accept": "application/json", "Content-Type": "application/json" } url = f"{base_url}/incidents/query_paged" params = { "return_level": "full", "field_handle": ["virus_investigation_result", "virus_score"], "include_records_total": "false" } json_body = {"filters": [{"c...")
- 21:08, 27 November 2025 Ebasso talk contribs created page IBM QRadar: How to Execute AQL Queries via URL in QRadar’s New Console UI (Created page with "This page explains how to construct a URL to run AQL queries directly in QRadar’s new Analyst Application interface using the <code>/console/ui/search</code> endpoint. == Base URL == <pre> https://<CONSOLE_IP>/console/ui/search </pre> == Key Parameters == * <code>execute=true</code> Ensures the query runs automatically when the page loads. * <code>query=<URL_ENCODED_QUERY_PARAMETERS></code> Contains the query parameters, including the AQL stateme...")
- 22:45, 19 November 2025 Ebasso talk contribs created page IBM QRadar SOAR: Debug applications on AppHost (Created page with "Check after restart kubectl get pods -A | grep kube 800x82px sudo kubectl get pods -A -l apps.isc.ibm.com/app-type=app -L app.kubernetes.io/instance File:Soar-apphost-kube-output-02.png = Articles = * [https://www.ibm.com/support/pages/node/1161322 QRadar SOAR: Mapping SAML groups to IBM Security SOAR groups] * [https://www.ibm.com/support/pages/node/1162732 Troubleshooting SAML in IBM Security SOAR] * [https://...")
- 22:42, 19 November 2025 Ebasso talk contribs created page File:Soar-apphost-kube-output-02.png
- 22:42, 19 November 2025 Ebasso talk contribs uploaded File:Soar-apphost-kube-output-02.png
- 22:39, 19 November 2025 Ebasso talk contribs created page IBM QRadar SOAR: Restart AppHost (Created page with " 1) Connect to CLI, using '''appadmin''' user 2) Run command <nowiki> sudo systemctl restart k3s sudo restartAppHost </nowiki> 3) Check after restart kubectl get pods -A | grep kube 800x82px = Articles = * [https://www.ibm.com/support/pages/node/1161322 QRadar SOAR: Mapping SAML groups to IBM Security SOAR groups] * [https://www.ibm.com/support/pages/node/1162732 Troubleshooting SAML in IBM Security SOAR] * [https://...")
- 22:38, 19 November 2025 Ebasso talk contribs created page File:Soar-apphost-kube-output-01.png
- 22:38, 19 November 2025 Ebasso talk contribs uploaded File:Soar-apphost-kube-output-01.png
- 02:07, 18 November 2025 Ebasso talk contribs created page IBM QRadar SOAR: Get current user on Playbook (Created page with " <nowiki> note = """ {principal.id} {principal.name} """ incident.addNote(helper.createRichText(note))</nowiki> = Ver também = * Artigos sobre IBM QRadar * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:IBM QRadar Category:IBM QRadar SOAR")
- 17:08, 10 October 2025 Ebasso talk contribs created page IBM QRadar SOAR: Configuring SAML (Created page with " = Configure proxy o main host = 1) Connect to CLI, using '''resadmin''' user 2) Run command <nowiki> sudo resutil samledit -alias soarsaml \ -certfile ./qradarsoar.pem \ -org MYORGANIZATION \ -entityid https://soar.company.com/saml2/soarsaml \ -loginurl https://login.microsoftonline.com/3.....5/saml2 \ -logouturl https://login.microsoftonline.com/3.....5/saml2</nowiki> sudo resutil saml show sudo systemctl restart resilient = Articles = * [https://www.i...")
- 16:30, 30 September 2025 Ebasso talk contribs moved page Jenkins: Install Jenkins on Redhat 9 with OpenJDK 17 to Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21
- 18:03, 25 September 2025 Ebasso talk contribs created page IBM QRadar SOAR: Configuring HTTP Proxy settings (Created page with " = Configure proxy o main host = 1) Connect to CLI, using '''resadmin''' user 2) Run command sudo resutil configset -key proxyhost -s <ip address> sudo resutil configset -key proxyport -i <port> 3) Edit file /etc/systemd/system/k3s.service.env and set = Configure proxy on app host = manageAppHost proxy --https-proxy-url http://<ip address> manageAppHost proxy --http-proxy-url http://<ip address> = Ver também = * Artigos sobre IBM QRadar *...")
- 17:50, 25 September 2025 Ebasso talk contribs created page IBM QRadar SOAR: Configuring HTTP Address and TLS/SSL settings (Created page with " = Managing Keystore with Keytool and Resutil = 1) Connect to CLI, using '''resadmin''' user 2) Backup keystore <syntaxhighlight lang="bash"> cd /crypt/certs cp keystore keystore_backupYYYYMMDD </syntaxhighlight> 3) Use the following command to list all entries in the keystore with detailed information: <syntaxhighlight lang="bash"> keytool -list -v -keystore keystore -storepass "$(sudo resutil keyvaultget -name keystore)" </syntaxhighlight> 4) Delete an alias fr...")
- 17:29, 25 September 2025 Ebasso talk contribs created page PostgreSQL: Usando ferramentas em container (PGAdmin/Cloudbeaver) para administrar o PostgreSQL (Created page with "= Instalar o Podman = 1) Atualizar o sistema e instalar o Podman <syntaxhighlight lang="bash"> sudo dnf update -y sudo dnf install -y podman podman-docker sudo systemctl enable --now podman sudo systemctl start podman sudo systemctl status podman </syntaxhighlight> 2) Criar usuário para os containers <syntaxhighlight lang="bash"> sudo groupadd -r -g 1000 containers sudo useradd -r -u 1000 -g containers -d /var/containers -s /sbin/nologin -m containers sudo mkdir...")
- 17:18, 25 September 2025 Ebasso talk contribs created page PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux (Created page with "= Instalar o PostgreSQL = == Instalar o módulo == <syntaxhighlight lang="bash"> sudo dnf module install postgresql:15/server </syntaxhighlight> == Inicializar o cluster de banco de dados == <syntaxhighlight lang="bash"> sudo postgresql-setup --initdb </syntaxhighlight> == Habilitar e iniciar o serviço == <syntaxhighlight lang="bash"> systemctl enable postgresql systemctl start postgresql </syntaxhighlight> = Criar o banco de dados e o usuário = == Criar o usuári...")
- 17:10, 25 September 2025 Ebasso talk contribs created page PostgreSQL (Created page with " * PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux == Ver também == * Mais Artigos sobre outras Tecnologias * Mais Artigos sobre Apache HTTP Server * Mais Artigos sobre Linux / UNIX / AIX Category:Linux Category:PostgreSQL Category:Databases Category:Tecnologias")
- 12:46, 12 September 2025 Ebasso talk contribs created page IBM Sterling: Configuring Single Sign-on between SSP, SEAS, B2BI, and SFG (Created page with "In this article I describe how to configure Single Sign-on (SSO) between Sterling Secure Proxy (SSP), Sterling External Authentication Server (SEAS), Sterling B2BI and Sterling File Gateway (SFG), making the lives of users and administrators easier and safer. The SSP is used as a Reverse Proxy for Sterling B2Bi/SFG and other IBM Sterling applications, allowing these services located on the Intranet to be accessed on the Internet. Sterling External Authentication Server...")
- 14:46, 21 August 2025 Ebasso talk contribs created page IBM QRadar: Integrating WatsonX Assistant into QRadar Web Console (Created page with "This article describes how to embed IBM Watsonx Assistant into the QRadar web interface by modifying the QRadar.jsp file. =Overview= IBM Watsonx Assistant can be integrated into QRadar to provide an interactive chatbot experience directly within the console. This integration allows users to access support, documentation, and automation features powered by Watsonx Assistant. = Procedure = 1) File to Modify * Directory: /opt/qradar/webapps/console/qradar/jsp * File: QRa...")
- 12:43, 15 August 2025 Ebasso talk contribs created page Customizing the IBM Sametime Business Card (Created page with "I migrated the article "Customizing the IBM Sametime Business Card" from IBM developerWorks, after the sale of Sametime to HCL. =Summary= Having access to information about coworkers in day-to-day work should be quick and easy. This article describes, in a practical way, how to make such information available through the IBM Sametime Connect Client and the IBM Sametime Web Client (Sametime Proxy Server). =Introduction= Our story begins with a multinational company th...")
- 18:07, 29 July 2025 Ebasso talk contribs created page IBM Sterling Connect:Direct: Configuring C:D to use Azure Blob Storage (Created page with " = Put a file in Azure Blob = CD1toAZ process snode='''<NODENAME>''' step01 copy from ( file = /opt/cdunix/ndm/cfg/msgfile.cfg ) to ( file = az01://'''<BUCKET NAME>'''/demo_azure.txt disp = rpl ) pend; = Get a file from Azure Blob = CD1fromAZ process snode='''<NODENAME>''' step01 copy from ( file = az01://'''<BUCKET NAME>'''/Report.pdf ) to (...")
- 12:04, 28 July 2025 Ebasso talk contribs moved page IBM QRadar: Using QRadar SDK to IBM QRadar: Developing QRadar Applications without leaving a redirect
- 11:50, 28 July 2025 Ebasso talk contribs created page IBM QRadar: Using QRadar SDK (Created page with " = Setup your environment = == Install Docker == 1) Install Docker-CE on RHEL/CentOS 8 sudo subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo dnf install pass Important: If you already have Podman/ContainerD, you must remove sudo dnf uninstall podman runc 2) Start Docker-CE sudo systemctl enable docker sudo systemctl start docker 3) Check...")
- 11:37, 24 July 2025 Ebasso talk contribs created page File:Maximo manage in mas.png
- 11:37, 24 July 2025 Ebasso talk contribs uploaded File:Maximo manage in mas.png
- 11:35, 24 July 2025 Ebasso talk contribs created page IBM Maximo: Migration to Maximo Application Suite (MAS) (Created page with "= Sample Architectures= * [https://github.com/MicrosoftDocs/architecture-center/blob/main/docs/example-scenario/apps/deploy-ibm-maximo-application-suite-content.md Azure: IBM Maximo] = Articles = * IBM Maximo: Maximo Manage development environment without OpenShift * IBM Maximo: Provide you customization_binaries.zip on OpenShift")
- 16:59, 9 July 2025 Ebasso talk contribs created page DB2:Reorg Tables in Databases (Created page with "= Shell de Criação dos arquivos de reorg = 1) Conectar com um usuário com permissão de db2admin 2) Criar o arquivo '''db2-reorg-tables.sh''' #!/bin/bash # altere o nome das bases na proxima linha for DBNAME in BLOGS DOGEAR FILES FORUM HOMEPAGE OPNACT PEOPLEDB SNCOMM WIKIS METRICS COGNOS PNS CCM do db2 connect to $DBNAME db2 reorgchk update statistics on table all > resultado$DBNAME.txt db2 terminate echo "db2 connect to $DBNAME" > reorg$DBNAMETab...")