I want to migrate my server from Windows XP to GNU/Linux. Installation on Windows XP was great! very easy and fast. But still webdbm always error when trying to create an instance, so I'm using DBM GUI and got no problem at all.
Now, I need to migrate my server to GNU/Linux RedHat9, Fedora Core 2 or Mandrake 10. The installation was a disaster! I try to use MaxDB 7.5.0.0.5, 7.5.0.0.15 and 7.5.0.0.16. First time I'm using Fedora Core 2 and I found that some library are missing, so I tried Mandrake 10 and the result are the same. I'm searching the net for some solution, but most of them didn't solve my problem.
So I thought with earlier linux distribution I can solve the problem, so I'm trying ReHat9. The Installation works perfect, but how to create an Instance? I try webdbm to create an Instance, an error occured, I don't know the exact problem, but the Instance was created only I can't make it online.
I try DBMGUI on windows system over network connection. But I can't logged in to the server.
Username :sdb
Password : sdb
UserGroup : sdba
It says that the system user is not in administrator group.
I'm not using the rpm version, will rpm version works? where can I download it n what the file name is?
Somebody help me!
Below is My installation procedure.
1. create User, and group user
# groupadd sdba
# useradd sdb –g sdba
# passwd sdb
2. Prepare directories
# mkdir /sdb/data
# mkdir /sdb/programs
# mkdir /sdb/7500
3. edit sdb user .bash_profile
$ vi .bash_profile
. . .
export SDB_HOME=/sdb
export SDB_DEPEND=$SDB_HOME/7500/bin
export SDB_PROGRAMS=$SDB_HOME/programs/bin
export LD_LIBRARY_PATH=$SDB_HOME/programs/web/lib:$SDB_HOME/programs/lib
export SDB_WEB=$SDB_HOME/programs/web/pgm
PATH=$PATH:$HOME/bin:$SDB_DEPEND:$SDB_PROGRAMS:$SDB_WEB
. . .
4. Start the installation proccess
[EMAIL PROTECTED] maxdb7.5]# ./SDBINST
5. Selecting profile
existing profiles :
0: Server
1: Runtime for SAP AS
2: DB Analyzer
3: C Precompiler
4: Webtools
5: ODBC
6: JDBC
7: Script Interface
8: Loader
9: XML Indexing Engine
10: All
11: None
please enter profile id : 10
Kemudian akan keluar pesan :
…
starting preparing phase of package Base 7.5.00.05 32 bit
---------------------------------------------------------
append "sql6" to /etc/services
append "sapdbni72" to /etc/services
append "sql30" to /etc/services
no updatable installation of package "Base" found
…
6. Entering User and Group
please enter group name for database programs [sdba] : sdba
please enter owner name for database programs [sdb] : sdb
7. Installation paths
please enter independent data path [/var/opt/sdb/data] : /sdb/data
Kemudian keluar pesan :
InstallRegistry: space check ok: 9245420 kb on / (15116836 kb total) available
install registry successfully locked
InstallRegistry::Log: space check ok: 9245420 kb on / (15116836 kb total) available
write 0 packages
net install registry size = 63 bytes
wrote install registry (125 bytes)
InstallRegistry: reserved 1024 kb disk space
no installation data to migrate for "Database Kernel"
Masukkan path instalasi untuk /independent program path/ :
please enter independent program path [/opt/sdb/programs] : /sdb/programs
Lalu akan keluar pesan sebagai berikut :
checking interferences to other packages... STDOUT: ok
collecting data finished:
independent data path: /sdb/data
independent program path: /sdb/programs
owner: sdb
group: sdb
…
...
no updatable installation of package “Database Kernel” found
starting preparing phase of package Database Kernel 7.5.00.05 32 bit
--------------------------------------------------------------------
no updatable installation of package "Database Kernel" found
please enter dependent path [/opt/sdb/7500]: /sdb/7500
checking interferences to other packages... STDOUT: ok
collecting data finished:
dependent path: /sdb/7500
…
…
Tunggulah beberapa saat hingga proses instalasi selesai dilakukan.
…
…
net install registry size = 152547 bytes
wrote install registry (197383 bytes)
installation of MaxDB Software finished successfully Fr, Mar 19, 2004 at 22:14:33
8. Log In with user sdb.
>>>> start x_server
$ x_server start
>>>> shutdown x_server
$ x_server stop
starting webtools.
$ cd /sdb/programs/web/pgm
$ ./wahttp
Anything wrong with the installation proccess?
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
