Creating Additional Instances
- Log on to the server as the root user.
- Load the environment variables of the sfxglb41 user:
|
tcsh source ~sfxglb41/.cshrc |
- Move to the directory of the create_instance script:
|
da cd imanager/ |
- Run the create_instance script using the following information:
- The instance template to be used to create the instance (sfxglb41 is recommended)
- The license key provided to you by Ex Libris
- The MySQL root password for the server: dbrootpassword
- The MySQL password to be assigned to the new instance: dbinspassword
For example, type the following command (on one line):
|
create_instance.sh --template=sfxglb41 --license=332372f333e29393e273c7c69626279637c74363c7c7 e6f6f556870727563737c7534333535303236303 --dbrootpassword=xxxxxxxx --dbinspassword=newinstancename |
After creating a new instance, restart MySQL if the instance is used as a shared instance in Consortia model 2.
For more information on Consortia model 2, refer to the document Using SFX in a Consortium Environment. For more information on stopping and restarting MySQL, see Start/Stop Services .
- Log on to the server as the sfxglb41 user.
- Type da.
- Type ./server_admin_util.
- Select 13 TRACKING table set-up and maintenance and then 1 Check status of TRACKING table and triggers.
- Restart the Proxy Apache and start the instance Apache using the Server Admin Utility. For more information, see Start/Stop Services .
|
create_instance.pl --help |
|
create_instance.pl --help Creates a new instance, includes a database and files. Version:$Id: create_instance.pl,v 1.16 2004/11/09 16:50:26 jc_3 Exp$ usage: ./create_instance.pl --license=<key> --dbrootpassword=<mysql root password> [options] --license=KEY License key for the new instance --template=NAME Name of the instance to be used as a template --dbrootpassword=PASSWORD MySql root password --dbinspassword=PASSWORD Password for the new instance --verbose Print messages, default yes --help This help |

