首页 > 数据库 >RHEL8下的IRIS CACHE数据库部署

RHEL8下的IRIS CACHE数据库部署

时间:2024-09-15 17:53:06浏览次数:3  
标签:IRIS 自定义 CACHE RHEL8 instance enter IRISHealth root

一、概述

IRIS是数据库管理平台,安装IRIS+Caché相当于安装完整MySQL。EPIC基于Caché开发了Chronicles管理工具,医院系统使用EPIC系统时,通常使用Chronicles操作数据库。IRIS提供完整的MySQL安装实例,包括数据库、管理工具和连接工具。

二、部署

1、环境准备

本次测试的环境采用虚拟主机资源:8C 10G 100G配置,操作系统为RHEL 8.4 准备基础资源包

yum install -y krb5-devel krb5-libs unzip libicu

2、上传软件包,本次安装IRISHealth_Community-2024.2.0.247.0-lnxrh8x64.tar.gz版本,下载可以官方社区下载,链接:https://evaluation.intersystems.com/Eval/community-download

image.png

3、上传包,解压压缩包。

image.png

4、执行irisinstall,按照向导完成部署

[root@localhost IRISHealth_Community-2024.2.0.247.0-lnxrh8x64]# ./irisinstall

Your system type is 'Red Hat Enterprise Linux 8 (x64)'.

Enter instance name <IRISHEALTH>:

Enter a destination directory for the new instance.
Directory: /intersystem
Directory '/intersystem' does not exist.
Do you want to create it <Yes>? yes

Select installation type.
    1) Development - Install IRISHealth server and all language bindings
    2) Server only - Install IRISHealth server
    3) Custom
Setup type <1>? 1

How restrictive do you want the initial Security settings to be?
"Locked Down" is the most secure, "Normal" is the least restrictive.
    1) Locked Down
    2) Normal
Initial Security settings <1>? 2

What user should be the owner of this instance? root
An InterSystems IRIS account will also be created for user root.


Install will create the following IRISHealth accounts for you:
_SYSTEM, Admin, SuperUser, root and CSPSystem.
Please enter the common password for _SYSTEM, Admin, SuperUser and root:
Re-enter the password to confirm it:


Please enter the password for CSPSystem:
Re-enter the password to confirm it:

What group should be allowed to start and stop
  this instance? root

Do you want to install IRISHealth Unicode support <Yes>? yes

IRISHealth did not detect a license key file

Do you want to enter a license key <No>? no

Please review the installation options:
------------------------------------------------------------------
Instance name: IRISHEALTH
Destination directory: /intersystem
IRISHealth version to install: 2024.2.0.247.0com
Installation type: Development
Unicode support: Y
Initial Security settings: Normal
User who owns instance: root
Group allowed to start and stop instance: root
Effective group for IRISHealth processes: irisusr
Effective user for IRISHealth SuperServer: irisusr
SuperServer port: 1972
WebServer port: 52773
JDBC Gateway port: 53773
Web Gateway: not using local web server
------------------------------------------------------------------

Confirm IRISHealth installation <Yes>? yes

Starting installation
Starting up IRISHealth for loading...
-----------------------------等待安装完成

安装完成后需要使用http://ip:52773/csp/sys/UtilHome.csp,使用_system用户,并使用自定义的密码进行初始化。其中可以自定义空间实例,自定义用户和权限,此范围过于专业,本文只用于简单测试,如对此要求较高建议参考官方文档。

三、测试

这里使用dbeaver来测试连接 image.png 使用sql语句对自定义表做简单操作验证 image.png

标签:IRIS,自定义,CACHE,RHEL8,instance,enter,IRISHealth,root
From: https://blog.51cto.com/u_15131458/12024841

相关文章

  • Executors.newCachedThreadPool()的使用
    //线程池privatefinalExecutorServiceexecutorService=Executors.newCachedThreadPool();executorService.submit(()->orderDecrypt(meituanOrderInfoExp));@Transactional@OverridepublicvoidorderDecrypt(MeituanOrderInfoExpmeituanOrderInfoExp......
  • Java EhCache 入门:从“Hello, EhCache!”到深入探索
    ......
  • WPF 的 WriteableBitmap 在 Intel 11 代 Iris Xe Graphics 核显设备上停止渲染
    在Intel11代锐炬Intel®Iris®XeGraphics核显设备上,如果此设备使用旧版本驱动,则可能导致WPF的WriteableBitmap停止渲染。此问题和WPF无关,此问题是Intel的bug且最新驱动版本已修复官方问题记录地址:https://www.intel.cn/content/www/cn/zh/support/articles/000......
  • 14-spring cache 学习
    SpringCache介绍SpringCache是一个框架,实现了基于注解的缓存功能,只需要简单地加一个注解,就能实现缓存功能。SpringCahce提供了一层抽象,底层可以切换不同的cache实现,具体就是通过CacheManager接口来统一不同的缓存技术。CacheManager是Spring提供的各种缓存技术抽象......
  • 分布式存储节点替换故障硬盘(filestore+LVMcache)
    1.说明此文档操作方法适用于>=V13.2.5ceph版本,部署模式为filestore,将每一块机械盘(LVM卷)对应一个OSD进程,并且journal日志放在ssd加速盘上。2.故障硬盘为SSD缓存盘(加速盘)【思路】缓存盘故障,需先删除机械盘对应的osd,再取消对应机械盘的cache关系,关机换盘后,重新创建cac......
  • CF2006D Iris and Adjacent Products
    题意https://codeforces.com/contest/2006/problem/D分析考虑如果没有修改怎么重排最优。先把最大值丢进序列,再把最小值丢进序列,再把次大值丢进序列,再把次小值压进去,以此类推。感性理解的话不难发现这是最优情况,具体证明可以考虑调整法(但我懒)。令\(b\)为\(a\)排序后的结果......
  • LiteSpeed Cache 漏洞导致 600 万个 WordPress 网站遭受管理员接管
    LiteSpeedCache插件中存在一个严重的帐户接管漏洞,影响了超过600万个WordPress网站,该漏洞已于昨天通过6.5.0.1版发布进行修复。该漏洞允许未经身份验证的用户利用调试日志缺陷接管已登录的帐户,包括具有管理员权限的帐户。Patchstack的安全研究员RafieMuhammad在......
  • 配置PHP的Session存储到Mysql / Redis / memcache 以及使用opcache以及apc缓存清除工
    一、配置PHP的Session存储到Mysql,Redis以及memcache等        PHP的会话默认是以文件的形式存在的,可以通过简单的配置到将Session存储到NoSQL中,即提高了访问速度,又能很好地实现会话共享!1.默认配置:session.save_handler=filessession.save_path=/tmp/2.配......
  • cache 伪共享
    参考CacheLine伪共享发现与优化什么是伪共享?又该怎么避免伪共享的问题?内核文档:FalseSharingC2C-FalseSharingDetectioninLinuxPerf......
  • 【浅聊noCache 和 affix】
    浅聊noCache和affixnoCache和affixnoCacheaffix总结示例代码noCache和affix在Vue.js的路由配置文件中,meta字段用于存储与路由相关的元数据。你选中的两行代码noCache和affix是meta对象中的两个属性,它们分别表示不同的路由行为和特性。noCache含义:......