- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to restart the CDE without rebooting the serve...
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
10-29-2003 08:13 PM
10-29-2003 08:13 PM
How to restart the CDE without rebooting the server
we have a HP9000 Class L2000 server running on HP-UX 11.00.
A screen, a keyboard, a mouse are connected to this server and we use them to manage the server through CDE. The screen is connected to an internal electonic board. The mouse and the keyboard are connected to an another internal electronic board(USB).
If the mouse or the keyboard are accidentally disconnected, they become unavailable and we need to reboot the server.
Is there a way to restart this USB card or CDE without rebooting ?
Thanks for your help.
Laurent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 08:17 PM
10-29-2003 08:17 PM
Re: How to restart the CDE without rebooting the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 08:18 PM
10-29-2003 08:18 PM
Re: How to restart the CDE without rebooting the server
/sbin/init.d/dtlogin.rc stop
/sbin/init.d/dtlogin.rc start
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 08:28 PM
10-29-2003 08:28 PM
Re: How to restart the CDE without rebooting the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 08:32 PM
10-29-2003 08:32 PM
Re: How to restart the CDE without rebooting the server
/sbin/init.d/dtlogin.rc start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 11:56 PM
10-29-2003 11:56 PM
Re: How to restart the CDE without rebooting the server
ERROR pid 1871 : hung in xopen display HAC031 attempt #1 aborting
ERROR pid 1871 : server open attempt #1 failed for HAC01:0, giving up.
Any Ideas ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 12:01 AM
10-30-2003 12:01 AM
Re: How to restart the CDE without rebooting the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 12:02 AM
10-30-2003 12:02 AM
Re: How to restart the CDE without rebooting the server
You could try dropping a run level: "init 2"
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 01:18 AM
10-30-2003 01:18 AM
Re: How to restart the CDE without rebooting the server
then a /usr/bin/X11/X :0
use ctrl shift break to kill it ...any errors ?
also check in /var/dt/Xerrors and /var/X11/Xserver/logs/X0.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 04:10 AM
10-30-2003 04:10 AM
Re: How to restart the CDE without rebooting the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 07:14 PM
10-30-2003 07:14 PM
Re: How to restart the CDE without rebooting the server
it's still not working. I think, in this case, the electronic board has to be resetted (reboot).
Thanks anyway for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 01:37 AM
10-31-2003 01:37 AM
Re: How to restart the CDE without rebooting the server
A reboot is generally not necesary. USB devices support a kind of limited hot-plugging that depends on the hubd daemon to notice that the device has been removed or added. PHCO_26447 added this functionality to 11.00, which did not originally have this feature.
Also, in general to stop CDE temporarily, the previous posts are correct:
/sbin/init.d/dtlogin.rc stop
will stop CDE and
/sbin/init.d/dtlogin.rc start
will start it back up.
If you want to disable it across reboots, you can simply do:
/usr/dt/bin/dtconfig -d
This has the effect of modifying the /etc/rc.config.d/desktop file to prevent dtlogin from starting.
You can do:
/usr/dt/bin/dtconfig -e
to enable it again.
dtconfig -kill can also be used to kill the daemon. It performs the same as dtlogin.rc stop