HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Burning CDs for HPUX
Operating System - HP-UX
1834662
Members
2683
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-28-2001 06:23 AM
06-28-2001 06:23 AM
Burning CDs for HPUX
Hi all,
I have an interesting problem (hopefully). I have to cut
CDs with software we've written for HPUX to send to our
customers. Obviously they will need to mount these CDs
on their HP machines.
I've been able to successfully cut the CDs using cdrecord
so that it mounts on HPUX. The big problem that I'm
having is that the timestamps on the files on the CD are
8 hours behind what they should be, i.e. if a file was
last modified on 6/26 at 10:15, on the CD, it shows up
as 6/26 at 2:15. Has anyone encountered this before?
Also, I've noticed that with a regular CD, i.e with PC
software, the files show up with one timestamp when I
mount it on HPUX and with another timestamp when I
mount on it on a PC (the PC timestamp is correct and the
HPUX timestamp is 1 hour behind).
-Santosh Nair (snair@graffiti.net)
I have an interesting problem (hopefully). I have to cut
CDs with software we've written for HPUX to send to our
customers. Obviously they will need to mount these CDs
on their HP machines.
I've been able to successfully cut the CDs using cdrecord
so that it mounts on HPUX. The big problem that I'm
having is that the timestamps on the files on the CD are
8 hours behind what they should be, i.e. if a file was
last modified on 6/26 at 10:15, on the CD, it shows up
as 6/26 at 2:15. Has anyone encountered this before?
Also, I've noticed that with a regular CD, i.e with PC
software, the files show up with one timestamp when I
mount it on HPUX and with another timestamp when I
mount on it on a PC (the PC timestamp is correct and the
HPUX timestamp is 1 hour behind).
-Santosh Nair (snair@graffiti.net)
Life is what's happening while you're busy making other plans
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 06:40 AM
06-28-2001 06:40 AM
Re: Burning CDs for HPUX
Hi,
The confusion is caused by differences in timezones or daylight savings time (summer time) settings on the diffrent machines.
All UNIX boxes in the known universe stamp time as simply the number of seconds since Jan 1, 1980 00:00:00 UTC (Windows, DOS does the same except from Jan 1, 1970 00:00:00 UTC).
Two unix boxes will datestamp a file the same even if the timezone settings are different. The TZ variable only changes how date/time is displayed.
You simply need to set the TZ variable to the proper value and export it and all should be as expected.
You can set TZ system wide by editing /etc/TIMEZONE; you can also set TZ in your profile to override the system global value.
The format is as foillows:
TZ=CST6CDT
1st 3 chars - non daylight savings abbrev.
next char(2) - hours West of UTC; -N indicates hours East of UTC
Last 3 chars - daylight savings time abbrev.
The confusion is caused by differences in timezones or daylight savings time (summer time) settings on the diffrent machines.
All UNIX boxes in the known universe stamp time as simply the number of seconds since Jan 1, 1980 00:00:00 UTC (Windows, DOS does the same except from Jan 1, 1970 00:00:00 UTC).
Two unix boxes will datestamp a file the same even if the timezone settings are different. The TZ variable only changes how date/time is displayed.
You simply need to set the TZ variable to the proper value and export it and all should be as expected.
You can set TZ system wide by editing /etc/TIMEZONE; you can also set TZ in your profile to override the system global value.
The format is as foillows:
TZ=CST6CDT
1st 3 chars - non daylight savings abbrev.
next char(2) - hours West of UTC; -N indicates hours East of UTC
Last 3 chars - daylight savings time abbrev.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 06:51 AM
06-28-2001 06:51 AM
Re: Burning CDs for HPUX
Hi,
It sounds like GMT-6 ( its USA East ) ?.
Please check the profile and the application setting which manipulate the CD-writer (from HPUX side ).
It sounds like GMT-6 ( its USA East ) ?.
Please check the profile and the application setting which manipulate the CD-writer (from HPUX side ).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 10:41 AM
06-28-2001 10:41 AM
Re: Burning CDs for HPUX
Actually, the timezone on the system is correct, i.e.
EST5EDT, and the time is also correct. Initially I thought
it might have something to do with UTC, but as I
understand it, UTC is based on Greenwich Mean Time,
which would be 7 hours ahead of our time, but the CDs
are 8 hours back (I would have expected 7 hours ahead).
Also, I'm mounting the CD on the same machine where
I cut the CD and I'm seeing this behavior. Obviously the
timezone variable ($TZ) has not changed on this
machine between the time I cut the CD and when I
mounted the CD.
I'm not saying that anyone is wrong, but it doesn't make
sense to me that the TZ variable would have anything
to do with this problem(?)
EST5EDT, and the time is also correct. Initially I thought
it might have something to do with UTC, but as I
understand it, UTC is based on Greenwich Mean Time,
which would be 7 hours ahead of our time, but the CDs
are 8 hours back (I would have expected 7 hours ahead).
Also, I'm mounting the CD on the same machine where
I cut the CD and I'm seeing this behavior. Obviously the
timezone variable ($TZ) has not changed on this
machine between the time I cut the CD and when I
mounted the CD.
I'm not saying that anyone is wrong, but it doesn't make
sense to me that the TZ variable would have anything
to do with this problem(?)
Life is what's happening while you're busy making other plans
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP