Re: CPINT Question

2005-03-18 Thread Wolfe, Gordon W
They did in SLES8, they don't in SLES9.

"A statesman is a dead politician.  Lord knows we need more statesmen!" 
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

> --
> From: Rich Smrcina
> Reply To: Linux on 390 Port
> Sent: Friday, March 18, 2005 1:07 PM
> To:   LINUX-390@VM.MARIST.EDU
> Subject:  Re: CPINT Question
> 
> If the devices were in the dasd parameter, they would come 'on line' as
> soon as they were linked.
> 
> Ferguson, Neale wrote:
> > Didn't you used to have echo "add dasd=298" >/proc/dasd/devices in SLES8?
> >
> > With udev and hotplug a script could probably automate this for you.
> >
> > -Original Message-
> > chccwdev -e 0.0.0298
> > Setting device 0.0.0298 online
> > Done
> > lnx5:~ # cat /proc/dasd/devices
> > 0.0.0292(ECKD) at ( 94: 0) is dasda   : active at blocksize: 4096, 
> > 90144
> > 0 blocks, 3521 MB
> > 0.0.0293(FBA ) at ( 94: 4) is dasdb   : active at blocksize: 512, 
> > 50
> >  blocks, 244 MB
> > 0.0.0295(ECKD) at ( 94:12) is dasdd   : active at blocksize: 4096, 
> > 60084
> > 0 blocks, 2347 MB
> > 0.0.0298(ECKD) at ( 94:24) is dasdg   : basic
> >
> > That seems to work.  Why do I have to do this in SLES9 when I didn't have 
> > to in SLES8?
> >
> > --
> > 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
> >
> 
> --
> Rich Smrcina
> VM Assist, Inc.
> Main: (262)392-2026
> Cell: (414)491-6001
> Ans Service:  (866)569-7378
> rich.smrcina at vmassist.com
> 
> Catch the WAVV!  http://www.wavv.org
> WAVV 2005 - Colorado Springs - May 20-24, 2005
> 
> --
> 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
> 
> 

--
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: CPINT Question

2005-03-18 Thread Wiggins, Mark
I wasn't following this thread real close so if I repeat something, I'm
sorry. I've found that the 

"/sbin/dasd_configure 0.0.0298 1 0"

command works the same as the old "echo add device range="
command used to in SLES8. 

Mark Wiggins
University of Connecticut
Operating Systems Programmer
860-486-2792


-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Ferguson, Neale
Sent: Friday, March 18, 2005 3:58 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CPINT Question


Didn't you used to have echo "add dasd=298" >/proc/dasd/devices in
SLES8?

With udev and hotplug a script could probably automate this for you.

-Original Message-
chccwdev -e 0.0.0298
Setting device 0.0.0298 online
Done
lnx5:~ # cat /proc/dasd/devices
0.0.0292(ECKD) at ( 94: 0) is dasda   : active at blocksize:
4096, 90144
0 blocks, 3521 MB
0.0.0293(FBA ) at ( 94: 4) is dasdb   : active at blocksize:
512, 50
 blocks, 244 MB
0.0.0295(ECKD) at ( 94:12) is dasdd   : active at blocksize:
4096, 60084
0 blocks, 2347 MB
0.0.0298(ECKD) at ( 94:24) is dasdg   : basic

That seems to work.  Why do I have to do this in SLES9 when I didn't
have to in SLES8?

--
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

--
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: CPINT Question

2005-03-18 Thread Wolfe, Gordon W
Nope.  never had to do an echo "add dasd=298" >/proc/dasd/devices".  Just did 
the link and it worked.

"A statesman is a dead politician.  Lord knows we need more statesmen!" 
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

> --
> From: Ferguson, Neale
> Reply To: Linux on 390 Port
> Sent: Friday, March 18, 2005 12:57 PM
> To:   LINUX-390@VM.MARIST.EDU
> Subject:  Re: CPINT Question
> 
> Didn't you used to have echo "add dasd=298" >/proc/dasd/devices in SLES8?
> 
> With udev and hotplug a script could probably automate this for you.
> 
> -Original Message-
> chccwdev -e 0.0.0298
> Setting device 0.0.0298 online
> Done
> lnx5:~ # cat /proc/dasd/devices
> 0.0.0292(ECKD) at ( 94: 0) is dasda   : active at blocksize: 4096, 
> 90144
> 0 blocks, 3521 MB
> 0.0.0293(FBA ) at ( 94: 4) is dasdb   : active at blocksize: 512, 
> 50
>  blocks, 244 MB
> 0.0.0295(ECKD) at ( 94:12) is dasdd   : active at blocksize: 4096, 
> 60084
> 0 blocks, 2347 MB
> 0.0.0298(ECKD) at ( 94:24) is dasdg   : basic
> 
> That seems to work.  Why do I have to do this in SLES9 when I didn't have to 
> in SLES8?
> 
> --
> 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
> 
> 

--
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: CPINT Question

2005-03-18 Thread Rich Smrcina
If the devices were in the dasd parameter, they would come 'on line' as
soon as they were linked.
Ferguson, Neale wrote:
Didn't you used to have echo "add dasd=298" >/proc/dasd/devices in SLES8?
With udev and hotplug a script could probably automate this for you.
-Original Message-
chccwdev -e 0.0.0298
Setting device 0.0.0298 online
Done
lnx5:~ # cat /proc/dasd/devices
0.0.0292(ECKD) at ( 94: 0) is dasda   : active at blocksize: 4096, 90144
0 blocks, 3521 MB
0.0.0293(FBA ) at ( 94: 4) is dasdb   : active at blocksize: 512, 50
 blocks, 244 MB
0.0.0295(ECKD) at ( 94:12) is dasdd   : active at blocksize: 4096, 60084
0 blocks, 2347 MB
0.0.0298(ECKD) at ( 94:24) is dasdg   : basic
That seems to work.  Why do I have to do this in SLES9 when I didn't have to in 
SLES8?
--
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
--
Rich Smrcina
VM Assist, Inc.
Main: (262)392-2026
Cell: (414)491-6001
Ans Service:  (866)569-7378
rich.smrcina at vmassist.com
Catch the WAVV!  http://www.wavv.org
WAVV 2005 - Colorado Springs - May 20-24, 2005
--
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: CPINT Question

2005-03-18 Thread Ferguson, Neale
Didn't you used to have echo "add dasd=298" >/proc/dasd/devices in SLES8?

With udev and hotplug a script could probably automate this for you.

-Original Message-
chccwdev -e 0.0.0298
Setting device 0.0.0298 online
Done
lnx5:~ # cat /proc/dasd/devices
0.0.0292(ECKD) at ( 94: 0) is dasda   : active at blocksize: 4096, 90144
0 blocks, 3521 MB
0.0.0293(FBA ) at ( 94: 4) is dasdb   : active at blocksize: 512, 50
 blocks, 244 MB
0.0.0295(ECKD) at ( 94:12) is dasdd   : active at blocksize: 4096, 60084
0 blocks, 2347 MB
0.0.0298(ECKD) at ( 94:24) is dasdg   : basic

That seems to work.  Why do I have to do this in SLES9 when I didn't have to in 
SLES8?

--
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: CPINT Question

2005-03-18 Thread Wolfe, Gordon W
chccwdev -e 0.0.0298
Setting device 0.0.0298 online
Done
lnx5:~ # cat /proc/dasd/devices
0.0.0292(ECKD) at ( 94: 0) is dasda   : active at blocksize: 4096, 90144
0 blocks, 3521 MB
0.0.0293(FBA ) at ( 94: 4) is dasdb   : active at blocksize: 512, 50
 blocks, 244 MB
0.0.0295(ECKD) at ( 94:12) is dasdd   : active at blocksize: 4096, 60084
0 blocks, 2347 MB
0.0.0298(ECKD) at ( 94:24) is dasdg   : basic

That seems to work.  Why do I have to do this in SLES9 when I didn't have to in 
SLES8?

"A statesman is a dead politician.  Lord knows we need more statesmen!" 
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

> --
> From: Ferguson, Neale
> Reply To: Linux on 390 Port
> Sent: Friday, March 18, 2005 12:24 PM
> To:   LINUX-390@VM.MARIST.EDU
> Subject:  Re: CPINT Question
> 
> What happens with: chccwdev -e 0.0.0298
> 
> --
> 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
> 
> 

--
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: CPINT Question

2005-03-18 Thread Wolfe, Gordon W
If I do the link and then do "hcp q v dasd" it shows up.  It does not show up 
in "cat /proc/dasd/devices".

"A statesman is a dead politician.  Lord knows we need more statesmen!" 
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

> --
> From: Rich Smrcina
> Reply To: Linux on 390 Port
> Sent: Friday, March 18, 2005 12:21 PM
> To:   LINUX-390@VM.MARIST.EDU
> Subject:  Re: CPINT Question
> 
> Did you verify that the LINK is actually working either with hcp or
> logging on to the machine directly?
> 
> Wolfe, Gordon W wrote:
> > Of course.
> >
> > It's an automatic reaction.  Update zipl.conf, run zipl.
> >
> > "A statesman is a dead politician.  Lord knows we need more statesmen!"
> > --Berkeley Breathed
> > Gordon Wolfe, Ph.D.  Boeing Shared Services Group
> > Enterprise Servers VM Technical Services 425-865-5940
> >
> >
> >>--
> >>From:   Rich Smrcina
> >>Reply To:   Linux on 390 Port
> >>Sent:   Friday, March 18, 2005 11:31 AM
> >>To: LINUX-390@VM.MARIST.EDU
> >>Subject:Re: CPINT Question
> >>
> >>When the dasd= parameter was added, did you run zipl?
> >>
> >>Wolfe, Gordon W wrote:
> >>
> >>>I have a different, but related question:
> >>>
> >>>in SLES8, if I have in my zipl.conf dasd=292-2AF,
> >>>and I  "hcp link linux5 292 298 mr"
> >>>the link is performed (VMSECURE RULES allows the link), and if I 
> >>>immediately look in /proc/dasd/devices, I show the new 298 disk as active 
> >>>at /dev/dasdg.  I can then mount dasdg and work with it.
> >>>
> >>>Now, in SLES9 with the same zipl.conf information,
> >>>If I do the link "hcp link linux5 292 298 mr"
> >>>the link is performed, but the 298 does not appear as active in 
> >>>/proc/dasd/devices.
> >>>
> >>>Anyone know what the difference is?  Am I missing something?
> >>>
> >>>"A statesman is a dead politician.  Lord knows we need more statesmen!"
> >>>--Berkeley Breathed
> >>>Gordon Wolfe, Ph.D.  Boeing Shared Services Group
> >>>Enterprise Servers VM Technical Services 425-865-5940
> >>>
> >>>
> >>>
> >>>>--
> >>>>From: Marco Bosisio
> >>>>Reply To: Linux on 390 Port
> >>>>Sent: Thursday, March 17, 2005 11:42 PM
> >>>>To:   LINUX-390@VM.MARIST.EDU
> >>>>Subject:  Re: CPINT Question
> >>>>
> >>>>Dave,
> >>>>   maybe that the linux guest  hasn't  cp class  B ..
> >>>>  Check zVM directory of guest  at statement   :   USER guest_id   psw
> >>>>128M   512MG
> >>>>
> >>>>
> >>>>HELP CP ATTACH
> >>>>..
> >>>>Authorization
> >>>>
> >>>>Privilege Class: B
> >>>>.
> >>>>
> >>>>
> >>>>Cordiali saluti  / Best regards
> >>>>
> >>>>   Marco
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>Dave Myers
> >>>><[EMAIL PROTECTED]
> >>>>.com>  To
> >>>>Sent by: Linux on LINUX-390@VM.MARIST.EDU
> >>>>390 Port   cc
> >>>><[EMAIL PROTECTED]
> >>>>IST.EDU>  Subject
> >>>>  CPINT Question
> >>>>
> >>>>18-03-05 06.37
> >>>>
> >>>>
> >>>>Please respond to
> >>>>Linux on 390 Port
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>I installed CPINT from the SuSE SLES8 CD.
> >>>>
> >>>>I am running at SLES8 + SP3
> >>>>
> >>>>When I enter query commands like   #hcp q dasd
> >>>>those work
> >>>>
> &g

Re: CPINT Question

2005-03-18 Thread Ferguson, Neale
What happens with: chccwdev -e 0.0.0298

--
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: CPINT Question

2005-03-18 Thread Bruce Hayden
I've been trying to find this myself.  One thing I read is to run
"/sbin/dasd_configure 0.0.298 1 0" to bring it online.  This is a
script that does all the magic in the sysfs file system to enable it.
The "1" after the address is to bring it online and the "0" is to not
use the diag driver.  I haven't yet tried this command, though...

On Fri, 18 Mar 2005 09:09:38 -0800, Wolfe, Gordon W
<[EMAIL PROTECTED]> wrote:
> I have a different, but related question:
>
> in SLES8, if I have in my zipl.conf dasd=292-2AF,
> and I  "hcp link linux5 292 298 mr"
> the link is performed (VMSECURE RULES allows the link), and if I immediately 
> look in /proc/dasd/devices, I show the new 298 disk as active at /dev/dasdg.  
> I can then mount dasdg and work with it.
>
> Now, in SLES9 with the same zipl.conf information,
> If I do the link "hcp link linux5 292 298 mr"
> the link is performed, but the 298 does not appear as active in 
> /proc/dasd/devices.
>
> Anyone know what the difference is?  Am I missing something?
>
> "A statesman is a dead politician.  Lord knows we need more statesmen!"
> --Berkeley Breathed
> Gordon Wolfe, Ph.D.  Boeing Shared Services Group
> Enterprise Servers VM Technical Services 425-865-5940

--
Bruce Hayden
IBM Global Services zSeries Linux
Endicott, NY

--
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: CPINT Question

2005-03-18 Thread Rich Smrcina
Did you verify that the LINK is actually working either with hcp or
logging on to the machine directly?
Wolfe, Gordon W wrote:
Of course.
It's an automatic reaction.  Update zipl.conf, run zipl.
"A statesman is a dead politician.  Lord knows we need more statesmen!"
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

--
From:   Rich Smrcina
Reply To:   Linux on 390 Port
Sent:   Friday, March 18, 2005 11:31 AM
To: LINUX-390@VM.MARIST.EDU
Subject:    Re: CPINT Question
When the dasd= parameter was added, did you run zipl?
Wolfe, Gordon W wrote:
I have a different, but related question:
in SLES8, if I have in my zipl.conf dasd=292-2AF,
and I  "hcp link linux5 292 298 mr"
the link is performed (VMSECURE RULES allows the link), and if I immediately 
look in /proc/dasd/devices, I show the new 298 disk as active at /dev/dasdg.  I 
can then mount dasdg and work with it.
Now, in SLES9 with the same zipl.conf information,
If I do the link "hcp link linux5 292 298 mr"
the link is performed, but the 298 does not appear as active in 
/proc/dasd/devices.
Anyone know what the difference is?  Am I missing something?
"A statesman is a dead politician.  Lord knows we need more statesmen!"
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

--
From:   Marco Bosisio
Reply To:   Linux on 390 Port
Sent:   Thursday, March 17, 2005 11:42 PM
To: LINUX-390@VM.MARIST.EDU
Subject:Re: CPINT Question
Dave,
  maybe that the linux guest  hasn't  cp class  B ..
 Check zVM directory of guest  at statement   :   USER guest_id   psw
128M   512MG
HELP CP ATTACH
..
Authorization
Privilege Class: B
.
Cordiali saluti  / Best regards
  Marco

   Dave Myers
   <[EMAIL PROTECTED]
   .com>  To
   Sent by: Linux on LINUX-390@VM.MARIST.EDU
   390 Port   cc
   <[EMAIL PROTECTED]
   IST.EDU>      Subject
 CPINT Question
   18-03-05 06.37
   Please respond to
   Linux on 390 Port


I installed CPINT from the SuSE SLES8 CD.
I am running at SLES8 + SP3
When I enter query commands like   #hcp q dasd
those work
When I enter an ATTACH command it does not work.
I just get the prompt back.
Should HCP be capable of an ATTACH command like:
#hcp attach  linuxguest 
Thanks,
Dave
--
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
--
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


--
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
--
Rich Smrcina
VM Assist, Inc.
Main: (262)392-2026
Cell: (414)491-6001
Ans Service:  (866)569-7378
rich.smrcina at vmassist.com
Catch the WAVV!  http://www.wavv.org
WAVV 2005 - Colorado Springs - May 20-24, 2005>
--
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


--
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
--
Rich Smrcina
VM Assist, Inc.
Main: (262)392-2026
Cell: (414)491-6001
Ans Service:  (866)569-7378
rich.smrcina at vmassist.com
Catch the WAVV!  http://www.wavv.org
WAVV 2005 - Colorado Springs - May 20-24, 2005
--
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: CPINT Question

2005-03-18 Thread Wolfe, Gordon W
Of course.

It's an automatic reaction.  Update zipl.conf, run zipl.

"A statesman is a dead politician.  Lord knows we need more statesmen!" 
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

> --
> From: Rich Smrcina
> Reply To: Linux on 390 Port
> Sent: Friday, March 18, 2005 11:31 AM
> To:   LINUX-390@VM.MARIST.EDU
> Subject:  Re: CPINT Question
> 
> When the dasd= parameter was added, did you run zipl?
> 
> Wolfe, Gordon W wrote:
> > I have a different, but related question:
> >
> > in SLES8, if I have in my zipl.conf dasd=292-2AF,
> > and I  "hcp link linux5 292 298 mr"
> > the link is performed (VMSECURE RULES allows the link), and if I 
> > immediately look in /proc/dasd/devices, I show the new 298 disk as active 
> > at /dev/dasdg.  I can then mount dasdg and work with it.
> >
> > Now, in SLES9 with the same zipl.conf information,
> > If I do the link "hcp link linux5 292 298 mr"
> > the link is performed, but the 298 does not appear as active in 
> > /proc/dasd/devices.
> >
> > Anyone know what the difference is?  Am I missing something?
> >
> > "A statesman is a dead politician.  Lord knows we need more statesmen!"
> > --Berkeley Breathed
> > Gordon Wolfe, Ph.D.  Boeing Shared Services Group
> > Enterprise Servers VM Technical Services 425-865-5940
> >
> >
> >>--
> >>From:   Marco Bosisio
> >>Reply To:   Linux on 390 Port
> >>Sent:   Thursday, March 17, 2005 11:42 PM
> >>To: LINUX-390@VM.MARIST.EDU
> >>Subject:Re: CPINT Question
> >>
> >>Dave,
> >>maybe that the linux guest  hasn't  cp class  B ..
> >>   Check zVM directory of guest  at statement   :   USER guest_id   psw
> >>128M   512MG
> >>
> >>
> >>HELP CP ATTACH
> >>..
> >>Authorization
> >>
> >>Privilege Class: B
> >>.
> >>
> >>
> >>Cordiali saluti  / Best regards
> >>
> >>Marco
> >>
> >>
> >>
> >>
> >> Dave Myers
> >> <[EMAIL PROTECTED]
> >> .com>  To
> >> Sent by: Linux on LINUX-390@VM.MARIST.EDU
> >> 390 Port   cc
> >> <[EMAIL PROTECTED]
> >> IST.EDU>  Subject
> >>   CPINT Question
> >>
> >> 18-03-05 06.37
> >>
> >>
> >> Please respond to
> >> Linux on 390 Port
> >>
> >>
> >>
> >>
> >>
> >>
> >>I installed CPINT from the SuSE SLES8 CD.
> >>
> >>I am running at SLES8 + SP3
> >>
> >>When I enter query commands like   #hcp q dasd
> >>those work
> >>
> >>When I enter an ATTACH command it does not work.
> >>I just get the prompt back.
> >>
> >>Should HCP be capable of an ATTACH command like:
> >>#hcp attach  linuxguest 
> >>
> >>Thanks,
> >>Dave
> >>
> >>
> >>--
> >>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
> >>
> >>--
> >>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
> >>
> >>
> >
> >
> > --
> > 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
> >
> 
> --
> Rich Smrcina
> VM Assist, Inc.
> Main: (262)392-2026
> Cell: (414)491-6001
> Ans Service:  (866)569-7378
> rich.smrcina at vmassist.com
> 
> Catch the WAVV!  http://www.wavv.org
> WAVV 2005 - Colorado Springs - May 20-24, 2005> 
> 
> --
> 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
> 
> 

--
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: CPINT Question

2005-03-18 Thread Rich Smrcina
When the dasd= parameter was added, did you run zipl?
Wolfe, Gordon W wrote:
I have a different, but related question:
in SLES8, if I have in my zipl.conf dasd=292-2AF,
and I  "hcp link linux5 292 298 mr"
the link is performed (VMSECURE RULES allows the link), and if I immediately 
look in /proc/dasd/devices, I show the new 298 disk as active at /dev/dasdg.  I 
can then mount dasdg and work with it.
Now, in SLES9 with the same zipl.conf information,
If I do the link "hcp link linux5 292 298 mr"
the link is performed, but the 298 does not appear as active in 
/proc/dasd/devices.
Anyone know what the difference is?  Am I missing something?
"A statesman is a dead politician.  Lord knows we need more statesmen!"
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

--
From:   Marco Bosisio
Reply To:   Linux on 390 Port
Sent:   Thursday, March 17, 2005 11:42 PM
To: LINUX-390@VM.MARIST.EDU
Subject:Re: CPINT Question
Dave,
   maybe that the linux guest  hasn't  cp class  B ..
  Check zVM directory of guest  at statement   :   USER guest_id   psw
128M   512MG
HELP CP ATTACH
..
Authorization
Privilege Class: B
.
Cordiali saluti  / Best regards
   Marco

Dave Myers
<[EMAIL PROTECTED]
.com>  To
Sent by: Linux on LINUX-390@VM.MARIST.EDU
390 Port   cc
<[EMAIL PROTECTED]
IST.EDU>  Subject
  CPINT Question
18-03-05 06.37
Please respond to
Linux on 390 Port


I installed CPINT from the SuSE SLES8 CD.
I am running at SLES8 + SP3
When I enter query commands like   #hcp q dasd
those work
When I enter an ATTACH command it does not work.
I just get the prompt back.
Should HCP be capable of an ATTACH command like:
#hcp attach  linuxguest 
Thanks,
Dave
--
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
--
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


--
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
--
Rich Smrcina
VM Assist, Inc.
Main: (262)392-2026
Cell: (414)491-6001
Ans Service:  (866)569-7378
rich.smrcina at vmassist.com
Catch the WAVV!  http://www.wavv.org
WAVV 2005 - Colorado Springs - May 20-24, 2005
--
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: CPINT Question

2005-03-18 Thread Wolfe, Gordon W
I have a different, but related question:

in SLES8, if I have in my zipl.conf dasd=292-2AF,
and I  "hcp link linux5 292 298 mr"
the link is performed (VMSECURE RULES allows the link), and if I immediately 
look in /proc/dasd/devices, I show the new 298 disk as active at /dev/dasdg.  I 
can then mount dasdg and work with it.

Now, in SLES9 with the same zipl.conf information,
If I do the link "hcp link linux5 292 298 mr"
the link is performed, but the 298 does not appear as active in 
/proc/dasd/devices.

Anyone know what the difference is?  Am I missing something?

"A statesman is a dead politician.  Lord knows we need more statesmen!" 
--Berkeley Breathed
Gordon Wolfe, Ph.D.  Boeing Shared Services Group
Enterprise Servers VM Technical Services 425-865-5940

> --
> From: Marco Bosisio
> Reply To: Linux on 390 Port
> Sent: Thursday, March 17, 2005 11:42 PM
> To:   LINUX-390@VM.MARIST.EDU
> Subject:  Re: CPINT Question
> 
> Dave,
> maybe that the linux guest  hasn't  cp class  B ..
>Check zVM directory of guest  at statement   :   USER guest_id   psw
> 128M   512MG
> 
> 
> HELP CP ATTACH
> ..
> Authorization
> 
> Privilege Class: B
> .
> 
> 
> Cordiali saluti  / Best regards
> 
> Marco
> 
> 
> 
> 
>  Dave Myers
>  <[EMAIL PROTECTED]
>  .com>  To
>  Sent by: Linux on LINUX-390@VM.MARIST.EDU
>  390 Port   cc
>  <[EMAIL PROTECTED]
>  IST.EDU>  Subject
>CPINT Question
> 
>  18-03-05 06.37
> 
> 
>  Please respond to
>  Linux on 390 Port
> 
> 
> 
> 
> 
> 
> I installed CPINT from the SuSE SLES8 CD.
> 
> I am running at SLES8 + SP3
> 
> When I enter query commands like   #hcp q dasd
> those work
> 
> When I enter an ATTACH command it does not work.
> I just get the prompt back.
> 
> Should HCP be capable of an ATTACH command like:
> #hcp attach  linuxguest 
> 
> Thanks,
> Dave
> 
> 
> --
> 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
> 
> --
> 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
> 
> 

--
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: CPINT Question

2005-03-18 Thread Mrohs, Ray
If its just DASD, define it as a full volume minidisk owned by a userid, and CP
LINK to it. Then you can stick to priv class G.

Ray Mrohs
Energy Information Administration
U.S. Department of Energy


-Original Message-
From: Alan Altmark [mailto:[EMAIL PROTECTED]
Sent: Friday, March 18, 2005 10:17 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: CPINT Question


On Friday, 03/18/2005 at 07:46 MST, Dave Myers <[EMAIL PROTECTED]>
wrote:
> Thanks for quick responses.
> Adding CLASS B to the linux guests did the trick.

Hopefully you have hardened the Linux guests so that you trust them to
have class B.

Maybe it would be better if the Linux guest HCP MSG'd a server that would
ATTACH the requested device (if authorized) to the requestor.  Or follow
Neale's advice and move ATTACH to a different priv class and have PROP
monitor the operator's console to make sure the guest is attaching only
what you think it ought to.

Alan Altmark
z/VM Development
IBM Endicott

--
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

--
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: CPINT Question

2005-03-18 Thread Alan Altmark
On Friday, 03/18/2005 at 07:46 MST, Dave Myers <[EMAIL PROTECTED]>
wrote:
> Thanks for quick responses.
> Adding CLASS B to the linux guests did the trick.

Hopefully you have hardened the Linux guests so that you trust them to
have class B.

Maybe it would be better if the Linux guest HCP MSG'd a server that would
ATTACH the requested device (if authorized) to the requestor.  Or follow
Neale's advice and move ATTACH to a different priv class and have PROP
monitor the operator's console to make sure the guest is attaching only
what you think it ought to.

Alan Altmark
z/VM Development
IBM Endicott

--
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: CPINT Question

2005-03-18 Thread Doug Fairobent
Dave,

Please be careful.  Giving your Linux guest class B privileges makes
several cp commands available, which exposes you to greater risk.  You
might want to create a separate class for the attach command and give your
Linux guest access to that new class.

  - doug




 Dave Myers
 <[EMAIL PROTECTED]
 .com>  To
 Sent by: Linux on LINUX-390@VM.MARIST.EDU
 390 Port   cc
 <[EMAIL PROTECTED]
 IST.EDU>  Subject
       Re: CPINT Question

 03/18/2005 09:46
 AM


 Please respond to
 Linux on 390 Port
 <[EMAIL PROTECTED]
 IST.EDU>






Thanks for quick responses.
Adding CLASS B to the linux guests did the trick.

Thanks,
Dave

--
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



CONFIDENTIALITY NOTICE: This message, including any attachments, is for the 
sole use of the intended recipient(s) and may contain confidential and 
privileged information.  Any unauthorized review, use, disclosure or 
distribution is prohibited.  If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.

--
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: CPINT Question

2005-03-18 Thread Ferguson, Neale
That's a potentially dangerous thing to do. You may want to put ATTACH in a new 
(additional) class by itself and then give the Linux user that class. 

-Original Message-
Thanks for quick responses.
Adding CLASS B to the linux guests did the trick.

--
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: CPINT Question

2005-03-18 Thread Dave Myers
Thanks for quick responses.
Adding CLASS B to the linux guests did the trick.

Thanks,
Dave

--
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: CPINT Question

2005-03-18 Thread Ferguson, Neale
hcp will exit with a return code that can be checked if you are in a
script:

sh -c "hcp attach  user ;echo $?"

--
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: CPINT Question

2005-03-18 Thread Mark D Pace
>Most likely is that your guest does not have the current class to issue
>attach commands.  None of OS guests (VM/VSE/os390/Linux) have the ability
>to issue those commands for stability reasons.

Sorry that came out wrong.  None of MY guests OSes have the ability to
issue these commands.

BRB - obviously need more coffee.  :)



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

--
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: CPINT Question

2005-03-18 Thread Mark D Pace
Most likely is that your guest does not have the current class to issue
attach commands.  None of OS guests (VM/VSE/os390/Linux) have the ability
to issue those commands for stability reasons.



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com



 Dave Myers
 <[EMAIL PROTECTED]
 .com>  To
 Sent by: Linux on LINUX-390@VM.MARIST.EDU
 390 Port   cc
 <[EMAIL PROTECTED]
 IST.EDU>  Subject
       CPINT Question

 03/18/2005 12:37
 AM


 Please respond to
 Linux on 390 Port
 <[EMAIL PROTECTED]
 IST.EDU>






I installed CPINT from the SuSE SLES8 CD.

I am running at SLES8 + SP3

When I enter query commands like   #hcp q dasd
those work

When I enter an ATTACH command it does not work.
I just get the prompt back.

Should HCP be capable of an ATTACH command like:
#hcp attach  linuxguest 

Thanks,
Dave


--
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


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

--
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: CPINT Question

2005-03-17 Thread Marco Bosisio
Dave,
maybe that the linux guest  hasn't  cp class  B ..
   Check zVM directory of guest  at statement   :   USER guest_id   psw
128M   512MG


HELP CP ATTACH
..
Authorization

Privilege Class: B
.


Cordiali saluti  / Best regards

Marco




 Dave Myers
 <[EMAIL PROTECTED]
 .com>  To
 Sent by: Linux on LINUX-390@VM.MARIST.EDU
 390 Port   cc
 <[EMAIL PROTECTED]
 IST.EDU>  Subject
       CPINT Question

 18-03-05 06.37


 Please respond to
 Linux on 390 Port






I installed CPINT from the SuSE SLES8 CD.

I am running at SLES8 + SP3

When I enter query commands like   #hcp q dasd
those work

When I enter an ATTACH command it does not work.
I just get the prompt back.

Should HCP be capable of an ATTACH command like:
#hcp attach  linuxguest 

Thanks,
Dave


--
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

--
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: CPINT Question

2005-03-17 Thread Klaus Bergmann
> Should HCP be capable of an ATTACH command like:
> #hcp attach  linuxguest 

Try to use quotes: hcp "attach  linuxguest "

Freundliche Gruesse,
Klaus Bergmann

Linux Architecture and Performance, IBM Lab Boeblingen

--
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


CPINT Question

2005-03-17 Thread Dave Myers
I installed CPINT from the SuSE SLES8 CD.

I am running at SLES8 + SP3

When I enter query commands like   #hcp q dasd
those work

When I enter an ATTACH command it does not work.
I just get the prompt back.

Should HCP be capable of an ATTACH command like:
#hcp attach  linuxguest 

Thanks,
Dave


--
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