User contributions for Ebasso
13 March 2024
- 20:4520:45, 13 March 2024 diff hist +7 Ansible: Replacing text in file complex example No edit summary current
- 20:4520:45, 13 March 2024 diff hist −7 Ansible: Replacing text in file complex example No edit summary
- 20:4420:44, 13 March 2024 diff hist +1,395 N 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:3720:37, 13 March 2024 diff hist +703 N 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..." current
- 16:4816:48, 13 March 2024 diff hist +96 IBM Sterling Connect:Direct : Solving CrashLoopBackOff problems when deploying in Kubernetes/OpenShift No edit summary
- 16:3916:39, 13 March 2024 diff hist +49 IBM Sterling Connect:Direct : Solving CrashLoopBackOff problems when deploying in Kubernetes/OpenShift No edit summary
- 16:3916:39, 13 March 2024 diff hist +1,007 N 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..."
- 16:3616:36, 13 March 2024 diff hist +110 IBM Sterling Connect:Direct →Containers and Kubernetes
29 February 2024
- 14:5914:59, 29 February 2024 diff hist +86 IBM Sterling B2B: Troubleshooting problemas com CPU Alta →Gerando Thread Dump do ambiente current
- 14:5614:56, 29 February 2024 diff hist +317 IBM Sterling B2B: Troubleshooting problemas com CPU Alta →Informações do Sterling
- 14:5114:51, 29 February 2024 diff hist +627 N 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..." current
- 14:4814:48, 29 February 2024 diff hist +78 IBM Sterling B2B Integrator →SQL Queries
27 February 2024
- 07:4707:47, 27 February 2024 diff hist +204 IBM Maximo →Artigos e Blogs
- 07:3907:39, 27 February 2024 diff hist +4 IBM Maximo: Migration from NFS to S3 Storage →Ver também
- 07:3807:38, 27 February 2024 diff hist +15 IBM Maximo: Migration from NFS to S3 Storage →Changet configuration using SQL commands
- 07:3707:37, 27 February 2024 diff hist +1,104 IBM Maximo: Migration from NFS to S3 Storage →Check URLs on MAXIMO.docinfo table
- 07:3507:35, 27 February 2024 diff hist +74 IBM Maximo: Migration from NFS to S3 Storage →DRAFT: Using rclone
- 07:3307:33, 27 February 2024 diff hist +46 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
- 07:3207:32, 27 February 2024 diff hist +22 IBM Maximo: Migration from NFS to S3 Storage →Create a bucket in S3 storage in order to store your data
- 07:3107:31, 27 February 2024 diff hist −68 IBM Maximo: Migration from NFS to S3 Storage →Create a bucket in S3 storage in order to store your data
- 07:2807:28, 27 February 2024 diff hist +2 IBM Maximo: Migration from NFS to S3 Storage →Check URLs on MAXIMO.docinfo table
- 07:2807:28, 27 February 2024 diff hist +16 IBM Maximo: Migration from NFS to S3 Storage →Sample script to copy files using aws client
- 07:2707:27, 27 February 2024 diff hist −7 IBM Maximo: Migration from NFS to S3 Storage →DRAFT: Change URL on MAXIMO.docinfo table
26 February 2024
- 20:4520:45, 26 February 2024 diff hist −12 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
- 20:3520:35, 26 February 2024 diff hist 0 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
25 February 2024
- 22:4922:49, 25 February 2024 diff hist −44 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
- 22:4922:49, 25 February 2024 diff hist +179 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
- 22:4722:47, 25 February 2024 diff hist +37 IBM Sterling B2B: Configuring SB2Bi to use S3 Storage Provider →Ver também
- 22:4622:46, 25 February 2024 diff hist +1 IBM Maximo: Migration from NFS to S3 Storage →(Optional) Deploying MinIO as S3 storage
- 22:4522:45, 25 February 2024 diff hist +37 IBM Maximo: Migration from NFS to S3 Storage No edit summary
- 22:4422:44, 25 February 2024 diff hist +6 IBM Maximo: Migration from NFS to S3 Storage →Using rclone
- 22:4422:44, 25 February 2024 diff hist +7 IBM Maximo: Migration from NFS to S3 Storage →Change URL on MAXIMO.docinfo table
- 22:4322:43, 25 February 2024 diff hist +425 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
- 21:5421:54, 25 February 2024 diff hist +111 IBM Maximo: Migration from NFS to S3 Storage →Sample script to copy files using aws client
- 21:5221:52, 25 February 2024 diff hist +23 IBM Maximo: Migration from NFS to S3 Storage →Sample script to copy files
- 21:5121:51, 25 February 2024 diff hist +54 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
- 21:5021:50, 25 February 2024 diff hist +401 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
- 21:4821:48, 25 February 2024 diff hist +269 IBM Maximo: Migration from NFS to S3 Storage →Migrate files from NFS storage to S3
- 21:4721:47, 25 February 2024 diff hist +29 MinIO No edit summary current
- 21:4521:45, 25 February 2024 diff hist +43 IBM Maximo: Migration from NFS to S3 Storage →Setup Maximo application to use S3
- 21:4421:44, 25 February 2024 diff hist +65 IBM Maximo: Migration from NFS to S3 Storage →Setup Maximo application to use S3
- 21:4421:44, 25 February 2024 diff hist +17 IBM Maximo: Migration from NFS to S3 Storage →Setup Maximo application to use S3
- 21:4321:43, 25 February 2024 diff hist −1 IBM Maximo: Migration from NFS to S3 Storage →Create a bucket in S3 storage in order to store your data =
- 21:4321:43, 25 February 2024 diff hist +301 IBM Maximo: Migration from NFS to S3 Storage No edit summary
- 21:3921:39, 25 February 2024 diff hist +33 IBM Maximo: Migration from NFS to S3 Storage No edit summary
- 21:3821:38, 25 February 2024 diff hist 0 N File:Nfs-to-s3-migration.png No edit summary current
- 21:3721:37, 25 February 2024 diff hist +82 IBM Maximo: Migration from NFS to S3 Storage →Setup Maximo application to use S3
- 21:3621:36, 25 February 2024 diff hist −94 IBM Maximo: Migration from NFS to S3 Storage →Deploying MinIO (S3 storage)
- 21:3521:35, 25 February 2024 diff hist +611 IBM Maximo: Migration from NFS to S3 Storage No edit summary
- 21:3321:33, 25 February 2024 diff hist −7 IBM Maximo: Migration from NFS to S3 Storage No edit summary