How to migrate from NetWare into OES 2 if you are already using a SAN
From CoolSolutionsWiki
The SAN can be either Fibre Channel or iSCSI.
A Fibre Channel SAN requires hardware Fibre Channel cards to be installed in the OES 2 server. An iSCSI SAN can be completely configured via software on the OES 2 server.
The Fibre Channel cards expose the SAN as disk devices. The iSCSI initiator is used to expose the iSCSI SAN disks.
The iSCSI initiator is configured via the yast2 iscsi-client GUI. A target discovery is performed. Knowing the IP address of the SAN iSCSI Target is required for discovery. After the discovery a login is done. At this point the iSCSI SAN disk should be exposed as a device, such as /dev/sdb0.
The exposed disk devices are then mounted using the Linux mount command as follows:
mount /dev/sdx0
where x represents the exposed disk device.
