I have installed it on RedHat 7.2 and it works. But I don't remember whether
there was a problem like this. It seems to be something in the POSTIN script:
if [ "$1" != "1" ]; then
# do nothing in upgrade case
exit 0
fi
export DBROOT=/opt/sapdb/depend
IND_PROG_DBROOT=`$DBROOT/bin/dbmcli dbm_getpath IndepProgPath 2>&1 | awk 'BEGIN
{ok=0} NR==1 && $1="OK" {ok=1} NR==2 && ok!=0 {print $0}'`
[ -z "$IND_PROG_DBROOT" -a -f /var/spool/sql/ini/SAP_DBTech.ini ] &&
IND_PROG_DBROOT=`grep '^IndepPrograms=' /var/spool/sql/ini/SAP_DBTech.ini | sed
's:IndepPrograms=::g'`
[ ! -z "$IND_PROG_DBROOT" ] && $IND_PROG_DBROOT/bin/x_server start >/dev/null
2>&1
# setup demo user sapdb with password sapdb if it does not exist
useradd -c "SAPDB demo user" -g sapdb -m -p SARW90n3cnWxc sapdb >/dev/null 2>&1
usermod -g sapdb -p SARW90n3cnWxc sapdb >/dev/null 2>&1
su -s /bin/sh -c "sh /opt/sapdb/testdb/create_demo_db.sh > create_demo_db.log
2>&1" - sapdb > /dev/null 2>&1
exit 0
Maybe you can run the script 'by hand'.
-Simon
Edson Carlos Ericksson Richter schrieb:
> I'm getting exactly same problems, with exactly same messages in RedHat 7.2.
> I need help too!!!
>
> Thanks in advantage,
>
> Edson Carlos Ericksson Richter
> Gerente de Tecnologia
> ECONET Solu��es Web
> +55 61 326 5115
>
> -----Mensagem original-----
> De: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Em nome de Axel Busch
> Enviada em: s�bado, 23 de fevereiro de 2002 11:55
> Para: [EMAIL PROTECTED]
> Assunto: Installation Problems on Linux
>
> Hi,
>
> I have a problem installing sapdb on a i386 linux machine (suse 7.3).
> I used the rpm packages for version 7.3.0.15 and 7.3.0.20, same effect.
>
> This is really funny, because the very first Time I installed sapdb on
> linux, everything worked perfectly, but until then I tried to do the
> same on 3 different computers, and just can't get it to work.
>
> Ok, this works fine:
> # rpm -i sapdb-ind-7.3.0.20-1.i386.rpm
> # rpm -i sapdb-srv-7.3.0.20-1.rpm
> # rpm -i sapdb-callif-7.3.0.20-1.i386.rpm
> # rpm -i sapdb-scriptif-7.3.0.20-1.i386.rpm
>
> but:
> # rpm -i sapdb-testdb-7.3.0.20-1.i386.rpm
> just hangs forever. The Process list reads like that:
>
> # ps -aux
> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
> root 1 0.3 0.0 452 212 ? S 23:15 0:04 init [3]
> root 2 0.0 0.0 0 0 ? SW 23:15 0:00 [keventd]
> root 3 0.0 0.0 0 0 ? SWN 23:15 0:00
> [ksoftirqd_CPU0]
> root 4 0.0 0.0 0 0 ? SWN 23:15 0:00
> [ksoftirqd_CPU1]
> root 5 0.0 0.0 0 0 ? SW 23:15 0:00 [kswapd]
> root 6 0.0 0.0 0 0 ? SW 23:15 0:00 [bdflush]
> root 7 0.0 0.0 0 0 ? SW 23:15 0:00 [kupdated]
> root 8 0.0 0.0 0 0 ? SW 23:15 0:00 [scsi_eh_0]
> root 9 0.0 0.0 0 0 ? SW 23:15 0:00 [scsi_eh_1]
> root 10 0.0 0.0 0 0 ? SW 23:16 0:00 [scsi_eh_2]
> root 15 0.0 0.0 0 0 ? SW 23:16 0:00 [kreiserfsd]
> root 198 0.0 0.0 2308 1048 ? S 23:16 0:00
> /usr/sbin/sshd
> root 213 0.0 0.0 1384 628 ? S 23:16 0:00 /sbin/syslogd
> root 216 0.0 0.0 1384 560 ? S 23:16 0:00
> /sbin/klogd -c 1
> root 313 0.0 0.0 1464 664 ? S 23:16 0:00
> /usr/sbin/cron
> root 334 0.0 0.0 1348 488 ? S 23:16 0:00
> /usr/sbin/gpm -t ps2 -m /dev/mouse
> root 338 0.0 0.0 1436 600 tty1 S 23:16 0:00
> /sbin/mingetty --noclear tty1
> root 339 0.0 0.0 1436 600 tty2 S 23:16 0:00
> /sbin/mingetty tty2
> root 340 0.0 0.0 1436 600 tty3 S 23:16 0:00
> /sbin/mingetty tty3
> root 341 0.0 0.0 1436 600 tty4 S 23:16 0:00
> /sbin/mingetty tty4
> root 342 0.0 0.0 1436 600 tty5 S 23:16 0:00
> /sbin/mingetty tty5
> root 343 0.0 0.0 1436 600 tty6 S 23:16 0:00
> /sbin/mingetty tty6
> root 344 0.0 0.0 2972 1832 ? S 23:22 0:00
> /usr/sbin/sshd
> root 345 0.0 0.0 2720 1548 pts/0 S 23:22 0:00 -bash
> root 416 0.0 0.0 2972 1832 ? S 23:26 0:00
> /usr/sbin/sshd
> root 417 0.0 0.0 2712 1544 pts/1 S 23:26 0:00 -bash
> root 505 0.0 0.0 2272 928 pts/0 S 23:28 0:00
> /opt/sapdb/indep_prog/pgm/vserver
> root 682 0.0 0.0 2888 1220 pts/0 S 23:35 0:00 rpm -i
> sapdb-testdb-7.3.0.15-1.i386.rpm
> root 685 0.0 0.0 2436 1096 pts/0 S 23:35 0:00 /bin/sh
> var/tmp/rpm-tmp.20942 1
> root 686 0.0 0.0 2436 1104 pts/0 S 23:35 0:00 /bin/sh
> var/tmp/rpm-tmp.20942 1
> root 687 0.0 0.0 3684 1064 pts/0 S 23:35 0:00
> /opt/sapdb/depend/bin/dbmcli dbm_getpath IndepProgPath
> root 688 0.0 0.0 1872 724 pts/0 S 23:35 0:00 awk BEGIN
> {ok=0} NR==1 && $1="OK" {ok=1} NR==2 && ok!=0 {print $0}
> root 690 0.0 0.0 2624 1620 pts/1 R 23:35 0:00 ps -aux
>
> I get the same problems when uninstalling sapdb-srv-7.3.0.20-1.rpm.
>
> And creating an instance with the Database Manager from Windows fails after
> step 8/8:
> ---------------------------
> DBMWiz (event)
> ---------------------------
> An error occurs by installing database 'TEST'! -24994 runtime environment
> error [db_cold -f]; 1,Kernel died before reaching COLD
> state
> ---------------------------
> OK
> ---------------------------
>
> And of course stopping the sapdb does also not work:
>
> # /etc/init.d/sapdb stop
> Shutting down sapdb services:
> (nothing happening here)
> [1]+ Stopped /etc/init.d/sapdb stop
> # bg
> [1]+ /etc/init.d/sapdb stop &
> #
> # ps -aux
> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
> root 1 0.1 0.0 452 212 ? S 23:15 0:04 init [3]
> root 2 0.0 0.0 0 0 ? SW 23:15 0:00 [keventd]
> root 3 0.0 0.0 0 0 ? SWN 23:15 0:00
> [ksoftirqd_CPU0]
> root 4 0.0 0.0 0 0 ? SWN 23:15 0:00
> [ksoftirqd_CPU1]
> root 5 0.0 0.0 0 0 ? SW 23:15 0:00 [kswapd]
> root 6 0.0 0.0 0 0 ? SW 23:15 0:00 [bdflush]
> root 7 0.0 0.0 0 0 ? SW 23:15 0:00 [kupdated]
> root 8 0.0 0.0 0 0 ? SW 23:15 0:00 [scsi_eh_0]
> root 9 0.0 0.0 0 0 ? SW 23:15 0:00 [scsi_eh_1]
> root 10 0.0 0.0 0 0 ? SW 23:16 0:00 [scsi_eh_2]
> root 15 0.0 0.0 0 0 ? SW 23:16 0:00 [kreiserfsd]
> root 198 0.0 0.0 2308 1048 ? S 23:16 0:00
> /usr/sbin/sshd
> root 213 0.0 0.0 1384 628 ? S 23:16 0:00 /sbin/syslogd
> root 216 0.0 0.0 1384 560 ? S 23:16 0:00
> /sbin/klogd -c 1
> root 313 0.0 0.0 1464 664 ? S 23:16 0:00
> /usr/sbin/cron
> root 334 0.0 0.0 1348 488 ? S 23:16 0:00
> /usr/sbin/gpm -t ps2 -m /dev/mouse
> root 338 0.0 0.0 1436 600 tty1 S 23:16 0:00
> /sbin/mingetty --noclear tty1
> root 339 0.0 0.0 1436 600 tty2 S 23:16 0:00
> /sbin/mingetty tty2
> root 340 0.0 0.0 1436 600 tty3 S 23:16 0:00
> /sbin/mingetty tty3
> root 341 0.0 0.0 1436 600 tty4 S 23:16 0:00
> /sbin/mingetty tty4
> root 342 0.0 0.0 1436 600 tty5 S 23:16 0:00
> /sbin/mingetty tty5
> root 343 0.0 0.0 1436 600 tty6 S 23:16 0:00
> /sbin/mingetty tty6
> root 344 0.0 0.0 2972 1832 ? R 23:22 0:00
> /usr/sbin/sshd
> root 345 0.0 0.0 2720 1556 pts/0 S 23:22 0:00 -bash
> root 416 0.0 0.0 2972 1832 ? S 23:26 0:00
> /usr/sbin/sshd
> root 417 0.0 0.0 2712 1544 pts/1 S 23:26 0:00 -bash
> root 778 0.0 0.0 2372 1020 pts/0 S 23:44 0:00
> /opt/sapdb/indep_prog/pgm/vserver
> root 903 0.0 0.0 2512 1208 pts/0 S 23:51 0:00 /bin/sh
> /etc/init.d/sapdb stop
> root 917 0.0 0.0 2568 740 pts/0 S 23:51 0:00
> /opt/sapdb/indep_prog/bin/x_server stop
> root 918 0.0 0.0 2276 888 pts/0 S 23:51 0:00
> /opt/sapdb/indep_prog/pgm/vserver -k
> root 921 0.0 0.0 2620 1616 pts/0 R 23:56 0:00 ps -aux
>
> Can anybody help me please?
>
> Sincerely, Axel
>
> _______________________________________________
> sapdb.general mailing list
> [EMAIL PROTECTED]
> http://listserv.sap.com/mailman/listinfo/sapdb.general
>
> _______________________________________________
> sapdb.general mailing list
> [EMAIL PROTECTED]
> http://listserv.sap.com/mailman/listinfo/sapdb.general
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general