!LGSET - Command File to set up the D1, D2, and D3 handlers ! !Give the DUCM handler the name it will require for TSX-plus ! copy ducm.tsx du.tsx ! !We do not have to set up the MSCP Handler, DUCM.TSX !Its defaults are DU0-DU7 == Partitions 0 - 7 on drive 0 ! !Set up the first large disk handler !(the second 256 Mbytes on drive zero): ! run d1.tsx 0:/U:0/P:10 1:/U:0/P:11 2:/U:0/P:12 3:/U:0/P:13 4:/U:0/P:14 5:/U:0/P:15 6:/U:0/P:16 7:/U:0/P:17 ^C ! !Set up the second large disk handler !(the first 256 Mbytes on drive one) ! run d2.tsx 0:/U:1/P:0 1:/U:1/P:1 2:/U:1/P:2 3:/U:1/P:3 4:/U:1/P:4 5:/U:1/P:5 6:/U:1/P:6 7:/U:1/P:7 ^C ! !Set up the third large disk handler !(the second 256 Mbytes on drive one) run d3.tsx 0:/U:1/P:10 1:/U:1/P:11 2:/U:1/P:12 3:/U:1/P:13 4:/U:1/P:14 5:/U:1/P:15 6:/U:1/P:16 7:/U:1/P:17 ^C !Note that the numbers used were octal. They correspond to the ! decimal numbers 8 through 15. ! !End of LGSET.COM