Friday, February 10, 2023

boomi admin to terminate process from server

Sudo su -username = switch to root user
Ps -ef | grep -i java = process status everything full | search for string java case sensitive 
CD folder = go to process folder
CD execution= go to execution folder
LS -ltr = list of files order by most recently used
CD current 
LS -ltr 
LS -ltr | grep -i execution-***.cur
MV execution-***.cur execution-***.date cur = move process to new name
LS -ltr = to check if process rename is success
Now you can terminate from boomi UI