用xmanager 連接aix

使用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 成功。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章