This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tasks:adding_new_machines [2020/11/09 19:38] djgalloway [Step 8: E-mail the team to know OS's version that should be installed on the new machines] |
tasks:adding_new_machines [2021/03/04 20:11] (current) djgalloway |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| Check if the switch ports(BMC/front) may need to be changed | Check if the switch ports(BMC/front) may need to be changed | ||
| - | You can tell by sshing to store01.front.sepia.ceph.com and zgrep -i "ac:1f:6b:c6:5a:7" /var/log/messages* | + | You can tell by sshing to store01.front.sepia.ceph.com and running ''%%zgrep -i "ac:1f:6b:c6:5a:7" /var/log/messages*%%'' |
| the DHCP server listens on all interfaces. and bond0 is on the front vlan. The requests should be coming in on br-ipmi for BMCs if not that tells us the switch BMC port is probably on the wrong vlan. | the DHCP server listens on all interfaces. and bond0 is on the front vlan. The requests should be coming in on br-ipmi for BMCs if not that tells us the switch BMC port is probably on the wrong vlan. | ||
| If thats the case, we need a switch port config change and we do it according to this wiki - https://wiki.sepia.ceph.com/doku.php?id=services:networking | If thats the case, we need a switch port config change and we do it according to this wiki - https://wiki.sepia.ceph.com/doku.php?id=services:networking | ||
| Line 38: | Line 38: | ||
| - Set ''setup_user: true'' | - Set ''setup_user: true'' | ||
| - Set ''use_dhcp: true'' | - Set ''use_dhcp: true'' | ||
| - | - ''ansible-playbook tools/set-bmc-static.yml --limit $NEW_MACHINE_TYPE'' | + | - ''%%ansible-playbook tools/set-bmc-static.yml --limit $NEW_MACHINE_TYPE%%'' |