728x90
Question
How do you rebuild sysadmin database manually without having to restart IDS?
Answer
Run these steps to rebuild sysadmin database manually:
cd $INFORMIXDIR/etc/sysadmin;
dbaccess - db_uninstall.sql;
dbaccess - db_create.sql;
dbaccess sysadmin db_install.sql;
dbaccess sysadmin sch_tasks.sql;
dbaccess sysadmin sch_aus.sql;
dbaccess sysadmin sch_sqlcap.sql;
dbaccess sysadmin start.sql;
Note: db_uninstall.sql will correctly return errors 329/111 and 349 if the sysadmin database does not exist. Ignore these errors and continue.
http://www-01.ibm.com/support/docview.wss?uid=swg21420189
728x90
'Informix > informix troubleshooting' 카테고리의 다른 글
Informix ISAM error 136: no more extents (0) | 2015.03.06 |
---|---|
What is the maximum number of pages for a table or fragment? What is the maximum number of rows per page? (0) | 2015.03.06 |
How To Remove Shared Memory Segments (0) | 2014.10.22 |
Is there an Alternative to hosts.equiv for High Availability Data Replication? (0) | 2014.05.20 |
Point-in-time recovery using archecker. (0) | 2014.04.18 |