Project

General

Profile

action #62696

Updated by riafarov about 4 years ago

Additional information: 

 https://trello.com/c/GlWzCK8w/1599-1-fasttrack-feature-sle-7632-i-o-device-pre-configuration-installer-part-yast-and-linuxrc 

 Epic: https://jira.suse.com/browse/SLE-7396 
 Linuxrc Dev: https://jira.suse.com/browse/SLE-10829 
 YaST Dev: https://jira.suse.com/browse/SLE-7632 

 Content from trello: 
 Side note: It seems that we are unable to get all the precise info in a reasonable time and that the implementation should be REALLY simple on our side. Let's do something and ask for feedback. It can hopefully save quite some effort even if we are asked to fix it in next sprint (we'd get info HOW to fix it :)). 
 About 

 At the end, we are probably just asked to call chzdev --import /sys/firmware/sclp_sd/config/data somewhere in Linuxrc and Installer. It's not yet known where exactly, but as this is about I/O autoconfiguration and as the configuration is done in HMC (hardware management console, a laptop connected to the machine), it should be really early in the process. 

 It seems, that this can also configure network cards, so it should be called even before setting it up. So really early. 

 And BTW, there is no way to test it at SUSE. Our available machines do not run with DPM mode (whatever it means). 

 https://github.com/openSUSE/installation-images/pull/352 

 ----- 

 As we don't have Ihno has confirmed the hardware, here are suggested steps issue with testing and promised to provide instructions how to we can simulate the scenario: 
 *      Start the installation 
 *      Go til the point where yast.ssh should be entered to start YaST 
 *      Enter the following commands:  
 *      /sbin/chzdev dasd 0-ffff --enable 
 *      /sbin/chzdev zfcp 0-ffff --enable** 
 *      With this command all disc devices are configured. This should preferable done on a system which has addressed case, if not we can only a few devices available. 
 *      Continue with the installation by entering yast.ssh 
 *      You can now skip the part where the disks are enabled. 
 validate negative that code is not executed when we don't have setup in place.

Back