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