Server: CentOS 6.0
Required packages: Installation in order
64-bit http://www.nomachine.com/download-package.php? Prod_Id = 1, 3596
① Nxclient-3.5.0-7.x86_64.rpm
② Nxnode-3.5.0-7.x86_64.rpm
③ Nxserver-3.5.0-9.x86_64.rpm
Client: Windows 7
Package: nxclient-3.5.0-7.exe
How to solve Oracle Installation Error With NoMachine
How to install and use NoMachine
Quick Installation and Use of Remote Desktop NoMachine
Configuration process:
Server:
1. Install the three packages written above. Pay attention to the sequence.
# Vi/usr/NX/etc/server. cfg
Cancel the following comments and change them
Line 1 EnableAutokillSessions = "1" indicates that automatic disconnection is allowed.
Row 156th EnableUnencryptedSession = "0" indicates encrypted transmission.
2. # vi/etc/ssh/sshd_config
Last added:
AuthorizedKeysFile/usr/NX/home/nx/. ssh/authorized_keys2
This is the Key Path
#/Etc/init. d/sshd restart
3. Add a connection user (preferably the system does not exist. If the user already exists, you can directly connect to the user without adding the user)
#/Usr/NX/bin/nxserver -- useradd user -- system
Enter the password twice in a row
NX & gt; 102 Password:
NX> 102 Confirm password:
NX> 900 Setting password for user: ecdata.
NX> 137 System password changed correctly.
NX> 304 User: ecdata added to the system.
NX> 801 User: ecdata uses SSHD authentication.
NX> 301 User: ecdata enabled in the NX user DB.
NX & gt; 999 Bye.
#/Usr/NX/bin/nxserver-restart
#/Usr/NX/bin/nxserver-help view more help
1. After the installation is downloaded, check the result as follows:
[Root @ node1 softbak] # rpm-aq | grep nx
Nxclient-3.5.0-7.x86_64
Nxserver-3.5.0-11.x86_64
Nxnode-3.5.0-9.x86_64
[Root @ node1 softbak] #
Restart the NX server Service
[Root @ node1 softbak] #/usr/NX/bin/nxserver -- restart
NX & gt; 123 Service stopped.
NX> 153 Stopping NX server monitor.
NX> 153 NX server monitor already stopped.
NX & gt; 900 Terminating session id: F9C15B5348402357365B72A6E372D1CA for user: oracle
NX & gt; 900 Terminating session id: 27D0D1088B99788CAEB3CB97EDB40882 for user: grid
NX> 900 Still waiting for session id: F9C15B5348402357365B72A6E372D1CA for user: oracle to terminate.
NX> 900 Still waiting for session id: 27D0D1088B99788CAEB3CB97EDB40882 for user: grid to terminate.
NX & gt; 900 Session id: F9C15B5348402357365B72A6E372D1CA terminated.
NX & gt; 900 Session id: 27D0D1088B99788CAEB3CB97EDB40882 terminated.
NX & gt; 122 Service started.
NX & gt; 999 Bye.
2. Check whether the NX service is started normally.
[Root @ node1 softbak] #/usr/NX/bin/nxserver -- status
NX> 900 Connecting to server...
NX> 110 NX Server is running.
NX & gt; 999 Bye.
[Root @ node1 softbak] #