<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Killing users using the username in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977699#M12114</link>
    <description>Now I am not able to login with any of the user-id. I have even tried with the system id, but it doesn't allow to login into the sesion.&lt;BR /&gt;Now,in such case let me know how can I go further for atleast one login from whichI can recover all the settings back.&lt;BR /&gt;&lt;BR /&gt;Amit.</description>
    <pubDate>Wed, 11 Apr 2007 01:56:20 GMT</pubDate>
    <dc:creator>Amit Phadnis</dc:creator>
    <dc:date>2007-04-11T01:56:20Z</dc:date>
    <item>
      <title>Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977682#M12097</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any command in openvms which can be used to kill the users using the username?&lt;BR /&gt;My requirement:&lt;BR /&gt;application team is doing some activity on the server.The activity will be for 2 days. for this period they want me to kill the users other than the 10 specified usernames ( they will be giving me usernames which are required to login at this time)&lt;BR /&gt;I can use, SET LOGINS/INTERACTIVE=10 , to limit the number of logins, but I do not know how to kill the users who are wrongly get connected to the server. I can not watch the logins continuously for 2 days.&lt;BR /&gt;&lt;BR /&gt;any advice? any script that will achive this?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Atul&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 14:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977682#M12097</guid>
      <dc:creator>Atul Subhedar</dc:creator>
      <dc:date>2007-04-09T14:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977683#M12098</link>
      <description>check out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1109426" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1109426&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;carefully read and re-read.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; SET LOGINS/INTERACTIVE=10 &lt;BR /&gt;&lt;BR /&gt;bad idea. That's just a number of users irrespective of the usernames.&lt;BR /&gt;&lt;BR /&gt;1) IF you can give safely give OPER priv to the 10 'special' users then you can just use SET LOGINS/INTERACTIVE=0&lt;BR /&gt;&lt;BR /&gt;2) It might be 'good enough' to temporarely edit SYS$MANAGER:SYLOGIN.COM (or whatever central login script your site uses) and put in code like:&lt;BR /&gt;&lt;BR /&gt;[untested!]&lt;BR /&gt;&lt;BR /&gt;$SPECIAL = ",aap,noot,mies,"&lt;BR /&gt;$USER =  "," + f$getjpi("","USERNAME") + ","&lt;BR /&gt;IF F$MODE.EQS.INTERACTIVE .AND.&lt;BR /&gt;   F$LOC(USER,SPECIAL).EQ.F$LEN(SPECIAL) ...&lt;BR /&gt;&lt;BR /&gt;The above is actually a bit more tricky to get really fool-proof, but probably will do fine for the 2 day issue.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 15:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977683#M12098</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-09T15:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977684#M12099</link>
      <description>Atul,&lt;BR /&gt;&lt;BR /&gt;There are two relatively straightforward ways to do this, both of which involve adding a check to SYS$MANAGER:SYLOGIN.COM. To wit:&lt;BR /&gt;&lt;BR /&gt;- If all of the members in the server team are in the same group (or if all of them hold SYSPRV, which should not be held by normal users), then a check for users who hold SYSPRV would accomplixh more or less what you desire.&lt;BR /&gt;&lt;BR /&gt;- If the members of the server team are not so easily identified, you can create an identifier (e.g., SERVER_TEAM) and grant it to each of the ten users who are allowed to login).&lt;BR /&gt;&lt;BR /&gt;You want to restrict these checks for interactive users, otherwise a variety of background processes are likely to have problems. &lt;BR /&gt;&lt;BR /&gt;I have used this approach often, with no problems.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 09 Apr 2007 15:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977684#M12099</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-04-09T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977685#M12100</link>
      <description>Hi Bob,&lt;BR /&gt; I think 2nd option will be ok in my situation. can u please tell me how I can achive this.I mean any major changes ? I am comparatively new to openvms, basically a unix and storage guy.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Atul&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 15:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977685#M12100</guid>
      <dc:creator>Atul Subhedar</dc:creator>
      <dc:date>2007-04-09T15:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977686#M12101</link>
      <description>&lt;!--!*#--&gt;1.  Use the AUTHORIZE utility to create an identifier called SERVER_TEAM (or whatever name you wanna call it)&lt;BR /&gt;&lt;BR /&gt;   UAF&amp;gt; ADD/ID SERVER_TEAM&lt;BR /&gt;&lt;BR /&gt;2.  GRANT the identifier to the users you wish to allow login.&lt;BR /&gt;&lt;BR /&gt;   UAF&amp;gt; GRANT/ID SERVER_TEAM username&lt;BR /&gt;&lt;BR /&gt;3.  Edit SYS$MANAGER:SYLOGIN.COM and add the following at the beginning of the file:&lt;BR /&gt;&lt;BR /&gt;$ IF F$MODE() .EQS. "INTERACTIVE"&lt;BR /&gt;$ THEN&lt;BR /&gt;$   RIGHTS = F$GETJPI("","PROCESS_RIGHTS")&lt;BR /&gt;$   IF F$LOCATE("SERVER_TEAM",RIGHTS) .EQ. F$LEN(RIGHTS)&lt;BR /&gt;$   THEN&lt;BR /&gt;$      WRITE SYS$OUTPUT "Logins are currently disallowed!"&lt;BR /&gt;$      LOGOUT&lt;BR /&gt;$   ENDIF&lt;BR /&gt;$ ENDIF&lt;BR /&gt;&lt;BR /&gt;4  SET LOGIN/INTER=0&lt;BR /&gt;&lt;BR /&gt;Not foolproof but it should be ok for 2 days of use.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 15:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977686#M12101</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2007-04-09T15:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977687#M12102</link>
      <description>Atul,&lt;BR /&gt;&lt;BR /&gt;I would concur with what Ed posted.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 09 Apr 2007 16:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977687#M12102</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-04-09T16:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977688#M12103</link>
      <description>What Edgar has posted is almost exactly what I have had to do on test machines.  Setup group ID and then check if the account has it in sylogin and then make sure the sylogin explains why those without the ID are being booted -- the explanation cuts down on calls.&lt;BR /&gt;&lt;BR /&gt;I would also suggest updating announce and welcome to indicate the system is locked to specific users for "test" activites during those days.&lt;BR /&gt;&lt;BR /&gt;Another thing is if you don't want access or activities via alternate connectivity (i.e. ftp, rservices) which would be to make sure the connections check if its the specific people / user names.</description>
      <pubDate>Mon, 09 Apr 2007 18:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977688#M12103</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2007-04-09T18:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977689#M12104</link>
      <description>re: Edgar,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;$   RIGHTS = F$GETJPI("","PROCESS_RIGHTS")&lt;BR /&gt;&amp;gt;&amp;gt;$   IF F$LOCATE("SERVER_TEAM",RIGHTS) .EQ. F$LEN(RIGHTS)&lt;BR /&gt;&lt;BR /&gt;  This test can give incorrect results if the identifier you're searching for is a substring of some other identifier, say "NOT_SERVER_TEAM". You need to bracket both the search and searched strings in delimiters to get a positive match. (I also don't like EQ tests, I always code F$LOCATE checks as GE)&lt;BR /&gt;&lt;BR /&gt;$ RIGHTS=","+F$GETJPI("","PROCESS_RIGHTS")+","&lt;BR /&gt;$ IF F$LOCATE(",SERVER_TEAM,",RIGHTS) .GE. F$LENGTH(RIGHTS)&lt;BR /&gt;&lt;BR /&gt;Another trick is to use a file with a "reverse" ACL:&lt;BR /&gt;&lt;BR /&gt;LOGOUT.COM&lt;BR /&gt;$ WRITE SYS$OUTPUT "Logins disabled, go away"&lt;BR /&gt;$ LOGOUT&lt;BR /&gt;&lt;BR /&gt;add an ACL:&lt;BR /&gt;&lt;BR /&gt;(IDENTIFIER=SERVER_TEAM,ACCESS=NONE)&lt;BR /&gt;(IDENTIFIER=*,ACCESS=READ+EXECUTE)&lt;BR /&gt;&lt;BR /&gt;Add to SYLOGIN.COM&lt;BR /&gt;$ @LOGOUT&lt;BR /&gt;&lt;BR /&gt;Since the server team doesn't have execute access to the procedure, they don't execute the logout command. Everyone else does&lt;BR /&gt;(including those users who have BYPASS privilege enabled by default ;-)&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 18:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977689#M12104</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-04-09T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977690#M12105</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Announce and welcome files message is a nice suggestion and I also like the LOGOUT trick. I will try to implement all these 3-4 options on my test machine. &lt;BR /&gt;&lt;BR /&gt;One more thing , any book available for basic scripting on openvms?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Atul&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 19:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977690#M12105</guid>
      <dc:creator>Atul Subhedar</dc:creator>
      <dc:date>2007-04-09T19:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977691#M12106</link>
      <description>Atul,&lt;BR /&gt;&lt;BR /&gt;Thanks for providing the "requirement" along with your specific question.  If you hadn't, you would have gotten a lot of responses that would have answered your question about killing a process based on its username, but that wouldn't have led to the correct solution to your problem, which is to prevent the users from ever getting past sylogin.com.  It is much better not to allow someone to start working, than to kill them once they have started.&lt;BR /&gt;&lt;BR /&gt;You did not specify whether network or batch jobs for other users should be allowed.  The script above checks for interactive jobs only.  To prevent batch jobs from running, there are better ways than checking in sylogin, because we can tell VMS to not even start.  &lt;BR /&gt;&lt;BR /&gt;You can use a command like &lt;BR /&gt;&lt;BR /&gt;$ show queue/bat/all/by&lt;BR /&gt;&lt;BR /&gt;to show all batch entries in all queues that are not empty.&lt;BR /&gt;&lt;BR /&gt;If you have users with batch jobs that submit themselved to run periodically, you may want to find them, and either put them on hold ($ set entry/hold #) or set them to release after the period has expired ($ set entry/after=data_time).&lt;BR /&gt;&lt;BR /&gt;See help set entry for details.&lt;BR /&gt;&lt;BR /&gt;If you choose to use the logout.com trick, make SURE you have an account that has privilege but doesn't have bypass enabled by default.  For example, the SYSTEM account will not be able to log in.  I would not use that method, but it will work.  Just be sure you understand why it works, and what class of users it will affect.  Another reason I don't like that solution is that it will throw an error when access is disallowed.&lt;BR /&gt;&lt;BR /&gt;RE: question about basic scripting.  Learn to use search in IRTC and Google, That will get you results to most of your question much quicker than users will respond.&lt;BR /&gt;&lt;BR /&gt;I recommend:  OpenVMS User's Manual &lt;A href="http://h71000.www7.hp.com/doc/731FINAL/DOCUMENTATION/PDF/OVMS_731_USERS.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/731FINAL/DOCUMENTATION/PDF/OVMS_731_USERS.PDF&lt;/A&gt; chapters 13-15.  And at least a read of the table of contents, since there is a lot of other useful information in that manual.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 20:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977691#M12106</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-09T20:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977692#M12107</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I have tried the method  which EdgarZamora has mentioned.&lt;BR /&gt;But after doing that, the username to whom the identifier is granted is also not able to login. Also now as I have set the interactive login=0, so I am not able to login.&lt;BR /&gt;&lt;BR /&gt;So pls suggest on this, how should I go further.&lt;BR /&gt;&lt;BR /&gt;Amit.</description>
      <pubDate>Tue, 10 Apr 2007 05:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977692#M12107</guid>
      <dc:creator>Amit Phadnis</dc:creator>
      <dc:date>2007-04-10T05:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977693#M12108</link>
      <description>I would go for the solution of Hein.&lt;BR /&gt;The ACL would give audit alarms when access is refused (we monitor file access failures).&lt;BR /&gt;&lt;BR /&gt;But depending on the usage, also exclude network (and even batch and detached) or users could try to do rsh to start a decterm.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 10 Apr 2007 06:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977693#M12108</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-04-10T06:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977694#M12109</link>
      <description>&amp;gt;  have set the interactive login=0, so I am not able to login&lt;BR /&gt;&lt;BR /&gt;When the interactive login limit is set to 0 only those users with OPER privilege may log in.</description>
      <pubDate>Tue, 10 Apr 2007 06:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977694#M12109</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2007-04-10T06:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977695#M12110</link>
      <description>Ok, But suppose if any of the user don't have OPER priv, in that case how can we go ahead.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2007 06:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977695#M12110</guid>
      <dc:creator>Amit Phadnis</dc:creator>
      <dc:date>2007-04-10T06:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977696#M12111</link>
      <description>I don't understand the recommendation to do a set login/int=0 if the identifer was being used to limit logins.  My guess is that he meant either steps 1-3 or step 4, but not both.&lt;BR /&gt;&lt;BR /&gt;In general when testing things like this, never log out after you have made the change, leave yourself logged in, and then test from another terminal/terminal emulator session, for exactly this reason.  You don't want to burn the bridge behind you.&lt;BR /&gt;&lt;BR /&gt;Another testing technique is to comment out "dangerous commands".  For example, if you are writing something that deletes files, comment the delete out, and run with "SET VERIFY" in effect so you can verify that it would have deleted what you &lt;BR /&gt;intended, and not something else.&lt;BR /&gt;&lt;BR /&gt;Now to the problem at hand:&lt;BR /&gt;&lt;BR /&gt;If there isn't a privileged user that is currently logged in, and there are no usernames that have both OPER priv as a default privilege AND the identifier, then you need to download the VMS FAQ and read the section on how to get access via the system console.  I think you are going to have to halt the system, do a conversation boot, set the startup to the console terminal, etc.  It's all well documented in the FAQ.&lt;BR /&gt;&lt;BR /&gt;Hopefully you do have an account with OPER priv that you granted the identifier to.  If so, log into that account and issue&lt;BR /&gt;&lt;BR /&gt;$ set login/int=9999&lt;BR /&gt;&lt;BR /&gt;Then any account that has the identifier will be able to log in.&lt;BR /&gt;&lt;BR /&gt;I would put an additional check in your test that allows any account with OPER priv to bypass the LOGOUT&lt;BR /&gt;&lt;BR /&gt;$ IF F$MODE() .EQS. "INTERACTIVE"&lt;BR /&gt;$ THEN&lt;BR /&gt;$   RIGHTS=","+F$GETJPI("","PROCESS_RIGHTS")+"," &lt;BR /&gt;$   IF F$LOCATE(",SERVER_TEAM,",RIGHTS) .GE. F$LENGTH(RIGHTS) .AND. F$PRIVILEGE("NOOPER")&lt;BR /&gt;$   THEN&lt;BR /&gt;$      WRITE SYS$OUTPUT "Logins are currently disallowed!"&lt;BR /&gt;$      LOGOUT&lt;BR /&gt;$   ENDIF&lt;BR /&gt;$ ENDIF&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 10 Apr 2007 06:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977696#M12111</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-10T06:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977697#M12112</link>
      <description>Atul,&lt;BR /&gt;&lt;BR /&gt;If you are using my suggestion, you do not use SET LOGIN/INTERACTIVE=0 (as was noted by others,  that will prevent even those users who hold the identifier).&lt;BR /&gt;&lt;BR /&gt;As to the check for the identifier, my apology for not missing that quirk in Edgar's suggested code (particularly sincere, as I wrote an article on that precise bug on OpenVMS.org, see "Pitfalls of F$LOCATE and other functions", &lt;A href="http://www.openvms.org/stories.php?story=03/03/31/6547431" target="_blank"&gt;http://www.openvms.org/stories.php?story=03/03/31/6547431&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;The solution (as noted in that column) is to bracket the identifier list returned by F$GETJPI with "," characters, and include the "," as part of the string that is being searched for (e.g., search for ",SERVER_MANAGERS,") thus guaranteeing that partial matches do not occur.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 10 Apr 2007 07:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977697#M12112</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-04-10T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977698#M12113</link>
      <description>&lt;BR /&gt;Sorry about the SET LOGIN/INTER=0 that was incorrect.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2007 08:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977698#M12113</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2007-04-10T08:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977699#M12114</link>
      <description>Now I am not able to login with any of the user-id. I have even tried with the system id, but it doesn't allow to login into the sesion.&lt;BR /&gt;Now,in such case let me know how can I go further for atleast one login from whichI can recover all the settings back.&lt;BR /&gt;&lt;BR /&gt;Amit.</description>
      <pubDate>Wed, 11 Apr 2007 01:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977699#M12114</guid>
      <dc:creator>Amit Phadnis</dc:creator>
      <dc:date>2007-04-11T01:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977700#M12115</link>
      <description>Atul,&lt;BR /&gt;&lt;BR /&gt;Here's one possible way to get in without halting the system.&lt;BR /&gt;&lt;BR /&gt;The check is only checking for interactive logins and the set login/int=0 affects only interactive users..&lt;BR /&gt;&lt;BR /&gt;If you have access to a account with network access allowed, and with delete access to the highest version of sylogin.com that was edited, then you can ftp into the system from that username, and rename the highest version of the sylogin.com you created.&lt;BR /&gt;&lt;BR /&gt;i.e.  from a system that has access to the test network.  This example will use windows ftp.&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt;ftp testbox&lt;BR /&gt;Connected to testbox.&lt;BR /&gt;220 testbox.helpme.com FTP Server (Version 5.1) Ready.&lt;BR /&gt;User (testbox:(none)): atul&lt;BR /&gt;331 Username atul requires a Password&lt;BR /&gt;Password:&lt;BR /&gt;230 User logged in.&lt;BR /&gt;ftp&amp;gt; ren sys$manager:sylogin.com; sylogin.lockout;*&lt;BR /&gt;350 File SYS$SYSROOT:[SYSMGR]sylogin.com; will be renamed.&lt;BR /&gt;250 File SYS$COMMON:[SYSMGR]SYLOGIN.COM;54 renamed to SYS$COMMON:[SYSMGR]SYLOGIN.LOCKOUT;54&lt;BR /&gt;ftp&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;At this point, the previous version of sylogin.com should be in effect again, so log in and verify that things are working.&lt;BR /&gt;&lt;BR /&gt;Next time, test a copy of the new portion of the command file interactively before you put in in place.&lt;BR /&gt;&lt;BR /&gt;Fortunately, you did this on a test machine.&lt;BR /&gt;&lt;BR /&gt;I you have no privileged accounts with network access, then you will need to follow the advice I gave before, which was to download the frequently asked questions (FAQ) and read the section about getting access to the system via the system console.&lt;BR /&gt;&lt;BR /&gt;Try the FTP method first.&lt;BR /&gt;&lt;BR /&gt;The commands:  login to ftp&amp;gt; prompt then issue the commands: cut and paste starting with "ren"&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; ren sys$manager:sylogin.com; sylogin.lockout;*&lt;BR /&gt;ftp&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Apr 2007 02:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977700#M12115</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-11T02:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Killing users using the username</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977701#M12116</link>
      <description>Hi,&lt;BR /&gt;I have used this ftp method to rename the sylogin.com file, but getting failure message to change in the sys$common directory. It renames in the sys$root directory.&lt;BR /&gt;So is it like that, we have to use system id and password during ftp and then rename.&lt;BR /&gt;&lt;BR /&gt;whatever I have mentioned above is result when I am using normal username and password.&lt;BR /&gt;&lt;BR /&gt;Pls let me know, so that I can ask the guy with system id to do this.&lt;BR /&gt;&lt;BR /&gt;Amit.</description>
      <pubDate>Wed, 11 Apr 2007 07:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/killing-users-using-the-username/m-p/3977701#M12116</guid>
      <dc:creator>Amit Phadnis</dc:creator>
      <dc:date>2007-04-11T07:12:37Z</dc:date>
    </item>
  </channel>
</rss>

