- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 10.20 can not set time for 04 year
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-13-2004 07:20 PM
09-13-2004 07:20 PM
HPUX 10.20 can not set time for 04 year
Should I install some patch for this problem?
and which patch is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 07:38 PM
09-13-2004 07:38 PM
Re: HPUX 10.20 can not set time for 04 year
EJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 07:41 PM
09-13-2004 07:41 PM
Re: HPUX 10.20 can not set time for 04 year
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 07:55 PM
09-13-2004 07:55 PM
Re: HPUX 10.20 can not set time for 04 year
i am not sure.see the patch PHCO_15218
description attached.you can download it from itrc.hp.com
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 09:34 PM
09-13-2004 09:34 PM
Re: HPUX 10.20 can not set time for 04 year
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 09:54 PM
09-13-2004 09:54 PM
Re: HPUX 10.20 can not set time for 04 year
I cant at the moment doublecheck for you (the only 10.20 left are production boxes that coulnd be migrated...) but as far as I can see it should work, here is what I found in /sbin/set_parms.d/:
# ll
total 242
-r--r--r-- 1 bin bin 13894 Aug 7 2000 05_hostname
-r--r--r-- 1 bin bin 16030 Apr 19 2001 10_timezone
-r--r--r-- 1 bin bin 11217 Feb 3 1998 12_date_time
-r--r--r-- 1 bin bin 2285 Jun 10 1996 15_root_passwd
-r--r--r-- 1 bin bin 10636 May 16 2001 20_ip_address
-r--r--r-- 1 bin bin 39238 Aug 7 2000 25_addl_netwrk
-r--r--r-- 1 bin bin 27240 Jun 10 1996 60_font_c-s
And look wht is in 12_date_time:
...
# There types of problems we will identify:
NUMERIC=0 # Non numeric characters
RANGE=0 # Numeric data out of range
NUMDAYS=0 # Wrong number of days for a given month
FOCUS= # Remember the first erroneous field so we can focus on it.
# Check Year. If it is any two digit numeric, then it is legal.
year=$(GetValue YY)
if Numeric "$year"
then
case "$year" in
[0-9]) # Single digit
year="0$year"
;;
esac
else
NUMERIC=1
fi
# Remember FOCUS
if [ "$NUMERIC" -ne 0 ]
then
FOCUS="YY"
fi
month=$(GetValue MM)
if Numeric "$month"
then...
...
So 04 should match the conditions...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 10:43 PM
09-13-2004 10:43 PM
Re: HPUX 10.20 can not set time for 04 year
PHCO_14039 - s700_800 10.X Set_parms year 2000 patch
install this patch, it will sove your known problem.
Nail, please don't forget to submit points for people that helped you for this and your previous threads. It will be useful in the future to know what replies were good to solve your problem.
Also since few weeks there is a new functionality that permits you to close a thread if it is solved.
I hope that it will help you.
Best regards,
Fabio