View Single Post

   
  #1 (permalink)  
Old 01-04-2008, 09:38 PM
Mike
 
Posts: n/a
Default nim pushing mksysb?

I have the possibility of getting p650 for partitioning, but I
want to make sure that I have the migration procedure down.
I am running the following:

#!/bin/sh

nim -o allocate -a lpp_source=520_lpp drtest
nim -o allocate -a spot=520_spot drtest
nim -o allocate -a mksysb=txspf111_mksysb drtest

nim -o reset -a force=yes drtest
nim -o bos_inst -a source=mksysb -a installp_flags='-agX' drtest

nim -o reset -a force=yes drtest
nim -o deallocate -a lpp_source=520_lpp drtest
nim -o deallocate -a spot=520_spot drtest
nim -o deallocate -a mksysb=txspf111_mksysb drtest

Seems this should work but the target server is not getting the
image through tftp. It seems like the target server is not even
sending a bootp broadcast to the nim master.

Any thoughts?

AIX 5.2.0-2 nim master
100 Mb/s network
Reply With Quote