sap inst >>IMPORT ABAP  step 时报错

[root@saptst02 tmp]# cat ./tmp/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/R3load.exe.log

/usr/sap/TS1/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
/usr/sap/TS1/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]
Compiled Jan 23 2008 17:39:05
/usr/sap/TS1/SYS/exe/run/R3load -testconnect

DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

DbSl Trace: OCI-call 'OCIServerAttach ' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: db_connect rc = 256
DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: DbSlErrorMsg rc = 99

/usr/sap/TS1/SYS/exe/run/R3load: job finished with 1 error(s)
/usr/sap/TS1/SYS/exe/run/R3load: END OF LOG: 20090904221621

 

 

 

 

----------------------------------------------------

[root@saptst02 tmp]# vi /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/sapinst.log
INFO 2009-09-04 17:40:35.586
Creating directory /tmp/sapinst_instdir/NW04S.

INFO 2009-09-04 17:40:35.586
Account sapinst already exists.

INFO 2009-09-04 17:40:35.587
Authorizations set for /tmp/sapinst_instdir/NW04S.

INFO 2009-09-04 17:40:35.587
Creating directory /tmp/sapinst_instdir/NW04S/SYSTEM.

INFO 2009-09-04 17:40:35.588
Account sapinst already exists.

INFO 2009-09-04 17:40:35.589
Authorizations set for /tmp/sapinst_instdir/NW04S/SYSTEM.

INFO 2009-09-04 17:40:35.589
Creating directory /tmp/sapinst_instdir/NW04S/SYSTEM/ORA.

INFO 2009-09-04 17:40:35.589
Account sapinst already exists.
"/tmp/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/sapinst.log" 91547L, 4660213C
DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

DbSl Trace: OCI-call 'OCIServerAttach' failed with rc=12541

DbSl Trace: CONNECT failed with sql error '12541'

(DB) ERROR: DbSlErrorMsg rc = 99

/usr/sap/TS1/SYS/exe/run/R3load: job finished with 1 error(s)
/usr/sap/TS1/SYS/exe/run/R3load: END OF LOG: 20090904223834

WARNING[E] 2009-09-04 22:38:34.811
CJS-30023  Process call '/usr/sap/TS1/SYS/exe/run/R3load -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.

ERROR 2009-09-04 22:38:34.844
FCO-00011  The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .

 

saptst02:orats1 36> ping saptst02
ping: icmp open socket: Operation not permitted
saptst02:orats1 37> ping localhost
ping: icmp open socket: Operation not permitted

 

很明显没有csh下面没有权限

 [root@saptst02 tmp]chmod u+s /bin/ping

 

saptst02:orats1 38> ping localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.018 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.012 ms
64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.013 ms

--- localhost ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.012/0.014/0.018/0.004 ms
saptst02:orats1 39> connect / @saptst02
connect: Command not found.
saptst02:orats1 40> ping saptst02
PING saptst02 (10.10.11.103) 56(84) bytes of data.
64 bytes from saptst02 (10.10.11.103): icmp_seq=1 ttl=64 time=0.135 ms
64 bytes from saptst02 (10.10.11.103): icmp_seq=2 ttl=64 time=0.123 ms
64 bytes from saptst02 (10.10.11.103): icmp_seq=3 ttl=64 time=0.125 ms

--- saptst02 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.123/0.127/0.135/0.014 ms

 

 

[root @saptst02 tmp]# vi /etc/hosts

#127.0.0.1       localhost.localdomain  localhost
#127.0.0.1        localhost.localdomain   saptst02
127.0.0.1        localhost  loopback
127.0.0.1       saptst02  (开启)
#10.10.11.103   saptst02(关闭)

 

saptst02 :orats1 41> ping saptst02
PING saptst02 (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.013 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.010 ms
64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.009 ms

--- saptst02 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.009/0.010/0.013/0.004 ms
saptst02:orats1 42> ~
可以继续了.......