Sponsored Content
Operating Systems Solaris Modifying properties to use scsi-3 reservation for disks with two paths in sun cluster Post 302955617 by hicksd8 on Saturday 19th of September 2015 02:19:02 PM
Old 09-19-2015
A little research reveals that Oracle (Sun) partner with COMSTAR for the iSCSI connectivity and this page from 2013 says that (at that time) scsi3 PGR was not supported.

How to Configure ISCSI target in Solaris 11 ? - UnixArena

However, there are also a number of comments on the web saying that COMSTAR were about to implement PGR in an update so this is probably available now. Perhaps you might try to download it.
This User Gave Thanks to hicksd8 For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

The difference between SCSI & IDE Hard disks.

Hello agian ! What is the difference between SCSI and IDE hard disks ? I have Intel PC and when i check i have Generic IDE TYPE DISK0 is IDE hard disk is ok for Solrais ? or should i buy the SCSI hard disk ? Thanks Abid Malik (3 Replies)
Discussion started by: abidmalik
3 Replies

2. AIX

SCSI Disks

Hi Is it possible to install in p5 and pSeries SCSI Disks from SUN on DELL? Will they work? Regards, Pit (0 Replies)
Discussion started by: piooooter
0 Replies

3. Solaris

Reclaiming EMC disks after losing paths

First time writer....take it easy on me. I had a situation where I lost all paths to EMC disk. There was a failure on the EMC frame. After that was repaired, my server had a difficult time reclaiming all disks and veritas had marked the disks as failed. Veritas was confused. What are some of... (3 Replies)
Discussion started by: Sowser
3 Replies

4. Linux

Modifying Linux in WesternDigital net disks

Hi, I am installing perl and rsnapshot on the OS of a Western Digital MyBook disk. To install perl the ./Configure command tells me that both 'tr' and 'split' are missing. I don't find them on the net. Where can I download them? Thanks. Charles. (2 Replies)
Discussion started by: mosndup
2 Replies

5. Solaris

Sun cluster and Veritas cluster question.

Yesterday my customer told me to expect a vcs upgrade to happen in the future. He also plans to stop using HDS and move to EMC. Am thinking how to migrate to sun cluster setup instead. My plan as follows leave the existing vcs intact as a fallback plan. Then install and build suncluster on... (5 Replies)
Discussion started by: sparcguy
5 Replies

6. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

7. Solaris

Unknown Disks "offline or reservation conflict"

Hi All, I am a RH Linux admin that recently started working at a company with a number of SUN Servers so it's been an interesting transition. Considering the last person left with very little documentation left behind so I have been picking up most issues half complete, or troubleshot. ... (7 Replies)
Discussion started by: MobileGSP
7 Replies

8. HP-UX

HP-UX check SCSI reservation

Hi guys, I need some help to better understand how to determine if a disk have persistent SCSI reservation. I know that we should use the "Persisten Reservation Utility" but we are not allowed to run that tool. Since we have the output from some grab utility and specifically we have the... (0 Replies)
Discussion started by: cecco16
0 Replies
TGTD(8) 							  [FIXME: manual]							   TGTD(8)

NAME
tgtd - The SCSI Target Daemon SYNOPSIS
tgtd tgtd [-C --control-port <INTEGER>] [-d --debug <INTEGER>] [-f --foregound] [-h --help] [--iscsi <...>] DESCRIPTION
Tgtd is a SCSI Target daemon. It can be used to provide SCSI target service to a network. The most common service is iSCSI but other services are also supported. DEVICE TYPES
Tgtd provides support for both emulated and passthrough of real devices. Tgtd can emulate the following types of devices: disk : Normal disk device. Emulates a SCSI harddisk. tape : Tape device. Emulates a SCSI tape drive. cd : CD device. Emulates a SCSI DVD burner. changer : Media changer. Emulate the changer device for a virtual tape library or DVD jukebox. OPTIONS
-d --debug <INTEGER> Set to non-zero value to activate additional debugging messages to be logged. -f --foreground Run the daemon in the foreground. -h --help Print help text to the screen. -C --control-port <INTEGER> This comamnd is used to specify the control port to use for this instance of tgtd. This allows to run multiple instances of TGTD on a host. TGTADM has a matching argument to control which instance to connect to. --iscsi <...> ISCSI specific options. See the ISCSI section below for options specific to this frontend. ISCSI OPTIONS
These parameters apply only to the iSCSI frontend. portal=<ip-address[:port]> This option is used to bind tgtd to a specific ip-address/portal and/or port. By default tgtd will bind to port 3260 on the wildcard address. The ip-address part (before the ":") can be missing to designate the wildcard address with a none-default port. Example: to bind tgtd to a specific address and port tgtd --iscsi portal=192.0.2.1:3260 Example: to bind tgtd to any address but a none-default port tgtd --iscsi portal=:3251 SEE ALSO
tgtadm(8), tgt-admin(8), tgtimg(8), tgt-setup-lun(8). http://stgt.sourceforge.net/ COPYRIGHT
/LICENSE This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/. [FIXME: source] 10/02/2010 TGTD(8)
All times are GMT -4. The time now is 02:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy