Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
sanboot:opensolaris_iscsi_install [2009/12/22 08:27] kvandoor |
sanboot:opensolaris_iscsi_install [2009/12/22 10:30] (current) kvandoor e |
||
---|---|---|---|
Line 16: | Line 16: | ||
* Once the network configuration is done, exit the installer (go to a shell) | * Once the network configuration is done, exit the installer (go to a shell) | ||
- | * Use the iscsiadm command to connect your iSCSI Target | + | * Use the iscsiadm command to connect your iSCSI Target |
==for static config:== | ==for static config:== | ||
# iscsiadm add static-config iqn,target-ip:port | # iscsiadm add static-config iqn,target-ip:port | ||
Line 27: | Line 27: | ||
# iscsiadm list target -S | # iscsiadm list target -S | ||
- | * If the Device oS name is not specified, try: | + | * If the Device OS name is not specified, try: |
# devfsadm -i iscsi | # devfsadm -i iscsi | ||
Line 34: | Line 35: | ||
# install-solaris | # install-solaris | ||
+ | |||
* The installer should continue, and the iscsi disk should be available | * The installer should continue, and the iscsi disk should be available | ||
Line 44: | Line 46: | ||
=== Known issues ==== | === Known issues ==== | ||
* I tried to create an image of this disk, to deploy new clients. For some reason if the target IQN is changing I can't boot anymore. | * I tried to create an image of this disk, to deploy new clients. For some reason if the target IQN is changing I can't boot anymore. | ||
+ |