[Info-vax] Sharing CDROM on Alpha Server
Stephen Hoffman
seaohveh at hoffmanlabs.invalid
Sat Jan 16 21:34:54 EST 2021
On 2021-01-17 00:22:58 +0000, nw.jo... at ieee.org said:
> I have been experimenting with mop-loading NetBSD from a Linux system,
> but it panics when it tries to mount root after 7500 packets
> successfully sent over the net. (I'm using TCP/IP not DECNet). So I
> thought I would try booting the NetBSD install CDROM from my Alpha
> server. Nowhere in the manuals can I find out how to set up MOP or NFS
> server under VMS. Is this something that is so old that support has
> been dropped? I suppose I could leave mopd on the Linux machine and
> just try to get the ISO image under NFS if that would work.
> Any help appreciated,
The OpenVMS doc is utter shite, here. Unfortunately. I know how this
stuff works, and I can't find references. This stuff is, however,
supported, as it's how Alpha cluster satellites, terminal servers, and
other boxes boot.
MOP:
The general sequence enables MOP service on the device using the LANCP
utility, then maps the MAC to the host and its settings, then loads the
device settings into the volatile (live) database, then loads all node
settings into the volatile database.
LANCP> SET DEVICE {device}
/MOPDLL=(ENABLE,EXCLUSIVE,KNOWNCLIENTSONLY,SIZE=1482)
LANCP> DEFINE NODE {name} /ADDRESS={MAC-address} /BOOT_TYPE=OTHER
/FILE={filename}
LANCP> SET DEVICE {device} /PERMANENT
LANCP> SET NODE /ALL /PERMANENT
The download files are usually placed in LAN$DLL:
Logs are sometimes useful for determining what happened...
LANCP> SHOW LOG
https://wiki.vmssoftware.com/LANCP
Above assumes you're not running a fossil version of OpenVMS; V8.4 is
prolly the oldest you want to run nowadays.
NFS server:
http://h30266.www3.hpe.com/odl/i64os/network/tcpip57eco2/6526/6526pro_contents_005.html#toc_chapter_22
HPE Hobbyists had access to some patches for TCP/IP Services V5.7 IIRC,
and you'll want those. NFSv3 client support was added with V5.7 ECO2,
though NFSv3 server was around a bit longer. But there've been bugs
fixed, too. Get the patches. Or run the VSI OpenVMS Alpha or OpenVMS
I64 hobbyist kits, with the patches.
The above will at least give you some search targets, not that I've
been able to locate all that much.
I'd initially thought maybe Vnetek might have some how-to documentation
related to DECservers, but that website is now gone.
--
Pure Personal Opinion | HoffmanLabs LLC
More information about the Info-vax
mailing list