At 08:47 PM 2/24/2008, Dan Gahlinger wrote:
actually, you do. to do an "interactive
login" you need a valid license.
No, actually, you don't. Console login doesn't require a valid license.
See the OpenVMS FAQ. Please note that "console" does not mean the
graphics device. You will get a "nolicense" error if that's the case.
otherwise you need to do the password bypass method
I used B/R5 break method, set /startup opa0:, set writesysparams 0,
continue, spawn
after that run authorize, change password. logout, login, failed.
thats what the openvpn faq suggests, and I believe I've used it before.
Perhaps if you use the Open *VMS* FAQ it'd work better. :-)
After "spawn", you forgot "@SYS$SYSTEM:STARTUP". Without that, the
necessary protected shared libraries won't be installed. However, you
probably did execute that, as you can't run authorize without those
being installed.
You may have a disabled system account or some other problem. Perhaps
just using UAFALTERNATE set to 1 will work.
In AUTHORIZE, "mod
system/password=whatever/nopwdexpired/flags=(nodisuser,nocaptive,nopwd_expired,norestricted)"
Those are the most likely bogon flags that could be causing you
problems that I can think of.
-Rick