Differences between revisions 5 and 6
Revision 5 as of 2017-09-29 13:55:56
Size: 766
Editor: localhost
Comment:
Revision 6 as of 2017-09-29 14:24:44
Size: 965
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
{{{
ansible --forks=50 B17 -m raw -a 'set /system1/bootconfig1/bootsource4 bootorder=5'
ansible --forks=50 B17 -m raw -a 'onetimeboot netdev1'
ansible --forks=50 B17 -m raw -a 'power reset'
}}}

iLO step 1

ansible B08 -m raw -a 'set /system1/bootconfig1/bootsource4 bootorder=5'
ansible B08 -m raw -a 'onetimeboot netdev1'
ansible B08 -m raw -a 'power reset'

ansible 172.26.14.50 -m raw -a 'set /system1/bootconfig1/bootsource4 bootorder=5'
ansible 172.26.14.50 -m raw -a 'onetimeboot netdev1'
ansible 172.26.14.50 -m raw -a 'power reset'

ansible B11 -m raw -a 'set /system1/bootconfig1/bootsource4 bootorder=5'
ansible B11 -m raw -a 'onetimeboot netdev1'
ansible B11 -m raw -a 'power reset'

ansible --forks=50 B14 -m raw -a 'set /system1/bootconfig1/bootsource4 bootorder=5'
ansible --forks=50 B14 -m raw -a 'onetimeboot netdev1'
ansible --forks=50 B14 -m raw -a 'power reset'

ansible --forks=50 B17 -m raw -a 'set /system1/bootconfig1/bootsource4 bootorder=5'
ansible --forks=50 B17 -m raw -a 'onetimeboot netdev1'
ansible --forks=50 B17 -m raw -a 'power reset'

首頁/2017-09-29 (last edited 2017-09-29 14:24:44 by localhost)