- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tz question
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
09-21-2007 11:41 AM
09-21-2007 11:41 AM
I have a server running hp-ux11.23
I have changed the time zone to GMT recently from CST.For that i have edited /etc/profile.
Now the cients are having some problems when running thier application....application log files are showing up as CST times.
What could be the issue. any idea
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2007 11:53 AM
09-21-2007 11:53 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2007 12:02 PM
09-21-2007 12:02 PM
Re: tz question
If you globally changed the server's TZ (timezone) because you wanted all users and processes to use the new localtime, you should reboot the server so that *every* process has a chance to re-cache the correct TZ settings.
That said, a better choice is to edit '/etc/TIMEZONE' which is sourced by 'etc/profile'.
An effective way to perform this is to run:
# /sbin/set_parms timezone
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2007 12:13 PM
09-21-2007 12:13 PM
Re: tz question
Can i kindly request...
could you please let me know an example service or application that use inetd to spawn client connections..
Thanks so much sir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2007 12:20 PM
09-21-2007 12:20 PM
Re: tz question
> could you please let me know an example service or application that use inetd to spawn client connections
Simply examine your '/etc/inetd.conf'. Standardly, FTP and TELNET along with other "internet" services, are started by the 'inetd' daemon.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2007 12:24 PM
09-21-2007 12:24 PM
Re: tz question
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2007 02:00 PM
09-21-2007 02:00 PM
Re: tz question
Bill Hassell, sysadmin