Run the Install Scripts for master and model

At this point, Adaptive Server has recovered all of the user databases and sybsystemprocs. Assuming that both master and sybsystemprocs are available to the server, run the install scripts to install system procedures and grant permissions for using Adaptive Server. Run the install scripts from a Sybase bin directory prompt.

For example, on Unix platforms and ASE version 11.9.x or earlier, enter:

isql -Usa -P < $SYBASE/scripts/installmaster

isql -Usa -P < $SYBASE/scripts/installmodel

On Unix platforms and ASE version 12.0 and later, enter:

isql -Usa -P < $SYBASE/$SYBASE_ASE/scripts/installmaster
isql -Usa -P < $SYBASE/$SYBASE_ASE/scripts/installmodel