Views:

Summary

Attempting to open a tape library that is attached to a storage system using the syncui ndmpopen command fails with rc=3019, even though you provide correct values for <jbox_name>, <jbox_ctlid>, <hostname>, <port>, <username>, and <password>. To resolve this issue, ensure that the storage system is in text authentication mode.

 

Symptoms

The ssjuker log displays the attempt to open the tape library using syncui ndmpopen and the subsequent failure:

Tue Jun 23 12:20:36 2009 SNBJBC1235E Jukebox JB: open fails with ndmp hostname (n.n.n.n), device name (mc0), auth_type (text), user name (******), passwd (******)

Tue Jun 23 12:20:36 2009 SNBJBC1006E Message JUKER OPEN processing failed, rc=3019


The NDMP client proxy log (.ncl) displays:

Tue Jun 23 12:20:36 2009 SNBNCX6034E Failed to authenticate session with NDMP server at host(10.226.16.124). Reason(4, NDMP_NOT_AUTHORIZED_ERR)

Tue Jun 23 12:20:36 2009 SNBNCX1031E Error calling fn (ms_process_msg) rc (501)

Tue Jun 23 12:20:36 2009 SNBNCX6014E ERROR: Task 8, type(SCSI-CONTROL), state(AUTH_1); Error(501, NC_TASK_ERROR_SERVER_RESPONSE), NDMP error(4, NDMP_NOT_AUTHORIZED_ERR); Connection 0, Message token 0

Tue Jun 23 12:20:36 2009 SNBNCX3066D Task 8, type(SCSI-CONTROL), state(AUTH_1); Unrecoverable error

 

Resolution

Important: Although the images in this article depict a specific version of the DPX management console, their functionality is applicable to all currently supported versions.

The storage system is configured with MD5 authentication as follows and displayed in the image below:

NDMPFILER> options ndmpd.authtype challenge


 


Syncui attempts only text authentication: NDMP_AUTH_TEXT. The DPX management console first attempts to open the tape library with MD5 authentication. If unsuccessful, it uses text authentication.

 

 

 

 

 

 

 

 

 

 

To open a tape library that is attached to a storage system with syncui ndmpopen, ensure that the storage system is in text authentication mode: options ndmpd.authtype plaintext,challenge.