■VMware vSphere Management Assistant (vMA)の基本設定■
以 上の手順を踏まえて、SSHでログインすることができた。
○さっそく、unameコマンドを打ってみると、見慣れた 文字列が表示された。
[vi-admin@localhost ~]$ uname -a
Linux localhost 2.6.18-164.9.1.el5 #1 SMP Tue Dec 15 20:57:57 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
○ 次の手順でrootでログインすることもできた。
パスワードファイルの編集を行う
[vi-admin@localhost ~]$ sudo vi /etc/passwd
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
Password: ←vi-adminのパスワード
そ して、rootの箇所を、次のように編集し保存する。
root:x:0:0:root:/root:/bin/bash
そ して、rootのパスワードを設定する
こ れで、rootでログインすることもできたし、suすることもできた。[vi-admin@localhost ~]$ sudo passwd root
(参考)Enabling the root user on vMA 4.1
http://enterpriseadmins.org/blog/virtualization/enabling-the-root-user-on-vma-4-1/