It's all about the answers!

Ask a question

Build Forge on HP-UX 11.31


Frank van den Nieuwboer (311) | asked May 14 '10, 10:46 a.m.
Hi all,

We are trying to get Build Forge running on HP-UX version 11.31, but every time we get a Functional Failure. I tried with the 7.1.1.0 client, and 7.1.1.4 client, both resulting in the same error.

Host: 10.xx.xx.xxx:5555
Agent Version: 7.1.1.4-0-0010
Authentication: root
Platform:
Status: Functional failure
Duration: 4

Does anyone know where to look? I tried changing /etc/pam.conf; but that did not seem to work.

Best Regards,
Frank


" C:\Program Files\IBM\Build Forge>bfservertest pf2eaiodb01 5/7/2010 4:11:44 PM: Services: 5984: CRRBF1381I: Established connection to Build Forge Services.
Got server record for
Test ID is
5/7/2010 4:11:44 PM: ServerTest: 5984: CRRBF0364I: Agent Test initiated for server 'pf2eaiodb01'.
Set cleared store for []
Storing host information for
Agent Connecting...
Storing Agent Version for
cmd ping
username root
encpass 7e6065c96932359a00fb0c0f0abd1c06cbe3196ecd5126292801
go
Sending agent request...
Agent: ]
Agent:
Use of uninitialized value in concatenation (.) or string at bfservertest.pl line 163, <sock> line 5.
Agent: []
5/7/2010 4:11:47 PM: ServerTest: 5984: CRRBF0363I: Agent test completed for server 'pf2eaiodb01', setting error status to 'Y'.

C:\Program Files\IBM\Build Forge> "

15 answers



permanent link
Frank van den Nieuwboer (311) | answered Jul 25 '10, 10:26 p.m.
I managed to fix this issue for HP-UX 11.31 by modifying the /etc/pam.conf configuration:

bfagent  auth    sufficient      libpam_krb5.so.1

bfagent auth sufficient libpam_unix.so.1
bfagent account sufficient libpam_krb5.so.1
bfagent account sufficient libpam_unix.so.1


Thanks all for the help!

permanent link
Frank van den Nieuwboer (311) | answered Jul 25 '10, 10:26 p.m.
I managed to fix this issue for HP-UX 11.31 by modifying the /etc/pam.conf configuration (only bfagent entries):

bfagent  auth    sufficient      libpam_krb5.so.1

bfagent auth sufficient libpam_unix.so.1
bfagent account sufficient libpam_krb5.so.1
bfagent account sufficient libpam_unix.so.1


Thanks all for the help!

permanent link
sridevi yv (10632) | answered Aug 05 '10, 3:02 a.m.
hi how did u run the agent on hp/ux machine?

permanent link
shalin singh (6) | answered Apr 27 '11, 10:15 a.m.
I managed to fix this issue for HP-UX 11.31 by modifying the /etc/pam.conf configuration (only bfagent entries):

bfagent  auth    sufficient      libpam_krb5.so.1

bfagent auth sufficient libpam_unix.so.1
bfagent account sufficient libpam_krb5.so.1
bfagent account sufficient libpam_unix.so.1


Unfortunately no luck

permanent link
Sam Aloni (6) | answered Sep 09 '11, 1:16 p.m.
I managed to fix this issue for HP-UX 11.31 by modifying the /etc/pam.conf configuration (only bfagent entries):

bfagent  auth    sufficient      libpam_krb5.so.1

bfagent auth sufficient libpam_unix.so.1
bfagent account sufficient libpam_krb5.so.1
bfagent account sufficient libpam_unix.so.1


Unfortunately no luck



Works fine for me. Maybe you need to revaluate.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.