GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- How to restart X windows remotely
Operating System - Tru64 Unix
1865774
Members
5308
Online
110487
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-04-2007 01:42 PM
04-04-2007 01:42 PM
How to restart X windows remotely
Hi,
I have change the Xaccess file for a Tru64 5.1B-4 server. Now how to restart the X windows remotely? The server is located hundred miles away from our office.
Very appreciate for your answer.
Thanks
I have change the Xaccess file for a Tru64 5.1B-4 server. Now how to restart the X windows remotely? The server is located hundred miles away from our office.
Very appreciate for your answer.
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2007 02:13 PM
04-04-2007 02:13 PM
Re: How to restart X windows remotely
Find the X server process ID:
ps -e | grep /usr/bin/X11/X | grep -v grep
Then:
kill -HUP
Repeat the "ps" command to observe (you hope)
a new X server process ID.
This will log out any user who's logged in
at the graphics console.
ps -e | grep /usr/bin/X11/X | grep -v grep
Then:
kill -HUP
Repeat the "ps" command to observe (you hope)
a new X server process ID.
This will log out any user who's logged in
at the graphics console.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 08:35 PM
04-05-2007 08:35 PM
Re: How to restart X windows remotely
Hi,
Another way to restart X server being root:
#/sbin/rc3.d/S95xlogin stop
#/sbin/rc3.d/S95xlogin start
Kind regards,
VINCENT Jean-Marc
HP France
Groupe Support Unix
Tru64(tm) UNIX Technical Consultant - Tru64(tm) UNIX Ambassador HP France
+33 1 5762-8861
[email protected]
Another way to restart X server being root:
#/sbin/rc3.d/S95xlogin stop
#/sbin/rc3.d/S95xlogin start
Kind regards,
VINCENT Jean-Marc
HP France
Groupe Support Unix
Tru64(tm) UNIX Technical Consultant - Tru64(tm) UNIX Ambassador HP France
+33 1 5762-8861
[email protected]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 09:55 PM
04-09-2007 09:55 PM
Re: How to restart X windows remotely
Try the following
/sbin/init.d/xlogin restart
or
/sbin/init.d/xlogin stop
/sbin/init.d/xlogin start
/sbin/init.d/xlogin restart
or
/sbin/init.d/xlogin stop
/sbin/init.d/xlogin start
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP