- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DST Testing
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
03-07-2007 04:21 AM
03-07-2007 04:21 AM
Can you please suggest anyother method to test if the DST changes have taken into effect?
I will be deploying the tztab file that I extracted from the patch tonight.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:46 AM
03-07-2007 04:46 AM
SolutionHave a look at this thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1007176
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:58 AM
03-07-2007 04:58 AM
Re: DST Testing
Your final step should be to hit yourself over the head with a baseball bat because almost certainly you have clobbered database timestamps and file timestamps so don't complain if your data are inconsistant or your makefiles no longer work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:08 AM
03-07-2007 05:08 AM
Re: DST Testing
My system does not recognize your script.
I get the following output with
perl -v
This is perl, v5.6.0 built for PA-RISC1.0
Copyright 1987-2000, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
And I have perl under
./usr/bin/perl
./usr/contrib/bin/perl
./usr/perl5/bin/perl
I tried running your script under all the three but it does does not work
# dst.pl -y 2006
sh: dst.pl: not found.
[root@sloss58]/usr/perl5/bin
TZ=CST6CDT dst.pl -y 2006
sh: dst.pl: not found.
[root@sloss58]/usr/perl5/bin
Any suggestion?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:20 AM
03-07-2007 05:20 AM
Re: DST Testing
Because your perl -v works and points to perl 5.6, you should have no trouble.
cd to whatever directory you downloaded dst.pl to.
chmod 755 dst.pl
./dst.pl
and you should be fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:22 AM
03-07-2007 05:22 AM
Re: DST Testing
# ./dst.pl -y 2006
...would work better as root unless you have "." in root's PATH (which I hope you do not!).
You can never go wrong using an absolute path name for execution, either.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:32 AM
03-07-2007 05:32 AM
Re: DST Testing
Can you please send me the dst.pl script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:33 AM
03-07-2007 05:33 AM
Re: DST Testing
Can you please attach the dst.pl script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:36 AM
03-07-2007 05:36 AM
Re: DST Testing
There are many posts with Clay's script. Here's a recent one:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1104045
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:40 AM
03-07-2007 05:40 AM
Re: DST Testing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:56 AM
03-07-2007 05:56 AM
Re: DST Testing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 06:40 AM
03-07-2007 06:40 AM
Re: DST Testing
I have assigned you points.
Thanks for help.
Script was great and I got the desired output.