Mount Filesystem using Auto FS This document is the Operational Instruction on how to work with Auto FS file system on a Red Hat Linux Server. This article covers the adding and mounting of Auto FS file system in a Red Hat Linux servers. Prerequisites · Need to have root privileges to make necessary changes. · Take backup of /etc/exports before making any changes to this file . · On Master Server: Ø Edit /etc/exports, where an entry for the server and file system needs to be made in the following format: /abc/pqr/xyz -rw,no_root server1 server2 (Dir that needs to be shared) (Permissions) ( Clients to which the the filesystem needs to
1. In order use the kdump service on your system, make sure you have the kexec-tools package installed. # rpm –q kexec-tools 2. If it is not installed then : #yum install kexec-tools 3. Configuring Boot parameters -For RHEL 5, edit /boot/grub/grub.conf , and append crashkernel=128M@16M to the end of the kernel line. {using @16M on Rhel6 has caused kdump to fail} - For RHEL 6, use crashkernel=128M Below is an example of /boot/grub/grub.conf with the kdump options added for RHEL 5 # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,0) # kernel /boot/vmlinuz-version ro root=/dev/hda1 # initrd /boot/initrd-version