On Monday 18 August 2003 21:53, Rich Smrcina wrote: > Did you add the device on the fly? If so how did you do it? I've found > that if you use: > > echo "add device=xxx" >>/proc/dasd/devices > > that I see the condition that you saw.
That is an incorrect syntax, I suppose what happened to you is that the driver tried to add a device at the address "de", ignoring the rest "vice=xxx". Since the devices were showing up at 7240, that was probably a different problem. > The correct way is: > > echo "add device range=xxx-yyy" >>/proc/dasd/devices Actually, the strings "device " and "range=" are simply ignored, but only when written exactly like this. Doing echo "add xxx-yyy" > /proc/dasd/devices is fully sufficient. What a lovely interface... > On Monday 18 August 2003 03:34 am, you wrote: > > 7240(none) at ( 94: 40) is dasdk : unknown > > 7241(none) at ( 94: 44) is dasdl : unknown > > 7242(none) at ( 94: 48) is dasdm : unknown > > 7243(none) at ( 94: 52) is dasdn : unknown > > 7244(none) at ( 94: 56) is dasdo : unknown > > 7245(none) at ( 94: 60) is dasdp : unknown > > 7246(none) at ( 94: 64) is dasdq : unknown This looks like your dasd devices could not be found by the driver. Can you verify that the devices are present? Try looking at the output of "#cp q v dasd" on the 3215 console or at the contents of /proc/subchannels. > > NOTICE: Please note that this eMail, and the contents thereof, is subject > > to the standard arivia.kom email disclaimer which may be found at: > > http://www.arivia.co.za/disclaimer.htm. If you cannot access the > > disclaimer through the URL attached, and you wish to receive a copy > > thereof, please send an eMail to [EMAIL PROTECTED] or call (011) > > 233-0800. You will receive the disclaimer by return email or fax. Disclaimer: By sending an email to ANY of my addresses you are agreeing that: 1. I am by definition, "the intended recipient" 2. All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. In particular, I may quote it on usenet and in public mailing lists. 3. I may take the contents as representing the views of your company. 4. This overrides any disclaimer or statement of confidentiality that may be included on your message. Arnd <><
