[[{“value”:”To kick off the new roundtable-style conversation series, Robyn Lafleche and Isaac Thibault talk about their paths to IBM Power, share their observations on the skills gap and try to predict the future
The post Introducing IT Social Hour: A Pair of 2024 Rising Stars Sound Off appeared first on TechChannel.”}]] Read More
Create Certificate in OpenSSL via RPG-Program? Polly_Wants_A
[[{“value”:”[SOLVED] Heyho,
when i do this command:”openssl req -newkey rsa-pss -new -nodes -x509 -days 3650 -pkeyopt rsa_keygen_bits:4096 -sigopt rsa_pss_saltlen:32 -keyout key.pem -out cert.pem”
in the qsh, it genereates a certificate, but it demands some input from me, Country, state, name, email, etc.
how I can I modify the command with the information it wants and just send it via qcmdexec()?
thanks for the help
FOUND IT:
https://www.freecodecamp.org/news/openssl-command-cheatsheet-b441be1e8c4a/
“Provide CSR subject info on a command line, rather than through interactive prompt.
openssl req -nodes -newkey rsa:[bits] -keyout example.key -out example.csr -subj “/C=UA/ST=Kharkov/L=Kharkov/O=Super Secure Company/OU=IT Department/CN=example.com”
submitted by /u/Polly_Wants_A[link][comments]”}]] Read More
New SQL procedure to end multiple jobs noreply@blogger.com (Simon Hutchinson)
[[{“value”:”As part of the latest Technology Refresh, IBM i 7.5 TR5 and IBM i 7.4 TR11, comes a new SQL procedure easily end multiple jobs in one statement. This procedure is called END_JOBS, and it is found in the SYSTOOLS library.
This procedure has ten parameters, most of them will be familiar you if you know the End Job command, ENDJOB. The parameters are:
JOB_NAME_FILTER: The unqualified job name, what I called the “short job name”. If not given the default is *ALL. CURRENT_USER_LIST_FILTER: Up to ten user profiles, separated by a comma. The default is for all users.
SUBSYSTEM_LIST_FILTER: Up to 25 subsystem names, separated by a comma. If not given them all subsystems are considered
END_OPTION: Like the OPTION parameter in the ENDJOB command. The allowed values are CONTROLLED or IMMEDIATE. Controlled is the default.
END_CONTROLLED_DELAY: Like the DELAY parameter of ENDJOB. If the END_OPTION in controlled then this is the number of seconds it waits before it ends the job.
Read more »”}]] Read More
Recover your workload cost effectively in IBM cloud Power Virtual Server FalconStor Software
[[{“value”:”Learn how to recover workloads cost-effectively in IBM Power Virtual Server using FalconStor StorSafe VTL for disaster recovery, backup, and off-site data replication.
The post Recover your workload cost effectively in IBM cloud Power Virtual Server appeared first on FalconStor.”}]] Read More
iChime! Git Going: An IBMi Developer’s Guide to Using Git Featuring Patrick Behr Charles G
Patrick goes step by step in the Git world to demonstrate the Git basics and how they incorporate into an IBMi developers’ world.From: Charles G Read More