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