- You will be given the ftp URL where the kernel is available.
- Open that URL in different tab
- Note down your current kernel name in PAPER (#uname -r)
- Download all the kernel files(kernel-*) using #wget from the given URL i.e. opened in different tab of base m/c
- Note: Ideally 2 files will be there inside the kernel directory of the given URL: eg
- 1: kernel-<version>.rpm
- 2: kernel-firmware-<version>.rpm
- write down the new kernel version which is going to be installed in the PAPER
- It will be downloaded into the current directory
- Install it using #rpm
- #rpm -ivh kernrl-* --force --->may take 2-3 mins to install
- Check in file
- #vim /boot/grub/grub.conf
- <you will see 2 kernels in the kernel/Title section, old & new. For the system to install with new kernel, defaults=0 (zero) , so first one should be the new kernel which is required>
- #reboot
- To verify press esc and verify your kernel name which is going to boot.
- After booting is done, verify the new kernel (#uname -r)
Saturday, 6 July 2013
Installing New Kernel
Friday, 5 July 2013
Configure variable=value(sysvctl=1) in kernel Parameter
In exam question would be asked to ensure sysvctl=1 is available as a kernel parameter and it should reflect in /proc/cmdline
Make the corresponding changes in
#vim /boot/grub/grub.conf
<update the required thing eg . sysvctl=1 at the end of kernel section,>
save & quit
Note: This question will come after installing the new kernel question
Make the corresponding changes in
#vim /boot/grub/grub.conf
<update the required thing eg . sysvctl=1 at the end of kernel section,>
save & quit
Note: This question will come after installing the new kernel question
Subscribe to:
Posts (Atom)