2014年10月20日 星期一

啟動 Solaris 10 VNC Server


  • 檢查VNC 服務

# svcs -a | grep -i vnc
disabled       Sep_19   svc:/application/x11/xvnc-inetd:default
  • 啟動VNC 服務
# svcadm enable svc:/application/x11/xvnc-inetd:default


  • 預設VNC服務是不開啟的,修改一些設定
# svcs svc:/application/x11/xvnc-inetd:default
STATE          STIME    FMRI
maintenance     9:27:11 svc:/application/x11/xvnc-inetd:default

  • 在/etc/services 加入一行
vnc-server         5900/tcp          # Xvnc

  • 設定和啟動gnu 顯示管理給 VNC
cat >/etc/X11/gdm/custom.conf <<!
   [xdmcp]
   Enable=true
   [security]
   DisallowTCP=false
   AllowRoot=true
   AllowRemoteRoot=true
   !

  • 重新啟動和驗證 VNC Server
 # svcadm disable svc:/application/x11/xvnc-inetd:default 
 # svcadm enable svc:/application/x11/xvnc-inetd:default
 # svcs svc:/application/x11/xvnc-inetd:default 
  
   STATE STIME FMRI
online 14:46:43 svc:/application/x11/xvnc-inetd:default
  • 完成,使用Client軟體測試

沒有留言:

張貼留言