Controller settings, input and output functions
List of Global Functions
Abort - Abort function
ActivateDisk - Activate a disk
AutoPackages - Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Available - Is this kind of disk controller available?
DeactivateDisk - Activate a disk
Export - Dump the controller settings to a single map (For use by autoinstallation.)
GetControllers - Get available zfcp controllers
HexNumSize - Update the size of hexa number via adding leading zeros
Import - Get all controller settings from the first parameter (For use by autoinstallation.)
IsAvailable - Check if ZFCP subsystem is available
Modified - Prototypes
Modified - Data was modified?
ProbeDisks - Get available disks
Read - Read all controller settings
Summary - Create a textual summary and a list of unconfigured cards
Write - Write all controller settings
List of Global Variables
modified - Data was modified?
write_only - Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.
Activate a disk
Function parameters
string channel
string wwpn
string lun
Return value
void
Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Return value
map - with 2 lists.
Activate a disk
Function parameters
string channel
string wwpn
string lun
Return value
void
Dump the controller settings to a single map (For use by autoinstallation.)
Return value
map - Dumped settings (later acceptable by Import ())
Get available zfcp controllers
Return value
list<map<string,any> > - of availabel Controllers
Update the size of hexa number via adding leading zeros
Function parameters
string hex
integer digits
Return value
string - hex string with specified length
Get all controller settings from the first parameter (For use by autoinstallation.)
Function parameters
map settings
Return value
boolean - True on success
Check if ZFCP subsystem is available
Return value
boolean - whether the ZFCP-System is availble at all
Create a textual summary and a list of unconfigured cards
Return value
list<string> - summary of the current configuration