User contributions for Ebasso
11 October 2023
- 18:1218:12, 11 October 2023 diff hist +1 Keytool: Importando chave TLS do servidor LDAP →Importando uma chave da Let's Encrypt
- 18:1218:12, 11 October 2023 diff hist +954 Keytool: Importando chave TLS do servidor LDAP No edit summary
- 16:5916:59, 11 October 2023 diff hist −10 IBM Maximo: Running Maximo EAM as Container →Create Tablespaces in maxdb76
- 16:4816:48, 11 October 2023 diff hist +980 IBM Maximo: Running Maximo EAM as Container →Running DB2 as Container
10 October 2023
- 12:5412:54, 10 October 2023 diff hist 0 IBM Maximo: Running Maximo EAM as Container No edit summary
- 12:5212:52, 10 October 2023 diff hist +18 IBM Maximo: Running Maximo EAM as Container →Running DB2 as Container
- 12:5012:50, 10 October 2023 diff hist +27 IBM Maximo: Running Maximo EAM as Container →Running DB2 as Container
- 12:4812:48, 10 October 2023 diff hist +51 IBM Maximo: Running Maximo EAM as Container No edit summary
- 12:4712:47, 10 October 2023 diff hist +1,098 N IBM Maximo: Running Maximo EAM as Container Created page with "= Running DB2 as Container = Create db2data directory # mkdir -p /opt/db2data Pull images podman pull icr.io/db2_community/db2 Running Db2 podman run -d --name mydb2 --privileged=true -p 50000:50000 -e LICENSE=accept -e DB2INST1_PASSWORD=db2inst1 \ -v /opt/db2data:/database db2_community/db2 Cheking Logs podman logs -f mydb2 = Running WAS as Container = Create WAS directory # mkdir -p /opt/was/config /opt/was/app Pull images podman pull icr.io/app..."
- 12:4512:45, 10 October 2023 diff hist +47 IBM Maximo →Instalação e Configuração
- 12:4412:44, 10 October 2023 diff hist −4 WAS: Running WebSphere Application Server as Container →Login in WAS Console =
- 12:4412:44, 10 October 2023 diff hist −4 WAS: Running WebSphere Application Server as Container No edit summary
- 12:4312:43, 10 October 2023 diff hist +848 N WAS: Running WebSphere Application Server as Container Created page with "= Running DB2 as Container = Create db2data directory # mkdir -p /opt/was/config /opt/was/app Pull images podman pull icr.io/appcafe/websphere-traditional:latest Running Db2 podman run -d --name mywassrv -h was-server -p 9043:9043 -p 9443:9443 \ -v /opt/was/config:/etc/websphere websphere-traditional:latest Cheking Logs podman logs -f mywassrv = Login in WAS Console == First get password podman exec mywassrv cat /tmp/PASSWORD Now access in browser..."
- 12:4012:40, 10 October 2023 diff hist +62 WebSphere Application Server →WebSphere Application Server current
- 12:3912:39, 10 October 2023 diff hist +3 DB2: Running DB2 as Container No edit summary current
- 12:3912:39, 10 October 2023 diff hist +787 N DB2: Running DB2 as Container Created page with "= Running DB2 as Container = Create db2data directory # mkdir -p /opt/db2data Pull images podman pull icr.io/db2_community/db2 Running Db2 podman run -d --name mydb2 --privileged=true -p 50000:50000 -e LICENSE=accept -e DB2INST1_PASSWORD=db2inst1 -v /opt/db2data:/database db2_community/db2 Cheking Logs podman logs -f mydb2 == Ver também == * DB2: Criando usuários adicionais para o DB2 * DB2: Unix_Linux Startup Script * DB2: Comandos Uteis *..."
- 12:3612:36, 10 October 2023 diff hist +37 DB2 No edit summary
4 October 2023
- 11:4611:46, 4 October 2023 diff hist +2 IBM Maximo →API Rest, Documentação, Artigos e Exemplos
- 10:5310:53, 4 October 2023 diff hist +10 IBM Maximo →API Rest, Documentação, Artigos e Exemplos
- 07:4707:47, 4 October 2023 diff hist +52 IBM Maximo: BMXAA4038E - Cannot log in to perform this action on Forgot Password link No edit summary current
- 07:4507:45, 4 October 2023 diff hist +405 IBM Maximo: BMXAA4038E - Cannot log in to perform this action on Forgot Password link No edit summary
- 07:4007:40, 4 October 2023 diff hist +126 IBM Maximo: BMXAA4038E - Cannot log in to perform this action on Forgot Password link No edit summary
- 07:0207:02, 4 October 2023 diff hist +8 IBM Maximo: BMXAA4038E - Cannot log in to perform this action on Forgot Password link No edit summary
- 07:0107:01, 4 October 2023 diff hist +69 IBM Maximo: BMXAA4038E - Cannot log in to perform this action on Forgot Password link No edit summary
2 October 2023
- 21:3721:37, 2 October 2023 diff hist +146 IBM Sterling Connect:Direct →Performance Tips
- 12:5112:51, 2 October 2023 diff hist +2 MinIO →Ver também
- 12:5112:51, 2 October 2023 diff hist +47 MinIO No edit summary
- 12:5012:50, 2 October 2023 diff hist +686 MinIO No edit summary
- 12:4512:45, 2 October 2023 diff hist +3 MinIO: Deploy MinIO as Container →Ver também current
- 12:4512:45, 2 October 2023 diff hist +89 MinIO: Deploy MinIO as Container →Deploy Minio as Container
- 12:4412:44, 2 October 2023 diff hist +995 N MinIO: Deploy MinIO as Container Created page with "= Deploy Minio as Container = podman run -d \ -p 9000:9000 \ -p 9001:9001 \ -v /minio/data:/data \ -e "MINIO_ROOT_USER=root" \ -e "MINIO_ROOT_PASSWORD=passw0rd" \ --name minio_server_9001 \ quay.io/minio/minio server /data --console-address ":9001" Now open a browser and access the url http://<your server>:9001/ = Configure Minio container as Linux Service = Create file '''/etc/systemd/system/minio-container.service''', and add the following co..."
- 12:4312:43, 2 October 2023 diff hist +17 MinIO →Ver também
- 12:4312:43, 2 October 2023 diff hist −869 MinIO No edit summary
- 12:4112:41, 2 October 2023 diff hist +980 N MinIO Created page with " = Deploy Minio as Container = podman run -d \ -p 9000:9000 \ -p 9001:9001 \ -v /minio/data:/data \ -e "MINIO_ROOT_USER=root" \ -e "MINIO_ROOT_PASSWORD=passw0rd" \ --name minio_server_9001 \ quay.io/minio/minio server /data --console-address ":9001" Now open a browser and access the url http://<your server>:9001/ = Configure Minio container as Linux Service = Create file '''/etc/systemd/system/minio-container.service''', and add the following c..."
- 12:3512:35, 2 October 2023 diff hist −27 DevOps →Management Software
- 12:3412:34, 2 October 2023 diff hist +11 Main Page →DevOps
- 12:2912:29, 2 October 2023 diff hist +5 IBM Sterling Connect:Direct →Main process
- 12:2712:27, 2 October 2023 diff hist −352 IBM Sterling Connect:Direct →Main process
- 12:2712:27, 2 October 2023 diff hist +1,129 IBM Sterling Connect:Direct →IBM Connect:Direct
- 12:1312:13, 2 October 2023 diff hist +253 IBM Sterling Connect:Direct : Script to get process in HOLD and WAIT queue No edit summary current
- 12:1012:10, 2 October 2023 diff hist +1,246 N IBM Sterling Connect:Direct : Script to get process in HOLD and WAIT queue Created page with " = Script = #!/bin/bash set +vx NDMAPICFG=/home/cdadmin02/cdunix/ndm/cfg/cliapi/ndmapi.cfg export NDMAPICFG # executa o sel pro selpro_output=$(/home/cdadmin02/cdunix/ndm/bin/direct -s << EOJ selpro; EOJ ) count=$(echo "$selpro_output" | grep -c "HOLD" ) if [ $count -gt 0 ]; then echo "processos em HOLD - $count vezes:" > processo_HOLD.out else echo "" > processo_HOLD.out fi count=$(echo "$selpro_output" | grep -c "WAIT" ) if [ $count -g..."
- 12:0912:09, 2 October 2023 diff hist +81 IBM Sterling Connect:Direct →Performance Tips
27 September 2023
- 17:0717:07, 27 September 2023 diff hist +557 IBM Sterling B2B Integrator No edit summary
- 16:5616:56, 27 September 2023 diff hist +1,122 IBM Sterling B2B Integrator →SQL Queries
- 16:5616:56, 27 September 2023 diff hist −1,123 IBM Sterling →Integração Sterling B2Bi com Connect:Direct
- 16:5516:55, 27 September 2023 diff hist +155 IBM Sterling File Gateway →My File Gateway current
- 16:5416:54, 27 September 2023 diff hist −155 IBM Sterling →Exemplo de Cenários para o File Gateway
- 16:5416:54, 27 September 2023 diff hist −67 IBM Sterling →Cenários de Demonstração do IBM Sterling File Gateway
- 16:5316:53, 27 September 2023 diff hist +1 IBM Sterling →Portas utilizadas pelas Soluções
- 16:5316:53, 27 September 2023 diff hist +2 IBM Sterling →Portas utilizadas pelas Soluções