目前分類:Unix (11)

瀏覽方式: 標題列表 簡短摘要

500 OOPS: cannot change directory:/root/ Login failed

這是因為啟用firewall, 在不停用fireall的情況下解決方式如下:

以root登入

#setsebool ftpd_disable_trans on

飛小豬 發表在 痞客邦 留言(0) 人氣()

  You can configure it with "smit user" or edit directly /etc/security/limits
Check the next values:

default:

飛小豬 發表在 痞客邦 留言(0) 人氣()

How to  .tar.gz
gzip -cd filename | tar -xvf -

How to .tar.bz2

飛小豬 發表在 痞客邦 留言(0) 人氣()

 "uninstall" on Solaris you remove the packages pertaining to the thing you want to uninstall:

# pkginfo | grep JDK
system SUNWj3irt JDK 1.4 I18N run time environment
system SUNWj5cfg JDK 5.0 Host Config. (1.5.0_07)

飛小豬 發表在 痞客邦 留言(0) 人氣()

這應該是通用的,如果我有發現有不一樣的地方,我再補上來

Stop DB2 with db2inst1 authority
#su - db2inst1

飛小豬 發表在 痞客邦 留言(0) 人氣()

先檢查telnet 有沒有開啟服務:
# chkconfig --list|grep telnet 

ekrb5-telnet: off

飛小豬 發表在 痞客邦 留言(0) 人氣()

今天裝 RHEL 5 的時候有遇到一些問題
花了一些時間才解決,我暫時先記錄下來
所以看這篇應該會覺得有點亂,等有空了再來慢慢整理

飛小豬 發表在 痞客邦 留言(0) 人氣()

RHEL, edit this file /etc/sysconfig/network-scripts/ifcfg-eth0
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
IPADDR="IP address"

飛小豬 發表在 痞客邦 留言(0) 人氣()

1.        Copy AIX Domino server.id to Windows Administrator machine.
( id file will in notesdata folder )

2.       Change account to notes
# su - notes

飛小豬 發表在 痞客邦 留言(0) 人氣()

1.      Open a new Terminal with root authority

2.     Open X server authority
# xhost +

3.     Change account to notes

飛小豬 發表在 痞客邦 留言(0) 人氣()

1.       Open a new Terminal with root authority

2.       Check iocp status # lsdev –C –H |grep iocp
if status is “Define” execute # smitty iocp
select Configure Defined I/O completion Ports and finish it

飛小豬 發表在 痞客邦 留言(0) 人氣()