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).
- 18:31, 12 March 2026 Ebasso talk contribs created page IBM Sterling Connect:Direct: Configuring C:D to use AWS S3 Storage provide an AWS credentials file as a volume (Created page with "This article describes how to configure IBM Connect:Direct (CDU) to access S3-compatible object storage. The setup involves preparing AWS-style configuration files, updating `Initparm.cfg`, and mounting the necessary credential files into the Connect:Direct pod using Kubernetes `extraVolume` and `extraVolumeMount` parameters. == AWS Configuration Files == Two files must be created under the user's `.aws` directory: the **config** file and the **credentials** file. =...")
- 18:24, 12 March 2026 Ebasso talk contribs created page IBM Sterling Connect:Direct: Using extraVolume and extraVolumeMounts in IBM Connect:Direct Deployments (Created page with " = Using `extraVolume` and `extraVolumeMounts` in IBM Connect:Direct Deployments = When deploying '''IBM Connect:Direct''' in Kubernetes environments, administrators may need to augment the container with additional storage locations for configuration files, scripts, logs, key stores, partner‑exchange directories, or other operational assets. To support this requirement, the Connect:Direct deployment architecture includes two extensible configuration fields: * '''e...")
- 16:06, 4 March 2026 Ebasso talk contribs created page IBM Maximo: Resizing JPEG Files in doclinks (Created page with "If many photos are attached go IBM Maximo, the '''DOCLINKS''' folder can quickly consume large amounts of disk space. You can resize JPEG files using ImageMagick on Linux. == Procedure == 1) Install ImageMagick dnf install -y ImageMagick </pre> 2) Run image magic <pre> cd /opt/IBM/SMP/maximo/doclinks find . -type f \( -iname "*.jpg" \) -exec mogrify -resize 1920x1920\> {} \; </pre> **Important**: * Resizes images larger than 1920x1920. * Keeps original file...")
- 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")