LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-26-2017, 02:06 PM   #1
Bashed
Member
 
Registered: Jul 2015
Posts: 133

Rep: Reputation: Disabled
Centos 7 & KVM Slave Node Issues


Running SolusVM VPS software on Centos 7 host node, as a KVM slave. Node keeps crashing, due to below but not sure how to resolve this.


See attached. I rebooted the slave, and second time in a row I tried to reset root password on newly created VM and it completely disables the entire NODE. I have to reboot again.

Code:
[root@kvm2 log]#  df -Th
Filesystem          Type      Size  Used Avail Use% Mounted on
/dev/mapper/cl-root xfs        50G  3.0G   48G   6% /
devtmpfs            devtmpfs   32G     0   32G   0% /dev
tmpfs               tmpfs      32G     0   32G   0% /dev/shm
tmpfs               tmpfs      32G  8.7M   32G   1% /run
tmpfs               tmpfs      32G     0   32G   0% /sys/fs/cgroup
/dev/sda3           xfs      1014M  140M  875M  14% /boot
tmpfs               tmpfs     6.3G     0  6.3G   0% /run/user/1001
tmpfs               tmpfs     6.3G     0  6.3G   0% /run/user/0
Code:
[root@kvm2 log]# sestatus
SELinux status:                 disabled
Code:
[root@kvm2 log]#  systemctl status svmstack-nginx
● svmstack-nginx.service - nginx - high performance web server
   Loaded: loaded (/usr/lib/systemd/system/svmstack-nginx.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2017-07-26 14:31:01 EDT; 3min 18s ago
     Docs: http://nginx.org/en/docs/
  Process: 1282 ExecStart=/usr/local/svmstack/nginx/bin/nginx -c  /usr/local/svmstack/nginx/conf/nginx.conf (code=exited,  status=0/SUCCESS)
  Process: 1259 ExecStartPre=/usr/local/svmstack/nginx/bin/nginx -t -c  /usr/local/svmstack/nginx/conf/nginx.conf (code=exited,  status=0/SUCCESS)
 Main PID: 1304 (nginx)
   CGroup: /system.slice/svmstack-nginx.service
           ├─1304 nginx: master process /usr/local/svmstack/nginx/bin/nginx -c /usr/local/svmstack/nginx/conf/nginx.conf
           ├─1308 nginx: worker process
           └─1313 nginx: worker process

Jul 26 14:31:01 kvm2.domain.com systemd[1]: Starting nginx - high performance web server...
Jul 26 14:31:01 kvm2.domain.com nginx[1259]: nginx: the configuration  file /usr/local/svmstack/nginx/conf/nginx.conf syntax is ok
Jul 26 14:31:01 kvm2.domain.com nginx[1259]: nginx: configuration file  /usr/local/svmstack/nginx/conf/nginx.conf test is successful
Jul 26 14:31:01 kvm2.domain.com systemd[1]: Failed to read PID from  file /usr/local/svmstack/nginx/pid/nginx.pid: Invalid argument
Jul 26 14:31:01 kvm2.domain.com systemd[1]: Started nginx - high performance web server.
I see a lot of this in /var/log/messages

Code:
Jul 26 00:47:01 kvm2 systemd: Created slice user-0.slice.
Jul 26 00:47:01 kvm2 systemd: Starting user-0.slice.
Jul 26 00:47:01 kvm2 systemd: Started Session 15653 of user root.
Jul 26 00:47:01 kvm2 systemd: Starting Session 15653 of user root.
Jul 26 00:47:01 kvm2 systemd: Removed slice user-0.slice.
Jul 26 00:47:01 kvm2 systemd: Stopping user-0.slice.
Jul 26 00:48:01 kvm2 systemd: Created slice user-0.slice.
Jul 26 00:48:01 kvm2 systemd: Starting user-0.slice.
Jul 26 00:48:01 kvm2 systemd: Started Session 15654 of user root.
Jul 26 00:48:01 kvm2 systemd: Starting Session 15654 of user root.
Jul 26 00:48:01 kvm2 systemd: Removed slice user-0.slice.
Jul 26 00:48:01 kvm2 systemd: Stopping user-0.slice.
Jul 26 00:49:01 kvm2 systemd: Created slice user-0.slice.
Jul 26 00:49:01 kvm2 systemd: Starting user-0.slice.
Jul 26 00:49:01 kvm2 systemd: Started Session 15655 of user root.
Jul 26 00:49:01 kvm2 systemd: Starting Session 15655 of user root.
Jul 26 00:49:02 kvm2 systemd: Removed slice user-0.slice.
Network Config:


Code:
[root@kvm2 network-scripts]#  cat /etc/sysconfig/network-s*/ifcfg-em1
DEVICE=em1
HWADDR=14:FE:B5:DC:03:82
TYPE=Ethernet
UUID=02bb6cdb-28b7-4c98-94f7-d0f10b90a5d9
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
BRIDGE=br0

[root@kvm2 network-scripts]#  cat /etc/sysconfig/network-s*/ifcfg-br0
DEVICE=br0
TYPE=Bridge
BOOTPROTO=static
IPADDR=xxx.xxx.98.130
NETMASK=255.255.255.128
GATEWAY=xxx.xxx.98.129
ONBOOT=yes

[root@kvm2 network-scripts]#  cat /etc/sysconfig/network-s*/ifcfg-em1-range0
IPADDR_START=xxx.xxx.98.130
IPADDR_END=xxx.xxx.98.254
CLONENUM_START=0
Attached Thumbnails
Click image for larger version

Name:	kvm2-2.PNG
Views:	11
Size:	39.8 KB
ID:	25575   Click image for larger version

Name:	kvm-error.PNG
Views:	10
Size:	226.0 KB
ID:	25576   Click image for larger version

Name:	network.PNG
Views:	10
Size:	230.3 KB
ID:	25577  

Last edited by Bashed; 07-26-2017 at 02:09 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Set up Two Node RDO Juno ML2&OVS&VXLAN Cluster runnig Docker Hypervisor on Controller and KVM LXer Syndicated Linux News 0 01-26-2015 12:41 PM
LXer: Setup Gluster 3.5.2 on Two Node Controller&Compute Neutron ML2&VXLAN&OVS CentOS 7 Cluster LXer Syndicated Linux News 0 08-14-2014 02:41 PM
LXer: RDO Setup Two Real Node (Controller+Compute) IceHouse Neutron ML2&OVS&VXLAN Cluster on CentOS LXer Syndicated Linux News 0 07-29-2014 08:12 PM
LXer: RDO Setup Two Real Node (Controller+Compute) IceHouse Neutron ML2&OVS&VLAN Cluster on CentOS 7 LXer Syndicated Linux News 0 07-14-2014 02:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration