Sponsored Content
Operating Systems Solaris Solaris 10 10/08 sparc + iSCSI Post 302309126 by prashantbhushan on Tuesday 21st of April 2009 07:08:46 AM
Old 04-21-2009
I am trying to mount SAN Volumes on Solaris using iSCSI.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

iscsi commands iscsiadm solaris 10

I'm running solaris 10 and this packages is installed SUNWiscsir - Sun iSCSI Device Driver (root) SUNWiscsiu - Sun iSCSI Management Utilities (usr) But the commands iscsiadm or iscsitadm dont work. He are not in my system. Do you know the problem. (1 Reply)
Discussion started by: simonquest
1 Replies

2. Solaris

iscsi device on solaris 10 (x64)

Hello! I have several disks discovered using iscsi protocol. There disks are represented in OS like c2txd0 . logs: Is it possible to change drive path, for example, from c2t6d0 to c2t7d0? It's important for me because I have to install oracle RAC on RAW devices. NIck (0 Replies)
Discussion started by: skelet
0 Replies

3. UNIX for Advanced & Expert Users

Solaris 10 10/09 u8, iSCSI and SUN Trunking

I am running Solaris 10 on a V490. I have Dell EqualLogic SAN attached. I would like to take full advantage of the iSCSI initiator. I have a primary network interface and IP addresses for all four SAN ports. Since the four ports are SUN GigaSwift (legacy), I cannot utilize dladm, so I downloaded... (2 Replies)
Discussion started by: KSFlyer
2 Replies

4. Solaris

Set up iscsi LUN on solaris 9?

Hi, I need to set up iscsi LUN on Solaris 9. I've done it on Solaris 10 with iscsiadm. How do you do it on Solaris 9 though? Currently using Solaris 9 update 2. Your help is appreciated. Thanks, Sparcman (6 Replies)
Discussion started by: sparcman
6 Replies

5. 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

6. Solaris

Can You Mount FAT32 iSCSI Target in Solaris 10 (sparc)?

I get "mount: I/O error" when trying to mount an existing FAT32 iSCSI target. I also tried formatting the iSCSI target with fdisk and got fdisk: "Error in ioctl DKIOCSMBOOT" Details -- According to the format command, the whole disk is allocated to slice 6 and /dev/rdsk shows this as:... (0 Replies)
Discussion started by: ctafret
0 Replies

7. UNIX for Advanced & Expert Users

Can You Mount FAT32 iSCSI Target in Solaris 10 (sparc)?

I get "mount: I/O error" when trying to mount an existing FAT32 iSCSI target. I also tried formatting the iSCSI target with fdisk and got fdisk: "Error in ioctl DKIOCSMBOOT" Details -- According to the format command, the whole disk is allocated to slice 6 and /dev/rdsk shows this as:... (1 Reply)
Discussion started by: ctafret
1 Replies

8. UNIX for Dummies Questions & Answers

can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?

Hi Gurus can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC? regards, Israel. (9 Replies)
Discussion started by: iga3725
9 Replies

9. Solaris

Solaris10 sparc T5120 PANIC during iscsi command

Any idea why this Panic happened? Solaris10 Sparc T5120 panic during iscsi command, here is the panic log in the message : Mar 19 04:40:47 xavi-t5120c-solaris10u9-sparc genunix: /scsi_vhci/ssd@g00173800fdff0004 (ssd60) offline Mar 19 04:40:47 xavi-t5120c-solaris10u9-sparc genunix: ... (4 Replies)
Discussion started by: shaybery
4 Replies

10. Solaris

Solaris 11 iscsi chap auth

hi to all i've done that steps, but i was not completely successful: sudo pkg install group/feature/storage-server sudo svcadm enable stmf sudo zfs create -V 1g rpool/LUN1 sudo stmfadm create-lu /dev/zvol/rdsk/rpool/LUN1 sudo stmfadm list-lu ... (4 Replies)
Discussion started by: jm83
4 Replies
ISCSID(8)						    BSD System Manager's Manual 						 ISCSID(8)

NAME
iscsid -- iSCSI initiator daemon SYNOPSIS
iscsid [-P pidfile] [-d] [-l loglevel] [-m maxproc] [-t seconds] DESCRIPTION
The iscsid daemon is responsible for performing the Login Phase of iSCSI connections, as well as performing SendTargets discovery. Upon startup, the iscsid daemon opens the iSCSI initiator device file and waits for kernel requests. iscsid does not use any configuration files. All needed information is supplied by the kernel. When the iscsid daemon is not running, already established iSCSI connections continue to work. However, establishing new connections, or recovering existing ones in case of connection error, is not possible. The following options are available: -P pidfile Specify alternative location of a file where main process PID will be stored. The default location is /var/run/iscsid.pid. -d Debug mode. The server sends verbose debug output to standard error, and does not put itself in the background. The server will also not fork and will exit after processing one connection. This option is only intended for debugging the initiator. -l loglevel Specifies debug level. The default is 0. -m maxproc Specifies limit for concurrently running child processes handling connections. The default is 30. Setting it to 0 disables the limit. -t seconds Specifies timeout for login session, after which the connection will be forcibly terminated. The default is 60. Setting it to 0 disables the timeout. FILES
/dev/iscsi The iSCSI initiator device file. /var/run/iscsid.pid The default location of the iscsid PID file. EXIT STATUS
The iscsid utility exits 0 on success, and >0 if an error occurs. SEE ALSO
iscsi(4), iscsictl(8) HISTORY
The iscsid command appeared in FreeBSD 10.0. AUTHORS
The iscsid utility was developed by Edward Tomasz Napierala <trasz@FreeBSD.org> under sponsorship from the FreeBSD Foundation. BSD
September 12, 2014 BSD
All times are GMT -4. The time now is 02:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy