If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > how to install maxdb in red hat linux?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-31-04, 12:01
jumbo6 jumbo6 is offline
Registered User
 
Join Date: Mar 2004
Posts: 8
how to install maxdb in red hat linux?

hey all

i just downloaded a maxdb75 and installed it on my linux

but i dont know how to start,i dont know if i should create an instance(what is this?) first?


after i see "installation of Maxdb finished successfully" what should i do?
(i chosed 10.all to install)

thx
Reply With Quote
  #2 (permalink)  
Old 03-31-04, 14:34
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: how to install maxdb in red hat linux?

Quote:
Originally posted by jumbo6
hey all

i just downloaded a maxdb75 and installed it on my linux

but i dont know how to start,i dont know if i should create an instance(what is this?) first?


after i see "installation of Maxdb finished successfully" what should i do?
(i chosed 10.all to install)

thx
This is good place for start:
http://www.mysql.com/products/maxdb/docs.html
Reply With Quote
  #3 (permalink)  
Old 03-31-04, 18:33
jumbo6 jumbo6 is offline
Registered User
 
Join Date: Mar 2004
Posts: 8
thx but...

but there is still one thing confusing me

i followed the docs from
http://www.mysql.com/products/maxdb/docs.html

and created an instance
-d test01
-u dbm,dbm

but i dont know how to config the paramaters of this instance

i tried to use this:
dbmcli -d <database_name> -u <dbm_user>,<dbm_password> -i <file_name>

but failed (the system told me "can not open inputfile")

need any help~
thx
Reply With Quote
  #4 (permalink)  
Old 03-31-04, 19:34
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
My first guess would be that their directions might have confused you. The MySQL directions are still a bit geeky.

Did you type the less than and greater than characters? In this case, those are meta-quotes, meaning that the phrase between them is a description, not what you type literally.

For instance, if a pattern like "<first_name> <last_name>" was used for me, you would use "Pat Phelan"

In your example, I'd use:
Code:
dbmcli -d test01 -U dbm,dbm
and see if that worked.

-PatP
Reply With Quote
  #5 (permalink)  
Old 04-01-04, 01:03
jumbo6 jumbo6 is offline
Registered User
 
Join Date: Mar 2004
Posts: 8
please help

i am configuring database instance right now
but got some trouble

after typed

"dbmcli -d test-1 -u dbm,dbm -i init_test01"

"init_test01" is a script i created following docs from maxdb website,as:
---------------------------------
param_startsession
param_init OLTP
param_put MAXUSERTASKS 5
param_checkall
param_commitsession
param_addvolume 1 DATA DAT_0001 F 10000
param_addvolume 1 LOG LOG_0001 F 2000
db_admin
db_activate sdb,sdb
load_systab -ud domain
---------------------------------

*1
an error at "param_init OLTP":

ERR
-24975,ERR_NOXPSESSION: param session inactive


*2
and another error at "db_admin"

ERR
-24994,ERR_RTE:runtime envirnment error
1,Check knldiag! Kernel died before reaching ADMIN state

anyone knows how to fix them?

thx a lot

Last edited by jumbo6; 04-01-04 at 01:48.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On