Operating System - HP-UX
1832877 Members
2465 Online
110048 Solutions
New Discussion

Re: Using Tivoli Remote Console

 
Michael Elleby III_1
Trusted Contributor

Using Tivoli Remote Console

Having an issue launching this application from a PC to log into an HP server. This application launches an executable called STARTER on the HP box that then logs the remote console client into the box on the specified port (31111). But the login is failing stating that the user is invalid. The HP box is trusted, so how can I rectify the problem with the application?

Mike-
Knowledge Is Power
2 REPLIES 2
Michael Elleby III_1
Trusted Contributor

Re: Using Tivoli Remote Console

To add-

I tested the Remote Console application by untrusting one of the HP boxes, and it worked, so apparently, I need to figure out how to make Remote Console work with a TRUSTED system.

Mike-
Knowledge Is Power
Kofi ARTHIABAH
Honored Contributor

Re: Using Tivoli Remote Console

Michael:

You need to contact Tivoli to see if they have a version of the remote console that recognises HP's protected password mechanism for trusted systems (its a bit like shadow passwords on linux/Solaris etc.) - this uses the getprpwent() calls rather than the getpwent() calls for untrusted systems. Do a man on getprpwent and getpwent for full descriptions.

I had a similar problem with f-secure's SSH - I called them and they sent me a copy of SSH that works with trusted systems.

Good luck
nothing wrong with me that a few lines of code cannot fix!