1826473 Members
4278 Online
109692 Solutions
New Discussion

Re: Check sum

 
SOLVED
Go to solution
Wim Van den Wyngaert
Honored Contributor

Check sum

I use a checksum/ima to checksum my exe files.

After the time change in Belgium this weekend, I got a new checksum for sys$common:[sysldr]sys$base_image.exe. And this on 4 nodes.

The file is not modified (dir/fu) since 2002.

Why ???

Wim
Wim
3 REPLIES 3
Ian Miller.
Honored Contributor

Re: Check sum

the datetime is stored in the base image.
Do a SET TIME=xxx command and you will see that file gets updated.
____________________
Purely Personal Opinion
Wim Van den Wyngaert
Honored Contributor

Re: Check sum

Ian,

I suspected something like that. Is it normal that the moddat is not modified ?

Wim
Wim
Hein van den Heuvel
Honored Contributor
Solution

Re: Check sum

That write goes behind the back of the file system. At boot time the LBN number for the block with the system time is remembered. During SET TIME, after a revalidation of the BOOT_CBLOCK a channel is assigned and a QIO WRITELBLK is issued. No 'file' is opened. So no modification date change.

fwiw,
Hein.