Operating System - OpenVMS
1753760 Members
4984 Online
108799 Solutions
New Discussion

Re: Only SYSTEM account is slow

 
Joewee
Regular Advisor

Only SYSTEM account is slow

OpenVMS V7.3-2

Aplha ES45

Clustered

 

 

  Only SYSTEM account is slow. No matter what command we execute on system account we can see a considerable log.

 

  Even when we submit a small command procedure with jus $ show time and $ exit it takes 30 minutes to complete, none of the other account is facing such issues.

 

  Just to login it takes around 5 minutes.

 

 

 Not sure wher to start with.

 

  Verified sylogin and login but nothing special, not calling any additional command procedures only some symbols getting assigned.

   Verified and analyzed the disk for errors, checked fragenmentation. (system account login directory is different from sys$manager). It was working fine for a  long time suddenly getting this problem.

 

  

 One point to note is all other accounts are working fine.

2 REPLIES 2
Steven Schweda
Honored Contributor

Re: Only SYSTEM account is slow

 
John Gillings
Honored Contributor

Re: Only SYSTEM account is slow

When logging in, try skipping LOGIN.COM:

 

Username: SYSTEM/NOCOMMAND

Password: ...

 

or edit the file and add an initial line "$ EXIT". This will eliminate some environmental issues like inappropriate definitions of DCL$PATH. If that makes no difference, add a new initial line to SYLOGIN.COM

 

$ IF F$EDIT(F$GETJPI("","USERNAME") ,"TRIM,UPCASE").EQS."SYSTEM" THEN EXIT

 

If that doesn't help, please post the log file for your long running "SHOW TIME" procedure.

A crucible of informative mistakes