- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP Virtual Machine 11iv3 guest running on VM host ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2011 09:35 AM
03-25-2011 09:35 AM
There are 11iv3 guests.
I attempted to log in to one of them from PUTTY session as root and it failed. (password was incorrect)
I have .rhosts defined to where I can rlgoin to them (as root) from any other HPUX hosts I have. I then attempted to RLOGIN as root from another HPUX host to that same VM guest it stated that
"Access is denied by the AUTH_MAXTRIES in Security(4). Root login from the console is allowed"
Can I use HPVMCONSOLE to the VM guest and login as root? Do I need the password?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2011 01:18 AM
03-28-2011 01:18 AM
Re: HP Virtual Machine 11iv3 guest running on VM host 11iv2
sure you can, and you'll need the root password to get in.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2011 05:06 AM
03-28-2011 05:06 AM
Re: HP Virtual Machine 11iv3 guest running on VM host 11iv2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2011 05:15 AM
03-28-2011 05:15 AM
Re: HP Virtual Machine 11iv3 guest running on VM host 11iv2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2011 05:21 AM
03-28-2011 05:21 AM
Re: HP Virtual Machine 11iv3 guest running on VM host 11iv2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2011 06:22 AM
03-28-2011 06:22 AM
Re: HP Virtual Machine 11iv3 guest running on VM host 11iv2
Once you managed to log in: yes. You can change the password with the passwd command.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2011 10:41 AM
03-28-2011 10:41 AM
Re: HP Virtual Machine 11iv3 guest running on VM host 11iv2
userdbset -d -u root auth_failures
i do this for other users as needed.
Would this command apply to root also?
The -d removes the attribute auth_failures for the user specified, in the case 'root'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2011 01:53 AM
03-29-2011 01:53 AM
SolutionWhen an account has been locked due to too many authentication failures, root can unlock the account by this command:
# userdbset -d -u username auth_failures
And yes, this applies also to the root account.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2011 04:28 AM
03-29-2011 04:28 AM