Use Xmanager to connect to Linux in RHEL5.4

Source: Internet
Author: User

Rhel5 is different from rhel4! Set display in rhel4 to connect Xmanager

Rhel5 requires/usr/share/TPD/defaults. conf. If this parameter is not set, Xmanager cannot be connected.

[Xdmcp]
Enable = 1 // Add this row

Modify the/usr/share/TPD/defaults. conf file to ensure that the file contains the following lines:
Enable = true // The original value is Enable = false
DisplaysPerHost = 10 // The original row is commented out and the value is 2
Port = 177 // the original line is commented out

Modify the/etc/inittab file, change the default level to 5, and add the following lines: after the actual experiment changes 5 to 3, xmanager can still be removed.
X: 5: respawn:/usr/sbin/TPD

[Security]
AllowRoot = true
AllowRemoteRoot = true
If the firewall is enabled, run the following command to open port 177:
Iptables-a input-p udp -- dport 177-j ACCEPT

Servers iptables save

Restart, reboot

If the connection is successful, use # xclock to test whether a frame of a clock is displayed.

Under the Oracle user. bash_profile
You can add: DISPLAY = 192.168.0.100: 0.0

Note that 192.168.0.100 is the IP address of the local host (that is, the IP address of your laptop)

RedHat Enterprise Linux 6.4 configure Xmanager 4

Configure the Xmanager graphical interface in AIX 5.3

Use Xmanager to connect to CentOS 5.5

Xmanager usage Summary

Use Xming to replace Xmanager and log on to Linux in Windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.