- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: timezone in nettl.LOG000
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 11:21 PM
05-19-2003 11:21 PM
timezone in nettl.LOG000
The file nettl.LOG000 is set to MST7MDT but I need SST-8 timezone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 11:55 PM
05-19-2003 11:55 PM
Re: timezone in nettl.LOG000
If that is the case stop and start nettl.
/etc/nettl -stop
/etc/nettl -start
This should make things OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 12:02 AM
05-20-2003 12:02 AM
Re: timezone in nettl.LOG000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 12:06 AM
05-20-2003 12:06 AM
Re: timezone in nettl.LOG000
#netfmt -t 1 nettl.LOG000
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: MST7MDT
TZ of this process: SST-8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 12:10 AM
05-20-2003 12:10 AM
Re: timezone in nettl.LOG000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 12:38 AM
05-20-2003 12:38 AM
Re: timezone in nettl.LOG000
What is the timezone inside /etc/TIMEZONE.
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 12:42 AM
05-20-2003 12:42 AM
Re: timezone in nettl.LOG000
TZ=SST-8
export TZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 12:50 AM
05-20-2003 12:50 AM
Re: timezone in nettl.LOG000
#echo $TZ
If that is different change that to
#TZ=SST-8
#export TZ
#/etc/nettl -stop
#/etc/nettl -start
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 01:31 AM
05-20-2003 01:31 AM
Re: timezone in nettl.LOG000
my env variable TZ is set to SST-8
i did a start and stop for nettl, it is still the same message appearing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2003 02:21 AM
05-21-2003 02:21 AM
Re: timezone in nettl.LOG000
I just found out how to rid the warning. Stop nettl, zero the nettl.LOG000 then start nettl. It will take the env TZ and put it in the nettl.LOG000 file.
thanks to those who try to help...;)