This release includes features and enhancements since
the release of IBM Spectrum LSF Explorer 10.2.0.7 on Jan 11, 2019.
Readme documentation for IBM Spectrum LSF Explorer
10.2.0.8 Release including installation-related instructions,
prerequisites and co-requisites.
Readme file for: IBM® Spectrum LSF Explorer
Product/Component Release: 10.2.0.8
Update Name: Fix 521825
Fix
ID: explorer-10.2.0.8-build521825
Publication date: 31 May 2019
Last modified date: 31 May 2019
- Support for Elasticsearch 6.6.1
- Support for Logstash 6.6.1
- Support for Elasticsearch authentication provided by X-Pack
- Support for report time zone configuration (to use local machine or server setting)
Refer to Knowledge Center : https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/New%20IBM%20Platform%20LSF%20Wiki/page/Explorer%20system%20requirements
Refer to Knowledge Center : https://www.ibm.com/support/knowledgecenter/SS6MQM_10.2.0/release_notes/rel_notes_known_issues.html
To receive information about product solution and patch updates automatically, subscribe to product notifications on the My notifications page http://www.ibm.com/support/mynotifications/ on the IBM Support website (http://support.ibm.com). You can edit your subscription settings to choose the types of information you want to get notification about, for example, security bulletins, fixes, troubleshooting, and product enhancements or documentation changes.
Download from the following location: https://www.ibm.com/support/fixcentral
Ensure IBM Spectrum LSF Explorer Server is running. IBM
Spectrum LSF
Explorer Server must be started before IBM Spectrum LSF Explorer Data
Collector services.
(pre-step) Backup Elasticsearch data
Explorer 10.2.0.8 bundles
Elasticsearch 6.6.1. If you choose to upgrade Elasticsearch to this version, it will do a reindexing of the current indices.
It is strongly recommended to do a data backup before proceeding. Refer
to
https://www.elastic.co/guide/en/elasticsearch/reference/6.6/modules-snapshots.html
for more details.
1) Log in to the Elasticsearch server as root.
2) Configure the Elasticsearch snapshot repository. For the cluster, the repository
should use same path under share file system for each elasticsearch node.
Append
"path.repo: /var/lib/elasticsearch_repo" to elasticsearch.yml
(default configuration file path: /etc/elastic-search/)
3) Restart Elasticsearch
4) Create repository location: es_backup
Use a
relative path to "es_backup_location" under
"/var/lib/elasticsearch_repo". For example:
curl
-XPUT "ES_IP:ES_PORT/_snapshot/es_backup" -H 'Content-Type:
application/json' -d'{
"type": "fs",
"settings": {
"location": "es_backup_location",
"include_global_state": true,
"compress": true
}
}'
5) Create a snapshot: es_snapshot
curl -XPUT
"ES_IP:ES_PORT/_snapshot/es_backup/es_snapshot?wait_for_completion=true"
7.1 Upgrade from 10.2 to
10.2.0.8 for Explorer Server
1. Set the IBM Spectrum LSF Explorer Server
environment:
For csh or tcsh: source
SERVER_TOP/lsfsuite/ext/cshrc.platform
For sh, ksh, or bash: .
SERVER_TOP/lsfsuite/ext/profile.platform
2. Stop the IBM Spectrum LSF Explorer Server.
pmcadmin stop
3. Install LSF Explorer Server 10.2.0.8 following
steps in section 6.1
Note: If you use packaged Elasticsearch 5.4.1 in the IBM Spectrum
LSF
Explorer and choose to upgrade to Explorer bundled Elasticsearch 6.6.1,
configure INSTALL_ES=Y in install.config and Elasticsearch will be
upgraded automatically during Explorer Server upgrading.
If you use your own Elasticsearch and want to upgrade it to 6.x,
you need to configure INSTALL_ES=N in install.config and upgrade
it manually. Please contact IBM support for help.
4. Set the IBM Spectrum LSF Explorer Server
environment:
For csh or tcsh: source
SERVER_TOP/lsfsuite/ext/cshrc.platform
For sh, ksh, or bash: .
SERVER_TOP/lsfsuite/ext/profile.platform
5. Start the IBM Spectrum LSF Explorer Server.
pmcadmin start
7.2 Upgrade from 10.2 to 10.2.0.8
for Explorer Data Collector
1. Source the environment.
For csh or tcsh:
source
COLLECTOR_TOP/lsfsuite/ext/perf/conf/cshrc.perf
For sh, ksh, or bash:
.
COLLECTOR_TOP/lsfsuite/ext/perf/conf/profile.perf
2. Stop the data loaders.
perfadmin stop all
3. Install LSF Explorer Data Collector 10.2.0.8
following steps in section 6.2.
4. Source the environment.
For csh or tcsh:
source
COLLECTOR_TOP/lsfsuite/ext/perf/conf/cshrc.perf
For sh, ksh, or bash:
.
COLLECTOR_TOP/lsfsuite/ext/perf/conf/profile.perf
5. Start the data loaders.
perfadmin start all
8.1 Uninstall Explorer Server
Run the ExplorerServerUninstall.sh uninstallation
script.
.
SERVER_TOP/lsfsuite/ext/explorer/server/bin/ExplorerServerUninstall.sh
8.2 Uninstall Explorer Data Collector
Run the ExplorerNodeUninstall.sh uninstallation
script
.
COLLECTOR_TOP/lsfsuite/ext/perf/1.2/bin/ExplorerNodeUninstall.sh
©Copyright IBM Corporation 2019
U.S. Government Users Restricted Rights - Use, duplication or
disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
IBM®, the IBM logo and ibm.com® are trademarks of International
Business Machines Corp., registered in many jurisdictions worldwide.
Other product and service names might be trademarks of IBM or other
companies. A current list of IBM trademarks is available on the Web at
"Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml
This product includes some components redistributed from third-party
vendors which are provided here for convenience. Licensee may copy and
use these components within the confines of the third-party license as
identified in the Notices file. IBM provides these third-party
components without obligation of support and "AS IS", WITH NO WARRANTY
OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF
TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES
AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.