Operating System - OpenVMS
1832272 Members
2491 Online
110041 Solutions
New Discussion

create sys$errlog.dmp file

 
JerryK
Advisor

create sys$errlog.dmp file

I upgraded an ES40 from 7.3-1 to 7.3-2 and the errorlog file disappeared. Is there something like swapfiles.com to create it without rebooting? Is Autogen the only way?
2 REPLIES 2
Volker Halle
Honored Contributor

Re: create sys$errlog.dmp file

Jerry,

you could manually create SYS$SYSTEM:SYS$ERRLOG.DMP us SYSGEN> CREATE, but why not let AUTOGEN do this via:

$ @SYS$UPDATE:AUTOGEN GETDATA GENFILES

Volker.
JerryK
Advisor

Re: create sys$errlog.dmp file

Thank you