Sponsored Content
Operating Systems HP-UX Unable to delete iscsi target Post 302879171 by fretagi on Wednesday 11th of December 2013 04:01:25 AM
Old 12-11-2013
Unable to delete iscsi target

Hi

Please can someone give me a hint on this, when I list the targets, I see two o them:
Code:
#iscsiutil -p

Operational Target Information
------------------------------

Target # 1
-----------
        Target Name               : iqn.1992-08.com.netapp:sn.142241859
        Target Alias              :
        No. of Target Addresses   : 2

Target Address # 1
-------------------
        IP Address                : 192.168.1.252
        iSCSI TCP Port            : 3260
        iSCSI Portal Group Tag    : 1000

  User Configured:
  ----------------

        Authenticaton Method      :
        CHAP Method               : CHAP_UNI
        Initiator CHAP Name       :
        CHAP Secret               :
        Header Digest             : None,CRC32C (default)
        Data Digest               : None,CRC32C (default)

Target Address # 2
-------------------
        IP Address                : 10.0.0.50
        iSCSI TCP Port            : 3260
        iSCSI Portal Group Tag    : 1002

then, when I try to delete the first one:

Code:
#iscsiutil -d -I 192.168.1.252 -P 3260 -M 1000
iscsiutil: Delete failed.  The target address "192.168.1.252:3260,1000" is not present in the driver repository: Invalid argument

No volume is attached to this! Does anyone came across that message?
 

10 More Discussions You Might Find Interesting

1. Solaris

Iscsi - target + initiator on the same host.

Hi all iscsiadm / iscsitadm. Ive created two devices on a host. # iscsitadm list target Target: 1-disk0 iSCSI Name: iqn.1986-03.com.sun:02:f105ddf3-52a4-ed7a-9590-c3d354b8fc32.1-disk0 Connections: 1 Target: 1-disk1 iSCSI Name:... (0 Replies)
Discussion started by: sbk1972
0 Replies

2. Solaris

How do I breakdown the Target (tx) part of a cXtXdX Iscsi device?

Hello, I am trying to breakdown the cXtXdX (specifically tX) part of an iscsi device. I know in the fibre SAN world, this tX will usually be a combination of the path to device/device WWN. From what I understand in iscsi world it is similar, breaking down into... (0 Replies)
Discussion started by: Bashful
0 Replies

3. UNIX for Advanced & Expert Users

LTO2 tape drive as iSCSI target

I'm using Bacula as my backup system, with full backups going to an LTO2 tape drive, while differentials and incrementals go to a disk array on my main server, babylon4. The tape drive is currently attached to a separate machine, because babylon4 does not have a SCSI controller, nor a free PCI-X... (0 Replies)
Discussion started by: Phil Stracchino
0 Replies

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

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

6. Shell Programming and Scripting

target string to delete

Hi all, I have a text file with a lot of records. In each records I have tags like this: =952 \\$aBNCS-CH\\$bBNCS-CH\\$h1989\\$oBNCS-CH0000001\\$pBNCS-CH0000001\\$yJNL =952 \\$aBNCS-C.UNIV\\$bBNCS-C.UNIV\\$h1974-77.\\$oBNCS-C.UNIV0000001\\$pBNCS-C.UNIV0000001\\$yJNL =952... (4 Replies)
Discussion started by: ldiaz2106
4 Replies

7. UNIX for Dummies Questions & Answers

Delete from target a LUN that is mounted on initiator

hi all, i'm new here and i have a question, i wanted to know, what should happen if i delete a LUN that is already mounted on one of my initiators. thanks! (3 Replies)
Discussion started by: slavash
3 Replies

8. HP-UX

After adding new iscsi target port, still the session state of that target port is showing offline

Hi, I wanted to configure new iscsi port on HPUX system, i added the target port address and configured it, once done, went to array side and searched for that host iqn number , but was nt able to find the same, came to host, then when i ran "iscsiutil -pVS" command it gave me below result ... (0 Replies)
Discussion started by: Vinay Kumar D
0 Replies

9. Linux

How to boot iSCSI target from console linux?

I need boot any images from iSCSI and I'd like to boot from linux console of a previous LiveCD booted. Is possible, without gpxe, ipxe firmware or similar? With a simple iSCSI initiator for example? (1 Reply)
Discussion started by: spark2k06
1 Replies

10. UNIX for Advanced & Expert Users

Rsync with --delete but do not delete peer dirs on target

rsync with --delete won't honor the delete if the source is something/*. I want the delete to work, but not to delete directories on the target that are peer to the intended directory. For example, using these source and target file structures: Source on desktop: ~/ Money/ ... (4 Replies)
Discussion started by: JavaMeister
4 Replies
snmpa_notification_delivery_info_receiver(3erl) 	     Erlang Module Definition		   snmpa_notification_delivery_info_receiver(3erl)

NAME
snmpa_notification_delivery_info_receiver - Behaviour module for the SNMP agent notification delivery information receiver. DESCRIPTION
This module defines the behaviour of the notification delivery information receiver. A snmpa_notification_delivery_info_receiver compliant module must export the following functions: * delivery_targets/3 * delivery_info/4 The semantics of them and their exact signatures are explained below. DATA TYPES
address() = A 4-tuple EXPORTS
delivery_targets(Tag, Targets, Extra) -> void() Types Tag = term() Targets = [target()] target() = {Address, Port} Address = address() Port = integer() Extra = term() Inform about target addresses. This is the first function called when a notification delivery is in progress. It informs the receiver which targets will get the notification. The result of the delivery will be provided via successive calls to delivery_info/4 function, see below. delivery_info(Tag, Target, DeliveryResult, Extra) -> void() Types Tag = term() Target = target() target() = {Address, Port} Address = address() Port = integer() DeliveryResult = delivery_result() delivery_result() = no_response | got_response Extra = term() Inform about delivery result. This function is called for each target in the Targets argument of the delivery_targets/3 function, see above. The purpose is to inform the receiver of the result of the delivery (was the notification acknowledged or not) for each target. Ericsson AB snmp 4.19 snmpa_notification_delivery_info_receiver(3erl)
All times are GMT -4. The time now is 09:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy