Operating System - HP-UX
1753943 Members
8751 Online
108811 Solutions
New Discussion

Regarding error related to TZ

 
Kavita Poonia
Regular Advisor

Regarding error related to TZ

Hello Techies,

I am getting below mentioned error for one of my HP-UX11.31 server. I am not sure about this error. Can anyone please help me out with this.

netfmt (169) Warning: The input file was created in a timezone that
is different from the present timezone. You may want to
adjust the environment variable TZ while formatting this file.
TZ found in trace/log file header: EST5EST
TZ of this process: EST5EDT


# env|grep -i TZ
TZ=EST5EDT
# date
Wed Nov 4 08:19:25 EST 2009
# ntpq -p
remote refid st t when poll reach delay offset disp
==============================================================================
LOCAL(1) LOCAL(1) 16 l 9 64 377 0.00 0.000 10.01
*ntp1.rar.ncsus. .GPS. 1 u 433 1024 377 10.35 -0.706 0.53
+ncsusraidntp1.n ncsusrantp01.na 2 u 472 1024 377 9.51 -1.244 3.95
+ncsusraidntp2.n ntp1.rar.ncsus. 2 u 475 1024 377 2.17 -0.119 0.21
# find / -name netfmt
/etc/netfmt
/usr/sbin/netfmt
# more /etc/netfmt
/etc/netfmt is not a text file
# more /usr/sbin/netfmt
/usr/sbin/netfmt is not a text file
# file /usr/sbin/netfmt
/usr/sbin/netfmt: ELF-32 executable object file - IA64

Thanks & regards,
Kavita
1 REPLY 1
Patrick Wallek
Honored Contributor

Re: Regarding error related to TZ

netfmt takes a network trace file as input and outputs formatted data.

You need to check the job that runs the netfmt command and see what file it is using as input. That file is the one that the error is complaining about, not the netfmt command itself.