DevOps and System Administration Discussions
Dive into SAP DevOps and system administration. Join discussions to collaborate on optimizing workflows, share knowledge, and leverage resources effectively.
cancel
Showing results for 
Search instead for 
Did you mean: 

ps -ef |grep not working

philip0929
Active Participant
0 Kudos
1,091

Hi guys,

Is there anyone of you knows because ps -ef is not working. We recently upgraded the server from Linux SLES12 to Linux SLES15.

When I try to ps -ef it only shows the below. It is suppose to show the processes of SID DE1. I know that the processes are running because the system is up and running fine.


ser03v044597:~ # ps -ef |grep DE1

root 29989 29940 0 03:34 pts/0 00:00:00 grep --color=auto DE1


Please advise.
2 REPLIES 2

Isaías
Product and Topic Expert
Product and Topic Expert
0 Kudos
571

Hello Philip,

I have a SUSE15 SP2 and "ps -ef | grep SID" works for me... I guess that the shell in use would not matter, but anyway, I am using bash.

Regards,

Isaías

amontella96
Active Contributor
571

just out of curiousity can you paste the outcome without grep? thanks!A