Sponsored Content
Operating Systems Linux Red Hat when users ftp to server the timezone reflected is UTC but the server is set to TZ in localtime Post 302454058 by shtobias on Friday 17th of September 2010 05:54:19 AM
Old 09-17-2010
when users ftp to server the timezone reflected is UTC but the server is set to TZ in localtime

Guys,

Need your help coz my server runs in local time GMT +8, but when client use ftp and login, the resulting timestamp seen in each file is in UTC format. We need to set that the time should be the same as GMT +8 when in ftp session.
I am using RHEL 5.3.

Code:
root@]# ll
total 1740
-rw-r--r-- 1 sc users  2044 Sep 17 16:18 CFSCV00001.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:19 CFSCV00002.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:19 CFSCV00003.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:20 CFSCV00004.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:20 CFSCV00005.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:21 CFSCV00006.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:21 CFSCV00007.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:22 CFSCV00008.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:22 CFSCV00009.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:23 CFSCV00010.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:23 CFSCV00011.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:24 CFSCV00012.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:24 CFSCV00013.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:25 CFSCV00014.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:25 CFSCV00015.DAT
-rw-r--r-- 1 sc users  2044 Sep 17 16:26 CFSCV00016.DAT

Code:
root@]# ftp <hostname>
Connected to <hostname>
220 (vsFTPd 2.0.5)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (:root):
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> 
ftp> 
ftp> ls
227 Entering Passive Mode (192,168,50,10,141,170)
150 Here comes the directory listing.
-rw-r--r--    1 101      100          2044 Sep 17 08:18 CFSCV00001.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:19 CFSCV00002.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:19 CFSCV00003.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:20 CFSCV00004.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:20 CFSCV00005.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:21 CFSCV00006.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:21 CFSCV00007.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:22 CFSCV00008.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:22 CFSCV00009.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:23 CFSCV00010.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:23 CFSCV00011.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:24 CFSCV00012.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:24 CFSCV00013.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:25 CFSCV00014.DAT
-rw-r--r--    1 101      100          2044 Sep 17 08:25 CFSCV00015.DAT


Thanks

 

8 More Discussions You Might Find Interesting

1. Solaris

How to change Timezone without restarting teh server

Hi I have changed my timezone using the command export TZ='Asia/Calcutta" but teh affect is taking place only in teh shell where I am logged in. If I export teh variable when I open the new session, things are fine. Can I affetct the change universally, without restarting the server. ... (2 Replies)
Discussion started by: krishan
2 Replies

2. Linux

How to set up FTP Server with Active Directory

I've set up a FTP server (vsftpd) with some local user account and it works fine. Now i want to upgrade this FTP server with an ability that can authorize user through Active Directory. I do a search around our forum and it leads me to this page: Native LDAP, native Kerberos and Windows Server... (0 Replies)
Discussion started by: cthinh
0 Replies

3. Shell Programming and Scripting

preserving the timestamp of a file when copied from remote server to local server using ftp

Hi, I need to copy few files from remote server to local server. I write a shell script to connect to the remote server using ftp and go to that path. Now i need to copy those files in the remote directory to my local server with the timestamp of all those files shouldnt be changed. ... (5 Replies)
Discussion started by: arunkumarmc
5 Replies

4. Windows & DOS: Issues & Discussions

Office server => laptop =>client server ...a lengthy and laborious ftp procedure

Hi All, I need your expertise in finding a way to solve my problem.Please excuse if this is not the right forum to ask this question and guide me to the correct forum,if possible. I am a DBA and on a daily basis i have to ftp huge dump files from my company server to my laptop and then... (3 Replies)
Discussion started by: kunwar
3 Replies

5. UNIX for Advanced & Expert Users

Log for Timezone change in unix server

There is a unix server where the time zone has been changed from EST to CST.Can we get any kind of log when it was changed anywhere in the unix machine. Also the path for the same. If there is any other way to know this please let me know (3 Replies)
Discussion started by: dr46014
3 Replies

6. Ubuntu

Set up a Ubuntu server as a FTP server

Hello, How can I set up a ubuntu server as a FTP server? Thanks, (1 Reply)
Discussion started by: Pouchie1
1 Replies

7. HP-UX

Old crontab file reflected after server reboot

Hi All, We are working on HP_UNIX. I am facing a strange problem regarding crontab in our unix environment.Whenever a server reboot takes place on our server the old crontab gets reflected due to which several scripts which were earlier uncommented starts running causing a huge problem .Is... (6 Replies)
Discussion started by: ammbhhar
6 Replies

8. Red Hat

Implement FTP server on RHEL server without using FTP client

We have RHEL 5.8 in our environment, I had a query whether we can implement an FTP server using vsftpd package and Linux configurations like setsebool without using any external FTP clients like FileZilla etc. I am very confused on this. The FTP functionalities that should be present are download &... (3 Replies)
Discussion started by: RHCE
3 Replies
datadm(1M)																datadm(1M)

NAME
datadm - maintain DAT static registry file SYNOPSIS
/usr/bin/datadm [-v] [-u] [-a service_provider.conf] [-r service_provider.conf] The datadm utility maintains the DAT static registry file, dat.conf(4). This administrative configuration program allows uDAPL service providers to add and remove themselves to the dat.conf file. You can add or remove interface adapters that a service provider supports from a system after its installation. You can use datadm to update the dat.conf file to reflect the current state of the system. A new set of interface adapters for all the service providers cur- rently installed is regenerated. The following options are supported: -a service_provider.conf Enumerate each device entry in the service_provider.conf(4) file into a list of interface adapters, that is, interfaces to external network that are available to uDAPL consumers. -r service_provider.conf Remove the list of interface adapters that corresponds to the device entry in the service_provider.conf(4) file. -u Update the dat.conf to reflect the current state of the system with an up to date set of interface adapters for the service providers that are currently listed in the DAT static registry. -v Display the DAT static registry file, dat.conf. Example 1: Enumerating a Device Entry The following example enumerates a device entry in the service_provider.conf(4) file into interface adapters in the dat.conf(4) file. Assume that SUNW has a service provider library that supports the device tavor. It has a service_provider.conf(4) file installed in the directory /usr/share/dat/SUNWudaplt.conf with a single entry as follows: driver_name=tavor u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 "" tavor is an Infiniband Host Channel Adapter with two ports. Both IB ports exist in a single IB partition, 0x8001. If an IP interface is plumbed to each port, there are two IPoIB device instances, ibd0 and ibd1: # ls -l /dev/ibd* /dev/ibd0 -> /devices/pci@1/pci15b3,5a44@0/ibport@1,8001,ipib:ibd0 /dev/ibd1 -> /devices/pci@1/pci15b3,5a44@0/ibport@2,8001,ipib:ibd1 Running the command, datadm -a /usr/share/dat/SUNWudaplt.conf appends two new entries (if they do not already exists]) in the /etc/dat/dat.conffile: ibd0 u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 "" "driver_name=tavor" ibd1 u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 "" "driver_name=tavor" Example 2: Updating the dat.conf to Reflect the Current State of the System A new IB partition, 0x8002 is added to the above example covering port 1 of the Host Channel Adapter. If a new IP interface is plumbed to port 1/partition 0x8002, there is a third IPoIB device instance: ibd2. # ls -l /dev/ibd* /dev/ibd0 -> /devices/pci@1/pci15b3,5a44@0/ibport@1,8001,ipib:ibd0 /dev/ibd1 -> /devices/pci@1/pci15b3,5a44@0/ibport@2,8001,ipib:ibd1 /dev/ibd2 -> /devices/pci@1/pci15b3,5a44@0/ibport@1,8002,ipib:ibd2 Running datadm -u command, updates the /etc/dat/dat.conf file with a new entry added reflecting the current state of the system. datadm -v shows that there are now three entries in the /etc/dat/dat.conf file: ibd0 u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 "" "driver_name=tavor" ibd1 u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 "" "driver_name=tavor" ibd2 u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 "" "driver_name=tavor" /etc/dat/dat.conf DAT static registry file See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWudaplu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ pkgadd(1M), pkgrm(1M), libdat(3LIB), dat.conf(4), service_provider.conf(4). attributes(5) 18 Jun 2004 datadm(1M)
All times are GMT -4. The time now is 10:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy