Hello,
I have set up my Linux image working with a swap configurated via VDISK. As required 
I've updated fstab to accomplish configuration, inserting a line as:

/dev/dasdd1     none       swap      sw

After IPL is finished I'm not able to view swap activated because Linux seems to be 
not able to verify swap signature on VDISK.
As many redbooks wrote, I've set up PROFILE EXEC with some commands as:

'ACCESS 300 B'                
if rc <> 0 Then Do            
    push 'SWAP'               
    push '1'                  
    'FORMAT 300 B ( BLK 4096' 
    push '1'                  
    'RESERVE LINUX SWAP B6'   
    End                       
'RELEASE B'                   

but this didn't solve problem.

I have only idea to insert a new line on "/sbin/inet.d/boot" file to make a swap:

mkswap /dev/dasdd1 

before activate swap. This seems to work fine if is set up manually!


Someone can suggest me any things????
Thank's 
Max

Reply via email to