Patch-ID# 113498-04 NOTE: *********************************************************************** READ THE TERMS OF THE AGREEMENT ("AGREEMENT") IN THE LEGAL_LICENSE.TXT FILE CAREFULLY BEFORE USING THIS SOFTWARE. BY USING THE SOFTWARE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS, PROMPTLY DESTROY THE UNUSED SOFTWARE. *********************************************************************** Keywords: ha livecache Synopsis: Sun Cluster 3.0: HA-Livecache Date: Dec/22/2005 Install Requirements: NA Solaris Release: 8 9 SunOS Release: 5.8 5.9 Unbundled Product: Sun Cluster Unbundled Release: 3.0 Xref: Topic: Sun Cluster 3.0: HA-Livecache Relevant Architectures: sparc BugId's fixed with this patch: 4724003 4767602 4823783 6334156 Changes incorporated in this version: 6334156 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: /opt/SUNWsclc/livecache/bin/check_db_state /opt/SUNWsclc/livecache/bin/lc_monitor_check /opt/SUNWsclc/livecache/bin/lc_monitor_start /opt/SUNWsclc/livecache/bin/lc_monitor_stop /opt/SUNWsclc/livecache/bin/lc_probe /opt/SUNWsclc/livecache/bin/lc_svc_start /opt/SUNWsclc/livecache/bin/lc_svc_stop /opt/SUNWsclc/livecache/bin/lc_update /opt/SUNWsclc/livecache/bin/lc_validate /opt/SUNWsclc/livecache/man/sman5/SUNW.sap_livecache.5 /opt/SUNWsclc/xserver/man/sman5/SUNW.sap_xserver.5 Problem Description: 6334156 in livecache 7.5 livecache is started as user "sdb" and our agent is not able to start it (from 113498-03) 4823783 manpages for SC 3.0 Data Services should be available in the individual DS pkgs (from 113498-02) 4767602 dbmcli reports ONLINE instead of WARM starting livecache version 7.4.3. (from 113498-01) 4724003 Failed to create lc rs when has dependency on HSP rs w/ local mount. Patch Installation Instructions: -------------------------------- There are three (3) possible procedures for installing patches on Sun Cluster 3.0. The proper method to use and any additional instructions, for this patch are specified below in the "Special Install Instructions" section. Refer to the chapter entitled "Patching Sun Cluster Software and Firmware" in the Sun Cluster 3.0 System Administration Guide for a description of the different install processes and instructions on how to install Sun Cluster 3.0 patches. For Solaris 8 release, refer to the man pages for instructions on using 'patchadd' and 'patchrm' scripts provided with Solaris. Special Install Instructions: ----------------------------- Install this patch using the patch install procedure for a "Non Rebooting Patch" as described in the "Patching Sun Cluster Software and Firmware" chapter of the Sun Cluster 3.0 System Administration Guide. Instructions for bug 4823783 ---------------------------- This patch installs the Data Service manpage in the Data Service location /opt/SUNWsclc. This patch is needed to view the manpages of SC 3.0 Data Service running on SC 3.1 Core. However, applying this patch on SC 3.0 Data Services running on SC 3.0 core is harmless. If you are patching the SC 3.0 Data Service running on SC 3.0 Core, you should also apply the latest SUNWscman patch. Man pages of SC 3.0 Data Services running on SC 3.0 core can be viewed as before. If you are patching the SC 3.0 Data Service running on SC 3.1 core, you should include /opt/SUNWsclc/livecache/man and /opt/SUNWsclc/xserver/man in your MANPATH. You can also view the manpage by using the -M option to the man command (eg man -M /opt/SUNWsclc/livecache/man SUNW.sap_livecache.5 and man -M /opt/SUNWsclc/xserver/man SUNW.sap_xserver.5). Bug 6334156 ----------- - When following the procedure "How to Install and Configure liveCache" in the "Sun Cluster Data Service for SAP liveCache Guide for Solaris OS" add the following fifth and sixth steps to the procedure: 5. Copy /etc/opt/sdb from the node, on which you installed liveCache, to all the nodes that will run the liveCache resource. Ensure that the ownership of these files is the same on all nodes as it is on the node on which you installed liveCache Example: # tar cfB - /etc/opt/sdb | rsh phys-schost-1 tar xfB - 6. Create a link from the /sapdb/LCA/db/wrk directory to the /sapdb/data/wrk directory as follows: # ln -s /sapdb/data/wrk /sapdb/LCA/db/wrk - If you are using liveCache 7.5, confirm that the liveCache administrator user can run the lcinit command by adding the following step as step 5 in the procedure "How to Verify the liveCache Installation and Configuration" # su - adm $ lcinit where lc-name is the lowercase name of the liveCache database instance - When installing liveCache, if you are using liveCache 7.5 or compatible versions, ensure that the liveCache administrator user (adm) is in the sdba user group. Ensure that the liveCache administrator user's user ID is identical and belongs to the sdba group on each machine that can master the livecache resource. To meet these requirements, ensure that the entry for the liveCache administrator user in the /etc/group file on each machine is identical. For more information about the /etc/group file, see the group.4 manpage. README -- Last modified date: Thursday, December 22, 2005