OpenVMS - How to recover SYSTEM Account password
Assuming the translation of the SYS$TOPSYS logical name is SYS0, the system is bootstrapping from the default system root and you will use one of the following commands to initiate a conversational reboot: on Alpha : >>> b -fl 0,1 on IA64 : Go to to Shell > prompt and navigate yourself to below path. fs n :\efi\vms> vms_loader -flags 0,1 NOTE : Where n represent boot partition Once you have triggered a conversational bootstrap and have reached the SYSBOOT prompt, you will want to request that OpenVMS read the system startup commands directly from the system console. This, in place of reading the startup commands from the default OpenVMS system startup procedure, SYS$SYSTEM: STARTUP.COM . You will also want to disable the windowing system, if any, and you will want to request that the parameter changes not be recorded. SYSBOOT> SET/STARTUP OPA0: SYSBOOT> SET WINDOW_SYSTEM 0 SYSBOOT> SET WRITESYS...
Comments
Post a Comment