|  |  HP OpenVMS Systemsask the wizard | 
|  | 
 The Question is: How do I know/determine the CPU of a an alphaserver 1000.I am tryin to know whether it is 2 or 4 etc?? The Answer is : 
 
  The DCL commands useful here are SHOW CPU, SHOW LICENSE/CHARGE, etc.
  Various system service itemcodes (and associated DCL lexical codes)
  for $getsyi also exist, such as the following:
 
    $ x=f$getsyi("AVAILCPU_CNT")
    $ x=f$getsyi("ACTIVECPU_CNT")
    $ x=f$getsyi("POTENTIALCPU_CNT")
 
 
 
 |