How does OUI check if the HACMP software is installed? [ID 738574.1]
Applies to:
Oracle Server - Enterprise Edition - Version: 9.2.0.1 and later [Release: 9.2 and later ]IBM AIX on POWER Systems (64-bit)
Goal
How does OUI check if the HACMP software is installed?Solution
In 9i, when installing base release, e.g. 9.2.0.1, the OUI checks if cluster HACMP is available by looking at /etc/objrepos/HACMPnode.
statx("/etc/objrepos/HACMPnode", 0x2FF212B8, 76, 0) = 0
If this file is present then it will look at the cluster by running
% odmget HACMPcluster
It will then collect other cluster information from
/etc/objrepos/HACMPadapter
/etc/objrepos/HACMPcluster
by running the respective odmget command. OUI will then set CLUSTER_NODES and perform the Oracle cluster installation.
On a machine where HACMP is not installed, the file /etc/objrepos/HACMPnode is not present. It will return
statx("/etc/objrepos/HACMPnode", 0x2FF20FC8, 76 , 0) Err#2 ENOENT
and
$ odmget HACMPcluster0518-506 odmget: Cannot open object class HACMPcluster
Check path name and permissions.[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1054951/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How does an Electric Motor work? (DC Motor)
- How does SAP freelancer find a project that is not tough?Project
- Source Code Reading for Vue 3: How does `hasChanged` work?Vue
- How To Turn SNMP On/Off ? [ID 472530.1]
- SAP Retail Listing – How does it work (中英文對照版)AI
- Id Software:後大師時代的復興
- How to Collect Diagnostics for Database Hanging Issues (Doc ID 452358.1)Database
- What is OPAQUE_TRANSFORM Hint and how to Control it [ID 780503.1]OpaqueORM
- 【CURSOR】How to Monitor and tune Open and Cached Cursors (Doc ID 1430255.1)
- How to Increase CSS Misscount in single instance ASM installations [ID 729878.1]CSSASM
- vs code jshint報錯或者Open browser failed!! Please check if you have installed the browser correctly!錯誤.JSAI
- How to redirect to a specific web page after sign out from Entra IDWeb
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- SAP對工單做101收貨,報錯- Check table TFBEFU_CR entry 10 does not exist–對策
- Requested setting INSTALLED_APPSAPP
- onclick="return check()" 和 onclick="check()" 區別
- pgsql 執行建庫指令碼時候出現ERROR: relation "xxx_id_seq" does not existSQL指令碼Error
- Cisco Firepower 9300 Series FTD Software 7.6.0 & ASA Software 9.22.1
- Cisco Firepower 4100 Series FTD Software 7.6.0 & ASA Software 9.22.1
- Cisco Firepower 1000 Series FTD Software 7.6.0 & ASA Software 9.22.1
- Manifesto of Software CraftsmanshipRaft
- Windows平臺下opatch apply報錯:OUI-67073WindowsAPPUI
- Cisco Secure Firewall 3100 Series FTD Software 7.6.0 & ASA Software 9.22.1
- Check if String is HappyAPP
- Cannot uninstall 'ipaddress'. It is a distutils installed project and thusiPadProject
- How to ssh
- LightBeter Software User Agreement
- 1. install software
- check_document_position
- CHECK_INTERFACE作用
- ‘map’ does not name a type
- What does -> do in clojure?
- does not support SSL connections
- SAP WM中階Storage Type的Capacity Check – Usage check based on SUT
- How to find dependency
- 括展actuator health check
- [LintCode] Check Full Binary Tree
- Mysql replication check指令碼MySql指令碼
- Check connection related issue of mysqlMySql