Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!ukma!psuvm.bitnet!cunyvm!unknown From: rrk@byuvax.bitnet Newsgroups: comp.os.vms Subject: Re: Changing DECSERVER passwords Message-ID: <118rrk@byuvax.bitnet> Date: 7 May 88 16:43:08 GMT Lines: 26 You can do it all from one terminal. You still have to do it separately (to the best of my knowledge) on each DECServer: $ NCP:=$NCP $ NCP CONNECT NODE SERV0 will connect you to the console of DECServer node SERV0 (as known to DECNET for the purpose of automatic line service, I believe). You may have to type a password at this point. Then SET PRIV with the proper password. Then you can: SET PORT ALL PASSWORD XZXZXZ or do any other operation on all ports of the server at the same time. Actually: DEFINE PORT ALL PASSWORD BVBVBV is what you want to put it in the permanent database. (ctrl-D returns you to your terminal session) AMMON::RAY