VMware Cloud Community
JimKnopf99
Commander
Commander
Jump to solution

Agent Version

Hi,

we are using hyperic 5.8.2. But when i install the agent with the vcenter web client, it is installing verion 5.8.0.

Is it possible to change that, so that version 5.8.2 is installed?

Frank

If you find this information useful, please award points for "correct" or "helpful".
0 Kudos
1 Solution

Accepted Solutions
admin
Immortal
Immortal
Jump to solution

By default sshd is set to not allow root login.  You'll need to modify the sshdconfig

Edit the sshd config file

vi /etc/ssh/sshd_config

Find "PermitRootLogin" and set it to yes.

PermitRootLogin yes

Restart ssh

/etc/init.d/sshd restart

View solution in original post

0 Kudos
3 Replies
admin
Immortal
Immortal
Jump to solution

Hello Frank,

We have a KB article on upgrading the Hyperic agent that is deployed using vCenter Infrastructure Navigator.

Let us know if you encounter any problems with these steps.

VMware KB: Upgrading the Hyperic agent in vCenter Infrastructure Navigator 5.8.2

JimKnopf99
Commander
Commander
Jump to solution

Hi,

i am not able to open an ssh session to the server.

The server is telling me that my password is wrong. But if i try to logon on a console session everything works fine.

Server sshd is up and running. Server is also listening on port 22

Frank

If you find this information useful, please award points for "correct" or "helpful".
0 Kudos
admin
Immortal
Immortal
Jump to solution

By default sshd is set to not allow root login.  You'll need to modify the sshdconfig

Edit the sshd config file

vi /etc/ssh/sshd_config

Find "PermitRootLogin" and set it to yes.

PermitRootLogin yes

Restart ssh

/etc/init.d/sshd restart

0 Kudos