LSF Version 7.3 - Administering Platform LSF

Administering Platform LSF 227
Cluster Version Management and Patching on UNIX and Linux
Patching the Derby database
Prerequisites: The Derby database is properly configured and running:
To patch the reporting database as part of patching the cluster, get the
corresponding database update scripts and update the database schema first.
1 When you download the patches for your cluster, download the corresponding
database update scripts from Platform.
2 In the command console, open the database schema directory.
cd LSF_TOP/perf/lsf/version/DBschema/Derby
3 Start the ij tool.
ij.sh
4 Connect to the database.
connect
'jdbc:derby://host_name:port/db_name;user=user_name;password=pas
sword
'
where
host_name is the Derby database host
port is the Derby database port, 1527 by default
db_name is the database name, app by default
user_name is the database user name, app by default
password is the database login password, app by default
5 Run the scripts to create a database schema.
run 'update_script'
where
update_script is the full path to the patch script