- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do i disable Keyboard and Mouse?
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
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
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-16-2005 04:09 PM
тАО01-16-2005 04:09 PM
How do i disable Keyboard and Mouse?
mouse of my HP Unix B-Class workstations.
Basically i want to remove keyboard and
mouse physically from the systems which
will help me to keep the systems on rack.
I'm able to disable solaris by commenting
keyboard properties under /etc/default/kbd
Can i do the same on HP B2000 Machines
Thanks in Advance,
Rajeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2005 04:59 PM
тАО01-16-2005 04:59 PM
Re: How do i disable Keyboard and Mouse?
If you disconnect the KB and mouse,system will not hang/power down. Remove the kB and mouse from the system, mount it on rack.
whenever you need, connect them to machine.
I haven't seen any such file to disable KB and mouse (It will be a driver embeded in the kernel itself)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2005 05:04 PM
тАО01-16-2005 05:04 PM
Re: How do i disable Keyboard and Mouse?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2005 07:49 PM
тАО01-16-2005 07:49 PM
Re: How do i disable Keyboard and Mouse?
not hung once you pull out keyboard and
mouse when it's running.
Question is how do we get rid of the keyboard and mouse dependencies? The problem is
system looks for the keyboard and mouse during startup.
Regards,
Rajeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2005 02:47 AM
тАО01-17-2005 02:47 AM
Re: How do i disable Keyboard and Mouse?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2005 03:31 AM
тАО01-17-2005 03:31 AM
Re: How do i disable Keyboard and Mouse?
IE: plug in a keyboard and boot, and you get a graphical console, unplug the keyboard and boot, and you get a text console through serial A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 04:29 AM
тАО01-18-2005 04:29 AM
Re: How do i disable Keyboard and Mouse?
I have a few B and C class workstations, rack mounted as servers. The Owner's Guide indicates (and I have confirmed) that to change the console from the graphics card to serial, just boot up without the USB keyboard connected. The console will then be directed to Serial 1.
If I recall correctly, you will also want to disable the auto-start of the graphical login, as the box will beep incessantly every few minutes if you don't.
Will post how to do that as soon as I find my notes!
db
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 05:12 AM
тАО01-18-2005 05:12 AM
Re: How do i disable Keyboard and Mouse?
Either before or after booting up with the serial console, run dtconfig to disable the desktop login (and the associated beeping)...
# /usr/dt/bin/dtconfig -d
to disable auto-start of desktop(CDE)on subsequent re-boots
# /usr/dt/bin/dtconfig -kill
to halt current desktop login process
see: man dtconfig for more info
... I owe this forum for that one, as I stumbled across the dtconfig command here, the same day I first booted a C class box to serial console, and didn't know how I was going to stop that awfull noise ;)
Good luck,
D