home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13629 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!wupost!csus.edu!netcom.com!netcomsv!iscnvx!enterprise!news
  3. From: marshall@force.ssd.lmsc.lockheed.com (Bob Marshall)
  4. Subject: Re: Ethernet address from DCL
  5. Message-ID: <1992Aug13.181844.19727@enterprise.rdd.lmsc.lockheed.com>
  6. Reply-To: marshall@force.ssd.lmsc.lockheed.com
  7. Sender: news@enterprise.rdd.lmsc.lockheed.com
  8. Nntp-Posting-Host: nebula.ssd.lmsc.lockheed.com
  9. Organization: LMSC, Sunnyvale, California
  10. References: <13AUG199209282884@reg.triumf.ca>
  11. Date: Thu, 13 Aug 92 18:18:44 GMT
  12. Lines: 21
  13.  
  14. In article <13AUG199209282884@reg.triumf.ca>, grant@reg.triumf.ca (Peter A. Grant) writes:
  15. >Following all of the other requests about obtaining system information from
  16. >DCL:  is it possible to obtain the Ethernet address (the real one 08-00...)
  17. >from the DCL level?
  18.  
  19. Well, this sort of stretches "from DCL", but ...
  20.  
  21. $ NCP :== $SYS$SYSTEM:NCP
  22. $ NCP SHOW LINE xxx-x CHARACTERISTICS TO filename
  23. $ SEARCH filename "Hardware address" [/OUTPUT=another_filename]
  24.  
  25. Note that 'filename' is created if it doesn't exist, and is appended to
  26. if it does exist (strange???).
  27.  
  28. =============================================================================
  29. Bob Marshall                     \\     "It ain't age
  30. Lockheed Missiles & Space Co.     \\     That makes me look this way
  31. Sunnyvale, CA                      \\    It ain't the years, boys,
  32. marshall@force.ssd.lmsc.lockheed.com\\   It's the miles"
  33. "I tell the truth 'cept when I lie"  \\     - Chris LeDoux
  34. =============================================================================
  35.