当我尝试在RHEL 7上安装Oracle 12c Release 2时出现以下错误。 [oracle@oracledb database]$ ./runInstaller Starting Oracle Universal Installer… Checking Temp space: must be greater than 500 MB. Actual 10828 MB Passed Checking swap space: must be greater than 150 MB. Actual 2559 MB Passed Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check […]
我们现在正在部署一组具有多path根磁盘的光纤通道连接主机。 安装是通过工头自动完成的,所以我们用PXE启动并运行带有kickstart文件的anaconda。 现在,anaconda中的默认行为是为多path设备(即mpatha,mpathb等)使用所谓的用户友好名称。 我们想禁用这种行为,所以我们有由wwn命名的磁盘。 据我所知anaconda源代码有一个名为mpath_friendly_names的参数/命令,可用于启用友好名称(这是今天的默认)。 但是,我们想禁用友好的名字,我不知道什么参数/命令在kickstart会做到这一点。 那么我怎么能做到这一点呢?
我有一台RHEL 7安装的机器,具有以下xfs分区。 / /交换 /启动 我在创build分区时没有创build/ home驱动器。 现在我想要应用配额,而不是能够在fstab文件中的“/ home”驱动器的罚款。 / home位于/(root)目录中 请指导我如何申请配额。 Aneesh
我有一个ESXi 6.0pipe理程序,并且正在为RedHat安装数据中心许可证。 我按照如何使用“virt-who”向“Virtual Datacenter”权利注册Esxi主机安装并configuration了virt-who RHEL7 VM 。 在阅读上述链接的指示时,我注意到/etc/sysconfig/virt-who文件状态 # Following configuration is now deprecated. Please use configuration file # in /etc/virt-who.d/. See virt-who-config(5) for details how to configure it. 我遵循virt-who-config的手册页说明,而使用/etc/virt-who.d/ 。 在那里我创build了一个文件 cat /etc/virt-who.d/ops-esxi.conf [ops-esxi] type=esx server=ops-esxi.mydomain.com username=root #password= encrypted_password=afcfb5fjhdgjgdb14d5c8hetdgstghh1b6 owner=11111111 env=ops hypervisor_id=hostname 在重新启动virt-who服务后,它似乎正在工作。 唯一的问题是,在access.redhat.com客户门户所有我的机器,包括pipe理程序,被称为localhost.localdomain 我不知道这是从哪里来的,但肯定很好奇如何解决这个问题。 更新:订阅pipe理器报告不正确的主机名 subscription-manager identity system identity: xxxxxxxxxxxxxxxxx name: localhost.localdomain org […]
我正在尝试更新我的节点上的openssl包。 # yum update openssl-1.0.1e-60.el7.x86_64 Loaded plugins: product-id, rhnplugin, subscription-manager This system is receiving updates from RHN Classic or Red Hat Satellite. baseline_prd_channel | 871 B 00:00:00 baseline_prd_channel/primary | 1.7 MB 00:00:00 baseline_prd_channel 805/805 Resolving Dependencies –> Running transaction check —> Package openssl.x86_64 1:1.0.1e-42.el7_1.9 will be updated —> Package openssl.x86_64 1:1.0.1e-60.el7 will be an update […]
Amazon提供有关如何在RHEL 7和Centos 7上启用IPv6的说明: http : //docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-migrate-ipv6.html#ipv6-dhcpv6-rhel 这些说明适用于RHEL 7-7.3和Centos 7-7.3,但不适用于RHEL 7.4(假设在CentOS 7.4上,它不会在可用时)。 问题在于旧版本的文件/etc/sysconfig/network-scripts/ifcfg-eth0是用户可写的,但在RHEL 7.4上,该文件由cloud-initpipe理。 $ sed 1q /etc/sysconfig/network-scripts/ifcfg-eth0 # Created by cloud-init on instance boot automatically, do not edit. 我觉得非常意外的是,仅仅从7.3升级到7.4就需要从根本上改变pipe理networking。 我不确定这个更改是否特定于Amazon EC2,但在RHEL 7.4发行说明中找不到任何内容,因此它可能是Amazon特有的。 那么,您应该如何在云初始化模型中的RHEL 7.4和Centos 7.4上启用IPv6呢?
我刚刚在RHEL7.3上使用yum install virt-viewer安装了virt-viewer ,现在我得到了下面的错误 [root@host ~]# virt-viewer virt-viewer: symbol lookup error: /lib64/libspice-client-gtk-3.0.so.5: undefined symbol: gdk_keymap_get_scroll_lock_state 当我尝试查看graphics控制台时,virt-manager也崩溃。 目标库似乎存在,所以依赖关系有些问题。 [root@host ~]# ls -l /lib64/libspice* lrwxrwxrwx. 1 root root 33 Aug 12 15:56 /lib64/libspice-client-glib-2.0.so -> libspice-client-glib-2.0.so.8.6.0 lrwxrwxrwx. 1 root root 33 Aug 12 15:06 /lib64/libspice-client-glib-2.0.so.8 -> libspice-client-glib-2.0.so.8.6.0 -rwxr-xr-x. 1 root root 1200664 Jun 8 00:49 /lib64/libspice-client-glib-2.0.so.8.6.0 lrwxrwxrwx. 1 […]
我有一个问题,从RHEL 7存储库安装glibc.i686包。 我不明白为什么只有来自RHEL 6仓库的glibc.i686包是可用的: sudo yum list glibc* > **Installed Packages** **glibc.x86_64 2.17-106.el7_2.4** @rhel-x86_64-server-7 glibc-common.x86_64 2.17-106.el7_2.4 @rhel-x86_64-server-7 **Available Packages** **glibc.i686 2.12-1.209.el6_9.2** rhel-x86_64-server-6 glibc-devel.i686 2.12-1.209.el6_9.2 rhel-x86_64-server-6 glibc-devel.x86_64 2.12-1.209.el6_9.2 rhel-x86_64-server-6 glibc-headers.x86_64 2.12-1.209.el6_9.2 rhel-x86_64-server-6 glibc-utils.x86_64 2.12-1.209.el6_9.2 rhel-x86_64-server-6 在其他服务器(克隆虚拟机),我没有问题,通过yum -y glibc.i686安装和版本是相同的glibc.x86_64 > **glibc.i686** **2.17-157.el7_3.1** @rhel-x86_64-server-7 **glibc.x86_64 2.17-157.el7_3.1** @rhel-x86_64-server-7 任何帮助表示赞赏。 谢谢。 也: 百胜清理了我已经完成的一切。 它没有帮助。 cat / etc / redhat-release红帽企业Linux服务器版本7.2(Maipo) repolist:* […]
我正在尝试使用guestfish将临时文件写入qcow2图像文件,如下所示: [root@localhost home]# guestfish –rw -i -a vm.qcow2 upload temp /home/ 并面临以下问题: libguestfs: error: lvs: lvm lvs –help: Invalid units specification 我的libguestfs版本是: guestfish 1.36.3rhel=7,release=6.el7_4.2,libvirt
我已经使用logstash安装了logstash 。 它运行良好。 在Docker安装中,默认情况下,日志输出转到控制台。 我希望日志输出也应该与控制台一起去文件。 为此,我将下面的configuration项添加到我的logstash log4j.properties文件中 appender.file.type = File appender.file.name = LOGFILE appender.file.fileName = /usr/share/logstash/logs/logstash.log appender.file.layout.type = PatternLayout appender.file.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %m%n 之后,我使用下面的命令重新启动docker容器托pipelogstash docker restart logstash 但是日志不会写入日志文件。 它仍然要安慰。 还有什么我错过了。 另外,如何识别控制台日志文件 任何帮助将不胜感激