Software :: Configure DNS Name In RHEL5?

Nov 13, 2009

configureing my Domain name (dbpche.com) in RHEL5.0 and also how to make it accessable to the internet access via httpd (apache)I have configure apache, and tested it in local its working fine. but i want to configure it with my Domain name.

View 2 Replies


ADVERTISEMENT

General :: Configure A USB Modem In RHEL5?

Dec 22, 2010

I have a Multitech MT9234ZBA-USB modem. The CD included RHEL drivers which I have installed with RPM. The lsusb command output shows the modem: Bus 004 Device 005: ID 06e0:0319 Multi-Tech Systems, Inc.Which communications software should I use to connect to the modem and issue AT commands?

View 4 Replies View Related

General :: Configure Nat Server On Rhel5?

Dec 24, 2008

i wnt to know how to configure nat server in rhel 5 i have net on eth0 so hw can i share net on my lan through nat server

View 3 Replies View Related

Server :: How To Configure Vsftp In Rhel5

Dec 8, 2010

how to configure vsftp in my rhel5 server.

View 2 Replies View Related

Programming :: How To Configure Network In Rhel5

Oct 1, 2010

When i use this command
#service network start
my Internet connection terminated/very slow ..
I'm configuring lamp in my system,but when i use to start apache and eth0 ....Internet slowing down..

View 1 Replies View Related

Red Hat / Fedora :: Configure DNS Slave Server In RHEL5/6?

Apr 11, 2011

I am studying RHEL myself, not clear with following topics How to configure DNS slave server in RHEL 5 Whether named.rfc1912.zones file entry can be included in named.conf itslef,if not What is following entry means inside named.conf file

zone "." in{
type hint;
file "root.servers";

[code]...

View 3 Replies View Related

General :: Configure RHEL5 PXE Install Server?

Jan 12, 2010

I want to configure a PXE Install Server with RHEL5u3 64bit.

View 1 Replies View Related

Networking :: RHEL5 - How To Configure Wireless On Laptop

Nov 13, 2010

in RHEL5 I want to configure wireless on my laptop but after many procedures followed none of them worked? how to do it? my laptop is HP520

View 4 Replies View Related

Server :: Configure Postfix Mail On Rhel5?

Jan 8, 2010

I want install postfix on rhel5 please send me the configuration of

View 2 Replies View Related

Server :: Install And Configure Swat On Rhel5?

Jan 7, 2010

I want to install swat on rhel5. how to install it on rhel5.

View 1 Replies View Related

General :: Configure A System To Boot Windows XP / CentOS 4 And RHEL5

May 21, 2010

I am trying to configure a system to boot Windows XP, CentOS 4 and RHEL5. I have one hard drive that contains both Windows XP and CentOS 4, and a separate drive that contains RHEL5. Until recently, I only had one SATA cable, so I could only connect one drive at a time. Under this configuration, everything works fine. When the RHEL5 drive is connected, I can boot into it. When the Windows/CentOS drive is connected, I can dual-boot into either OS. (GRUB was configured on this drive automatically when I installed CentOS into a new partition.)

Opening the box and moving the SATA cable is a lot of trouble, so I finally got a second SATA cable and enabled both SATA0 and SATA1 in the BIOS. I currently have the Windows/Centos drive as the primary, and I can still boot into both Windows/Centos. Now, I want to add RHEL5 to menu, but I can't find the file GRUB is using to present its menu at startup.

I have configured GRUB before on other systems, but I just know the very basics, such as where the grub.conf file should be. So, I spent a whole day reading advice online and asking friends who might have experience with these issues. Here are the steps I have taken so far:

I confirmed there is no /boot/grub directory, and /etc/grub.conf is a broken soft-link to /boot/grub/grub.conf. I did a find for grub.conf, which found nothing. I did a find for menu.lst, which found one item -- an example GRUB config file in /usr/share/doc/grub-0.95. I noticed that when CentOS boots, I see the GRUB commands printed to the screen, the first of which is:

root (hd0,2)

So, I did a grep -R "(hd0" * at the / directory, which also found only one item -- the example menu.lst file in /usr/share/doc/grub-0.95. I discovered that I can go to the command line grub from the grub menu and do:

cat (hd0,2)/grub/grub.conf

The cat command returns a printout of the grub configuration the system is obviously using. I didn't create this file, but the titles are identical to what I see in the GRUB menu, the default boot is Windows, and the timeout is very short. This must be the file. It looks like:

default=2
timeout=5
splashimage=(hd0,2)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-89.ELsmp)

[Code].....

I've also tried making the RHEL5 drive the primary drive. In that case, I can modify the existing /boot/grub/grub.conf file and see my changes at the GRUB boot menu. However, I can't get Windows to boot in this configuration. I've done a lot of google searching on the topic and added map commands to make Windows think it is on the primary drive. But, I'm still unsuccessful on this front as well. I think I'm closer to solving the problem with Windows/CentOS as the primary. However, if you think I will have more success with RHEL5 as the primary drive, I can provide more details as to my current grub.conf on that drive in a later post.

View 6 Replies View Related

General :: Rhel5 - Cannot Configure Samsung Syncmaster 632nw Monitor To Display Full Screen At 1360X768

Dec 15, 2009

I am new to this forum. I am a both rhel5 and fedora user.I can not configure my Samsung syncmaster 632nw monitor to display full screen at 1360X768.There is huge blank space on left and right portion of the monitor.The maximun resolution is 1024*768 and minimum is 640*480.

I have tried many times to solve it using xorg.conf but still unable to do it.

Here is xorg.conf's content :

View 5 Replies View Related

Ubuntu :: Bash: ./configure: No Such File Or Directory When Run The Command ./configure --prefix=/usr

Apr 4, 2010

I am trying to follow this tutorial below so that I can get Text to the right of icons on the GNOME desktop. [URL] Everything so far has worked fine, except when I get to step 3 where I compile Nautilus. When I try to run the command ./configure --prefix=/usr It tells me bash: ./configure: No such file or directory

View 5 Replies View Related

Ubuntu Installation :: Configure Autoclicker In The Terminal - "bash: ./configure: No Such File Or Directory?

Mar 19, 2011

I found a tool made for Ubuntu called Xautoclick. I downloaded it and it is called "xautoclick-0.30.tar.gz" The installation notes say "tallatBe sure you have the proper development packages for your distribution installed (i.e. something like xserver-xorg-dev, gtk2-dev, et cetera). After that, run:

./configure make sudo make install" I have no clue what to do... I typed in "./configure" in the terminal and it says "bash: ./configure: No such file or directory?

View 3 Replies View Related

Red Hat :: Gcc 3.3.3 On RHEL5 ?

Mar 27, 2010

I realize that gcc 3.3.3 is not the default compiler on RHEL5. But we have 10 million lines of code that we dont want to experiment with 4.1.2 . How can we get a pre-built binary of gcc 3.3.3 for RHEL5 ? As a backup I guess we pull down the source for 3.3.3 from the gnu site and build that using the 4.1.2 compiler .

View 11 Replies View Related

Installation :: RHEL5 Using A USB Pen Drive?

Aug 5, 2010

I have a system with no DVD/CD ROM Drive and would like to install RHEL5 using a USB Pen Drive. Is this possible for RHEL5?

View 3 Replies View Related

Red Hat / Fedora :: How To Install Gcc Lib In Rhel5

Jun 28, 2010

install gcc in my rhel5

View 3 Replies View Related

Red Hat / Fedora :: Ugrading RHEL5 From PHP 5.1.6 To 5.2?

Jun 27, 2011

I have to upgrade a live server from 5.1.6 to 5.2 PHP. I'm also running Zend and Pecl-memcache which will have to be upgraded also. I originally installed PHP via rpm and do not want to download source and compile php (if I do not have to). Can someone offer me ideas of the best way to perform the upgrade without having to pull my hair out and sweat bullets.

I've read about the remi repository and [URl].. I'm not sure where to turn or which way to go - this sucks! why can't there be one proven method?

View 3 Replies View Related

Hardware :: Could Not Enable GUI In RHEL5

Mar 7, 2010

I inserted the command system-config-display to configure the graphics in rhel5.. I get the output like could not start X server on card 0,trying with a fresh configuration.. Again error comes like could not start X server on card 0 , X server failed.. What should i do to enable GUI...

View 2 Replies View Related

General :: Can't Mkfs USB 1TB HD On RHEL5?

Jul 6, 2010

When trying to mkfs -t ext3 /media/HD-CEIU2 mounted drive, I receive "is not a block special device". Then after answering yes to proceed anyway, get messages indicating the device couldn't be read. I did fdisk the drive and rebooted.

View 1 Replies View Related

General :: RHEL5 - User Cannot Log On From GUI

Apr 2, 2010

I am newbie in Linux, using RHEL5. I created an account for user. User cannot log on from GUI but able to log on from command line by (ctrl-alt-f1). As a root I can log on from GUI mode.

View 2 Replies View Related

General :: How To Install Dns In Rhel5

Feb 4, 2010

i want to install dns in my pc. all configurations in a broad way

View 7 Replies View Related

General :: How To Assign More Than One IP In RHEL5

Jan 8, 2010

I am using RHEL 5 or 5.5 version as my os. I want to assign more than one ip for that machine. I am very new to linux.

View 7 Replies View Related

General :: How To Give WEP Key In RHEL5

Jan 28, 2010

I have installed Dlink-DWL-G520 in RHEL5 - kernel 2.6.18-8.el5. Now I want to give WEP key to get IP from my wireless accesspoint. How I can give that key?

View 1 Replies View Related

General :: How To Take Snapshot In RHEL5

Mar 22, 2010

I want to make a snapshot of RHEL5 about my current situation ,how will I do that ?

View 3 Replies View Related

General :: Second NIC Not Recognized In RHEL5?

Jan 3, 2011

I have installed a second NIC to my Desktop on LINUX (Oracle Enterprise Linux 5). However, it does not get recognized while I'm performing the install and only eth0 card shows up.

View 5 Replies View Related

General :: VLC Dependencies On The RHEL5?

Apr 8, 2011

I'm isntalling VLC on RHEL5 via

Code:

sudo yum install vlc

this gives me the following dependencie errors

Code:

--> Processing Dependency: libdvdread.so.3()(64bit) for package: vlc
---> Package x264.x86_64 0:0.0.0-0.4.20101111.el5.rf set to be updated
--> Finished Dependency Resolution
vlc-0.9.9a-7.el5.rf.x86_64 from rpmforge has depsolving problems

[code]....

View 2 Replies View Related

Server :: Add New Service On RHEL5.4

Aug 30, 2010

I'm developing simple transaction switch using java socket programming and running operating system RHEL5.4 . Now it is completely done and working fine. So I have written the simple shell script to run it on background.

[Code]...

View 2 Replies View Related

Server :: Creating LV More Than 8TB In RHEL5.3?

Sep 2, 2010

how can we achive more than 8TB size for one LUN.?I am getting following error..

[root@storage ~]# mke2fs -j /dev/VG01/data
mke2fs 1.39 (29-May-2006)
mke2fs: Filesystem too large. No more than 2**31-1 blocks
(8TB using a blocksize of 4k) are currently supported.

View 5 Replies View Related

Software :: Getting Rpm For Ethernet For Rhel5 64 Bit?

Jul 12, 2011

I have installed linux in my Dell Laptop and I am not able to get the rpm for ethernet.

The Output of lspci is as follows:-

00:00.0 Host bridge: Intel Corporation Arrandale DRAM Controller (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Arrandale Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation Ibex Peak HECI Controller (rev 06)

[code]....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved