| 621 | The pnode only have to be bootstrapped once per experiment swap in. Once |
| 622 | a pnode is bootstrapped into chef, <i>chef-client</i> needs to be run. |
| 623 | |
| 624 | The <i>pnode</i> role will spawn the containers and configure them. So |
| 625 | once the <i>chef-client</i> command is run on a pnode, all containers |
| 626 | on that be pnode will be running and configured. |
| 627 | |
| 628 | <pre> |
| 629 | $ ssh <i><pnode></i>.<i><expid></i>.<i><projid></i> |
| 630 | $ cd <i><config_server-repo></i>/bin |
| 631 | $ sudo chef-client |
| 632 | </pre> |
| 633 | |