You may encounter an error in yum if you type the following command : [root@ora ~]# yum grouplist Error: No group data available for configured repositories.
Search This Blog
Monday, October 24, 2011
How to enable grouplist in yum : RHEL 6 ?
Saturday, October 22, 2011
How to configure Samba Server in RHEL 6 ?
# 1 Configuring a shared directory which can be accessed by anyone. Server Settings [root@ora ~]# yum –y install samba* [root@ora ~]# mkdir /home/share [root@ora ~]# chmod 777 /home/share [root@ora ~]# vi /etc/samba/smb.conf
Thursday, October 13, 2011
How to configure PXE Server in RHEL 6 ?
Saturday, October 8, 2011
How to restore Spfile from autobackup ?
Login to your database through RMAN prompt.
[oracle@ora ~]# export ORACLE_SID=orcl [oracle@ora ~]# rman target=/ # Shutdown your database if it is open.
Friday, October 7, 2011
How to configure FTP Server (vsftp) in RHEL 6 ?
This article contains instructions to configure a basic FTP Server.
Let us begin. Install the necessary packages.
Let us begin. Install the necessary packages.
[root@ora ~]# yum –y install vsftp*
Open the file and edit and add as mentioned below:
Wednesday, October 5, 2011
Subscribe to:
Posts (Atom)