Configuration of controller |
modules/ZFCPController.ycp |
Controller settings, input and output functions | |
|
|
This module has an unstable interface. |
Representation of the configuration of controller.
Input and output routines.
Imports
Global VariablesGlobal Functions
Local Functions |
Update the size of hexa number via adding leading zeros
- Parameters:
-
hex string a hexa number (withou or without leading 0x) digits the count of digits (excluding leading 0x)
- Return value:
-
hex string with specified length
Prototypes
Data was modified?
Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.
Abort function return boolean return true if abort
Abort function
- Return value:
-
blah blah lahjk
Data was modified?
- Return value:
-
true if modified
Is this kind of disk controller available?
- Return value:
-
true if it is
Read all controller settings
- Return value:
-
true on success
Write all controller settings
- Return value:
-
true on success
Get all controller settings from the first parameter (For use by autoinstallation.)
- Parameters:
-
settings The YCP structure to be imported.
- Return value:
-
True on success
Dump the controller settings to a single map (For use by autoinstallation.)
- Return value:
-
Dumped settings (later acceptable by Import ())
Create a textual summary and a list of unconfigured cards
- Return value:
-
summary of the current configuration
Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
- Return value:
-
with 2 lists.
Check if ZFCP subsystem is available
- Return value:
-
whether the ZFCP-System is availble at all
Get available zfcp controllers
- Return value:
-
of availabel Controllers
Get available disks
Report error occured during device activation
- Parameters:
-
id integer chanel id of the device ret integer exit code of the operation
Report error occured during device activation
- Parameters:
-
id integer chanel id of the device ret integer exit code of the operation
Activate a disk
- Parameters:
-
channel string channel id wwpn string wwpn (hexa number) lun string lun (hexa number)
Activate a disk
- Parameters:
-
channel string channel id wwpn string wwpn (hexa number) lun string lun (hexa number)