config lanfree encount the error:ANR0132E cryptog.c(2025): Memory allocation failed:

wang

Active Newcomer
Joined
Jan 13, 2018
Messages
9
Reaction score
0
Points
0
PREDATAR Control23

Hi,buddy,
Recently ,I config a lanfree agent server,follow is my env:
TSM server
Ver. 7, Rel. 1, Lev. 1.0
client:
Power VM host
OS:AIX:7100-04-02-1614
BA7.1·8
TSM storage agen V6.3.4
dsm.sys:
SErvername tdpr3
COMMMethod TCPip
TCPPort 1500
TCPServeraddress 192.168.30.140
*nodename prd_db
nodename prdbak_db
asnodename prd_db
passwordaccess prompt
*errorlogname /usr/tivoli/tsm/client/api/bin64/tdpr3.log
errorlogname /oracle/tdpr3.log
passworddir /oracle/
TCPWindowsize 64 ##add
enablelanfree yes
LANFREECommmethod SharedMem
*LANFREECommmethod TCPIP
*LANFREETCPPort 1500
LANFREESHMPORT 1510

config lanfree:
define server prdbak_san serverpassword=admin hladdress=192.168.1.21 lladdress=1500
define path prdbak_sanDRIVE03 srctype=server desttype=drive library=vtllib device=/dev/rmt0
define path prdbak_sanDRIVE04 srctype=server desttype=drive library=vtllib device=/dev/rmt1

but when I define agent:

./dsmsta setstorageserver myname=prdbak_san mypassword=admin myhladdress=192.168.1.21 servername=tsm7 serverpassword=passwod hladdress=192.168.1.10 lladdress=1500

the error:
Tivoli Storage Manager for AIX
Version 6, Release 3, Level 4.000
Licensed Materials - Property of IBM
(C) Copyright IBM Corporation 1990, 2011.
All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corporation.
ANR7801I Subsystem process ID is 3080322.
ANR0900I Processing options file /opt/tivoli/tsm/StorageAgent/bin/dsmsta.opt.
ANR7811I Using instance directory /opt/tivoli/tsm/StorageAgent/bin.
ANR4726I The ICC support module has been loaded.
ANR0132E cryptog.c(2025): Memory allocation failed: object AES context, size 1.ANR9999D_0901291003 PrivSetupAesContext(cryptog.c:2116) Thread<1>: Failed alloc
for cipher context
ANR9999D Thread<1> issued message 9999 from:
ANR9999D Thread<1> 0x000000010001cc7c StdPutText
ANR9999D Thread<1> 0x000000010001d734 OutDiagToCons
ANR9999D Thread<1> 0x00000001000092bc outDiagfExt
ANR9999D Thread<1> 0x000000010009f214 PrivSetupAesContext
ANR9999D Thread<1> 0x000000010009eb60 GenCryptoKey
ANR9999D Thread<1> 0x00000001000899ac admEncryptPassword
ANR9999D Thread<1> 0x00000001003429b0 EncryptHexifyPassword
ANR9999D Thread<1> 0x00000001003422f4 admAppendServer
ANR9999D Thread<1> 0x00000001003413e0 admSetStorageServer
ANR9999D Thread<1> 0x00000001000016f4 main
ANR9999D_1662183362 GenCryptoKey(cryptog.c:906) Thread<1>: Unable to setup AES
context

After seach for IBM compitable web site ,I think may be the BA version is to high,SO I down-version the BA from 7.18. to 7.10 and to BA6.32,but no luck.

But when I use storage agen V5.5.7,the agent config is successful!
What wrong with my env?anybody encount the same error message?
thanks in advance?
 
PREDATAR Control23

Your BA client version (if I read correctly at 7.1.8) is not compatible with that version of the storage agent. They changed the configuration of the STA from 5.5.x to 6.x and higher. You should consider keeping the STA at or close (within same version level) to the current version of the TSM server.
 
PREDATAR Control23

Your BA client version (if I read correctly at 7.1.8) is not compatible with that version of the storage agent. They changed the configuration of the STA from 5.5.x to 6.x and higher. You should consider keeping the STA at or close (within same version level) to the current version of the TSM server.
Thank chad_small,I shift to install the SAN7.11,but no luck.Finally,I have to remove the high version and install the SAN5.57,and the lanfree works well.I think mat be the NPIV is not 100% compitable with the current SAN agent.
 
Top