Changes between Version 13 and Version 14 of NeoContainers


Ignore:
Timestamp:
Jul 13, 2015 12:35:53 PM (9 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NeoContainers

    v13 v14  
    6969}}}
    7070
     71Fun things to do after the containers are running.
     72* Login to a node:
     73  * {{{ssh pnode-0000}}}. {{{ssh username@[nodename]}}}. Cygwin is installed on the Windows node so you can ssh to Windows containers as well.
     74* Play around with Vagrant. To use: a) ssh to any pnode-XXXX, b) {{{sudo su -}}}, c) {{{cd /space/vagrant_home}}}
     75  * Confirm containers are running: {{{vagrant status}}}
     76  * ssh to a node (windows or no): {{{vagrant ssh [node name]}}} (login {{{vagrant}}}, password {{{vagrant}}}
     77  * reboot a container: {{{vagrant reload [node name]}}}. Or halt then restart a node: {{{vagrant halt [node name]}}}, {{{vagrant up [node name]}}}
     78* Login to a Windows desktop:
     79  * build ssh tunnel to port 3389 on the pnode. {{{ssh -L3389:pcXXX:3389 users.deterlab.net}}}
     80  * use client RDP to connect to localhost:3389. Login {{{vagrant}}}, password {{{vagrant}}}.
     81* Play around with {{{knife}}}, the command line interface to Chef.
     82  * login to the {{{config}}} node
     83  * cd to {{{/space/local/chef/chef-repo}}}
     84  * Use knife.
     85    * {{{knife node list}}}
     86    * {{{knife node show [node name]}}}
     87    * {{{knife --help}}}
     88 
    7189=== Execution Flow ===
    7290