|
The ns_db as redefined in nsdb/compat.tcl is
required to create/access the metadata. Though the latest nspostgres
re-added a lot of functionality lost in 3.0, it didn't add enough to make
it work with nsadmin.
The first thing you should do after installing
nsadmin it is to create a new db for each of your pools. You can
delete it later if needed. This will build the ns_columns and ns_tables
tables for the metadata. After that, restart aolserver. Without
those two tables, NOTHING is going to work correctly.
You can also do it manually with this (restart
aolserver after adding)
CREATE TABLE ns2_columns ( c_col character varying, c_key character varying, c_table character varying, c_value character varying ); CREATE TABLE ns2_tables ( t_key character varying, t_table character varying, t_value character varying );
|
- [AOLSERVER] Odd problem with nsadmin Tim Moss
- Re: [AOLSERVER] Odd problem with nsadmin Daniel P. Stasinski
- Re: [AOLSERVER] Odd problem with nsadmin Dossy
- Re: [AOLSERVER] Odd problem with nsadmin Daniel P. Stasinski
