HP OpenVMS Systemsask the wizard | 
	
 The Question is: Is there any way to show a listing of the hardware on your machine??? How many cpu's, and that sort of thing. The Answer is : 
 
  Yes, there are various ways.
 
  Among the easiest:
    $ ANALYZE/SYSTEM
    SDA> CLUE CONFIG
 
  Alternatively:
    $ SHOW CPU
    $ SHOW MEMORY
    $ SHOW DEVICE
 
 
 
  |