iSCSI

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) iSCSI
# 1  
Old 05-08-2009
iSCSI

I have configured iSCSI on server with linux running on it .

On APPLE I have downloaded gloablSAN. When globalSAN is started ,it asks for target IP . I have given target IP . It has detected the disks .

But when i use "disk utilities " , here the ISCSI disk are not displayed. except the local disks.

Can any one assist on what went wrong.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

ISCSI best practice question

Hello. I'm a noob, but have managed to get to the point of Solaris storage server running 4 X 3Tb in a RAIDZ pool. My current system is sharing via SMB a few different ZFS devices (puddle/TV, puddle/Movies, puddle/Music, etc). My main server is going to be OSX, Mountain Lion. What I have set... (4 Replies)
Discussion started by: BillyPrefect
4 Replies

2. AIX

Netapp iscsi lun

Hi, I have aix 6.1 box. I want to configure iscsi luns from netapp storage. I tried in google but not getting proper solution for that. i m not getting the proper iqn name. Please share me the steps to complete this requirements. Thanks in advance. (1 Reply)
Discussion started by: sunnybee
1 Replies

3. Red Hat

iSCSI issue on RHEL 5

Hello Friends, I am facing issue with the iSCSI configuration on some of our RHEL 5 servers, When I restart the iSCSI service, it triggers the RHEL server reboot. Could you please help me with this issue. Below are the system details : uname -a : Linux za-rac-prd-01.abc.local... (2 Replies)
Discussion started by: Jeevanm
2 Replies

4. Linux

FC, iSCSI, and NAS configuration?

I am using Windows Server 2008R2 as a domain controller to 2 other servers and would like to use my Dell Powervault 770N as my NAS for data storage. I have FC that I would like to implement between the servers and the NAS (as an iSCSI target). I am brand new to this world; is this possible? I am... (2 Replies)
Discussion started by: NoviceAdmin
2 Replies

5. UNIX for Dummies Questions & Answers

iscsi high availability

Hi, I want to set up a iscsi high availability with sheepdog distributed storage. Here is my system set up. Four nodes with sheepdog distributed storage and i am sharing this storage through iscsi using two nodes as well as using a virtual ip set up using ucarp.Two nodes using same iqn. And... (0 Replies)
Discussion started by: jobycxa
0 Replies

6. AIX

iSCSI troubleshooting

I have an Equallogic SAN that I connect to from AIX (as well as Windows) I had configured the connection and created the volumes and filesystems and all was working great. Then one day, no communication between the SAN and the AIX (I can ping though) Anything I do on the AIX box at this time... (2 Replies)
Discussion started by: oldmanjoe
2 Replies

7. UNIX for Dummies Questions & Answers

How to change ethernet cable of iscsi initiator (iscsi client)?

how to change ethernet cable of iscsi initiator (iscsi client) (0 Replies)
Discussion started by: pankajd
0 Replies

8. Linux

AoE, iscsi and storage

Hi guys, I'd like to share experiences and knowledge about what should I use to install on a new storage server (with a lot of disks) in my network. What I want, is to move all domU's storage to this new storage server with AoE, iscsi or another thing. question: 1. Should I install openfiler or... (1 Reply)
Discussion started by: iga3725
1 Replies

9. AIX

Help growing iscsi lun

Hi, I have an iSCSI LUN of 200GB. I increased it to 250GB and when I try to increase the size of the vg, I'm getting an error that none of the volumes have increased in size. How can I get the OS to see the additional 50GB? ---------- Post updated at 03:22 PM ---------- Previous update... (9 Replies)
Discussion started by: bbbngowc
9 Replies

10. AIX

iSCSI Configuration help

I just reloaded an IBM P-Series with AIX 5.3 and would like to configure iscsi, can someone point me in the right direction to obtaining the initiator node name? I ran lsattr -El iscsi0 - but the name that is displayed is not the correct name. I read somewhere the default node name is not... (2 Replies)
Discussion started by: bbbngowc
2 Replies
Login or Register to Ask a Question
OCF_HEARTBEAT_ISCSIT(7) 					OCF resource agents					   OCF_HEARTBEAT_ISCSIT(7)

NAME
ocf_heartbeat_iSCSITarget - iSCSI target export agent SYNOPSIS
iSCSITarget [start | stop | monitor | meta-data | validate-all] DESCRIPTION
Manages iSCSI targets. An iSCSI target is a collection of SCSI Logical Units (LUs) exported via a daemon that speaks the iSCSI protocol. SUPPORTED PARAMETERS
implementation The iSCSI target daemon implementation. Must be one of "iet", "tgt", or "lio". If unspecified, an implementation is selected based on the availability of management utilities, with "iet" being tried first, then "tgt", then "lio". (optional, string, no default) iqn The target iSCSI Qualified Name (IQN). Should follow the conventional "iqn.yyyy-mm.<reversed domain name>[:identifier]" syntax. (unique, required, string, no default) tid The iSCSI target ID. Required for tgt. (unique, optional, integer, no default) portals iSCSI network portal addresses. Not supported by all implementations. If unset, the default is to create one portal that listens on . (optional, string, default 0.0.0.0:3260) allowed_initiators Allowed initiators. A space-separated list of initiators allowed to connect to this target. Initiators may be listed in any syntax the target implementation allows. If this parameter is empty or not set, access to this target will be allowed from any initiator. (optional, string, no default) incoming_username A username used for incoming initiator authentication. If unspecified, allowed initiators will be able to log in without authentication. This is a unique parameter, as it not allowed to re-use a single username across multiple target instances. (unique, optional, string, no default) incoming_password A password used for incoming initiator authentication. (optional, string, no default) additional_parameters Additional target parameters. A space-separated list of "name=value" pairs which will be passed through to the iSCSI daemon's management interface. The supported parameters are implementation dependent. Neither the name nor the value may contain whitespace. (optional, string, no default) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 10. stop Stops the resource. Suggested minimum timeout: 10. status Suggested minimum timeout: 10. Suggested interval: 10. monitor Performs a detailed status check. Suggested minimum timeout: 10. Suggested interval: 10. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 10. EXAMPLE
The following is an example configuration for a iSCSITarget resource using the crm(8) shell: primitive p_iSCSITarget ocf:heartbeat:iSCSITarget params iqn=string op monitor timeout="10" interval="10" depth="0" SEE ALSO
http://www.linux-ha.org/wiki/iSCSITarget_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 03/09/2014 OCF_HEARTBEAT_ISCSIT(7)