Mounting SMB in RHEL
Mount SMB (RHEL) in /etc/fstab//ntserver/share /mnt/ntserver cifs username=vnmr1,password=password 0 0 on CLImount -t cifs //ntserver/share -o userrname=vnmr1,password=password /mnt/ntserver
Mount SMB (RHEL) in /etc/fstab//ntserver/share /mnt/ntserver cifs username=vnmr1,password=password 0 0 on CLImount -t cifs //ntserver/share -o userrname=vnmr1,password=password /mnt/ntserver
In CLI mount -t cifs //ntserver/dir -o username=user,password=pass /mnt/ntserver In /etc/fstab //ntserver/dir /mnt/ntserver cifs credentials=/root/.smbpasswd,file_mode=0777,dir_mode=0777 0 0 Then create a file /root/.smbpasswd with permissions set to 600 username=user password=pass In /etc/hosts add IP address of ntserver.
ElRepo repository has kmod-fuse package that does not need dkms system. Since kmod installation uses module aliases (something like symlinks on filesystems), it works on all installed and future kernels without the need to recompile/install even automatic one with dkms. Get started Import the public key:rpm –import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org Detailed info on the GPG key used by the…
As root Create a mount point mkdir /mnt/vnmrj Then mount the iso imagemount -o loop pathofyourISO.iso /media/vnmrj ormount -o loop -t pathofyourISO.iso /media/vnmrj
Make Bootable USB Drive with RHEL 6.3 Copy all files for image to a directory, RHEL63KS. Make the iso image file by typing the following command: mkisofs -o boot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -V RHEL63KS -T ./RHEL63KS This will create a file called boot.iso. Rename this file, RHEL63KS.iso. Insert…
Configuring Mail under RHEL
How to turn off the warning message, “Invalid or Missing Entitlement Certificates” last modified by Moritoshi Oshiro on 09/21/11 – 04:29Issue We manage entitlement/subscription in RHN Classic (not Customer Portal) The system is not connected to the Internet with RHN Classic (in disconnected mode), therefore the system is not registered in RHN Classic When the…
Linux* e1000e Base Driver overview and installation Using the e1000e Base Driver for Gigabit IntelĀ® Network Connections The e1000e driver supports PCI Express* Gigabit Network Connections except the 82575, 82576, 82580, and I350. Download e1000e here Overview Building and installation Command line parameters Speed and duplex configuration Additional configurations Overview The Linux base drivers support the 2.4.x…
Red Hat-compatible Linux The following instructions are valid for CentOS 5 running the GNOME desktop environment. Instructions may differ slightly fordifferent versions of CentOS, and versions of Fedora or Red Hat Enterprise, running different desktop environments, but theprinciple is the same. If in doubt, consult the operating system documentation. Downloading VNC Download a VNC for Linux…
Edit /etc/xinetd.d/gssftp Delete the -a on the line that reads as follows: server_args = -l -a Then reset xinetd by typing the following: service xinetd stopservice xinetd start