Unsolved
This post is more than 5 years old
2 Intern
•
161 Posts
0
1566
January 10th, 2013 05:00
library won't get into "ready"-state
Hi guys,
I have a problem with an old STK powderhorn library. I configured it in networker and I also have access to the ACSLS-server. I have a didicated storage node where the drives are zoned to.
I did start ssi -A and mini_el. There is no firewall between these servers.
-> But I can wait forever, library isn't going into the ready-state.
I also tried to run ssi and mini_el from the storage node to which the drives are zoned. That worked for one or two times (library did go into ready-state) but I always had failure messages in the ssi_event.log:
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_init(): Initiation Started
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_init(): CSI connection Q-id is 2
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_init(): Network output Q-id is 3
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_svcinit(): SSI_HOSTNAME env var not found - will use hostname returned by gethostname
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_svcinit(): Using hostname ezszbn08
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] Found transient program number in rpctinit : 40000002
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_rpctinit(): SSI_BASE_SOCKET not found, default will be used.
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_rpctinit(): socket bound to 10.10.212.195 port 0
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_init(): Initiation Completed
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_init(): ACSLS server sunstk1.ez.edeka.net accessed through port 50004
01-10-13 13:13:42 SSI[0]:
[sunstk1.ez.edeka.net/50004] ssi, Legato version 2.08 startup
01-10-13 13:13:43 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_rpccall(): Connected to 10.10.5.25 port 32930
01-10-13 13:13:47 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_xqu_response(): status:STATUS_TRANSLATION_FAILURE; failed: xdr_u_int()
XDR message translation failure;
01-10-13 13:13:47 SSI[0]:
[sunstk1.ez.edeka.net/50004] ONC RPC: csi_xv4_res(): status:STATUS_TRANSLATION_FAILURE; failed: csi_xqu_response()
XDR message translation failure;
01-10-13 13:13:47 (17 = Unknown)[0]:
[sunstk1.ez.edeka.net/54783] acs_query_response: FATAL_ERROR! Library entity type returned, 1000, is invalid for queries.
01-10-13 13:13:47 (17 = Unknown)[0]:
[sunstk1.ez.edeka.net/54783] acs_response: FATAL_ERROR! acs_query_response() failed.
There were no error message inside ssi_event.log when I started it from networker server.
Can anyone help?


masonb
445 Posts
0
January 10th, 2013 05:00
JayJay9882,
Firstly make sure the volumes and drives are all online within ACSLS which you have defined for the library – if there is any issue here library will not become ready (as Networker has to know the status of all resources and this can cause issue if there is a hardware problem on a drive for instance).
Then ensure SSI_HOSTNAME is set for the interface/name which the NetWorker server will communicate via TCPIP over the network to the ACSLS server. I noticed in your post this was not used and defaulted to gethostname value which may not have network path to ACSLS server.
Regards,
Bill Mason
JayJay9882
2 Intern
•
161 Posts
0
January 10th, 2013 06:00
Bill,
here is what I did:
CSI_HOSTNAME= ; export CSI_HOSTNAME
SSI_HOSTNAME= ; export SSI_HOSTNAME
mini_el&
ssi&
on the networker server. Still not ready. The ssi-log contains this:
01-10-13 15:12:11 SSI[0]:
[ /50011] ONC RPC: csi_init(): Initiation Started
01-10-13 15:12:11 SSI[0]:
[ /50011] ONC RPC: csi_init(): CSI connection Q-id is 2
01-10-13 15:12:11 SSI[0]:
[ /50011] ONC RPC: csi_init(): Network output Q-id is 3
01-10-13 15:12:11 SSI[0]:
[ /50011] ONC RPC: csi_svcinit(): SSI_HOSTNAME is
01-10-13 15:12:11 SSI[0]:
[ /50011] Found transient program number in rpctinit : 40000007
01-10-13 15:12:11 SSI[0]:
[ /50011] ONC RPC: csi_rpctinit(): SSI_BASE_SOCKET not found, default will be used.
01-10-13 15:12:11 SSI[0]:
[ /50011] ONC RPC: csi_rpctinit(): socket bound to port 0
01-10-13 15:12:11 SSI[0]:
[ /50011] ONC RPC: csi_init(): Initiation Completed
01-10-13 15:12:11 SSI[0]:
[ /50011] ONC RPC: csi_init(): ACSLS server accessed through port 50011
01-10-13 15:12:11 SSI[0]:
[ /50011] ssi, Legato version 2.08 startup
I assume it's right to start ssi and mini_el on the networker server since it is written in the man pages of ssi.
JayJay9882
2 Intern
•
161 Posts
0
January 10th, 2013 06:00
ACSLS looks fine to me: