Server :: How To Change Timezone Running RedHat
Feb 2, 2010
I want to change the time zone in my redhat server but its not working. I have made necessary changes to make it IST but not coming up. I have made it Asia/Calcutta and also Asia/Kolkata but not changes and its changes for other zones.
View 6 Replies
ADVERTISEMENT
Jun 1, 2009
I am using redhat linux enterprise 4.0. I have need to increase /home partition size, without loosing data.
View 1 Replies
View Related
Sep 16, 2009
How do i change the timezone from BST to UTC ( through the terminal only )
SERVER ~ # cat /etc/sysconfig/clock
ZONE="Europe/London"
UTC=true
ARC=false
However a date shows :
Wed Sep 16 11:07:15 BST 2009
View 3 Replies
View Related
Jan 3, 2010
So, here's my problem. Every time I'm trying to change my timezone, it last until I'm restarting my comp again, it seems like it doesn't save the changes permanently.I'm using Ubuntu v9.10 installed through Wubi. My timezone is set currently via BIOS.
View 8 Replies
View Related
Oct 6, 2010
I was needing to change the timezone on a CentOS 5.1 (but upgraded to 5.3) machine that doesn't have X installed nor did it (initially) have the system-config-date package installed. After some Googling it appeared that all I needed to do was copy over the desirec zoneinfo file to /etc/localtime and edit the /etc/sysconfig/clock file to zone that I choose. I then set the time and used that to set the hardware clockhe original timezone was "America/New_York" (EDT) and was wanting to change it to "US/Central" (CDT). After making the changes, when I do a "date" command it is still reporting the time in EDT. I then installed the system-config-date package and tried using /usr/sbin/timeconfig. I still get the result that the timezone is reported in EDT. The time is technically correct but is an hour ahead since its using EDT to report the time.
View 10 Replies
View Related
Nov 19, 2009
I am learning Linux and I am documenting procedures for troubleshooting for any disk related issues and I would like to know the procedure to replace a Failed hard drive running Redhat 5.1 running LVM2.
View 5 Replies
View Related
Dec 15, 2010
Does anyone know how to list hardware raid status under Redhat 5.4 running on Dell PowerEdge 2850?
View 2 Replies
View Related
Jun 30, 2010
I've been trying to make install apache 2.1.8 and php 5.2.3 and work on them. After updating and installing some dependence files, apache and php could both be installed.
Then I tried to configure them. I added the following content to the end of Apache httpd.conf:
Code:
Then I run /path/to/apachectl start, and saw the message:
Quote:
Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
Then I remembered that I didn't include the rewrite module while making install apache. So I removed the 2 lines I just added to httpd.conf.
But, after running /path/to/apachectl stop and start again, I could still see:
Code:
When I use firefox to open http://host_ip:8080/, I could see "It works!". But when I open http://host_ip:8080/hello.php (the file is already under htdocs), firefox said
Quote:
Failed to Connect
Why and how to solve it?
I noticed that for some stupid reason, the conf file wasn't updated at all and the 2 erroneous lines were still there.
View 91 Replies
View Related
Jan 13, 2010
I was wondering if there is a way of knowing what is the current set timezone for a linux server. I know that "date +%Z" gives the 3 letter abbreviation of the timezone, but then CST can be interpreted as Central Standard Time (US) and as China Standard Time. I'm looking for a way I could tell what is the real timezone, e.g. "Asia/Jerusalem", "Europe/London", etc. I know that I can set the timezone by symlinking /usr/share/zoneinfo/<Timezone Name> to /etc/localtime, but when I freshly install CentOS and choose my timezone, /etc/localtime isn't a symlink at all so I can't use this info...
View 3 Replies
View Related
Nov 25, 2010
I have a Centos 5.5 server and I had a problem with its time because it was 1 one hour ahead of my local time. I installed and activated NTP and I created a link for /etc/localtime:
Code:
ln -sf /usr/share/zoneinfo/America/Mexico_City /etc/localtime
I reboot the server and waited for 1 hour but the time wasnt correct. The server's BIOS clock has UTC time so I edited /etc/sysconfig/clock file replacing:
Code:
UTC=false for
UTC=true
I reboot the server and waited for 1 hour but the time wasnt correct. After breaking my head for about 1 hour, I realized that there is a directory /usr/share/zoneinfo/Mexico and changed my link for /etc/localtime
Code:
ln -sf /usr/share/zoneinfo/Mexico/General /etc/localtime
And It worked. What is the difference between America/Mexico_City and Mexico/General files in /usr/share/timezones, they should be identical but of course they are not?
View 1 Replies
View Related
Jan 8, 2011
i hope i'm posting in the right forum "Networking" subject related to remote onnection.. all the suggestions and solutions i found on the net did not do it for me..i have redhat(EL v4) and hp-ux(11i B v23) servers
i'm able to use remsh from hp-ux to hp-ux with the command
hpux1_srv> remsh hpux2_srv -l hpux2_user uname -n
with remsh from hp-ux to redhat it gives permission denied.
[code]...
View 3 Replies
View Related
Sep 8, 2010
I have a problem. Is there any way to change the folder option so that when i open a folder it opens in the same window instead of the new window
View 1 Replies
View Related
Apr 1, 2010
I want to change the Hostname of my Red Hat9 Linux machine using command line. By default it show me as following
[root@localhost root]#
I want to see it as
[root@pc1 root]#
Is there any way to change host name?
View 26 Replies
View Related
May 5, 2011
Right 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 ..
View 3 Replies
View Related
May 18, 2010
Im new in linux i want to configure my redhat machine as both router and transparent proxy!
View 1 Replies
View Related
Mar 16, 2011
I have now been trying to find an answer for the following for a while and can't seem to get anything.On previous linux distros we had the option available "passwd -e" which allowed us to force the user to change their passwords upon the next login.s functionality however seems to be excluded from latest linux distros (currently using RHEL 5.4)...Does anybody know how the same effect can be achieved and perhaps any idea on why this option was removed as it was great for securing passwords
View 5 Replies
View Related
Jun 9, 2011
I'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.
View 3 Replies
View Related
May 13, 2011
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 Related
May 4, 2011
Icons Not Showing in GNOME desktop at REDHAT ES Server.Also no right click on desktop .No Action.
View 3 Replies
View Related
Mar 13, 2011
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 Related
Mar 6, 2011
i had redhat version 5 server , i want use it as BTSN exchange can i used for this, and how
View 1 Replies
View Related
Apr 26, 2010
How to install step by step to install bind server on RHEL 5.
View 3 Replies
View Related
Apr 6, 2009
It seems that NIS/NIS+ and Redhat Dir Server/CentOS Dir Server have similar functions.
What are important differences between them?
View 3 Replies
View Related
Jan 11, 2011
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 Related
Nov 10, 2010
what are necessary requirements to install ns2.can i install ns2 in redhat5v
View 1 Replies
View Related
May 9, 2010
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
View 10 Replies
View Related
Oct 13, 2010
My 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 Related
Jun 10, 2011
Why 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 Related
Apr 9, 2010
We 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]...
View 3 Replies
View Related
May 11, 2009
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"
View 1 Replies
View Related