- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- How to restart X windows remotely
Operating System - Tru64 Unix
1819814
Members
2735
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
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
jean-marc.vincent@hp.com
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
jean-marc.vincent@hp.com
- 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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP