使用agentDownload指令碼在Windows平臺安裝Management Agent
Table 6-3 AgentDownload Script. Options
Option Description-b
To specify base directory of the Agent Oracle home.
-c
To specify the cluster nodes (CLUSTER_NODES)
Note that there should not be any spaces between the entries in the comma-separated nodes list.
-d
Do not automatically discover targets during installation. Host target will be created as needed.
-h
To display and describe the options that can be used with this script.
-i
To specify the inventory pointer location file: Can be used to point the installer to a nondefault inventory. (For advanced users only.)
-l
To specify as local host (pass -local to runInstaller)
-m
To specify the Oracle Management Service host name for downloading the agent install.
-n
To specify the cluster name.
-o
To specify the OLD_ORACLE_HOME during upgrade
-p
To specify static port list file.
-r
To specify the port for connecting to the Oracle Management Service host name.
-t
Do not automatically start the agent at the end of the installation.
-u
To upgrade.
-x
To debug output: Turns on shell debugging.
-N
Do not prompt for Agent Registration Password.
To obtain agentdownload for Windows:
Follow the instructions below, to download the agent installation software for Windows:
-
Download the Win32_Grid_Control_agent_download_10_2_0_3.zip file from OTN:
-
Copy the downloaded file to the
/sysman/agent_download/10.2.0.3.0 directory.Note:
Create the/sysman/agent_download/10.2.0.3.0 directory, if it does not exist. -
Go to this directory by executing the following:
cd/sysman/agent_download/10.2.0.3.0 When you are here, confirm that the size and checksum calculation of the downloaded file match the information specified on the OTN download page.
-
Unzip this file by executing the following:
unzip Win32_Grid_Control_agent_download_10_2_0_3.zip -
After unzipping, the agentdownload.vbs will be available at
/sysman/agent_download/10.2.0.3.0/win32/agentdownload.vbs . -
Download the agentDownload.vbs by using cp, rcp, scp, FTP, or wget utility on the machine where you want to install the Management Agent.
Note:
To download agentDownload script. using wget utility, ensure that the wget utility exists on the Windows path variableNote:
Before executing the agentDownload.vbs script, ensure Windows Script. Host version 5.6 is installed on the target agent host. This is required for the script. to be executed successfully. -
Run agentDownload.vbs by executing the following:
cscript.exe agentDownload.vbs -b /oracle/agentinstall -m foo.us.oracle.com -r 4889For clusters, use the following command:
cscript.exe agentdownload.vbs - b /oracle/agentinstall -m foo.us.oracle.com -r 4889 -c "host1,host2,host3" -n myCRS -l
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/11411056/viewspace-733429/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- easytier 在windows上快捷安裝“服務”bat指令碼WindowsBAT指令碼
- golang在windows平臺使用zmqGolangWindowsMQ
- Zabbix Agent 安裝與使用
- windows平臺,eclipse安裝maven外掛WindowsEclipseMaven
- 達夢7在Linux平臺安裝Linux
- Windows平臺下安裝與配置MySQL5.7WindowsMySql
- Windows平臺下安裝與配置MySQL9WindowsMySql
- Windows 10平臺安裝PostgreSQL 14.2詳細教程WindowsSQL
- Zabbix Agent安裝
- zabbix安裝agent
- pyenv 安裝指令碼指令碼
- 在Windows安裝chromedriverWindowsChrome
- 使用指令碼進行 SAP Spartacus 安裝工作指令碼
- .NET平臺系列26:在 Windows 上安裝 .NET Core/.NET5/.NET6Windows
- windows下安裝Jenkins以及配置分散式agent節點WindowsJenkins分散式
- 使用 Winget 命令在 Windows 上安裝軟體Windows
- Docker的指令碼安裝Docker指令碼
- 使用命令列指令碼安裝PrestaShop1.6命令列指令碼REST
- 在Windows上安裝MavenWindowsMaven
- 在 windows下安裝rabbitmqWindowsMQ
- 在 Homestead 安裝 HTTPS (Windows)HTTPWindows
- CentOS7使用Docker安裝STF安卓裝置管理平臺CentOSDocker安卓
- 使用WSL2在Windows 11上安裝HadoopWindowsHadoop
- windows安裝使用mysqlWindowsMySql
- Windows安裝使用OpensslWindows
- 在 Windows 平臺下安裝與配置 MySQL 5.7.36之啟動與關閉MySQL服務WindowsMySql
- PyAndroidControl:使用python指令碼控制你的安卓裝置AndroidPython指令碼安卓
- 在 Ubuntu 上使用原始碼安裝 OpenRestyUbuntu原始碼REST
- 關於在windows,ubuntu,樹莓派上安裝使用opencvWindowsUbuntu樹莓派OpenCV
- MySQL在Windows和Linux平臺上多版本多例項安裝配置方法(5.5、5.6、5.7、8.0)MySqlWindowsLinux
- 自動化指令碼安裝mysql shell指令碼範例指令碼MySql
- 程式碼質量管理平臺之SonarQube安裝部署
- 使用指令碼在Linux伺服器上自動安裝Kubernetes的包管理器Helm指令碼Linux伺服器
- 哪吒探針Windows安裝出現Failed to install Nezha Agent: service nezha-agent already exists 如何解決WindowsAI
- 平臺設計中的指令碼管理指令碼
- 使用kubeadm安裝kubernetes叢集指令碼(更新日期:2024.7.19)指令碼
- shell指令碼一鍵安裝nginx指令碼Nginx
- mydumper自動化安裝指令碼指令碼
- 在Windows server 2012R2系統安裝使用dockerWindowsServerDocker