用xmanager 連線aix

haozg_oracle發表於2012-02-14
使用Xmanager連線AIX時,如果沒有提示輸入使用者名稱,密碼

(1) 確認系統是否有安裝X11.Dt的相關程式包,以下是必須的
   X11.Dt.ToolTalk
   X11.Dt.bitmaps 
   X11.Dt.helpmin 
   X11.Dt.helprun 
   X11.Dt.lib     
   X11.Dt.ToolTalk
   X11.Dt.bitmaps 
   X11.Dt.helpmin   

(2)如果沒有以上軟體包,請使用安裝光碟的第二張光碟來安裝這些軟體包

   安裝完後,需要做如下動作
   
啟動CDE                                                        
a、在AIX啟動時自動啟動CDE。使用root使用者登入,並在命令列中執行:
#/usr/dt/bin/dtconfig -e                                       
                                                               
b、在命令列中啟動CDE:                                         
#/etc/rc.dt;exit                                               
                                                               
c、確認CDE已經啟動:                                           
#ps -ef |grep dtlogin                                          
如果您看到dtlogin程式在執行,則說明CDE已經啟動。    
#netstat -an|grep 177
[root@myhost /]# netstat -an|grep 177           
udp4       0      0  *.177                  *.*

如果還不能解決問題,請檢視/etc/hosts檔案配置是否有誤 

這裡檢視/etc/hosts是否有誤是說看是否有下面這條
127.0.0.1               loopback localhost      # loopback (lo0) name/address   
如果不是這樣的,則會進入dtterm  


問題 何謂 CDE 
解答 CDE全稱”Common Desktop Environment",即“公共桌面環境”,是一個圖形介面管理程式。使用CDE的前提條件是RS/6000 連有圖形顯示器。使用之前要先安裝軟體包 

X11.Dt.rte 和 X11.Dt.helpinfo。安裝過程中,系統將CDE 設定為預設的使用者介面, 這樣AIX 啟動後將直接顯示CDE 註冊介面,輸入使用者註冊名和口令後即進入CDE操作環境。 

今天安裝CDE 的過程:

smit installp

                                            Install and Update Software

Move cursor to desired item and press Enter.

  Install Software
  Update Installed Software to Latest Level (Update All)
  Install Software Bundle
  Update Software by Fix (APAR)
  Install and Update from ALL Available Software

2: 選擇cd0

 # Bundle   (Locations)                                                 x
                    x   AllDevicesKernels                                                      x
                    x   Alt_Disk_Install                                                       x
                    x   App-Dev                                                                x
                    x   CC_EVAL.Graphics                                                       x
                    x   CDE                                                                    x
                    x   GNOME                                                                  x
                    x   Graphics                                                               x
                    x   KDE                                                                    x
                    x   Kerberos_5   (Expansion Pack)                                          x
                    x   Media-Defined                                                          x
                    x   Mozilla   (AIX Toolbox for Linux Applications, Mozilla CD)             x
                    x   PerfTools                                                              x
                    x   Server                                                                 x
                    x   cas_client   (AIX Base Media, Expansion Pack)                          x
                    x   cas_server   (AIX Base Media, Expansion Pack)                          x
                    x   devices                                                                x
                    x   infocenter.CA_ES   (AIX Documentation CD)                              x
                    x   infocenter.CS_CZ   (AIX Documentation CD)  

3:安裝:X11.Dt.rte

                                              Install Software Bundle

Type or select values in entry fields.
Press Enter AFTER making all desired changes.   
                    
                                                        [Entry Fields] 
* INPUT device / directory for software               /dev/cd0                                 
* BUNDLE                                              CDE
* SOFTWARE to install                                [I:X11.Dt.rte]                                              +
  PREVIEW only? (install operation will NOT occur)    no                                                         +
  COMMIT software updates?                            yes                                                        +
  SAVE replaced files?                                no                                                         +
  AUTOMATICALLY install requisite software?           yes                                                        +
  EXTEND file systems if space needed?                yes                                                        +
  VERIFY install and check file sizes?                no                                                         +
  Include corresponding LANGUAGE filesets?            yes                                                        +
  DETAILED output?                                    no                                                         +
  Process multiple volumes?                           yes                                                        +
  ACCEPT new license agreements?                      yes                                                        +
  Preview new LICENSE agreements?                     no                                                         +
                    

4: 提示插入第二張cd:

Command: running       stdout: yes           stderr: no

Before command completion, additional instructions may appear below.

[MORE...52]
  
FILESET STATISTICS
------------------
    4  Selected to be installed, of which:
        4  Passed pre-installation verification
    5  Additional requisites to be automatically installed
  ----  
    9  Total to be installed 
  
+-----------------------------------------------------------------------------+
                         Installing Software...
+-----------------------------------------------------------------------------+
                         
installp:  APPLYING software for:
        X11.Dt.rte 5.3.0.0
        X11.Dt.lib 5.3.0.0
        X11.Dt.helprun 5.3.0.0
        X11.Dt.helpmin 5.3.0.0
        X11.Dt.bitmaps 5.3.0.0
        X11.Dt.ToolTalk 5.3.0.0
        
installp:  Please insert volume 2 into device /dev/cd0 and press Enter
           to continue or enter "q" to quit.

 5:插入第二張cd 後,就成功了。

   現在看看軟體是否安裝成功了:

  cd /etc

  ls -l rc.dt

-rwxrwxr--   1 root     system         2517 Oct 08 19:05 rc.dt

安裝成功!

6:測試:

# pwd
/etc
# ./rc.dt
Starting AIX Windows Desktop..............#  (這個過程要在Xmanage3下進行)

7:用Xmanage3 .連線aix

  export DISPLAY=192.168.1.100:0.0 (注意:是自己pc 的ip address)

8: 安裝oracle11gr2 成功。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23062014/viewspace-716247/,如需轉載,請註明出處,否則將追究法律責任。

相關文章