Server :: How To Load Tun In RedHat
May 9, 2010how to load tun in RedHat
Code:
uname -a
Linux server 2.6.18-028stab067.4 #1 SMP Thu Jan 14 17:06:11 MSK 2010 x86_64 x86_64 x86_64 GNU/Linux
how to load tun in RedHat
Code:
uname -a
Linux server 2.6.18-028stab067.4 #1 SMP Thu Jan 14 17:06:11 MSK 2010 x86_64 x86_64 x86_64 GNU/Linux
I got this type of messages:k journald starting. commit interval 5 seconds.EXT3.fs:mounted file system with ordered data modefreeing unused kernel memory : 212 k freed.Warning:unable to open an initial consoleAfter this Server is not hang state but stay at same Anybody can help me how to resloved this type of issue.
View 1 Replies View RelatedI have been loading Red Hat OS 5.5 x86_64 version in HP's Proliant DL 380 G7. One of the Server's after triggering the iLO and setting the Server to the determine the hostname so that, it can check the eth0 settings and then it probes for the video adapter, the screen goes completely blue and the characters that are on the screen at this point are not readable at all..Looks like to me the screen is throwing the system characters completely leaving no trace of what's going on. The screen is blue with those characters and the server is freezing...Looks like a hardware iLO issue, but not sure. When I restarted the server, it picked up the PXE boot and loaded windows upto the serial key and all that loading process was readable.
View 5 Replies View RelatedRight now i have a HP DL 180 Server with 130 Gb Hard Disk & 8 Gb ram after Raiding0+1. i want to configure Domain Controller Server for my office for 200 to 300 Users. what should the partition size must be mentioned in my 130 Gb Hard Disk, is that going to be Sufficient for ME ?
i am bit confused about /Usr /Var /Boot partitions, as i need to manage perfectly in 130 GB
if i go with 4 Gb swap and remaining for " / " is that will be fine ? should i need to specify partition sizes separately for / tmp /var / usr ..
Im new in linux i want to configure my redhat machine as both router and transparent proxy!
View 1 Replies View RelatedI'm trying to rsync files and directories from a RedHat linux host(v 4.5 & 4.7) to a Windows server 2003R2 Standard Edition with cygwin running. I'm executing the rsync command from the cygwin shell. The transfer involves rsync'ing approximately 1 TB of data from the linux server to the windows server. After about 280+GB of data transfer, the transfer just dies.
There seems to be no particular file or directory that the transfer stops at. I'm able to rsync GB's of data from other linux hosts to this cygwin server with no problem. Files and directories rsync fine.The network infrastructure is essentially the same regardless of the server being rsync'ed in that it is GB Ethernet running through Cisco GB switches. There appear to be no glitches or hiccups across the network path.
I've asked the folks at rsync.samba.org if they know of any problems or issues. Their response has been neutral in that if the version of rsync that cygwin has ported is within standards then there is no rsync reason this problem should happen.I've asked the cygwin support site if they know of any issues and they have yet to reply. So, my question is whether the version of rsync that is ported to cygwin is standard. If so, is there any reason cygwin & rsync keep failing like this?
I've asked the local rsync on linux guru's and they can't see any reason this should fail from a linux perspective. Apparently I am our company cygwin knowledge base by default.
I have been able to find enough information that I need to enable 'time-udp' in /etc/xinetd.d/ But there isn't an entry for time-udp. How do I enable time-udp (Time of Day server) on a Red Hat system? It's RHEL 5.6 64bit.
View 1 Replies View RelatedIcons Not Showing in GNOME desktop at REDHAT ES Server.Also no right click on desktop .No Action.
View 3 Replies View Relatedi had redhat version 5 server , i want use it as BTSN exchange can i used for this, and how
View 1 Replies View RelatedHow to install step by step to install bind server on RHEL 5.
View 3 Replies View RelatedIt seems that NIS/NIS+ and Redhat Dir Server/CentOS Dir Server have similar functions.
What are important differences between them?
I had Windows XP working. I then put in a new hard disk and installed Redhat 5 on it. rom then i could only boot into Redhat. Further, everyting is very slow. Anothe rproblem is that Redhat does not see my netwrok so I cannot get onto the Internet. I need to have the choice of booting into XP or Redhat.
View 2 Replies View Relatedwhat are necessary requirements to install ns2.can i install ns2 in redhat5v
View 1 Replies View RelatedMy Redhat 5 Linux system is "SLOW". . . .My system is 250 GB hard disk, 4 GB RAM and Xeon Processor.Its really getting late to start all the services in the boot it self....Then it takes more than 5 mins to get my Username and Passwd screen....After i entered in to GNU mode its getting even more slower. . .it takes minimum 5 minutes to enter in to OpenTerminal. . . I tried top it is not useful. . .I didn't install any s/w recently
View 6 Replies View RelatedWhy my redhat can;t ping to other network( if ping to gateway is ok) and than i can use internet and resolve to dns. selinux status is disable and iptables is flush
View 2 Replies View RelatedWe want to begin centralizing our system logs to a dedicated server, using a daemon that is flexible and offers more features. After some research, I decided to give rsyslog a whirl (versus syslog-ng).roblem has come down to compilation errors which, unfortunately, I've not been able to resolve otherwise (rsyslog forums) and it appears this is a larger problem with the product. So before I begin making another decision, I wanted to get some input from others here.Here is a snippet of the errors:
Code:
/usr/local/src/rsyslog/rsyslog-5.4.0/runtime/queue.c:1291: undefined reference to `ATOMIC_SUB'
[code]...
Installation of CVS on Redhat linux
Installing CVS on Redhat Linux Redhat Enterprise 4.0
The following steps give simple steps to install CVS software on Redhat Enterprise Linux 4.0.
1) Download the tarball cvs-1.11.1p1.tar.gz
2) Run "gunzip cvs-1.11.1p1.tar". You will get file called cvs-1.11.1p1.tar.
3) Then extract this file using command
"tar -xvf cvs-1.11.1p1.tar".
4) Then go to directory cvs-1.11.1p1.
5) There you will find a file called INSTALL. Read it once carefully.
6) Now run the command "./configure."
7) Build it using the command "make".
8) Install binaries/documentation using command "make install".
9) Now open file called /etc/services and add the following lines.
Cvspserver 2401/tcp # CVS client/server operations
cvspserver 2401/udp # CVS client/server operations
10) Open file called /etc/xinetd.conf and add the following lines to that file.
service cvspserver
{
Port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv =
server = /opt/bin/cvs
server_args = --allow-root=/home/cvs -f pserver
env = HOME=/home/cvs
log = /var/log/cvslog
}
11) Space on both sides of = in the above file is a must.
12) Restart xinetd services by running command " services xinted restart "
13) Check whether CVS is running on the port 2401 by using the following command "nmap IP |grep 2401". If the CVS server is running correctly it will give output as "2401/tcp open cvspserver ".
It doesn't output like "2401/tcp open cvspserver"
I have redhat cd's(total 5 cd's). I want to install RHEL4. My problem is that I am not sure that cd's are RHEL4 version. How can check the version of rhel using cd's?
View 5 Replies View Relatedthere is an active directory in our company , the AD's system is server2003 , now i wanna to make the redhat5 system to add AD.
View 1 Replies View RelatedCould you possible to install UDB DB2 8.2 install on redhat linux 5 .. what is the procedure please reply are send me the installation link..
View 2 Replies View Related# yum update Loading "rhnplugin" plugin Loading "security" plugin Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data
--> Running transaction check
---> Package stunnel.i386 0:4.15-2.el5.1 set to be updated -----> It hangs here and there is no further progress after this stage
I'm trying to build cluster computer system using redhat linux enterprise 5.5. And I'm on the step to set up the NFS mounting. (step 3 of part VI on this paper: However, I kept getting "permission denied" when I used the command "mount -t" to mount the slave node onto the hard drive of the master node. Even when I edited /etc/fstab file to make it automatically set up during booting, I still receive the same result. By the way, I've already logged in as a root user on both slave and master nodes.
View 1 Replies View RelatedI'm after the easiest way to install red5 on a redhat 9 server?
i have ssh accses is there a apt-get , or a yum command i could run to install it .like urpmi (Im a mandrivia user mostly)
if so what might this command look like?
I have no choice, everybody including windows needs to be deployed from within the same tool and "they" choose HP RDP Altiris.
View 2 Replies View RelatedMy server running on RHEL/Solaris went down of its own. I have rebooted the box and now the host is up. what are all the log files do i need to check to find root cause for this issue. I have already checked /var/log/messages and sar logs but not of much help.
View 4 Replies View RelatedIs root mirroring is supported in RHEL /RHAS operating systems? If so, how to find out whether the root mirroring is enabled or not?
View 4 Replies View RelatedI'm running SpaceWalker which executes this perl script
PHP Code:
echo "Waiting for tomcat to be ready ..."
while [ -f "/var/run/$TOMCAT.pid" ] ; do
/usr/sbin/lsof -t -i TCP:8009 -p $(cat /var/run/$TOMCAT.pid) > /dev/null && break
sleep 1
[Code].....
I have a problem in connecting from windows xp OS to the REDHAT LINUX through vncviewer. The first connection works fine. However, if I want to add more than one connection by establishing the hostname:2 through vncviewer, it stops working. I have tried modifying the file /etc/sysconfig/vncservers to add more than one allowable connections. It still fails...
View 4 Replies View RelatedI cant mount a directory on red hat 5 from red hat 4 using fstab.I keep getting permission denied.I mount directories on the same red hat 5 sys from other red hat 5 and 2 old HPUX systems using fstab.When I try to telnet to it i get "no route to host."
View 3 Replies View RelatedI have a linux server that is running on Redhat 4 with several applications such as coldfusion, postgres, phppgadmin, samba and apache. I would like to update the server to Redhat 5, but I am afraid after the upgrade, some of the applications might not work correctly, so I want to test it in another server first.
I am thinking of create another server that just the same as the one I have now so that when I do the upgrade, if I run into any bug or drivers missing, I can fix it and prepare before hand for the real server. So can somebody please show me some direction on how I am going to create a mirror server of the current server I am having now. I don't know where should I start.