New pages
- 18:07, 29 July 2025 IBM Sterling Connect:Direct: Configuring C:D to use Azure Blob Storage (hist | edit) [2,314 bytes] Ebasso (talk | contribs) (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 (...")
- 11:50, 28 July 2025 IBM QRadar: Developing QRadar Applications (hist | edit) [3,830 bytes] Ebasso (talk | contribs) (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...") originally created as "IBM QRadar: Using QRadar SDK"
- 11:35, 24 July 2025 IBM Maximo: Migration to Maximo Application Suite (MAS) (hist | edit) [716 bytes] Ebasso (talk | contribs) (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 DB2:Reorg Tables in Databases (hist | edit) [1,911 bytes] Ebasso (talk | contribs) (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...")
- 21:17, 8 July 2025 Claude Desktop: Adicionando um MCP Server (hist | edit) [1,210 bytes] Ebasso (talk | contribs) (Created page with " = Configurando via UV = Você pode instalar este servidor no Claude Desktop e interagir com ele imediatamente executando: uv run mcp install main.py Resultado do comando: File:Uv-run-01.png Verificando a configuração Claude. Menu '''Configuração > Desenvolvedor'''. File:Uv-run-claude-01.png = Configurando manualmente via Claude = Add to your Claude MCP settings at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or ~/.config...")
- 19:57, 8 July 2025 MCP: Criando um MCP Server no MacOS (hist | edit) [1,583 bytes] Ebasso (talk | contribs) (Created page with " Using uv to manage your Python projects. brew install uv If you haven't created a uv-managed project yet, create one: uv init mcp-server-demo --python=3.11.13 cd mcp-server-demo Then add MCP to your project dependencies: uv add "mcp[cli]" To run the mcp command with uv: uv run mcp The output is File:Uv-output-01.png = Ver também = * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:Model...")
- 19:49, 8 July 2025 Model Context Protocol (hist | edit) [803 bytes] Ebasso (talk | contribs) (Created page with " = Ver também = * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:Model Context Protocol Category:MCP Category:AI")
- 18:48, 8 July 2025 IBM Sterling B2B: Configuring SB2Bi to connect Microsoft Sharepoint (hist | edit) [6,504 bytes] Ebasso (talk | contribs) (Created page with " Draft!!! Draft!!! Draft!!! Draft!!! Draft!!! Draft!!! Draft!!! Draft!!! = SharePoint setup = 1) MS Sharepoint: Create a site, 2) MS Sharepoint: Setup Permissions on MS EntraID for Restapi = SharePoint Integration Setup with IBM B2Bi = == Importing Certificates == Downloaded the Intermediate and Root certificates from the following domains: * login.microsoft.com * MY_SHAREPOINT.sharepoint.com These certificates were then added to the '''CA stor...")
- 18:22, 7 July 2025 IBM Sterling Connect:Direct : Simulating Latency and Packet Loss in IBM Connect:Direct (hist | edit) [1,772 bytes] Ebasso (talk | contribs) (Created page with "During performance and resilience testing of '''IBM Connect:Direct''', it may be necessary to simulate adverse network conditions, such as latency or packet loss. This can be achieved using the `tc` (Traffic Control) tool available on Linux systems. = Objective = Simulate '''200ms of latency''' and '''5% packet loss''' on specific interfaces without affecting normal traffic. = Example Scenario = {| class="wikitable" ! Interface !! Description |- | eth0 || Normal traf...")
- 17:32, 7 July 2025 MS Sharepoint: Upload files using Restapi (hist | edit) [716 bytes] Ebasso (talk | contribs) (Created page with "Follow an article to upload files to sharepoint. = Procedure = 1) MS Sharepoint: Create a site, 2) MS Sharepoint: Setup Permissions on MS EntraID for Restapi 3) Download my python script to do this: <nowiki>https://github.com/ebasso/sterling-b2b-samples/blob/master/business-process/sharepoint-samples/sharepoint-client.py</nowiki> Replace the values and run = Ver também = *Pesquisa LDAP com o ldapsearch *[[Windows: Rotação de Log - Log Rotation]...")
- 17:24, 7 July 2025 MS Sharepoint: Setup Permissions on MS EntraID for Restapi (hist | edit) [1,739 bytes] Ebasso (talk | contribs) (Created page with " 1) File:entra-sp-01.png 2) File:entra-sp-02.png 3) File:entra-sp-03.png 4) File:entra-sp-04.png 5) File:entra-sp-05.png 6) File:entra-sp-06.png 7) File:entra-sp-07.png 8) File:entra-sp-08.png 9) File:entra-sp-09.png == Ver também == *Pesquisa LDAP com o ldapsearch *Windows: Rotação de Log - Log Rotation *Windows: Verificando a versão do Windows *Datas em Arquivos Batch * Microsoft Win...")
- 17:06, 7 July 2025 MS Sharepoint: Create a site (hist | edit) [779 bytes] Ebasso (talk | contribs) (Created page with " File:sp-create-site-01.png File:sp-create-site-02.png File:sp-create-site-03.png File:sp-create-site-04.png File:sp-create-site-05.png == Ver também == *Pesquisa LDAP com o ldapsearch *Windows: Rotação de Log - Log Rotation *Windows: Verificando a versão do Windows *Datas em Arquivos Batch * Mais Artigos sobre Microsoft Windows Category: Microsoft Windows Category: MS Sharepoint")
- 22:01, 6 July 2025 IBM QRadar SOAR: Add a formated Note (hist | edit) [766 bytes] Ebasso (talk | contribs) (Created page with "<nowiki> results = playbook.functions.results.rest_response res = results.content.json if results.success: note = """ <h5> Information from XYZ</h5> ✅ Sucess on request to XYZ {res_id} XYZ Link: <a href="{res_link}">{res_link}</a> Status: {res_status} Severity: {res_severity} """.format( res_id = res["id"], res_link = res["oneLink"], res_status = res["status"], res_severity = res["severity"] ) else: note = "❌ An Error happ...")
- 12:31, 3 July 2025 IBM Maximo: Provide you customization binaries.zip on OpenShift (hist | edit) [3,119 bytes] Ebasso (talk | contribs) (Created page with "Uploading customization_binaries.zip directly to OpenShift simplifies deployment by avoiding external image builds and registries. It enables faster updates and avoid problem with security teams. = Procedure = Start by creating a new project: oc new-project nginx-custom-binaries Create a New App Using the NGINX Template oc new-app --template=openshift/nginx-example --name=nginx-custom Check the Pod Name oc get pods Look for the pod name that starts with ngi...")
- 17:26, 16 June 2025 IBM QRadar SOAR: Working with Incident Properties with Playbooks (hist | edit) [2,586 bytes] Ebasso (talk | contribs) (Created page with "Simple playbook to close a Incident == Configuring the Playbook == 372x600px In your playbook: 1) add or edit the '''Define Properties''' script. Provide the following code: <nowiki> x_var= {} x_var['value'] = 'Blablabla' my_vars = { "id": 4, "default_inc_type": "Phishing", "username": "John Connor" } playbook.addProperty('x_var', x_var) playbook.addProperty('my_vars', my_vars) </nowiki> 1) add or edit the '''Define Propertie...")
- 12:21, 12 June 2025 IBM QRadar SOAR: Handling Asynchronous Playbooks in Incident Playbook in IBM QRadar SOAR (hist | edit) [2,435 bytes] Ebasso (talk | contribs) (Created page with "In IBM QRadar SOAR (Security Orchestration, Automation and Response), **Incident Playbooks** are essential tools for automating the lifecycle of an incident. While many playbooks run in a linear, synchronous fashion, some real-world response scenarios require **asynchronous playbook behavior** — where the execution pauses and resumes based on external input, time delays, or manual actions. == What Are Asynchronous Playbooks in Incident Playbooks? == An asynchronous...")
- 11:36, 12 June 2025 IBM QRadar SOAR: Handling Incident Tasks with Playbooks (hist | edit) [1,250 bytes] Ebasso (talk | contribs) (Created page with "IBM QRadar SOAR allows automated email sending through the '''fn_task_utils''' app. This app allowing you to interact with SOAR Artifacts for use with other automations. More details here: [https://ibmresilient.github.io/resilient-community-apps/fn_task_utils/README.html Task Utilities] == Prerequisites == * IBM QRadar SOAR configured. * '''fn_task_utils''' app installed. == Configuring the Playbook == In your playbook: 1) add or edit the '''Artifact Utils: Se...")
- 18:42, 11 June 2025 IBM QRadar SOAR: Closing Incident with Playbooks (hist | edit) [726 bytes] Ebasso (talk | contribs) (Created page with "Simple playbook to close a Incident == Configuring the Playbook == 346x599px In your playbook: 1) add or edit the '''Get Artifacts''' script. Provide the following code: <nowiki> incident.resolution_id = "Resolved" if incident.confirmed: incident.resolution_summary = "Incident was closed with CONFIRMED." else: incident.resolution_summary = "Incident was closed with Unconfirmed." incident.plan_status = "C" incident.addNote("...")
- 17:48, 11 June 2025 IBM QRadar SOAR: Handling Incident Artifacts with Playbooks (hist | edit) [1,389 bytes] Ebasso (talk | contribs) (Created page with "IBM QRadar SOAR allows automated email sending through the '''fn_task_utils''' app. This app allowing you to interact with SOAR Artifacts for use with other automations. More details here: [https://ibmresilient.github.io/resilient-community-apps/fn_task_utils/README.html Task Utilities] The code is provided in my GitHub [https://github.com/ebasso/ibm-qradar-samples/ IBM QRadar Samples] == Prerequisites == * IBM QRadar SOAR configured. * '''fn_task_utils''' app inst...")
- 11:39, 30 May 2025 IBM QRadar SOAR: Send Emails in SOAR Using the fn outbound email App inline template (hist | edit) [993 bytes] Ebasso (talk | contribs) (Created page with "= How to Send Emails in IBM QRadar SOAR Using the <code>fn_outbound_email</code> App = IBM QRadar SOAR allows automated email sending through the '''fn_outbound_email''' app. This guide explains how to configure and use this functionality within playbooks, utilizing custom templates for email content. More details here: [https://ibmresilient.github.io/resilient-community-apps/fn_outbound_email/README.html IBM Resilient Community Apps - fn_outbound_email] The code is...")
- 11:29, 30 May 2025 IBM QRadar SOAR: Send Emails in SOAR Using the fn outbound email App (hist | edit) [2,105 bytes] Ebasso (talk | contribs) (Created page with "= How to Send Emails in IBM QRadar SOAR Using the <code>fn_outbound_email</code> App = IBM QRadar SOAR allows automated email sending through the '''fn_outbound_email''' app. This guide explains how to configure and use this functionality within playbooks, utilizing custom templates for email content. More details here: [https://ibmresilient.github.io/resilient-community-apps/fn_outbound_email/README.html IBM Resilient Community Apps - fn_outbound_email] == Prerequisi...")
- 00:36, 15 May 2025 IBM Maximo: Opções do MAS CLI (hist | edit) [2,963 bytes] Ebasso (talk | contribs) (Created page with " Caso você deseja outras opções de instalação veja abaixo: = MAS Core = mas install --mas-catalog-version v9-250501-amd64 --ibm-entitlement-key $IBM_ENTITLEMENT_KEY \ --mas-channel 9.0.x --mas-instance-id inst1 --mas-workspace-id ws01 --mas-workspace-name "MAS Workspace 01" \ --non-prod \ --storage-class-rwo "ocs-storagecluster-ceph-rbd" --storage-class-rwx "ocs-storagecluster-cephfs" \ --storage-pipeline "ocs-storagecluster-cephfs" --storage-accessmode "...")
- 19:54, 14 May 2025 IBM Sterling B2B: Useful Database Queries for Monitoring and Statistics (hist | edit) [2,509 bytes] Ebasso (talk | contribs) (Created page with "This page documents commonly used SQL queries for gathering communication and processing statistics from IBM Sterling databases (Oracle, DB2, and MS SQL Server). == (Oracle) List Largest Tables and Update Statistics == Checking the largest tables and updating table statistics. select table_name, round((num_rows*avg_row_len)/1048576) tbsize, num_rows, last_analyzed from all_tables where owner='XXXXXXX' and num_rows>0 order by num_rows desc == 1. Communication Ses...")