[Simh] SIMH VAXcluster - shadow disk issues

Lennert Van Alboom lennert at vanalboom.org
Sun Jan 22 07:58:10 EST 2012


On Fri, Jan 20, 2012 at 09:28:50AM -0800, Mark Pizzolato - Info Comm wrote:
>
>Can you provide the simh configuration files for each of these VAX instances?  These may be relevant to understanding what is happening.

Sure. Both config files are identical, except for the MAC address, tunX device, and subdirectory in /srv/vax:

	LOAD -r /srv/vax/ka655x.bin
	ATTACH nvr /srv/vax/WHISKY/nvram.bin
	
	SET RQ0 RA90
	SET RQ1 RA90
	ATTACH RQ0 /srv/vax/WHISKY/VMS-RQ0.dsk
	ATTACH RQ1 /srv/vax/WHISKY/VMS-RQ1.dsk
	
	SET RQ2 RRD40
	ATTACH RQ2 /srv/vax/VMS-VAX.iso
	
	SET CPU 64M
	SET CPU IDLE
	SET CPU CONHALT
	
	SET RL DISABLE
	SET TS DISABLE
	
	SET XQ MAC=0a:1b:2c:3d:4e:5f
	ATTACH XQ tun1
	
	DEP BDR 0
	
	BOOT CPU
	EXIT

In the meantime, I'll check if I can get my hands on a recent patch kit for 7.3.

Thanks,

Lennert




More information about the Simh mailing list