Is there any way to modify or manage the startup processes in RHEL 7.4?
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I updated my kernel rpm from kernel version kernel-3.10.0-693.el7.x86_64 to kernel version kernel-3.10.0-957.1.3.el7.x86_64.After update, a process named watchdogd with pid 49 is continuously running at the background.
I think this process is kernel invoked.
Is there any way to rename kernel processes or is there any way we can manage the startup processes in RHEL 7.4 ? I am unable to find any watchdogd.conf file or any watchdogd.service on my system.
Which script is responsible for startup of these processes and is there any way to change that script or change the startup process name?
Command Used:
ps -ef | grep -i watchdogd
Output:
root 49 2 0 04:03 ? 00:00:00 [watchdogd]
root 1592 1563 0 04:04 pts/0 00:00:00 grep --color=auto -i watchdogd
linux rhel linux-kernel watchdog
add a comment |
up vote
-1
down vote
favorite
I updated my kernel rpm from kernel version kernel-3.10.0-693.el7.x86_64 to kernel version kernel-3.10.0-957.1.3.el7.x86_64.After update, a process named watchdogd with pid 49 is continuously running at the background.
I think this process is kernel invoked.
Is there any way to rename kernel processes or is there any way we can manage the startup processes in RHEL 7.4 ? I am unable to find any watchdogd.conf file or any watchdogd.service on my system.
Which script is responsible for startup of these processes and is there any way to change that script or change the startup process name?
Command Used:
ps -ef | grep -i watchdogd
Output:
root 49 2 0 04:03 ? 00:00:00 [watchdogd]
root 1592 1563 0 04:04 pts/0 00:00:00 grep --color=auto -i watchdogd
linux rhel linux-kernel watchdog
In general, or specifically for the watchdogd process?
– Jeff Schaller
Nov 29 at 12:02
Specifically for watchdogd process.
– Maks
Nov 30 at 9:08
Why do you wish to rename thewatchdogd
kernel thread?
– fpmurphy1
Dec 3 at 7:34
One of my own service is also having same name that's why i want to either rename or disable kernel's watchdogd.
– Maks
Dec 3 at 11:01
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I updated my kernel rpm from kernel version kernel-3.10.0-693.el7.x86_64 to kernel version kernel-3.10.0-957.1.3.el7.x86_64.After update, a process named watchdogd with pid 49 is continuously running at the background.
I think this process is kernel invoked.
Is there any way to rename kernel processes or is there any way we can manage the startup processes in RHEL 7.4 ? I am unable to find any watchdogd.conf file or any watchdogd.service on my system.
Which script is responsible for startup of these processes and is there any way to change that script or change the startup process name?
Command Used:
ps -ef | grep -i watchdogd
Output:
root 49 2 0 04:03 ? 00:00:00 [watchdogd]
root 1592 1563 0 04:04 pts/0 00:00:00 grep --color=auto -i watchdogd
linux rhel linux-kernel watchdog
I updated my kernel rpm from kernel version kernel-3.10.0-693.el7.x86_64 to kernel version kernel-3.10.0-957.1.3.el7.x86_64.After update, a process named watchdogd with pid 49 is continuously running at the background.
I think this process is kernel invoked.
Is there any way to rename kernel processes or is there any way we can manage the startup processes in RHEL 7.4 ? I am unable to find any watchdogd.conf file or any watchdogd.service on my system.
Which script is responsible for startup of these processes and is there any way to change that script or change the startup process name?
Command Used:
ps -ef | grep -i watchdogd
Output:
root 49 2 0 04:03 ? 00:00:00 [watchdogd]
root 1592 1563 0 04:04 pts/0 00:00:00 grep --color=auto -i watchdogd
linux rhel linux-kernel watchdog
linux rhel linux-kernel watchdog
edited Nov 29 at 8:29
Rui F Ribeiro
38.4k1479128
38.4k1479128
asked Nov 29 at 7:19
Maks
1
1
In general, or specifically for the watchdogd process?
– Jeff Schaller
Nov 29 at 12:02
Specifically for watchdogd process.
– Maks
Nov 30 at 9:08
Why do you wish to rename thewatchdogd
kernel thread?
– fpmurphy1
Dec 3 at 7:34
One of my own service is also having same name that's why i want to either rename or disable kernel's watchdogd.
– Maks
Dec 3 at 11:01
add a comment |
In general, or specifically for the watchdogd process?
– Jeff Schaller
Nov 29 at 12:02
Specifically for watchdogd process.
– Maks
Nov 30 at 9:08
Why do you wish to rename thewatchdogd
kernel thread?
– fpmurphy1
Dec 3 at 7:34
One of my own service is also having same name that's why i want to either rename or disable kernel's watchdogd.
– Maks
Dec 3 at 11:01
In general, or specifically for the watchdogd process?
– Jeff Schaller
Nov 29 at 12:02
In general, or specifically for the watchdogd process?
– Jeff Schaller
Nov 29 at 12:02
Specifically for watchdogd process.
– Maks
Nov 30 at 9:08
Specifically for watchdogd process.
– Maks
Nov 30 at 9:08
Why do you wish to rename the
watchdogd
kernel thread?– fpmurphy1
Dec 3 at 7:34
Why do you wish to rename the
watchdogd
kernel thread?– fpmurphy1
Dec 3 at 7:34
One of my own service is also having same name that's why i want to either rename or disable kernel's watchdogd.
– Maks
Dec 3 at 11:01
One of my own service is also having same name that's why i want to either rename or disable kernel's watchdogd.
– Maks
Dec 3 at 11:01
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
It’s not a system service but a kernel thread. Documentation for the watchdog is in the kernel source documentation. I don’t think you can easily rename without recompiling your own kernel.
Is it possible to stop execution of this thread during startup ??
– Maks
Dec 3 at 11:03
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
It’s not a system service but a kernel thread. Documentation for the watchdog is in the kernel source documentation. I don’t think you can easily rename without recompiling your own kernel.
Is it possible to stop execution of this thread during startup ??
– Maks
Dec 3 at 11:03
add a comment |
up vote
0
down vote
It’s not a system service but a kernel thread. Documentation for the watchdog is in the kernel source documentation. I don’t think you can easily rename without recompiling your own kernel.
Is it possible to stop execution of this thread during startup ??
– Maks
Dec 3 at 11:03
add a comment |
up vote
0
down vote
up vote
0
down vote
It’s not a system service but a kernel thread. Documentation for the watchdog is in the kernel source documentation. I don’t think you can easily rename without recompiling your own kernel.
It’s not a system service but a kernel thread. Documentation for the watchdog is in the kernel source documentation. I don’t think you can easily rename without recompiling your own kernel.
answered Dec 3 at 0:00
jsbillings
16k34148
16k34148
Is it possible to stop execution of this thread during startup ??
– Maks
Dec 3 at 11:03
add a comment |
Is it possible to stop execution of this thread during startup ??
– Maks
Dec 3 at 11:03
Is it possible to stop execution of this thread during startup ??
– Maks
Dec 3 at 11:03
Is it possible to stop execution of this thread during startup ??
– Maks
Dec 3 at 11:03
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f484841%2fis-there-any-way-to-modify-or-manage-the-startup-processes-in-rhel-7-4%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
In general, or specifically for the watchdogd process?
– Jeff Schaller
Nov 29 at 12:02
Specifically for watchdogd process.
– Maks
Nov 30 at 9:08
Why do you wish to rename the
watchdogd
kernel thread?– fpmurphy1
Dec 3 at 7:34
One of my own service is also having same name that's why i want to either rename or disable kernel's watchdogd.
– Maks
Dec 3 at 11:01