home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13832 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.2 KB

  1. Path: sparky!uunet!ogicse!hp-cv!sdd.hp.com!hplabs!ucbvax!lrw.com!leichter
  2. From: leichter@lrw.com (Jerry Leichter)
  3. Newsgroups: comp.os.vms
  4. Subject: RE: SHOW PROCESS SWAPPER
  5. Message-ID: <9208191325.AA04978@uu3.psi.com>
  6. Date: 19 Aug 92 12:45:52 GMT
  7. Article-I.D.: uu3.9208191325.AA04978
  8. Sender: usenet@ucbvax.BERKELEY.EDU
  9. Organization: The Internet
  10. Lines: 15
  11.  
  12.  
  13.     Yikes! I'm sure there's an easy answer for this one!  How come the
  14.     command "$SHOW PROCESS <process-name>" works on our standalone system,
  15.     but not on our cluster?  For example: $ SHOW PROCESS SWAPPER will work
  16.     on the standalone, but I get a "non-existent process" error on the
  17.     cluster. And yes, the process does exist.  Hmmm...
  18.  
  19. Process names are implicitly qualified by group number:  To see a process
  20. selected by name, the group under which you are running has to match the
  21. group under which the process is running.  The SWAPPER runs under SYSTEM,
  22. which is UIC [1,4]; so the "full" name of the process is [1]SWAPPER, where
  23. the [n] part of the name can't be specified explicitly.  I'll bet you are
  24. running from a process in group 1, probably SYSTEM, on the standalone
  25. system, but not on the cluster.
  26.                             -- Jerry
  27.