- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unlocking Console
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
01-17-2007 10:20 PM
01-17-2007 10:20 PM
Unlocking Console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 10:24 PM
01-17-2007 10:24 PM
Re: Unlocking Console
I don't quite understand the question.
What do you mean by a locked console ?
If the screen is locked by a screen saver, the user password should be used to unlock it. The lock would only prevent access via the keyboard. If networked, you should still be able to connect to it.
Could you please provide more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 10:26 PM
01-17-2007 10:26 PM
Re: Unlocking Console
No this is not possible since this is a GUI on console.
The onlything you can do is to kill the user session logged at console, which will allow someone to relogin on console or ask them to use TUI session.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 10:57 PM
01-17-2007 10:57 PM
Re: Unlocking Console
# ps -ef|grep -i lock|grep -v grep
root 8355 4618 0 12:55:41 pts/0 0:00 lock
# kill 8355
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 05:20 AM
03-22-2007 05:20 AM
Re: Unlocking Console
there is no such process as lock if you try ps -ef
I want to know whether there is any process that i can kill ( like we have xlock in SGI IRIX ) so that the console gets unlocked
Regds
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 11:34 PM
03-22-2007 11:34 PM
Re: Unlocking Console
dtscreen in the process that controls locking of the local console (monitor) under CDE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 10:12 PM
06-05-2007 10:12 PM
Re: Unlocking Console
I also do the same thing , but out of curiosity I wanted to know whether there is any other method.
Anyways thanks to all for your suggestions
Regds
Piyush