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).
- 20:44, 13 March 2024 Ebasso talk contribs created page Ansible: Replacing text in file complex example (Created page with "I need to replace umask into /etc/profile from: if [ $UID -gt 199 ] && [ "`/usr/bin/id -gn`" = "`/usr/bin/id -un`" ]; then umask '''022''' else umask '''027''' fi to if [ $UID -gt 199 ] && [ "`/usr/bin/id -gn`" = "`/usr/bin/id -un`" ]; then umask '''002''' else umask '''022''' fi Below, an ansible script that do this: <nowiki> - name: Verify existence of file /etc/profile locally hosts: localhost gather_facts: false vars: myfile: /etc/...")
- 20:37, 13 March 2024 Ebasso talk contribs created page Ansible: Appending items to a List (Created page with "Simple task to append items to a list <nowiki> - name: Append items to a list hosts: localhost gather_facts: false vars: mylist: [] tasks: - name: Append list with additional mapping ansible.builtin.set_fact: mylist: "{{ mylist + [{'name': 'blabla', 'mode': 1}] }}" - name: Append list with additional mapping ansible.builtin.set_fact: mylist: "{{ mylist + [{'name': 'yoyoyo', 'mode': 2}] }}" - name: Print the updated...")
- 16:39, 13 March 2024 Ebasso talk contribs created page IBM Sterling Connect:Direct : Solving CrashLoopBackOff problems when deploying in Kubernetes/OpenShift (Created page with " Get Pods oc get pod NAME READY STATUS RESTARTS AGE mycd-ibm-connect-direct-0 0/1 CrashLoopBackOff 19 (55s ago) 74m Check logs in Pod oc logs mycd-ibm-connect-direct-0 [2024/03/13 16:31:07.38 ] | [INFO] | Running entry script [2024/03/13 16:31:07.44 ] | [INFO] | Initializing deployemnt [2024/03/13 16:31:07.46 ] | [INFO] | Populating configuration parameters [2024/03/13 16:31:08.18 ] | [INFO] | SUM enab...")
- 14:51, 29 February 2024 Ebasso talk contribs created page IBM Sterling B2B: Queries to collect locked sessions of Connect:Direct (Created page with "=Queries= select * from CD_SHSSL_ACTIVE_SESSIONS select * from CD_SHSSL_GROUPS select * from CD_SHSSL_LOCAL_NODES select * from CD_SHSSL_REMOTE_NODES select * from CD_SHSSL_QUEUE select sum(ACTIVE_SNODE_SESSIONS) from CD_SHSSL_ACTIVE_SESSIONS = Ver também = * IBM Sterling B2B: Archive e Purge * IBM Sterling B2B: SELECT a Code List * IBM Sterling B2B: SELECT Queue, Lifespan, PersistentLevel of Business Process * IBM Sterling| Artigos sobre IB...")
- 21:38, 25 February 2024 Ebasso talk contribs created page File:Nfs-to-s3-migration.png
- 21:38, 25 February 2024 Ebasso talk contribs uploaded File:Nfs-to-s3-migration.png
- 21:30, 25 February 2024 Ebasso talk contribs created page IBM Maximo: Migration from NFS to S3 Storage (Created page with "You can configure IBM Maximo and MAS so that it stores attachments in a Simple Storage Service (S3) cloud object storage. This is the best option when migrate from EAM to MAS. To enable this configuration in your Maximo environment by using S3 Storage, it is necessary to: 1) create a bucket in a service cloud in order to store your data. 2) setup Maximo application to use S3 : a. Login into Maximo : b. Go to System Properties Application : c. Change configurations...")
- 13:16, 21 February 2024 Ebasso talk contribs created page AIX:Instalar o Compilador C da IBM (Created page with "Procedimento para instalação do compilador C da IBM no AIX 1) Criando o diretório para o pacote mkdir /Install cd Install 2) Faça o Download do pacote pare esse diretório. No meu caso era o Open_XL_17.1.2.tar.Z 3) Extraindo o arquivo zcat Open_XL_17.1.2.tar.Z | tar -xvf - 4) Alterar o diretório cd usr/sys/inst.images/ 5) Executando o InstallP installp -aXYgd . openxlCcmp.17.1.2 6) Testando a instalação /opt/IBM/openxlC/17.1.2/bin/ibm-clang --ver...")
- 18:45, 13 December 2023 Ebasso talk contribs created page IBM Sterling Connect:Direct : Silent Install (Created page with " = Procedure = change directory cd /data/binaries create file silent_cd.txt with the following content: <nowiki> cdai_trace="y" cdai_installCmd="install" cdai_cpioFile="/opt/binaries/cdunix" cdai_installDir="/opt/cdunix" cdai_localNodeName=CDNODE01 cdai_acquireHostnameOrIP=ip4 cdai_serverPort=1364 cdai_clientPort=1363 cdai_agentPort=1365 cdai_keystoreFile=cdkeystore.kdb cdai_keystorePassword=changeit cdai_localCertFile=/opt/cdnode01.pem cdai_localCertPassphrase=Pass...")
- 21:53, 7 December 2023 Ebasso talk contribs moved page IBM Sterling: Configurando comunicação SSL entre os componentes to IBM Sterling: Configurando comunicação TLS entre os componentes
- 21:41, 7 December 2023 Ebasso talk contribs created page Keytool: Importando uma chave da Let's Encrypt (Created page with "= Importando uma chave da Let's Encrypt= Tive um problema em um cliente, onde uma aplicação Java não acessava um servidor HTTPs com a chave da Let's Encrypt. Realizei os seguintes passos para importar a chave. 1) Verificando o certificados do site openssl s_client -connect '''<HOST:PORT>''' </dev/null > site-key.der resultado: depth=1 C=US O=Let's Encrypt, CN=R3 2) Ir para o diretório da cacerts e fazer o backup da cacerts cd /opt/java-1.8.0/jre/lib/secur...")
- 21:40, 7 December 2023 Ebasso talk contribs moved page Java: Criando um arquivo cacerts to Keytool: Importando chave TLS do servidor LDAP without leaving a redirect
- 15:12, 4 December 2023 Ebasso talk contribs created page Jenkins: Install Jenkins on Redhat 9 with OpenJDK 17 (Created page with "Install Jenkins on Redhat 9 with OpenJDK 17 = Procedure = 1) Configure Jenkins repository sudo wget -O /etc/yum.repos.d/jenkins.repo \ https://pkg.jenkins.io/redhat-stable/jenkins.repo sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io-2023.key sudo yum upgrade 2) Add required dependencies for the jenkins package sudo yum install fontconfig java-17-openjdk sudo yum install jenkins sudo systemctl daemon-reload 3) Configure to use java-17-ope...")
- 19:30, 20 November 2023 Ebasso talk contribs created page IBM Sterling Connect:Direct : Start/Stop Script with SystemD Support (Created page with "= Start Script = Create this start script on <CD_HOMEDIR>/cdunix/ndm/bin/startcd.sh, with this content: #!/bin/bash CD_HOMEDIR=/home/cdadmin02 CD_NODENAME=CDNODE02 set +vx cd $CD_HOMEDIR/cdunix/ndm/bin/ && ./cdpmgr -i $CD_HOMEDIR/cdunix/ndm/cfg/$CD_NODENAME/initparm.cfg = Stop Script = Create this stop script on <CD_HOMEDIR>/cdunix/ndm/bin/stopcd.sh, with this content: #!/bin/bash CD_HOMEDIR=/home/cdadmin02 set +vx NDMAPICFG=$CD_HOMEDIR/cdunix/ndm/cfg...")
- 22:19, 18 November 2023 Ebasso talk contribs moved page IBM Sterling Control Center: Alertar quando um Adaptador está parado to IBM Sterling Control Center: Alertar quando um Adaptador está parado por mais de 5 minutos without leaving a redirect
- 22:16, 18 November 2023 Ebasso talk contribs created page IBM Sterling Control Center: Alerta quando uma transferência de arquivo falha (Created page with "== Criando a Rule == 1) Efetue login no IBM Control Center, e Clique em '''Manage''' -> '''Rules'''. 2) Clique em '''+''' para criar uma regra. 3) Certifique-se de que '''Enabled''' esteja selecionado. 4) Entre com o nome e descrição da Rule: * nome: '''RULE_FileTransferFailed''' * descrição: '''Alert if File Transfer failed''' 5) Expandir '''What event parameters trigger this rule?''' e especifique as condições: {| class="wikitable" |- ! Key !! Operator !!...")
- 22:11, 18 November 2023 Ebasso talk contribs created page IBM Sterling Control Center: Alertar quando um Perimeter Server está parado (Created page with "== Criando a Rule == 1) Efetue login no IBM Control Center, e Clique em '''Manage''' -> '''Rules'''. 2) Clique em '''+''' para criar uma regra. 3) Certifique-se de que '''Enabled''' esteja selecionado. 4) Entre com o nome e descrição da Rule: * nome: '''RULE_SterlingB2B_Perimeter_Is_Down''' * descrição: '''Alert if Perimeter is Down''' 5) Expandir '''What event parameters trigger this rule?''' e especifique as condições: {| class="wikitable" |- ! Key !! Oper...")
- 22:07, 18 November 2023 Ebasso talk contribs created page IBM Sterling Control Center: Alertar quando um Node está parado (Created page with "== Criando a Rule == 1) Efetue login no IBM Control Center, e Clique em '''Manage''' -> '''Rules'''. 2) Clique em '''+''' para criar uma regra. 3) Certifique-se de que '''Enabled''' esteja selecionado. 4) Entre com o nome e descrição da Rule: * nome: '''RULE_SterlingB2B_Node_Is_Down''' * descrição: '''Alert if Node is Down''' 5) Expandir '''What event parameters trigger this rule?''' e especifique as condições: {| class="wikitable" |- ! Key !! Operator !! Va...")
- 22:04, 18 November 2023 Ebasso talk contribs created page IBM Sterling Control Center: Alertar quando um Servidor está parado (Created page with "== Criando a Rule == 1) Efetue login no IBM Control Center, e Clique em '''Manage''' -> '''Rules'''. 2) Clique em '''+''' para criar uma regra. 3) Certifique-se de que '''Enabled''' esteja selecionado. 4) Entre com o nome e descrição da Rule: * nome: '''RULE_SterlingB2B_Server_Is_Down''' * descrição: '''Alert if Server is Down''' 5) Expandir '''What event parameters trigger this rule?''' e especifique as condições: {| class="wikitable" |- ! Key !! Operator !...")
- 21:53, 18 November 2023 Ebasso talk contribs created page File:Rule adapter is down.png
- 21:53, 18 November 2023 Ebasso talk contribs uploaded File:Rule adapter is down.png
- 20:31, 16 November 2023 Ebasso talk contribs deleted page OpenSSL: Assinando um CSR com a nossa CA (não mais necessário)
- 12:01, 3 November 2023 Ebasso talk contribs created page IBM Maximo Mobile: Installing Maximo Application Framework Configuration application to Customize IBM Maximo Mobile (Created page with "The Maximo Application Framework Configuration application is provided in a Container image that is stored in the IBM® Entitled Registry. You need an entitlement key and access to IBM Passport Advantage to download the container image. = Download Container Images from IBM = == Do the Login == First we need to get our authentication key from the website: [https://myibm.ibm.com/products-services/containerlibrary My IBM Container Software Library]. Export the variab...")
- 11:56, 3 November 2023 Ebasso talk contribs created page IBM Maximo Mobile: Installing Maximo Mobile Package (Created page with "== Installing Maximo Mobile Package == On Administrative Server 1) Download maximomobile-8.XX.zip file from Passport Advantage 3) Unzip the '''maximomobile.zip''' to '''MAXIMO_ROOT_FOLDER'''. cd /opt/IBM/SMP_7613/maximo unzip /tmp/maximomobile-8.11.zip 3) Run '''pkginstall''' cd /tools/maximo ./pkginstall.sh 4) Run updatedb '''Stop Maximo Application before update database''' ./updatedb.sh 5) Run tdtoolkit ./TDToolkit.sh -pmpupdatemobile -versionV71...")
- 19:41, 1 November 2023 Ebasso talk contribs deleted page File:Sb2b-kfk-inbound-01.png (Deleted old revision 20231101194054!Sb2b-kfk-inbound-01.png)
- 19:40, 1 November 2023 Ebasso talk contribs uploaded a new version of File:Sb2b-kfk-inbound-01.png
- 19:39, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kfk-consumer-01.png
- 19:39, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kfk-consumer-01.png
- 19:38, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kfk-inbound-01.png
- 19:38, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kfk-inbound-01.png
- 19:37, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kdk-key-value.png
- 19:37, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kdk-key-value.png
- 19:37, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kafka-setup-07.png
- 19:37, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kafka-setup-07.png
- 19:37, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kafka-setup-06.png
- 19:37, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kafka-setup-06.png
- 19:36, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kafka-setup-05.png
- 19:36, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kafka-setup-05.png
- 19:36, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kafka-setup-04.png
- 19:36, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kafka-setup-04.png
- 19:36, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kafka-setup-03.png
- 19:36, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kafka-setup-03.png
- 19:36, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kafka-setup-02.png
- 19:36, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kafka-setup-02.png
- 19:35, 1 November 2023 Ebasso talk contribs created page File:Sb2b-kafka-setup-01.png
- 19:35, 1 November 2023 Ebasso talk contribs uploaded File:Sb2b-kafka-setup-01.png
- 19:30, 1 November 2023 Ebasso talk contribs created page IBM Sterling B2B: Create a Business Process to put a file in Kafka (Created page with "= Create a Business Process to put a file in Kafka = Where variables * BootStrapServers: Server:Port, same as variable KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:29092 * KafkaClientAdapter: KafkaClientAdapter * SecurityAction: security action same as variable KAFKA_ADVERTISED_LISTENERS=PLAINTEXT... * Topic: topic name that i create previously - sb2b-kfk-outbound <process name="Demo_Kafka_Producer"> <sequence> <operation name="Kafka Client Begin Sessi...")
- 18:35, 30 October 2023 Ebasso talk contribs created page File:Sb2b-kafka-outbound.png
- 18:35, 30 October 2023 Ebasso talk contribs uploaded File:Sb2b-kafka-outbound.png
- 16:33, 29 October 2023 Ebasso talk contribs created page File:Sb2b-kafka-kowl-create-topic.png