On Wed, 2004-10-06 at 11:42, James Melin wrote: > Our VM sysprog is out sick, and has been like down for 2 days now. Don't > think he'll be back this week. > I had been looking at the HOWTO vdiskswp.html but this is for a 2.2.16 > system, as there is no /sbin/init.d/boot in SLES8.
The beauty of SWAPGEN is that you don't need to modify anything in init.d. Just have the Linux guest IPL CMS and run SWAPGEN on device 0300, and then IPL from its Linux boot device. Make sure that Linux sees 0300 at IPL. Let's pretend it's /dev/dasdc. Now you need the following in /etc/fstab: /dev/dasdc1 swap swap defaults 0 1 Or, if you are using it in FBA rather than DIAG mode, /dev/dasdc swap swap defaults 0 1 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
