Re: shutting down linux under vm

2005-04-28 Thread Thomas Broman

Anybody knows if this is applicable to SLES 9.0  too.
It don't seems to work.

Thomas Broman
Systems Engineer
Pulsen Productions AB
[EMAIL PROTECTED]
tel direct +46(0)33171844
mobile+46(0)707691663


   
 Post, Mark K
 [EMAIL PROTECTED] 
 m To
 Sent by: Linux on LINUX-390@VM.MARIST.EDU 
 390 Port   cc
 [EMAIL PROTECTED] 
 IST.EDU  Subject
   Re: shutting down linux under vm
   
 2003-10-01 20:53  
   
   
 Please respond to 
 Linux on 390 Port 
 [EMAIL PROTECTED] 
 IST.EDU  
   
   




Ah, that's working too hard.  Just put something like this in your parmfile
and run zipl before you reboot the next time:
root=/dev/dasd/010f/part1 ro noinitrd dasd=010F,0100 vmpoff=LOGOFF


Mark Post

-Original Message-
From: Marcy Cortes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 2:20 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: shutting down linux under vm


I use CA VM:Operator to pick up the message HCPGSP2630I and then CP SEND CP
LOGOFF to the user.  The same could be done with PROP.

Marcy Cortes
Wells Fargo Services Co

-Original Message-
From: Noll, Ralph [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 11:09 AM
To: LINUX-390@VM.MARIST.EDU
Subject: [LINUX-390] shutting down linux under vm


Is there some code i can apply to linux

so that whenever i shutdown linux, when it is
done shutting down it log's itself off..

so i don't have to logoff linux1 machine


thanks

Ralph

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

inline: graycol.gifinline: pic26299.gifinline: ecblank.gif

Re: shutting down linux under vm

2005-04-28 Thread Christian Borntraeger
 Anybody knows if this is applicable to SLES 9.0  too.
 It don't seems to work.
[...]
 root=/dev/dasd/010f/part1 ro noinitrd dasd=010F,0100 vmpoff=LOGOFF

There are two options, vmhalt and vmpoff.

It works, if you specify
vmpoff=LOGOFF 
and use 
halt -p or poweroff

If you specify
vmhalt=LOGOFF 
and use 
halt
it will work as well. 

you can specify both, the vmpoff and vmhalt option. 



-- 
Mit freundlichen Grüßen / Best Regards / Un cordial saludo

Christian Bornträger
Linux Software Engineer
zSeries Linux  Virtualization
IBM Deutschland Entwicklung GmbH
email: [EMAIL PROTECTED]
Tel +49  7031 16 1975

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: shutting down linux under vm

2005-04-28 Thread Sebastian Korte
2005/4/28, Christian Borntraeger [EMAIL PROTECTED]:
  Anybody knows if this is applicable to SLES 9.0  too.
  It don't seems to work.
 [...]
  root=/dev/dasd/010f/part1 ro noinitrd dasd=010F,0100 vmpoff=LOGOFF

Yes, it works here with:
parameters = root=/dev/dasdc1 selinux=0 TERM=dumb elevator=cfq
vmpoff=LOGOFF vmhalt=LOGOFF

Sebastian

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: shutting down linux under vm

2005-04-28 Thread Thomas Broman
Thanks. Do you also know where to find this type of info.





There are two options, vmhalt and vmpoff.

It works, if you specify
vmpoff=LOGOFF
and use
halt -p or poweroff

If you specify
vmhalt=LOGOFF
and use
halt
it will work as well.

you can specify both, the vmpoff and vmhalt option.





--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

inline: graycol.gif

Re: shutting down linux under vm

2005-04-28 Thread Christian Borntraeger
 Thanks. Do you also know where to find this type of info.

http://awlinux1.alphaworks.ibm.com/developerworks/linux390/docu/l26bdd00.pdf
---page 343,344

more documentation is on
http://awlinux1.alphaworks.ibm.com/developerworks/linux390/april2004_documentation.shtml

-- 
Mit freundlichen Grüßen / Best Regards / Un cordial saludo

Christian Bornträger
Linux Software Engineer
zSeries Linux  Virtualization
IBM Deutschland Entwicklung GmbH
email: [EMAIL PROTECTED]
Tel +49  7031 16 1975

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: shutting down linux under vm

2003-10-02 Thread Rob van der Heij
Noll, Ralph wrote:

also

zipl.conf(264): parameters=dasd=0300-030f root=/dev/dasdb1 noinitrd vmpoff=LOGOFF
Syntax error
Error: Cannot access target directory /boot/zipl.
The target=/boot/zipl  causes this error message, and the boot sectors
that sit in that directory would be delivered with the s390-tools
package afaik. An rpm -V s390-tools shows you whether all that was
installed is still there.
Could it be you had originally /boot on a separate disk and forgot to
mount that there again?
Rob


Re: shutting down linux under vm

2003-10-01 Thread Marcy Cortes
I use CA VM:Operator to pick up the message HCPGSP2630I and then CP SEND CP
LOGOFF to the user.  The same could be done with PROP.

Marcy Cortes
Wells Fargo Services Co

-Original Message-
From: Noll, Ralph [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 11:09 AM
To: [EMAIL PROTECTED]
Subject: [LINUX-390] shutting down linux under vm


Is there some code i can apply to linux

so that whenever i shutdown linux, when it is
done shutting down it log's itself off..

so i don't have to logoff linux1 machine


thanks

Ralph


Re: shutting down linux under vm

2003-10-01 Thread Post, Mark K
Ah, that's working too hard.  Just put something like this in your parmfile
and run zipl before you reboot the next time:
root=/dev/dasd/010f/part1 ro noinitrd dasd=010F,0100 vmpoff=LOGOFF


Mark Post

-Original Message-
From: Marcy Cortes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: shutting down linux under vm


I use CA VM:Operator to pick up the message HCPGSP2630I and then CP SEND CP
LOGOFF to the user.  The same could be done with PROP.

Marcy Cortes
Wells Fargo Services Co

-Original Message-
From: Noll, Ralph [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 11:09 AM
To: [EMAIL PROTECTED]
Subject: [LINUX-390] shutting down linux under vm


Is there some code i can apply to linux

so that whenever i shutdown linux, when it is
done shutting down it log's itself off..

so i don't have to logoff linux1 machine


thanks

Ralph


Re: shutting down linux under vm

2003-10-01 Thread Noll, Ralph
my parmfile looks nothing like yours

zvmlinx1:/boot/zipl # cat parmfile
dasd=300-30f
zvmlinx1:/boot/zipl #



 -Original Message-
 From: Post, Mark K [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 01, 2003 1:54 PM
 To: [EMAIL PROTECTED]
 Subject: Re: shutting down linux under vm
 
 
 Ah, that's working too hard.  Just put something like this in 
 your parmfile
 and run zipl before you reboot the next time:
 root=/dev/dasd/010f/part1 ro noinitrd dasd=010F,0100 vmpoff=LOGOFF
 
 
 


Re: shutting down linux under vm

2003-10-01 Thread Marcy Cortes
Except that that will log me off if I am logged on to the LINUX machine.
Mine only applise if the machine is in a disconnected status :)

Marcy

-Original Message-
From: Post, Mark K [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: [LINUX-390] shutting down linux under vm


Ah, that's working too hard.  Just put something like this in your parmfile
and run zipl before you reboot the next time: root=/dev/dasd/010f/part1 ro
noinitrd dasd=010F,0100 vmpoff=LOGOFF


Mark Post

-Original Message-
From: Marcy Cortes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: shutting down linux under vm


I use CA VM:Operator to pick up the message HCPGSP2630I and then CP SEND CP
LOGOFF to the user.  The same could be done with PROP.

Marcy Cortes
Wells Fargo Services Co

-Original Message-
From: Noll, Ralph [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 11:09 AM
To: [EMAIL PROTECTED]
Subject: [LINUX-390] shutting down linux under vm


Is there some code i can apply to linux

so that whenever i shutdown linux, when it is
done shutting down it log's itself off..

so i don't have to logoff linux1 machine


thanks

Ralph


Re: shutting down linux under vm

2003-10-01 Thread Noll, Ralph
also

zipl.conf(264): parameters=dasd=0300-030f root=/dev/dasdb1 noinitrd vmpoff=LOGOFF
Syntax error
Error: Cannot access target directory /boot/zipl.