Operating System - HP-UX
1753844 Members
7169 Online
108806 Solutions
New Discussion юеВ

Re: Not able to login into a HP-UX box

 
sagi_1
Advisor

Not able to login into a HP-UX box

Hi,

I have installed HP-UX 11.31 on a rx6600 box. The installation went fine and was completed without any errors. But wheni connect to the server using ssh,
it asks for a username, when i enter it, it doesnt prompt for a password:

login:username
blank--------

All i could see in syslog.log is the below error:

syslog: icapd: Caught exception: ERROR: The following low-level WBEM error occurred: CIM_ERR_NOT_SUPPORTED: THE REQUESTED OPERATION
IS NOT SUPPORTED.: "HPNPAR31:@31:The system is not using a compatible version of IPMI. The nPartition Provider supports IPMI 1.5.[The system () is using IPMI 1.0]"

Also, the server takes much time to start the runner application and CIM application.

Any help would be appreciated.

Thanks,
Sagar.
4 REPLIES 4
Ivan Krastev
Honored Contributor

Re: Not able to login into a HP-UX box

Try to change
UseDNS no
in sshd_config file, restart sshd daemon and try again.

Also increase log level of sshd to see more messages.

regards,
ivan
T G Manikandan
Honored Contributor

Re: Not able to login into a HP-UX box

Please check couple of things

* Check for proper DNS entries, try connecting using ipadress
* Check the /etc/profile or .profile file for the user who is logging in, might be something is weird there.
SKR_1
Trusted Contributor

Re: Not able to login into a HP-UX box

Check for .profile an /etc/profile.
sagi_1
Advisor

Re: Not able to login into a HP-UX box

seems like it was a problem with the image we are using to build. Thanks for the replies.