Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sanboot:suse [2007/11/06 23:52]
unrzl1 created
sanboot:suse [2008/01/19 11:33] (current)
mdc
Line 2: Line 2:
  
 At command line prompt just add this option: At command line prompt just add this option:
-  WithISCSI=1+  ​netsetup=1 ​WithISCSI=1
 and you'll be prompted to enter iSCSI target IP, and you and you'll be prompted to enter iSCSI target IP, and you
 can select one of the available targets to install to. can select one of the available targets to install to.
  
-This has been tested on openSUSE 10.3 and SLES (SUSE Linux Enterprise Server) 10.+This has been tested on SLES (SUSE Linux Enterprise Server) 10.
  
-  group { +<​code>​ 
-   if substring(option ​vendor-class-identifier, 0, 9) "​PXEClient" ​+option ​space gpxe; 
-      filename "/gpxe/undionly.kpxe";​ +option gpxe-encap-opts code 175 encapsulate gpxe; 
-   ​} else { +option gpxe.bus-id code 177 = string; 
-      filename="";​ +   
-      option root-path "​iscsi:​192.168.0.10::::​iqn.1987-05.com.cisco:​lvol1";​ +group 
-   } +  host iscsihost { 
-   host iscsihost { +    hardware ethernet 00:​0c:​29:​01:​02:​03;​ 
-        hardware ethernet 00:​0c:​29:​01:​02:​03;​ +    fixed-address iscsihost.mydomain.org;​ 
-        fixed-address iscsihost.mydomain.org;​ + 
-   }+    if not exists gpxe.bus-id { 
 +        ​filename "​undionly.kpxe";​ 
 +    } else { 
 +        filename="";​ 
 +        option root-path "​iscsi:​192.168.0.10::::​iqn.1987-05.com.cisco:​lvol1";​ 
 +    }
   }   }
 +}
 +</​code>​
 +
 +But there are still some topics to investigate:​
  
 +* System wants to deactivate Swap (located on iSCSI device) after network has gone down

Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

QR Code
QR Code sanboot:suse (generated for current page)