Controller settings, input and output functions
List of Global Functions
Abort - Abort function
ActivateDisk - Activate selected Disks
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 selected Disks
Export - Dump the controller settings to a single map (For use by autoinstallation.)
FormatDisks - Activate selected Disks
FourDigitHex - Translate integer number to its hexadecimal representation with leading 0x and exactliy 4 hexadecimal numbers
GetPartitionInfo - Get partitioninfo
Import - Get all controller settings from the first parameter (For use by autoinstallation.)
IsAvailable - Check if DASD subsystem is available
Modified - Prototypes
Modified - Data was modified?
ProbeDisks - Probe for DASD 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 selected Disks
Function parameters
string channel
boolean diag
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 selected Disks
Function parameters
string channel
boolean diag
Return value
void
Dump the controller settings to a single map (For use by autoinstallation.)
Return value
map - Dumped settings (later acceptable by Import ())
Activate selected Disks
Function parameters
list<string> disks_list
integer par
boolean write_vl
boolean interactive
Return value
void
Translate integer number to its hexadecimal representation with leading 0x and exactliy 4 hexadecimal numbers
Function parameters
integer i
Return value
string - hexadecimal number
Get partitioninfo
Function parameters
string disk
Return value
string - GetPartitionInfo string The info
Get all controller settings from the first parameter (For use by autoinstallation.)
Function parameters
map settings
Return value
boolean - True on success
Check if DASD subsystem is available
Return value
boolean - True if more than one disk
Create a textual summary and a list of unconfigured cards
Return value
list - summary of the current configuration