服务器问题集锦,包括 Linux(Ubuntu, Centos,Debian等)和Windows Server服务器
我得到了这个问题,我无法解决。 有3个独立的XenServer主机。 他们不共享存储。 每台主机都有四个网卡绑定在LACP上,并连接到Cisco 4500.绑定处于中继模式。 在每个债券都有一个pipe理接口标记为VLAN x。 所有的债券都在同一个子网中。 出于某种原因,节点不能达到其他 – 如果我尝试从一个ping到另一个没有ARP响应。 更重要的是 – 从节点2和3我不能达到默认网关(也没有ARP响应),但我可以达到什么放置besiade他们的boradcast域。 它看起来像节点1正常工作,节点2和3不正确。 当我想用所有可用的NIC创build一个绑定,并将其放在带有x vlan标签的mgmt接口上时,这有点棘手,但是通过物理访问服务器就可以完成。 当Xen 7创build新的IP地址并将其放到“未知”networking时。 我认为这可能是原因,但它在节点1上工作(可以ping / arp的默认网关)。 任何帮助?
我正在尝试在Terraform v0.10.7上做一个非常基本的任务。 我使用terraform + vSphere提供了多达100个虚拟机,我希望能够同时启动多个资源创build,而不是一个接一个地启动。 目前第二个虚拟机只有在前一个虚拟机完成时才创build。 我试图阅读文档,但我没有find任何答案,有人可以帮助我吗? variable "user" {} variable "password" {} variable "vsphere_server" {} provider "vsphere" { user = "${var.user}" password = "${var.password}" vsphere_server = "${var.vsphere_server}" allow_unverified_ssl = "true" } resource "vsphere_virtual_machine" "dum03" { name = "dum03" hostname = "dumHN" folder = "Ansible VM" vcpu = 2 memory = 4096 domain = "MYDOMAIN" […]
我们已经有了一个强大的傀儡基础设施,但是当build立一个基于红帽定制版木偶的红帽卫星服务器(Satellite Satellite 6.2.10)时,发现傀儡代理默认configuration为从本身。 我们不打算使用卫星服务器进行configurationpipe理 – 只是为了进行yum repo和包pipe理 – 所以这种configuration是不希望的。 我可以很容易地编辑puppet.conf文件来使用我们先前存在的puppet服务器,但是我似乎无法在任何地方find任何可以打破宇宙或者工作的良好文档。 红帽卫星服务器可以由一个预先存在的木偶服务器来pipe理吗?
我想在服务器上运行JupyterHub,并且可以访问http://jupyter.company.com。 目前可以通过http:// ip:8000访问。 如果我尝试使用Apache 2.4作为反向代理,则启用mod_proxy和包含以下内容的站点configuration: <VirtualHost ip:*> ServerName jupyter.company.com ProxyPass / http://ip:8000/ ProxyPassReverse / http://ip:8000/ ProxyRequests Off </VirtualHost> 访问jupyter.company.com时,出现500内部服务器错误。 这并不奇怪,因为我没有启用代理模式(哪一个?)或configurationJupyterHub与代理工作。 我无法find有关使用代理服务器的JupyterHub文档中的任何内容。 我怎样才能做这个工作?
我一直在尝试使用以下格式导出NFS $ cat /etc/exports /share server*.example.com(sec=krb5p,rw) 这种格式工作正常,我可以在各自的服务器上挂载相应的目录。 但是,下面的格式不起作用,我不明白为什么它不工作。 $ cat /etc/exports /share *.example.com(sec=krb5p,rw) 任何人都知道原因?
我遇到了Windows Server 2008 R2的麻烦。 我禁用了guest帐户,为了安全起见,请将其设置为不更改密码。 几天后,我注意到guest帐户已启用。 系统如何自动修改来宾帐户? 我回顾了事件日志。 它显示了以下内容: Log Name: Security Source: Microsoft-Windows-Security-Auditing Date: 10/20/2017 11:03:04 PM Event ID: 4738 Task Category: User Account Management Level: Information Keywords: Audit Success User: N/A Computer: WIN-GQC8F69I8P7 Description: A user account was changed. Subject: Security ID: SYSTEM Account Name: WIN-GQC8F69I8P7$ Account Domain: WORKGROUP Logon ID: 0x3e7 Target […]
我想编写一个URL,例如mysite.com/l360/profile/55,然后让NGINX加载mysite.com/l360/home.php?path=profile/55。 不幸的是,这次我不能只是切换到apache2。 所以我必须find一种方法来使NGINX工作。 我现在的问题是,mysite.com/l360加载home.php和mysite.com/l360/home.php正常工作。 当我尝试执行mysite.com/l360/profile时,它会尝试从服务器下载BIN文件。 这是我的configuration: location / { try_files $uri $uri/ $uri.html $uri.php?$query_string; client_max_body_size 50M; client_body_buffer_size 128k; } location /l360 { try_files $uri $uri/ @l360rw; } location @l360rw { return 302 /home.php?path=$uri; } location ~ \.php$ { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/php/php5.6-fpm.sock; fastcgi_index home.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_buffers 16 16k; fastcgi_buffer_size 32k; […]
我在BYOD环境(高中)工作,最近我们增加了询问用户在尝试连接到我们的networking时是否信任我们的证书的设备数量(半径服务器证书)。 我们目前正在使用自签名证书。 我们正在考虑从CA购买一个认为这可能解决我们的问题的想法。 这是要走的路吗? 第三方证书是教育环境中的常态吗?
我有一台服务器(Ubuntu 16.04),我已经用nginx设置了openvpn服务器和jenkins。 我只想通过连接到openvpn的设备访问jenkins.domain.com。 这是我的nginx jenkins文件的一部分 server { listen 80; root /var/run/jenkins/war/; access_log /var/log/nginx/jenkins/access.log; error_log /var/log/nginx/jenkins/error.log; # Make site accessible from http://localhost/ server_name jenkins.domain.com www.jenkins.domain.com; location / { allow 10.8.0.0/24; deny all; proxy_pass http://localhost:8080; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_connect_timeout 150; proxy_send_timeout 100; proxy_read_timeout 100; proxy_buffers 4 32k; client_max_body_size 8m; client_body_buffer_size 128k; […]
我试图让我的硬盘更大,我的vm是kali linux。 vm在vmware上运行,我增加了磁盘大小,并试图遵循这些方向: https://kb.vmware.com/selfservice/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=1006371 我到了第8步,当我尝试运行pvcreate时,我得到: ~# pvcreate /dev/sda3 Device /dev/sda3 not found (or ignored by filtering). 分区列表如下所示: ~# fdisk -l Disk /dev/sda: 200 GiB, 214748364800 bytes, 419430400 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: […]