plan9front_-_plan_9_instance_under_xen
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plan9front_-_plan_9_instance_under_xen [2022/07/19 22:58] – hc9 | plan9front_-_plan_9_instance_under_xen [2024/09/07 06:41] (current) – ''’ hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Plan 9 instance under Xen ====== | ||
+ | |||
+ | ===== Installation or pre-generated ===== | ||
+ | |||
+ | === VPS Maintenance Shell === | ||
+ | |||
+ | <file config / | ||
+ | |||
+ | VPS Maintenance Shell for plan9* (xxx.xxx.xx.xx) | ||
+ | no stats collected. | ||
+ | |||
+ | [c] - Connect to your console | ||
+ | [l] - list your status | ||
+ | [r] - reset or start | ||
+ | [s] - Force Shutdown (not an OS shutdown) | ||
+ | [t] - toggle your Operating System | ||
+ | [i] - Switch your VPS ID (multiple VPS members only) | ||
+ | [x] - Clean install (destroys data) | ||
+ | [p] - Change your vps.sdf.org password | ||
+ | [u] - View current interface statistics | ||
+ | [U] - View all recorded interface statistics | ||
+ | [q] - Disconnect | ||
+ | |||
+ | [30-Oct-20 22:59:17] Command: q | ||
+ | Connection to vps? closed. | ||
+ | $ | ||
+ | </ | ||
+ | |||
+ | <file config / | ||
+ | |||
+ | [30-Oct-20 22:59:17] Command: r | ||
+ | |||
+ | Connect to the System Console - To return to the menu, press ^] | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | |||
+ | bootargs is (tcp, tls, il, local!device)[local!/ | ||
+ | </ | ||
+ | |||
+ | |x|Press the enter key to accept the default [ ].| | ||
+ | |||
+ | < | ||
+ | |||
+ | bootargs is (tcp, tls, il, local!device)[local!/ | ||
+ | user[glenda]: | ||
+ | </ | ||
+ | |||
+ | |x|Press the enter key to accept the default [ ].| | ||
+ | |||
+ | === step-by-step installation === | ||
+ | |||
+ | <file config / | ||
+ | |||
+ | Awaiting further step-by-step instructions. | ||
+ | </ | ||
+ | |||
+ | ==== default pre-generated installation ==== | ||
+ | |||
+ | === Install === | ||
+ | |||
+ | After receiving notification of an allocated VPS slice, connect by ‘'' | ||
+ | |||
+ | < | ||
+ | |||
+ | % WARNING! YOU WILL LOSE YOUR DATA! | ||
+ | | ||
+ | This function allows you to completely destroy your plan9 image | ||
+ | and install a fresh generic distribution. | ||
+ | | ||
+ | Do you wish to continue? (yes/no) yes | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | |||
+ | % Copying a fresh plan9 image [PLEASE WAIT] | ||
+ | </ | ||
+ | |||
+ | |x|This may take time.| | ||
+ | |||
+ | < | ||
+ | |||
+ | % Copying a fresh plan9 image [PLEASE WAIT] [COMPLETE] | ||
+ | | ||
+ | </ | ||
+ | |||
+ | |x|Press the ‘[**Enter**]’ key to continue to the [[# | ||
+ | |||
+ | You will now [[: | ||
+ | |||
+ | === Plan 9 shell === | ||
+ | |||
+ | |x|**ctl-h** is backspace, kind of; **ctl-u** erases the current line. As seen, with the VPS Plan 9 console prompt **ctl-h** backspace, the screen output may not be what one would expect.| | ||
+ | |x|To detach the Plan 9 console prompt (%), while retaining the ability to reattach it __without__ rebooting your server, press **ctl-]** to close the prompt (%). Then, press ‘**q**’ to disconnect the VPS Maintenance Shell menu, and ssh connection. You can return again with another [[# | ||
+ | |||
+ | |Plan 9 Rc shell|[[: | ||
+ | |||
+ | ==== Networking ==== | ||
+ | |||
+ | |x|Review the ''/ | ||
+ | |||
+ | < | ||
+ | |||
+ | term% cat / | ||
+ | </ | ||
+ | |||
+ | |x|Run the ''/ | ||
+ | | |//Type ./start to start network and set a password for glenda.//| | ||
+ | |||
+ | < | ||
+ | |||
+ | term% ./start | ||
+ | starting ... | ||
+ | setting a password for the user glenda | ||
+ | password: | ||
+ | term% | ||
+ | </ | ||
+ | |||
+ | The mentioned ''/ | ||
+ | |||
+ | |x|This [[# | ||
+ | |||
+ | < | ||
+ | |||
+ | ===== Shutdown and restart ===== | ||
+ | |||
+ | <file config / | ||
+ | |||
+ | VPS Maintenance Shell for plan9* (xxx.xxx.xx.xx) | ||
+ | no stats collected. | ||
+ | |||
+ | [c] - Connect to your console | ||
+ | [l] - list your status | ||
+ | [r] - reset or start | ||
+ | [s] - Force Shutdown (not an OS shutdown) | ||
+ | [t] - toggle your Operating System | ||
+ | [i] - Switch your VPS ID (multiple VPS members only) | ||
+ | [x] - Clean install (destroys data) | ||
+ | [p] - Change your vps.sdf.org password | ||
+ | [u] - View current interface statistics | ||
+ | [U] - View all recorded interface statistics | ||
+ | [q] - Disconnect | ||
+ | |||
+ | [30-Oct-20 22:59:17] Command: q | ||
+ | Connection to vps? closed. | ||
+ | $ | ||
+ | </ | ||
+ | |||
+ | |x|'' | ||
+ | |||
+ | === From the 9front Drawterm rio rc prompt: === | ||
+ | |||
+ | < | ||
+ | |||
+ | cpu% fshalt | ||
+ | |||
+ | halting.../ | ||
+ | done halting | ||
+ | cpu% | ||
+ | </ | ||
+ | |||
+ | |x|'' | ||
+ | |||
+ | === From the 9front VPS Maintenance Shell console prompt: === | ||
+ | |||
+ | < | ||
+ | |||
+ | term% fshalt | ||
+ | |||
+ | halting.../ | ||
+ | |||
+ | done halting | ||
+ | term% | ||
+ | </ | ||
+ | |||
+ | |1|Press **ctl-]** to continue, if viewing where the VPS console rc prompt (%) was once active. Press the ‘[**Enter**]’ key to access the VPS Maintenance Shell (may apply).| | ||
+ | |||
+ | |x|From the VPS Maintenance Shell enter ‘**s**’ - force shutdown, then enter ‘**r**’ - reset or start, or ‘**q**’ - disconnect. Enter ‘**l**’ to list your status.| | ||
+ | |||
+ | |x|From the VPS Maintenance Shell enter ‘**s**’ - force shutdown before starting the SDF 9front VPS. Ping the SDF Plan 9 VPS IP address ([[: | ||
+ | |||
+ | < | ||
+ | |||
+ | $ ping YOUR_IP | ||
+ | </ | ||
+ | |||
+ | === Reference: === | ||
+ | |||
+ | |[[http:// | ||
+ | |||
+ | |Plan 9 Boot Camp< | ||
+ | |||
+ | < | ||