Oracle VirtualBox Template for Oracle Enterprise Manager Cloud Control 13c Guide

本文档介绍Oracle VM VirtualBox模板用于Oracle Enterprise Manager Cloud Control 13c Release 2的部署过程,包括系统需求、虚拟机配置、软件组件安装详情及已知问题解决方案。


Oracle VM VirtualBox for Oracle Enterprise Manager Cloud Control 13c Release 2 Media Pack v1 for Linux x86 64 bit

-================================================================================================================
NOTE: This template is intended for testing or demonstration usage only. It is NOT intended to be used in a production Enterprise Manager environment.
=================================================================================================================

This document contains information on the Oracle VirtualBox Template for Oracle Enterprise Manager Cloud Control 13c Release 2. This template can be used to provision new guest virtual machines hosting Oracle Management Service (OMS), Oracle Management Agent(s) and the Management Repository database.


Requirements
================================================================

- VirtualBox Manager version 4.2.18 or higher is required

- The VBox template requires 8 GB of memory, so make sure that you have at least that much free memory on your machine. You may choose to allocate more memory to the template via the VBox manager to improve performance. To do so:

    - Run the VBox Manager

    - Import the appliance

    - Select Settings > System > Base Memory

- Ensure at least 60 GB of free disk space is available

- Ideally the machine should have 2 cores and 4 logical processors.  To get the number of cores and logical processors, run the commannd "WMIC CPU Get NumberOfCores,NumberOfLogicalProcessors /Format:List" on your Windows box 

- The VT-X option should be enabled in the BIOS; otherwise VBox will not be able to enable > 1 virtual CPU


Deploying the VirtualBox Template
================================================================

1. Download and install Oracle VM VirtualBox on your host system.

2. Download and extract the VirtualBox files as follows:

   a) Extract all of the zip files using unzip. This will create files with the .ova extension.

   b) Run the following command to combine the .ova files into one .ova file:

      On Linux: cat VBox_EM13_2_0_0_Linux64_1.ova VBox_EM13_2_0_0_Linux64_2.ova VBox_EM13_2_0_0_Linux64_3.ova VBox_EM13_2_0_0_Linux64_4.ova VBox_EM13_2_0_0_Linux64_5.ova VBox_EM13_2_0_0_Linux64_6.ova VBox_EM13_2_0_0_Linux64_7.ova VBox_EM13_2_0_0_Linux64_8.ova VBox_EM13_2_0_0_Linux64_9.ova  VBox_EM13_2_0_0_Linux64_10.ova > VBox_EM13_2_0_0_Linux64.ova

      On Windows: type VBox_EM13_2_0_0_Linux64_1.ova VBox_EM13_2_0_0_Linux64_2.ova VBox_EM13_2_0_0_Linux64_3.ova VBox_EM13_2_0_0_Linux64_4.ova VBox_EM13_2_0_0_Linux64_5.ova VBox_EM13_2_0_0_Linux64_6.ova VBox_EM13_2_0_0_Linux64_7.ova VBox_EM13_2_0_0_Linux64_8.ova VBox_EM13_2_0_0_Linux64_9.ova VBox_EM13_2_0_0_Linux64_10.ova  > VBox_EM13_2_0_0_Linux64.ova

3. Import the VirtualBox template as follows:

   a) In the VirtualBox Manager, run the following command to launch the Appliance Import Wizard:

       File > Import Appliance

   b) Click Choose... to browse to the directory you re-assembled all the files in and select the .ova file. You will see the virtual machine as "(Powered Off)" after the import completes.

4. After the import has completed, double-click the virtual machine or click "Start" to start the virtual machine.

Note that the O/S passwords for the "root" and "oracle" O/S users are "welcome1". The Enterprise Manager Cloud Control password is "welcome1".


Using The Guest Virtual Machine
================================================================

Refer to the notes below for details on using and accessing the guest virtual machine and the Enterprise Manager software components installed on it.

Note that the guest virtual machine image is strictly intended for Enterprise Manager setup or for proof of concept efforts. It is NOT intended to be used as a production site.

1. After the guest virtual machine has been created, you will be logged in as the "oracle" user. Click on the "start_all.sh" icon on the desktop and choose "Run in Terminal" to start all processes (database, listener, OMS and Management Agent).

   Next, click the "EM13cR2" icon on the desktop to launch the Enterprise Manager Cloud Control console.

   The desktop icon "stop_all.sh" can be used to stop all processes. Start/stop scripts are also located in the home directory of the "oracle" user.

2. The guest virtual machine template contents include the following:

    - Oracle Database 12.1.0.2.0 (with PSU 12.1.0.10.0, which has PSUJUL2016

    - Enterprise Manager Cloud Control 13c Release 2, with the latest plug-ins deployed.

      The text file README.FIRST in the home dir of the "oracle" user has details on the install environment, Cloud Control console URL, etc.

3. All software is installed under the /u01/OracleHomes directory.

4. All terminals of the "oracle" O/S user have the required environment variables set for the various homes installed on the guest virtual machine (refer to .bashrc as needed).

5. All xterm terminals of the "oracle" O/S user have the required environment variables set for the various homes installed on the guest virtual machine (refer to .bashrc as needed).

    It is recommended that you change all passwords to facilitate separation of duties. The accounts for which passwords need to be changed are:

    - O/S accounts: root, oracle
    - Database accounts: sys, system
    - Enterprise Manager accounts: sysman, dbsnmp, mgmt_view
    - Weblogic Server accounts: weblogic, weblogic_mntr, node_mgr

Refer to the product documentation as needed to change these passwords:

- Database: http://www.oracle.com/pls/db121/homepage

- Enterprise Manager: http://docs.oracle.com/cd/E24628_01/index.htm

. Ensure that the O/S image is patched with the latest security fixes.


Known Issues
================================================================

ISSUE 1: BI Publisher (BIP) Process Fails to Start

If the BIP process fails to start, start it with the following command:

/u01/OracleHomes/Middleware/oms/bin/emctl start oms -bip_only


ISSUE 2: Deploying Management Agents from a Windows VBox Machine

1. If deploying a guest VBox on a Windows machine, update the deployed template settings as follows:
   
    a) Power down the guest VBox .

    b) Go to Settings for the guest VBox

    c) Go to Network

    d) Select "Attached to" as "Bridge Adapter" in "Adapter 1" tab

    e) Start the guest VBox 
    
2. On the remote target, modify the /etc/hosts file:

    a) #sudo vi /etc/hosts <VBox IP of the OMS host>

    b) Modify the following line in the file:
    
        emcc.example.com emcc

3. On the guest VBox machine, log in as the 'root' user and disable the firewall with the following command:

    a) #su

    b) Provide "welcome1" as the 'root' user password

    c) #/etc/init.d/iptables stop

    d) .#exit

4. Perform the following steps on the VBox guest machine:

    a) .cd <OMS_Home>/bin

    b) ../emctl secure oms -sysman_pwd <pwd> -reg_pwd <pwd> -host oms-host-name -reset -console

    c) .cd <AgentHome>/bin

    d) ../emctl secure agent 

                                                                                                                                          - - end - -
 

内容概要:本文档围绕水声网络(UAN)仿真中的信道建模展开,提供了基于Matlab的代码实现方案,旨在帮助科研人员构建和理解水声通信系统的仿真环境。文档不仅聚焦于信道建模的核心技术,还系统性地整合了智能优化算法、机器学习、图像处理、路径规划、无人机应用、信号处理、电力系统管理等多个前沿科研方向的技术方法与实际案例。涵盖的具体算法包括遗传算法、粒子群优化(PSO)、神经网络、卡尔曼滤波、支持向量机、极限学习机、卷积神经网络等,并深入探讨其在通信系统仿真中的应用。文档强调“借力”科研理念,倡导利用成熟的算法工具与仿真平台提升研究效率,并提供了丰富的配套资源,包括百度网盘链接和微信公众号入口,便于读者获取完整的代码、仿真模型及相关论文资料,全面支持科研复现与创新。; 适合人群:具备一定Matlab编程基础,从事通信工程、信号与信息处理、水声工程、自动化控制、电子信息、电力系统、无人机技术等相关领域的研究生、科研人员及工程技术人员。; 使用场景及目标:① 学习并复现水声网络信道建模的Matlab仿真流程;② 探索智能优化算法、机器学习、路径规划等技术在通信与多学科交叉系统仿真中的集成应用;③ 获取可用于科研项目的高质量算法代码、仿真案例与复现资源,加速课题研究进程,提升科研创新能力与论文发表水平。; 阅读建议:建议读者按照文档推荐的主题顺序逐步学习,优先聚焦自身研究方向的相关内容,并结合网盘提供的完整资源进行代码实践、仿真调试与结果验证,以实现理论理解与动手能力的双重提升,充分发挥本资源在科研攻关中的支撑作用。
代码下载链接: https://pan.quark.cn/s/b27638adc362 在工业自动化监控领域中,WinCC 被视为一种常用的可视化软件,其功能在于构建人机界面(HMI)以及SCADA系统。本资料将阐释在WinCC环境下如何构建一个展现管道中流体流动的动态效果,此功能主要通过C动作脚本来完成。在此过程中,我们需要构建两个矩形,分别标记为 rec1 和 rec2。这两个矩形的高度相等,但 rec1 的宽度要小于 rec2。在具体实施时,rec1 将作为展示流体运动的可见单元,而 rec2 则作为辅助元素,尽管其“显示”属性被设为关闭,但在程序执行期间,其属性参数对流体动画的表现起着决定性作用,因为 rec2 与 rec1 的宽度差将决定流体每次移动的长度。 随后,我们需要将 rec1 和 rec2 整合为一个自定义对象。在自定义对象的属性配置中,应包含 rec1.Left、rec1.Width、rec1.Visible 和 rec2.Width 这些核心属性。这些属性将有助于在C脚本中精确控制对象的位置和可见状态,以达成流体运动的视觉效果。同时,用户可根据实际需求增加其他属性,以增强自定义对象的功能性。 在自定义对象的C脚本部分,我们设定了一个周期为“250ms”的触发器。该脚本的核心职责是计算并更新流体块的位置。借助 GetPropBOOL、GetPropWord 和 GetLeft 函数,我们可以获取对象的当前状态,涵盖其可见性、位置及宽度等参数。在循环操作中,流体块(rec1)将向右移动 rec2 - rec1 的距离,一旦流体块移出显示范围(即 rec1 的右边界达到或超过 rec2 的左边界),它将重新回到起始位置,从而形成流体持续流动的模...
内容概要:本文围绕同步电机与构网型变流器在低惯量电力系统中的频率稳定特性及多时间尺度动态交互机理展开深入研究,基于IEEE9节点混合拓扑结构,采用Simulink平台构建电磁暂态仿真模型,系统复现并对比了下垂控制、虚拟同步机控制(VSM)、匹配控制以及可调度虚拟振荡器控制(dVOC)等多种构网型变流器控制策略的动态响应特性与频率支撑能力。研究重点剖析了不同类型电源在系统扰动下的频率响应行为,揭示了同步机与变流器在惯性、阻尼及调节响应等不同时间尺度上的耦合机制与相互作用规律,旨在深化对高比例电力电子化电力系统稳定机理的理解,为新型电力系统的稳定分析、控制策略设计与运行优化提供坚实的理论依据与技术支撑。; 适合人群:具备电力系统分析、自动控制理论基础,熟悉Simulink仿真环境,从事新能源并网、微电网、构网型控制、电力系统稳定性研究的研究生、高校科研人员及电力行业工程技术人员。; 使用场景及目标:① 掌握基于IEEE9节点系统的低惯量电力系统建模与电磁暂态仿真方法;② 深入理解并对比主流构网型变流器控制策略的核心原理、实现方式及其对系统频率稳定的贡献差异;③ 分析同步电机与构网型变流器在故障扰动下的多时间尺度动态交互过程;④ 服务于相关领域的科研课题复现、高水平学术论文撰写、科技项目申报与技术方案论证。; 阅读建议:建议读者结合文中所述控制策略,亲手在Simulink中搭建或复现仿真模型,重点关注系统在负荷突变或短路故障等扰动工况下的频率响应曲线、功率动态过程及控制器内部变量变化,同时配合阅读相关领域的权威文献,以深刻理解控制机理与系统稳定性判据,从而有效提升科研实践与创新能力。
标题SpringBoot学生成绩信息管理系统安全设计与实现AI更换标题第1章引言介绍学生成绩信息管理系统安全设计的研究背景、意义、现状及论文方法与创新点。1.1研究背景与意义阐述学生成绩信息管理系统安全设计的重要性与必要性。1.2国内外研究现状分析国内外学生成绩信息管理系统安全设计的研究进展。1.3研究方法以及创新点概述本文的研究方法及在安全设计方面的创新点。第2章相关理论总结和评述学生成绩信息管理系统安全设计的相关理论。2.1信息安全基础理论阐述信息安全的基本概念、原则及重要性。2.2Web应用安全理论介绍Web应用安全漏洞、攻击手段及防御策略。2.3SpringBoot安全机制概述SpringBoot框架提供的安全机制及配置方法。第3章系统安全需求分析详细分析学生成绩信息管理系统的安全需求。3.1用户身份认证需求分析系统对用户身份认证的需求及安全要求。3.2数据传输安全需求阐述数据传输过程中的安全需求及加密技术。3.3数据存储安全需求介绍数据存储的安全需求及数据库安全策略。第4章系统安全设计详细介绍学生成绩信息管理系统的安全设计方案。4.1系统架构安全设计设计系统的整体架构,确保架构层面的安全性。4.2身份认证与授权设计设计用户身份认证和授权机制,确保用户合法访问。4.3数据传输与存储安全设计设计数据传输和存储的安全方案,保障数据安全性。第5章系统安全实现阐述学生成绩信息管理系统安全设计的具体实现过程。5.1开发环境与工具选择介绍系统开发所使用的环境和工具。5.2安全功能模块实现详细描述各安全功能模块的实现代码和逻辑。5.3系统测试与优化对系统进行安全测试,发现并修复潜在的安全漏洞。第6章研究结果呈现系统安全设计实现后的实验分析结果。6.1系统安全性能测试结果展示系统在不同安全测试场景下的性能表现。6.2安全漏洞修复情况介绍系统安全测试中发现并修复的安全漏洞情况。6.3
代码下载链接: https://pan.quark.cn/s/302bce6ed297 AutoHotkey(缩写为AHK)是一种功能强大的自动化脚本语言,特别适用于设计个性化快捷键和热键,以此来提升工作效率。这个“AHK便捷资源包”显然为入门者准备了一套综合性的材料,其中涵盖了多种便利的工具和详尽的解释,其目的在于减轻AHK的学习负担。 ** AHK的基础知识 ** AutoHotkey是一个开源的Windows自动化软件,它让用户能够通过编写脚本达成键盘与鼠标操作的自动化。AHK脚本能够生成热键、热字符串、模仿键盘和鼠标的输入、管理窗口以及执行更复杂的操作,例如文件处理、网络请求等。它的语法设计得简洁明了,让非技术背景的人也能轻易掌握。 ** 快捷键与热键 ** AHK的一项核心功能是构建快捷键或热键。用户可以通过设定特定的按键组合来执行特定的指令或脚本。比如,可以设定`Ctrl+Shift+S`来启动某个应用程序,或者使用`Alt+F4`来关闭当前正在使用的窗口,这些操作在日常工作中能显著提升效率。 ** 定制化工具 ** "AHK便捷资源包"里或许包含了一系列预先编写的AHK脚本,这些脚本可能是常用工具的简化版本,例如文本编辑器、计算器、截图软件等。它们已经配置了热键,用户可以直接运用,无需从头开始编写脚本。 ** 详尽的指南 ** 包内的“详尽指南”很可能收录了AHK的基础语法、函数、变量、流程控制等内容,对于初学者而言是非常有价值的参考资料。这些指南或许以教学形式呈现,指导用户如何构建自己的脚本,理解并运用AHK的各种特性。 ** 学习步骤推荐 ** 学习AHK时,首先应当掌握其基础语法,包含变量声明、函数调用、控制结构(例如if语句和循环)。接着,...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值