View previous topic :: View next topic |
Author |
Message |
codadilupo Advocate
Joined: 05 Aug 2003 Posts: 3135
|
Posted: Fri Jul 23, 2004 8:39 am Post subject: [HowTo] Kexec... reboot senza wait... |
|
|
non so se interessa, se sia ot o che altro, e non so come taggarlo, ma questo é quel che ho appena scoperto:
Kexec, ovvero: il modo veloce di riavviare
Quote: | Reboot Linux faster using kexec
Contents:
Overview of booting in Linux
Overview of kexec
Using kexec
The magic of kexec
Benefits of kexec
Future directions for kexec
Resources
About the author
Rate this article
Related content:
Boot Linux faster
Tip: Dual-booting Linux
Getting to know GRUB
Inside the Linux kernel debugger
Linux Technology Center
Subscriptions:
dW newsletters
dW Subscription
(CDs and downloads)
Eliminate the bootloader for greater uptime
As mentioned above, using kexec consists of (1) loading the kernel to be rebooted to into memory, and (2) actually rebooting to it. To load a kernel, the syntax is as follows:
kexec -l <kernel-image> --append="<command-line-options>"
where <kernel-image> is the kernel file that you intend to reboot to and <command-line-options> contain the command-line parameters that need to be passed to the new kernel. Because the wrong command-line options can cause problems during the reboot, passing the contents of /proc/cmdline is the safest way to ensure that legal values are passed to the rebooting kernel.
For example, if the kernel image you want to reboot is /boot/bzImage, and the contents of /proc/cmdline are "root=/dev/hda1", the command to load the kernel would be:
kexec -l /boot/bzImage -append="root=/dev/hda1"
Then, to actually reboot to the loaded kernel, just type:
kexec -e
The system will reboot immediately. Unlike the normal reboot process, kexec does not perform a clean shutdown of the system before rebooting. It is left to you to kill all applications and unmount file systems before attempting a kexec reboot.
About the author
Hariprasad Nellitheertha works in the Linux Technology Center at IBM India Software Labs, Bangalore. Hari currently works on the LKCD (Linux Kernel Crash Dumps) project, and previously worked on OS/2 kernel and file systems. Contact Hari at nharipra@in.ibm.com. |
Last edited by codadilupo on Fri Jul 23, 2004 9:52 am; edited 2 times in total |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Jul 23, 2004 9:32 am Post subject: Re: Kexec... reboot senza wait... |
|
|
codadilupo wrote: | non so se interessa, se sia ot o che altro, e non so come taggarlo, ma questo é quel che ho appena scoperto:
|
Direi "HowTo"
Quote: | Kexec, ovvero: il modo veloce di riavviare |
Beh, non siamo su windows che c'é questa necessità
Si tratta comunque di una interessante lettura... l'havevo fatta un pò di tempo fa
Comunque un post kilometrico come il tuo occupa spazio in database e che (per gli interessati) é sicuramente meglio leggere l'howto seguendo il link che ha dei font "leggibili"... magari si potrebbe lasciare l'abstract e cancellare il resto. _________________ Ciao da me! |
|
Back to top |
|
|
codadilupo Advocate
Joined: 05 Aug 2003 Posts: 3135
|
Posted: Fri Jul 23, 2004 9:54 am Post subject: Re: Kexec... reboot senza wait... |
|
|
randomaze wrote: | codadilupo wrote: | Quote: | Kexec, ovvero: il modo veloce di riavviare |
Beh, non siamo su windows che c'é questa necessità |
eheh, ma se si gestiscono server e si deve applicare patch di sicurezza, puo' essere comodo
Comunque un post kilometrico come il tuo occupa spazio in database e che (per gli interessati) é sicuramente meglio leggere l'howto seguendo il link che ha dei font "leggibili"... magari si potrebbe lasciare l'abstract e cancellare il resto. |
hai ragione, me ne sono accorto appena postato, ma poi il lavoro m'ha preso... sai, con 80 client e sei server windows il lavoro non manca mai
Coda |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Fri Jul 23, 2004 9:59 am Post subject: Re: Kexec... reboot senza wait... |
|
|
codadilupo wrote: | eheh, ma se si gestiscono server e si deve applicare patch di sicurezza, puo' essere comodo |
Vero, anche se penso che uno o due minuti in più non siano drammatici dato che comunque si rifà un paio di test in più sull'hardware... ma dipende da molteplici fattori.
Quote: | sai, con 80 client e sei server windows il lavoro non manca mai |
basterebbe formattarli _________________ Ciao da me! |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|