Re: Best way to edit Linux files in z/VM 3270

2016-09-21 Thread Berry van Sleeuwen
Indeed, sed/awk can be used. Or check out the rpl package, but still that is just a command to replace strings from the command line, just like sed. The only times I need to use the 3270 console is when the network (ssh) is not available. In that case we have the option to shutdown the

Re: QEMU sans KVM

2016-09-21 Thread Mark Post
>>> On 9/21/2016 at 04:45 PM, Rick Troth wrote: > On 09/15/2016 03:49 AM, Stefan Raspl wrote: >> QEMU v2.7 is out! See >> kvmonz.blogspot.com/2016/09/qemu-v27-released.html for a list of >> highlights for KVM on z. > > Speaking of which ... does anyone know the ins-and-outs of

QEMU sans KVM

2016-09-21 Thread Rick Troth
On 09/15/2016 03:49 AM, Stefan Raspl wrote: > QEMU v2.7 is out! See > kvmonz.blogspot.com/2016/09/qemu-v27-released.html for a list of > highlights for KVM on z. Speaking of which ... does anyone know the ins-and-outs of using QEMU for z "guests" without KVM? I've used QEMU to present other

Project mgmt software

2016-09-21 Thread PHILIP TULLY
Kind of as an extension to Mike M's looking for a problem tracking system, does anyone use a Project mgmt tool on z...either VM or linux on Z?   I have used redmine on linux on X, but having some issues with it on Z/ TIA Phil

Re: Best way to edit Linux files in z/VM 3270

2016-09-21 Thread Bruce Hayden
Also remember that for ".conf" files that are assigning values to environment variables, last assignment wins. So, sometimes I just use "echo" to append a new value to the file so that I can get the system up. (3270 copy and paste also helps input the line.) Then later on I use vi to remove the