I installed VI 3.5 on a server using a kickstart script. The script uses the useradd command to add 3 users.
useradd -m -p '<password>' -c "User1" user1
useradd -m -p '<password>' -c "User2" user2
useradd -m -p '<password>' -c "User3" user3
After the post script finishes the final configurations I am able to log into the SC from the server using root. None of the logins I created work...when I try to login I get the message "Login incorrect". I try to access this server using the VI client (logging in as root) but can't login. I get the message: "VMWare Infrastructure Client could not establish the initial connection with server "esxA" Details: A connection failure occurred."
What do I need to do to make sure that I can access this server via root in VIC? How should I add users so that I can log in from the SC?
Thanks.