Managing Linux guests under z/VM

2002-01-17 Thread Lionel Dyck
When running a penguin farm under z/VM what tools can one use to: 1. schedule the startup of the guests after a z/VM IPL? 2. schedule an orderly, clean, shutdown of all guests for a planned z/VM IPL? thx Lionel B. Dyck, Syste

Re: Managing Linux guests under z/VM

2002-01-17 Thread Webb, Peter
serid called AUTOSHUT. > -Original Message- > From: Lionel Dyck [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 10:11 AM > To: [EMAIL PROTECTED] > Subject: Managing Linux guests under z/VM > > When running a penguin farm under z/VM what tools can one u

Re: Managing Linux guests under z/VM

2002-01-17 Thread Coffin Michael C
27-4188   FAX:  (202) 622-6726 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Webb, Peter [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 10:23 AM To: [EMAIL PROTECTED] Subject: Re: Managing Linux guests under z/VM Under VM, the standard way

Re: Managing Linux guests under z/VM

2002-01-17 Thread Rick Troth
For SHUTDOWN, one thing that helps is to have a root shell running on the virtual machine console. This would bypass Linux's sign-on mechanism, but presumes you are covered by VM's sign-on (which is true in this case). With that, you can code some REXX to do the CP SEND to initiate a shutdow

Re: Managing Linux guests under z/VM

2002-01-17 Thread Dave Jones
Lionel Dyck <[EMAIL PROTECTED]> wrote: > > >When running a penguin farm under z/VM what tools can one use to: > >1. schedule the startup of the guests after a z/VM IPL? > One can use the usual AUTOLG exec on OPERATOR's 191 mdisk, or the AUTOLOG1 svm to start up guests is a controlled way. If you'

Re: Managing Linux guests under z/VM

2002-01-17 Thread Lionel Dyck
d to Linux on 390 Port To: [EMAIL PROTECTED] cc: Subject: Re: Managing Linux guests under z/VM As a follow up to that, if you haven't already done so, look into setting up a secondary user for your Linux virtual machines. This user can then "ta

Re: Managing Linux guests under z/VM

2002-01-17 Thread Coffin Michael C
(202) 927-4188   FAX:  (202) 622-6726 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Lionel Dyck [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 11:09 AM To: [EMAIL PROTECTED] Subject: Re: Managing Linux guests under z/VM This sounds very nice but:

Re: Managing Linux guests under z/VM

2002-01-17 Thread Kern, Thomas
al device. /Thomas Kern /(301)903-2211 -Original Message- From: Rick Troth [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 10:47 To: [EMAIL PROTECTED] Subject: Re: Managing Linux guests under z/VM For SHUTDOWN, one thing that helps is to have a root shell running on the v

Re: Managing Linux guests under z/VM

2002-01-17 Thread Mark . Pace
>For SHUTDOWN, >one thing that helps is to have a root shell running >on the virtual machine console. This would bypass Linux's >sign-on mechanism Ah - so that begs the question - how do you have a root shell running on the console without signing on first? Mark D Pace Senior Systems Enginee

Re: Managing Linux guests under z/VM

2002-01-17 Thread Kris Van Hees
On Thu, Jan 17, 2002 at 11:46:04AM -0500, [EMAIL PROTECTED] wrote: > Ah - so that begs the question - how do you have a root shell running on > the console without signing on first? You could change the /etc/inittab to actually start up a root shell on the console rather than some getty program.

Re: Managing Linux guests under z/VM

2002-01-17 Thread Alan Cox
> Ah - so that begs the question - how do you have a root shell running on > the console without signing on first? Its best to have a sign in process run just to set up the environment but running a straight /bin/sh as root from /etc/inittab is quite possible if you want to do it that way. You ma

Re: Managing Linux guests under z/VM

2002-01-17 Thread Lionel Dyck
CTED]> 01/17/2002 08:27 AM Please respond to Linux on 390 Port To: [EMAIL PROTECTED] cc: Subject:Re: Managing Linux guests under z/VM Hi Lional, Not sure what "SAF" is, but to become the secondary user of another user execute CP SET SECUSER

Re: Managing Linux guests under z/VM

2002-01-17 Thread Rob van der Heij
Alan Cox wrote: > Its best to have a sign in process run just to set up the environment but > running a straight /bin/sh as root from /etc/inittab is quite possible if > you want to do it that way. You may want to run it via "su - root" just to > force a sane environment In what aspect is that m

Re: Managing Linux guests under z/VM

2002-01-17 Thread Post, Mark K
TED]] Sent: Thursday, January 17, 2002 11:46 AM To: [EMAIL PROTECTED] Subject: Re: Managing Linux guests under z/VM >For SHUTDOWN, >one thing that helps is to have a root shell running >on the virtual machine console. This would bypass Linux's >sign-on mechanism Ah - so th

Re: Managing Linux guests under z/VM

2002-01-17 Thread Alan Cox
> > you want to do it that way. You may want to run it via "su - root" just to > > force a sane environment > > In what aspect is that more sane than '/bin/sh --login' ? It creates a PAM session so there is a security identity and the fact the console was logged in as root is in the logfiles.

Re: Managing Linux guests under z/VM

2002-01-17 Thread Rob van der Heij
> > In what aspect is that more sane than '/bin/sh --login' ? > > It creates a PAM session so there is a security identity and the fact the > console was logged in as root is in the logfiles. That's good, indeed. How do I ever learn all this... I see that this logon through the console still doe

Re: Managing Linux guests under z/VM

2002-01-17 Thread Post, Mark K
4 PM To: [EMAIL PROTECTED] Subject: Re: Managing Linux guests under z/VM > > In what aspect is that more sane than '/bin/sh --login' ? > > It creates a PAM session so there is a security identity and the fact the > console was logged in as root is in the logfiles. That

Re: Managing Linux guests under z/VM

2002-01-17 Thread Post, Mark K
ECTED] Subject: Re: Managing Linux guests under z/VM > > In what aspect is that more sane than '/bin/sh --login' ? > > It creates a PAM session so there is a security identity and the fact the > console was logged in as root is in the logfiles. That's good, indeed. How do

Re: Managing Linux guests under z/VM

2002-01-18 Thread Rick Troth
On Thu, 17 Jan 2002 [EMAIL PROTECTED] wrote: > Ah - so that begs the question - how do you have a root shell running on > the console without signing on first? I had one in my "hints and tips" talk from this past summer. It is embedded below. Change your inittab to run this instead of 'sulogin

Re: Managing Linux guests under z/VM

2002-01-18 Thread David Boyes
> This sounds very nice but: > > 1. will this work when using SAF (I don't think so)? No, it will work, but SAF will not be aware of it or manage it in any way. If you do it manually, it'll work, but I don't make any guarantees about SAF's ability to cope with manual changes outside it's purview.

Re: Managing Linux guests under z/VM

2002-01-18 Thread Alan Cox
> I get that error when I just logon to the console normally. I haven't had > any time to look into it, though. A search through groups.google.com turned > up a suggestion to do a "ps -axf" to see what your process structure looks > like. Mine looks like this: There has been at least one bug o

Re: Managing Linux guests under z/VM

2002-01-18 Thread Rick Troth
On Thu, 17 Jan 2002, Rob van der Heij wrote: > I see that this logon through the console still does not show > up in 'who' and I suspect that is related to this message? Some program (probably "getty" (one of mingetty, agetty, etc)) must maintain the utmp and wtmp files. One lists who IS logg

Re: Managing Linux guests under z/VM

2002-01-18 Thread Rick Troth
> For those of us who are still newbies to linux, could you explain > "a root shell running on the virtual machine console" ? UNIX (here meaning HPUX, Solaris, AIX, so forth) treats the console just like any other terminal, requiring authentication. Linux does the same thing. VM treats the con

Re: Managing Linux guests under z/VM

2002-01-22 Thread Coffin Michael C
ROTECTED]> -Original Message- From: Lionel Dyck [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 11:52 AM To: [EMAIL PROTECTED] Subject: Re: Managing Linux guests under z/VM Michael - SAF is the new (with z/VM 4.2) System Administration Facility that is intended to s