I made one of the original requests for this support. I thought it was strange to have to provide the VDISK size for each individual virtual machine in a shared profile environment when it could be done in the directory, which is perhaps a more natural place for VM systems programmers.
Adam Thornton wrote:
So, for those of you playing along at home: I'll eventually release a new VMARC, but I need to find and update the help file sources first, and I need to do the whole thing under update control and build the package, and in the meantime: I'm using the 0803 SWAPGEN as my starting point. Lines 243-244 read: parse var msg . . . . . newblks . if blks <> newblks then signal WrongBlks /* Mismatch, error */ Between these two lines, stick: if blks = '' then blks = newblks (that's two single quotes, not one double quote) And there you go: if you use REUSE (as you would if the VDISK is specified in your directory entry) then you no longer need to specify the number of blocks. Adam ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
-- Rich Smrcina Phone: 414-491-6001 http://www.linkedin.com/in/richsmrcina Catch the WAVV! http://www.wavv.org WAVV 2010 - Apr 9-14, 2010 Covington, KY ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
