I am trying to create a create to backup all our VIO servers from one central server (our NIM). I'm using the supported method by running an ssh command to the HMC to run the mount (mounts nfs filesystem to VIO server) and then a backupios command to execurte the backup. This is all in a loop which reads a file that has all our VIO servers listed. The problem I'm encountering is that it does the 1st VIO backup correctly but never loops back to read the rest of the file. I know the syntax of the do while is correct because if I comment out the ssh commands and just echo out the server name I see that it loops thru just fine. There is something about the ssh/viosvrcmd statements that throws it out of the loop.
Anyone have any ideas?
Thanx,
Ken
Anyone have any ideas?
Thanx,
Ken