Re: How to activate DASD in Linux

2005-09-28 Thread Marija Perkovic
@VM.MARIST.EDU cc: Subject:Re: How to activate DASD in Linux Are you sure you don't have to: mkinitrd zipl ANY time you make changes to volumes? I do which yast would, at least, give you an informational message telling you that you need to do those steps when you add/chg

Re: How to activate DASD in Linux

2005-09-27 Thread Marija Perkovic
LINUX-390@VM.MARIST.EDU 07.09.2005 15:41 Please respond to carsteno To: LINUX-390@VM.MARIST.EDU cc: Subject:Re: How to activate DASD in Linux -Original Message- From: Ranga Nathan [mailto:[EMAIL PROTECTED] In SLES9, I use YaST to activate a minidisk

Re: How to activate DASD in Linux

2005-09-27 Thread Kurt Verhofstadt
run initrd and zipl. regards, Kurt. - Confidentiality Notice - This communication and the information it contains is intended (a) for the person(s) or organization(s) named above and for no other person or organization, and (b) may be confidential, legally privileged and protected by law.

Re: How to activate DASD in Linux

2005-09-27 Thread Kurt Verhofstadt
Oeps. That should be 'mkinitrd' and 'zipl'. run initrd and zipl. regards, Kurt. - Confidentiality Notice - This communication and the information it contains is intended (a) for the person(s) or organization(s) named above and for no other person or organization, and (b) may be

Re: How to activate DASD in Linux

2005-09-27 Thread Marija Perkovic
Thank you, Kurt. Regards, Marija Kurt Verhofstadt [EMAIL PROTECTED] Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU 27.09.2005 13:53 Please respond to Linux on 390 Port To: LINUX-390@VM.MARIST.EDU cc: Subject:Re: How to activate DASD in Linux Oeps

Re: How to activate DASD in Linux

2005-09-27 Thread Tom Duerbusch
, Marija Carsten Otte [EMAIL PROTECTED] Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU 07.09.2005 15:41 Please respond to carsteno To: LINUX-390@VM.MARIST.EDU cc: Subject:Re: How to activate DASD in Linux -Original Message- From: Ranga Nathan

Re: How to activate DASD in Linux

2005-09-08 Thread Carsten Otte
Ranga Nathan wrote: I could not find a man page on chccwdev. Perhaps that would be helpful. One can always create an alias to make the name rememberable. The man page is part of the s390-tools package on Sles9. If you can't find it, go update that package with YaST online update. -- Carsten

Re: How to activate DASD in Linux

2005-09-07 Thread Mrohs, Ray
I use echo add device range=200 /proc/dasd/devices Ray Mrohs Energy Information Administration U.S. Department of Energy -Original Message- From: Ranga Nathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 7:52 PM To: LINUX-390@VM.MARIST.EDU Subject: How to activate DASD

Re: How to activate DASD in Linux

2005-09-07 Thread Carsten Otte
-Original Message- From: Ranga Nathan [mailto:[EMAIL PROTECTED] In SLES9, I use YaST to activate a minidisk that has been just added or linked in. snip Mrohs, Ray wrote: I use echo add device range=200 /proc/dasd/devices That file is not writable anymore in Linux 2.6., and it's

Re: How to activate DASD in Linux

2005-09-07 Thread David Boyes
The same operation can be performed via sysfs: echo 1 /sys/bus/ccw/drivers/dasd/device/online Given that sysfs is deep nested, the tool chccwdev provides a more user friendly way of enabling a device. The syntax of chccwdev is not exactly obvious. I may be poisoned by direct exposure to Plan

Re: How to activate DASD in Linux

2005-09-07 Thread Ranga Nathan
by: cc Linux on 390 Port Subject [EMAIL PROTECTED] Re: How to activate DASD in Linux

Re: How to activate DASD in Linux

2005-09-07 Thread Carsten Otte
David Boyes wrote: The syntax of chccwdev is not exactly obvious. I may be poisoned by direct exposure to Plan 9 for real work, but methinks the consistency of using 'cat' is a bit more straightforward. Developers tend to get user interfaces wrong. Anything specific that bothers you with the

Re: How to activate DASD in Linux

2005-09-07 Thread Ranga Nathan
by: cc Linux on 390 Port Subject [EMAIL PROTECTED] Re: How to activate DASD in Linux .MARIST.EDU 09/07/2005 11:22 AM Please

Re: How to activate DASD in Linux

2005-09-07 Thread Ranga Nathan
Re: How to activate DASD in Linux [EMAIL PROTECTED] .MARIST.EDU 09/07/2005 01:49 PM Please respond to Linux on 390 Port [EMAIL

Re: How to activate DASD in Linux

2005-09-07 Thread Post, Mark K
@VM.MARIST.EDU Subject: Re: How to activate DASD in Linux I could not find a man page on chccwdev. Perhaps that would be helpful. One can always create an alias to make the name rememberable. -- For LINUX-390 subscribe / signoff

How to activate DASD in Linux

2005-09-06 Thread Ranga Nathan
In SLES9, I use YaST to activate a minidisk that has been just added or linked in. This is OK when I am in multi-user mode. Could someone tell me how to activate a newly added dasd via command line? I came across a script that uses: echo add range=$2 /proc/dasd/devices to add the device numeber

Re: How to activate DASD in Linux

2005-09-06 Thread Bishop, Peter G
[mailto:[EMAIL PROTECTED] On Behalf Of Ranga Nathan Sent: Wednesday, 7 September 2005 9:52 AM To: LINUX-390@VM.MARIST.EDU Subject: How to activate DASD in Linux In SLES9, I use YaST to activate a minidisk that has been just added or linked in. This is OK when I am in multi-user mode. Could someone tell

Re: How to activate DASD in Linux

2005-09-06 Thread Istvan Nemeth
Linux on 390 Port LINUX-390@VM.MARIST.EDU írta 2005.09.07 01:51:51 időpontban: linked in. This is OK when I am in multi-user mode. Could someone tell me how to activate a newly added dasd via command line? I came across a script that uses: echo add range=$2 /proc/dasd/devices I guess