- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TImezone problems
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
07-05-2005 08:29 PM
07-05-2005 08:29 PM
TImezone problems
IS possible to change the TZ without reboot the system?, but no in the profile. I want to change it in /etc/TIMEZONE.
Where can I obtain the differents timezone for HP?, because I need the spanish timezone, and i don't know the mode to write it.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 08:41 PM
07-05-2005 08:41 PM
Re: TImezone problems
try the set_parms command, it works fine...
regards
Giacomo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 08:43 PM
07-05-2005 08:43 PM
Re: TImezone problems
I believe you use the same TIMEZONE as in the Netherlands.
# cat /etc/TIMEZONE
TZ=MET-1METDST
export TZ
Middle European Timezone, Daylight Saving Time
Barcelona
http://www.timeanddate.com/worldclock/city.html?n=31
Amsterdam
http://www.timeanddate.com/worldclock/city.html?n=16
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 08:46 PM
07-05-2005 08:46 PM
Re: TImezone problems
no need to reboot.
to change the timezone system wide, execute the following:
1. set_parms timezone
2. When the menu appears, select the appropriate value.
If the output of the date command does not reflect the
correct timezone, simply export the TZ (timezone) variable.
For Example:
export TZ=EST5EDT
regards.
(p.s. please remember to assign points.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 08:46 PM
07-05-2005 08:46 PM
Re: TImezone problems
# set_parms timezone
can be used to change the timezone, a reboot is advised.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 08:46 PM
07-05-2005 08:46 PM
Re: TImezone problems
As far as I know, it is not possible to change the timezone without rebooting.
Commands and files, related to timezone:
man tztab
/usr/lib/tztab
/sbin/set_parms timezone
You can find the different timezones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 08:59 PM
07-05-2005 08:59 PM
Re: TImezone problems
sorry, a reboot is required, u may have to schedule for downtime.
for more info on the TZ environment variable:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066944960
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 10:52 PM
07-05-2005 10:52 PM
Re: TImezone problems
Good Luck,