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-18-2001 05:47 AM
10-18-2001 05:47 AM
X daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 05:52 AM
10-18-2001 05:52 AM
Re: X daemon
The X daemon is the main HP-UX process which handles all graphical connections to the server. Either users using X-terminals, or an HP workstation running X/CDE, or X emulators running on PC's (Exceed, Reflections etc.)
Thus, you would expect the X process to be rather busy depending on how many users have graphical connections to your server, and you do not want to kill it !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 05:57 AM
10-18-2001 05:57 AM
Re: X daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 06:07 AM
10-18-2001 06:07 AM
Re: X daemon
man X (yes cap X)
to get more of the information you may be seeking.
If you do not require any X based programs to access your system or do not desire to run any on this system you can change the run state to 3 from 4. Run state 4 is the one that starts up the system with the "graphical" options. This includes CDE also.
This can be changed in /etc/inittab by changing the first line as follows:
init:3:initdefault
There probably is a 4 currently where the 3 is. Next time you boot you will come up in run state 3. You may also what to make sure that if you have other processes that you require that are only currently started in run state 4 that those are modified to run in 3.
Lou Zirko
Lou Zirko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 06:16 AM
10-18-2001 06:16 AM
Re: X daemon
If you don't wish for CDE to start locally I'd advise you cp Xservers from /usr/dt/config -> /etc/dt/config and put a # in front of * Local locale@console ... then restart the Xserver
remote clients/users will still be able to run CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 06:19 AM
10-18-2001 06:19 AM
Re: X daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 06:39 AM
10-18-2001 06:39 AM
Re: X daemon
ie your initial question what is X for .... now you know, why change anything/keep looking ?