[ovirt-users] Host loses all network configuration on update to oVirt 3.5.4

Patrick Hurrelmann patrick.hurrelmann at lobster.de
Fri Sep 4 08:26:39 UTC 2015


Hi all,

I just updated my existing oVirt 3.5.3 installation (iSCSI hosted-engine on
CentOS 7.1). The engine update went fine. Updating the hosts succeeds until the
first reboot. After a reboot the host does not come up again. It is missing all
network configuration. All network cfgs in /etc/sysconfig/network-scripts are
missing except ifcfg-lo. The host boots up without working networking. Using
IPMI and config backups, I was able to restore the lost network configs. Once
these are restored and the host is rebooted again all seems to be back to good.
This has now happend to 2 updated hosts (this installation has a total of 4
hosts, so 2 more to debug/try). I'm happy to assist in furter debugging.

Before updating the second host, I gathered some information. All these hosts
have 3 physical nics. One is used for the ovirtmgmt bridge and the other 2 are
used for iSCSI storage vlans.

ifcfgs before update:

/etc/sysconfig/network-scripts/ifcfg-em1
# Generated by VDSM version 4.16.20-0.el7.centos
DEVICE=em1
HWADDR=d0:67:e5:f0:e5:c6
BRIDGE=ovirtmgmt
ONBOOT=yes
NM_CONTROLLED=no
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback

/etc/sysconfig/network-scripts/ifcfg-ovirtmgmt
# Generated by VDSM version 4.16.20-0.el7.centos
DEVICE=ovirtmgmt
TYPE=Bridge
DELAY=0
STP=off
ONBOOT=yes
IPADDR=1.2.3.16
NETMASK=255.255.255.0
GATEWAY=1.2.3.11
BOOTPROTO=none
DEFROUTE=yes
NM_CONTROLLED=no
HOTPLUG=no

/etc/sysconfig/network-scripts/ifcfg-p4p1
# Generated by VDSM version 4.16.20-0.el7.centos
DEVICE=p4p1
HWADDR=68:05:ca:01:bc:0c
ONBOOT=no
IPADDR=4.5.7.102
NETMASK=255.255.255.0
BOOTPROTO=none
MTU=9000
DEFROUTE=no
NM_CONTROLLED=no

/etc/sysconfig/network-scripts/ifcfg-p3p1
# Generated by VDSM version 4.16.20-0.el7.centos
DEVICE=p3p1
HWADDR=68:05:ca:18:86:45
ONBOOT=no
IPADDR=4.5.6.102
NETMASK=255.255.255.0
BOOTPROTO=none
MTU=9000
DEFROUTE=no
NM_CONTROLLED=no

/etc/sysconfig/network-scripts/ifcfg-lo


ip link before update:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN mode DEFAULT
    link/ether 46:50:22:7a:f3:9d brd ff:ff:ff:ff:ff:ff
3: em1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovirtmgmt state UP mode DEFAULT qlen 1000
    link/ether d0:67:e5:f0:e5:c6 brd ff:ff:ff:ff:ff:ff
4: p3p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether 68:05:ca:18:86:45 brd ff:ff:ff:ff:ff:ff
5: p4p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether 68:05:ca:01:bc:0c brd ff:ff:ff:ff:ff:ff
7: ovirtmgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT
    link/ether d0:67:e5:f0:e5:c6 brd ff:ff:ff:ff:ff:ff
8: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT
    link/ether ce:0f:16:49:a7:da brd ff:ff:ff:ff:ff:ff

vdsm files before update:
/var/lib/vdsm
/var/lib/vdsm/bonding-defaults.json
/var/lib/vdsm/netconfback
/var/lib/vdsm/netconfback/ifcfg-ovirtmgmt
/var/lib/vdsm/netconfback/ifcfg-em1
/var/lib/vdsm/netconfback/route-ovirtmgmt
/var/lib/vdsm/netconfback/rule-ovirtmgmt
/var/lib/vdsm/netconfback/ifcfg-p4p1
/var/lib/vdsm/netconfback/ifcfg-p3p1
/var/lib/vdsm/persistence
/var/lib/vdsm/persistence/netconf
/var/lib/vdsm/persistence/netconf.1416666697752319079
/var/lib/vdsm/persistence/netconf.1416666697752319079/nets
/var/lib/vdsm/persistence/netconf.1416666697752319079/nets/san1
/var/lib/vdsm/persistence/netconf.1416666697752319079/nets/san2
/var/lib/vdsm/persistence/netconf.1416666697752319079/nets/ovirtmgmt
/var/lib/vdsm/upgrade
/var/lib/vdsm/upgrade/upgrade-unified-persistence
/var/lib/vdsm/transient


File in /var/lib/vdsm/netconfback each only contained a comment:
# original file did not exist

/var/lib/vdsm/persistence/netconf.1416666697752319079/nets/ovirtmgmt
{"nic": "em1", "netmask": "255.255.255.0", "bootproto": "none", "ipaddr": "1.2.3.16", "gateway": "1.2.3.11"}

/var/lib/vdsm/persistence/netconf.1416666697752319079/nets/san1
{"nic": "p3p1", "netmask": "255.255.255.0", "ipaddr": "4.5.6.102", "bridged": "false", "mtu": "9000"}

/var/lib/vdsm/persistence/netconf.1416666697752319079/nets/san2
{"nic": "p4p1", "netmask": "255.255.255.0", "ipaddr": "4.5.7.102", "bridged": "false", "mtu": "9000"}


After update and reboot, no ifcfg scripts are left. Only interface lo is up.
Syslog doess not seem to contain anything suspicious before refore reboot.

Log excerpts from bootup:

Sep  3 17:27:23 vhm-prd-02 network: Bringing up loopback interface:  [  OK  ]
Sep  3 17:27:23 vhm-prd-02 systemd-ovirt-ha-agent: Starting ovirt-ha-agent: [  OK  ]
Sep  3 17:27:23 vhm-prd-02 systemd: Started oVirt Hosted Engine High Availability Monitoring Agent.
Sep  3 17:27:23 vhm-prd-02 kernel: IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
Sep  3 17:27:23 vhm-prd-02 kernel: device em1 entered promiscuous mode
Sep  3 17:27:23 vhm-prd-02 network: Bringing up interface em1:  [  OK  ]
Sep  3 17:27:23 vhm-prd-02 kernel: IPv6: ADDRCONF(NETDEV_UP): ovirtmgmt: link is not ready
Sep  3 17:27:25 vhm-prd-02 avahi-daemon[778]: Joining mDNS multicast group on interface ovirtmgmt.IPv4 with address 1.2.3.16.
Sep  3 17:27:25 vhm-prd-02 avahi-daemon[778]: New relevant interface ovirtmgmt.IPv4 for mDNS.
Sep  3 17:27:25 vhm-prd-02 avahi-daemon[778]: Registering new address record for 1.2.3.16 on ovirtmgmt.IPv4.
Sep  3 17:27:26 vhm-prd-02 kernel: tg3 0000:03:00.0 em1: Link is up at 1000 Mbps, full duplex
Sep  3 17:27:26 vhm-prd-02 kernel: tg3 0000:03:00.0 em1: Flow control is off for TX and off for RX
Sep  3 17:27:26 vhm-prd-02 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
Sep  3 17:27:26 vhm-prd-02 kernel: ovirtmgmt: port 1(em1) entered forwarding state
Sep  3 17:27:26 vhm-prd-02 kernel: ovirtmgmt: port 1(em1) entered forwarding state
Sep  3 17:27:26 vhm-prd-02 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): ovirtmgmt: link becomes ready
Sep  3 17:27:26 vhm-prd-02 network: Bringing up interface ovirtmgmt:  [  OK  ]
Sep  3 17:27:26 vhm-prd-02 systemd: Started LSB: Bring up/down networking.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Network.
Sep  3 17:27:26 vhm-prd-02 systemd: Reached target Network.

So ovirtmgmt and em1 were restore and initialized just fine (p3p1 and p4p1
should have been started, too, but engine configured them as ONBOOT=no).

Further in messages (full log is attached):

Sep  3 17:27:26 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:27:26 vhm-prd-02 systemd: Started OSAD daemon.
Sep  3 17:27:27 vhm-prd-02 systemd: Started Terminate Plymouth Boot Screen.
Sep  3 17:27:27 vhm-prd-02 systemd: Started Wait for Plymouth Boot Screen to Quit.
Sep  3 17:27:27 vhm-prd-02 systemd: Starting Serial Getty on ttyS1...
Sep  3 17:27:27 vhm-prd-02 systemd: Started Serial Getty on ttyS1.
Sep  3 17:27:27 vhm-prd-02 systemd: Starting Getty on tty1...
Sep  3 17:27:27 vhm-prd-02 systemd: Started Getty on tty1.
Sep  3 17:27:27 vhm-prd-02 systemd: Starting Login Prompts.
Sep  3 17:27:27 vhm-prd-02 systemd: Reached target Login Prompts.
Sep  3 17:27:27 vhm-prd-02 iscsid: iSCSI daemon with pid=1300 started!
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Registering new address record for fe80::d267:e5ff:fef0:e5c6 on ovirtmgmt.*.
Sep  3 17:27:27 vhm-prd-02 kdumpctl: kexec: loaded kdump kernel
Sep  3 17:27:27 vhm-prd-02 kdumpctl: Starting kdump: [OK]
Sep  3 17:27:27 vhm-prd-02 systemd: Started Crash recovery kernel arming.
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Registering new address record for fe80::d267:e5ff:fef0:e5c6 on em1.*.
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Withdrawing address record for 1.2.3.16 on ovirtmgmt.
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Leaving mDNS multicast group on interface ovirtmgmt.IPv4 with address 1.2.3.16.
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Interface ovirtmgmt.IPv4 no longer relevant for mDNS.
Sep  3 17:27:27 vhm-prd-02 kernel: ovirtmgmt: port 1(em1) entered disabled state
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Withdrawing address record for fe80::d267:e5ff:fef0:e5c6 on ovirtmgmt.
Sep  3 17:27:28 vhm-prd-02 avahi-daemon[778]: Withdrawing address record for fe80::d267:e5ff:fef0:e5c6 on em1.
Sep  3 17:27:28 vhm-prd-02 kernel: device em1 left promiscuous mode
Sep  3 17:27:28 vhm-prd-02 kernel: ovirtmgmt: port 1(em1) entered disabled state
Sep  3 17:27:28 vhm-prd-02 avahi-daemon[778]: Withdrawing workstation service for ovirtmgmt.
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 93, in unified_restoration
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: setupNetworks(nets, bonds, connectivityCheck=False, _inRollback=True)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 642, in setupNetworks
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: implicitBonding=False, _netinfo=_netinfo)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 213, in wrapped
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: ret = func(**attrs)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 429, in delNetwork
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: netEnt.remove()
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/models.py", line 100, in remove
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: self.configurator.removeNic(self)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/configurators/ifcfg.py", line 215, in removeNic
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: self.configApplier.removeNic(nic.name)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/configurators/ifcfg.py", line 657, in removeNic
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: with open(cf) as nicFile:
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: IOError: [Errno 2] No such file or directory: u'/etc/sysconfig/network-scripts/ifcfg-p4p1'
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:27:28 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:27:28 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:27:28 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:27:28 vhm-prd-02 systemd:
Sep  3 17:27:28 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:27:33 vhm-prd-02 systemd: Started Postfix Mail Transport Agent.
Sep  3 17:27:33 vhm-prd-02 systemd: Starting Multi-User System.
Sep  3 17:27:33 vhm-prd-02 systemd: Reached target Multi-User System.
Sep  3 17:27:33 vhm-prd-02 systemd: Starting Update UTMP about System Runlevel Changes...
Sep  3 17:27:33 vhm-prd-02 systemd: Starting Stop Read-Ahead Data Collection 10s After Completed Startup.
Sep  3 17:27:33 vhm-prd-02 systemd: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
Sep  3 17:27:33 vhm-prd-02 systemd: Started Update UTMP about System Runlevel Changes.
Sep  3 17:27:33 vhm-prd-02 systemd: Startup finished in 2.964s (kernel) + 2.507s (initrd) + 15.996s (userspace) = 21.468s.

So, as I have two more hosts, that need updating, I'm happy to assist in
bisecting and debugging this update issue. Suggestions and help are very
welcome.

Thank you very much and with best regards
Patrick

-- 
Lobster SCM GmbH, Hindenburgstraße 15, D-82343 Pöcking
HRB 178831, Amtsgericht München
Geschäftsführer: Dr. Martin Fischer, Rolf Henrich

-------------- next part --------------
Sep  3 17:27:14 vhm-prd-02 journal: Runtime journal is using 8.0M (max 1.5G, leaving 2.3G of free 15.6G, current limit 1.5G).
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys cpuset
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys cpu
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys cpuacct
Sep  3 17:27:14 vhm-prd-02 kernel: Linux version 3.10.0-229.11.1.el7.x86_64 (builder at kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Aug 6 01:06:18 UTC 2015
Sep  3 17:27:14 vhm-prd-02 kernel: Command line: BOOT_IMAGE=/vmlinuz-3.10.0-229.11.1.el7.x86_64 root=/dev/mapper/vg_vhmprd02-lv_root ro vconsole.keymap=de console=ttyS1,115200n8 vconsole.font=latarcyrheb-sun16 crashkernel=auto rd.lvm.lv=vg_vhmprd02/lv_swap biosdevname=1 rd.lvm.lv=vg_vhmprd02/lv_root LANG=en_US.UTF-8 console=tty1
Sep  3 17:27:14 vhm-prd-02 kernel: e820: BIOS-provided physical RAM map:
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bdfaffff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bdfb0000-0x00000000bf3affff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf3b0000-0x00000000bf5bafff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf5bb000-0x00000000bf5bcfff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf5bd000-0x00000000bf5cafff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf5cb000-0x00000000bf5cefff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf5cf000-0x00000000bf5cffff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf5d0000-0x00000000bf5e0fff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf5e1000-0x00000000bf5f2fff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf5f3000-0x00000000bf612fff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf613000-0x00000000bf63efff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf63f000-0x00000000bf6befff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf6bf000-0x00000000bf7befff] ACPI NVS
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf7bf000-0x00000000bf7effff] ACPI data
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf7f0000-0x00000000bf7fffff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000bf800000-0x00000000bfffffff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Sep  3 17:27:14 vhm-prd-02 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000083fffffff] usable
Sep  3 17:27:14 vhm-prd-02 kernel: NX (Execute Disable) protection: active
Sep  3 17:27:14 vhm-prd-02 kernel: SMBIOS 2.7 present.
Sep  3 17:27:14 vhm-prd-02 kernel: No AGP bridge found
Sep  3 17:27:14 vhm-prd-02 kernel: e820: last_pfn = 0x840000 max_arch_pfn = 0x400000000
Sep  3 17:27:14 vhm-prd-02 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Sep  3 17:27:14 vhm-prd-02 kernel: e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Sep  3 17:27:14 vhm-prd-02 kernel: found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0x83fe00000-0x83fffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0x83c000000-0x83fdfffff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0x800000000-0x83bffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0x00100000-0xbdfaffff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0xbf3b0000-0xbf5bafff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0xbf5bd000-0xbf5cafff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0xbf5cf000-0xbf5cffff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0xbf5e1000-0xbf5f2fff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0xbf613000-0xbf63efff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0xbf7f0000-0xbf7fffff]
Sep  3 17:27:14 vhm-prd-02 kernel: init_memory_mapping: [mem 0x100000000-0x7ffffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: RAMDISK: [mem 0x35dd8000-0x36ee3fff]
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: RSDP 00000000000fe020 00024 (v02 DELL  )
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: XSDT 00000000bf7ef170 000C4 (v01 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: FACP 00000000bf7ea000 000F4 (v04 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: DSDT 00000000bf7e0000 068FE (v01 DELL   PE_SC3   00000000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: FACS 00000000bf7a8000 00040
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: TCPA 00000000bf7ee000 00032 (v02 DELL   PE_SC3   00000000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SPMI 00000000bf7ed000 00040 (v05 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: DMAR 00000000bf7ec000 00078 (v01 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: ASF! 00000000bf7eb000 000A5 (v32 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: HPET 00000000bf7e9000 00038 (v01 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: APIC 00000000bf7e8000 00092 (v02 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: MCFG 00000000bf7e7000 0003C (v01 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: WDAT 00000000bf7df000 00224 (v01 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: BOOT 00000000bf7dd000 00028 (v01 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT 00000000bf7dc000 002F6 (v01 DELL   PE_SC3   00001000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: ASPT 00000000bf7d8000 00034 (v07 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT 00000000bf7d7000 009AA (v01 DELL   PE_SC3   00003000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT 00000000bf7d6000 00A92 (v01 DELL   PE_SC3   00003000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SPCR 00000000bf7d9000 00050 (v01 DELL   PE_SC3   00000001 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT 00000000bf7d5000 002C4 (v01 Insyde  TPMACPI 00001000 INTL 20080729)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: HEST 00000000bf7d4000 000A8 (v01 DELL   PE_SC3   00000000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: ERST 00000000bf7d3000 00230 (v01 DELL   PE_SC3   00000000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: BERT 00000000bf7d2000 00030 (v01 DELL   PE_SC3   00000000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: EINJ 00000000bf7d1000 00130 (v01 DELL   PE_SC3   00000000 DELL 00040000)
Sep  3 17:27:14 vhm-prd-02 kernel: No NUMA configuration found
Sep  3 17:27:14 vhm-prd-02 kernel: Faking a node at [mem 0x0000000000000000-0x000000083fffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: Initmem setup node 0 [mem 0x00000000-0x83fffffff]
Sep  3 17:27:14 vhm-prd-02 kernel:  NODE_DATA [mem 0x83ffb9000-0x83ffdffff]
Sep  3 17:27:14 vhm-prd-02 kernel: Reserving 162MB of memory at 688MB for crashkernel (System RAM: 32737MB)
Sep  3 17:27:14 vhm-prd-02 kernel: Zone ranges:
Sep  3 17:27:14 vhm-prd-02 kernel:  DMA      [mem 0x00001000-0x00ffffff]
Sep  3 17:27:14 vhm-prd-02 kernel:  DMA32    [mem 0x01000000-0xffffffff]
Sep  3 17:27:14 vhm-prd-02 kernel:  Normal   [mem 0x100000000-0x83fffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: Movable zone start for each node
Sep  3 17:27:14 vhm-prd-02 kernel: Early memory node ranges
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0x00001000-0x0009cfff]
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0x00100000-0xbdfaffff]
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0xbf3b0000-0xbf5bafff]
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0xbf5bd000-0xbf5cafff]
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0xbf5cf000-0xbf5cffff]
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0xbf5e1000-0xbf5f2fff]
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0xbf613000-0xbf63efff]
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0xbf7f0000-0xbf7fffff]
Sep  3 17:27:14 vhm-prd-02 kernel:  node   0: [mem 0x100000000-0x83fffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PM-Timer IO Port: 0x408
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
Sep  3 17:27:14 vhm-prd-02 kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep  3 17:27:14 vhm-prd-02 kernel: Using ACPI (MADT) for SMP configuration information
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Sep  3 17:27:14 vhm-prd-02 kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbdfb0000-0xbf3affff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbf5bb000-0xbf5bcfff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbf5cb000-0xbf5cefff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbf5d0000-0xbf5e0fff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbf5f3000-0xbf612fff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbf63f000-0xbf6befff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbf6bf000-0xbf7befff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbf7bf000-0xbf7effff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xbf800000-0xbfffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
Sep  3 17:27:14 vhm-prd-02 kernel: e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
Sep  3 17:27:14 vhm-prd-02 kernel: Booting paravirtualized kernel on bare hardware
Sep  3 17:27:14 vhm-prd-02 kernel: setup_percpu: NR_CPUS:5120 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Sep  3 17:27:14 vhm-prd-02 kernel: PERCPU: Embedded 28 pages/cpu @ffff88083fc00000 s82752 r8192 d23744 u262144
Sep  3 17:27:14 vhm-prd-02 kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8249878
Sep  3 17:27:14 vhm-prd-02 kernel: Policy zone: Normal
Sep  3 17:27:14 vhm-prd-02 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-229.11.1.el7.x86_64 root=/dev/mapper/vg_vhmprd02-lv_root ro vconsole.keymap=de console=ttyS1,115200n8 vconsole.font=latarcyrheb-sun16 crashkernel=auto rd.lvm.lv=vg_vhmprd02/lv_swap biosdevname=1 rd.lvm.lv=vg_vhmprd02/lv_root LANG=en_US.UTF-8 console=tty1
Sep  3 17:27:14 vhm-prd-02 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
Sep  3 17:27:14 vhm-prd-02 kernel: Checking aperture...
Sep  3 17:27:14 vhm-prd-02 kernel: No AGP bridge found
Sep  3 17:27:14 vhm-prd-02 kernel: Memory: 32732916k/34603008k available (6242k kernel code, 1079600k absent, 790492k reserved, 4180k data, 1604k init)
Sep  3 17:27:14 vhm-prd-02 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Sep  3 17:27:14 vhm-prd-02 kernel: Hierarchical RCU implementation.
Sep  3 17:27:14 vhm-prd-02 kernel: 	RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=8.
Sep  3 17:27:14 vhm-prd-02 kernel: 	Experimental no-CBs for all CPUs
Sep  3 17:27:14 vhm-prd-02 kernel: 	Experimental no-CBs CPUs: 0-7.
Sep  3 17:27:14 vhm-prd-02 kernel: NR_IRQS:327936 nr_irqs:744 16
Sep  3 17:27:14 vhm-prd-02 kernel: Console: colour VGA+ 80x25
Sep  3 17:27:14 vhm-prd-02 kernel: console [tty1] enabled
Sep  3 17:27:14 vhm-prd-02 kernel: console [ttyS1] enabled
Sep  3 17:27:14 vhm-prd-02 kernel: allocated 134217728 bytes of page_cgroup
Sep  3 17:27:14 vhm-prd-02 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Sep  3 17:27:14 vhm-prd-02 kernel: tsc: Fast TSC calibration using PIT
Sep  3 17:27:14 vhm-prd-02 kernel: tsc: Detected 3192.608 MHz processor
Sep  3 17:27:14 vhm-prd-02 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6385.21 BogoMIPS (lpj=3192608)
Sep  3 17:27:14 vhm-prd-02 kernel: pid_max: default: 32768 minimum: 301
Sep  3 17:27:14 vhm-prd-02 kernel: Security Framework initialized
Sep  3 17:27:14 vhm-prd-02 kernel: SELinux:  Initializing.
Sep  3 17:27:14 vhm-prd-02 kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: Mount-cache hash table entries: 4096
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys memory
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys devices
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys freezer
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys net_cls
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys blkio
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys perf_event
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing cgroup subsys hugetlb
Sep  3 17:27:14 vhm-prd-02 kernel: CPU: Physical Processor ID: 0
Sep  3 17:27:14 vhm-prd-02 kernel: CPU: Processor Core ID: 0
Sep  3 17:27:14 vhm-prd-02 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Sep  3 17:27:14 vhm-prd-02 kernel: mce: CPU supports 9 MCE banks
Sep  3 17:27:14 vhm-prd-02 kernel: Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 6
Sep  3 17:27:14 vhm-prd-02 kernel: Freeing SMP alternatives: 24k freed
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Core revision 20130517
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: All ACPI Tables successfully acquired
Sep  3 17:27:14 vhm-prd-02 kernel: ftrace: allocating 23916 entries in 94 pages
Sep  3 17:27:14 vhm-prd-02 kernel: dmar: Host address width 36
Sep  3 17:27:14 vhm-prd-02 kernel: dmar: DRHD base: 0x000000fed90000 flags: 0x1
Sep  3 17:27:14 vhm-prd-02 kernel: dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f010da
Sep  3 17:27:14 vhm-prd-02 kernel: dmar: RMRR base: 0x00000000000000 end: 0x00000000000fff
Sep  3 17:27:14 vhm-prd-02 kernel: IOAPIC id 0 under DRHD base  0xfed90000 IOMMU 0
Sep  3 17:27:14 vhm-prd-02 kernel: HPET id 0 under DRHD base 0xfed90000
Sep  3 17:27:14 vhm-prd-02 kernel: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep  3 17:27:14 vhm-prd-02 kernel: Enabled IRQ remapping in x2apic mode
Sep  3 17:27:14 vhm-prd-02 kernel: Enabling x2apic
Sep  3 17:27:14 vhm-prd-02 kernel: Enabled x2apic
Sep  3 17:27:14 vhm-prd-02 kernel: Switched APIC routing to cluster x2apic.
Sep  3 17:27:14 vhm-prd-02 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep  3 17:27:14 vhm-prd-02 kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E31230 @ 3.20GHz (fam: 06, model: 2a, stepping: 07)
Sep  3 17:27:14 vhm-prd-02 kernel: Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
Sep  3 17:27:14 vhm-prd-02 kernel: ... version:                3
Sep  3 17:27:14 vhm-prd-02 kernel: ... bit width:              48
Sep  3 17:27:14 vhm-prd-02 kernel: ... generic registers:      4
Sep  3 17:27:14 vhm-prd-02 kernel: ... value mask:             0000ffffffffffff
Sep  3 17:27:14 vhm-prd-02 kernel: ... max period:             0000ffffffffffff
Sep  3 17:27:14 vhm-prd-02 kernel: ... fixed-purpose events:   3
Sep  3 17:27:14 vhm-prd-02 kernel: ... event mask:             000000070000000f
Sep  3 17:27:14 vhm-prd-02 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Sep  3 17:27:14 vhm-prd-02 kernel: smpboot: Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 OK
Sep  3 17:27:14 vhm-prd-02 kernel: Brought up 8 CPUs
Sep  3 17:27:14 vhm-prd-02 kernel: smpboot: Total of 8 processors activated (51081.72 BogoMIPS)
Sep  3 17:27:14 vhm-prd-02 kernel: devtmpfs: initialized
Sep  3 17:27:14 vhm-prd-02 kernel: EVM: security.selinux
Sep  3 17:27:14 vhm-prd-02 kernel: EVM: security.ima
Sep  3 17:27:14 vhm-prd-02 kernel: EVM: security.capability
Sep  3 17:27:14 vhm-prd-02 kernel: PM: Registering ACPI NVS region [mem 0xbf6bf000-0xbf7befff] (1048576 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE
Sep  3 17:27:14 vhm-prd-02 kernel: NET: Registered protocol family 16
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: bus type PCI registered
Sep  3 17:27:14 vhm-prd-02 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep  3 17:27:14 vhm-prd-02 kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Sep  3 17:27:14 vhm-prd-02 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Sep  3 17:27:14 vhm-prd-02 kernel: PCI: Using configuration type 1 for base access
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Added _OSI(Module Device)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Added _OSI(Processor Device)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Executed 1 blocks of module-level executable AML code
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT 00000000bf64d018 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Dynamic OEM Table Load:
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT           (null) 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT 00000000bf64ea98 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Dynamic OEM Table Load:
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT 00000000bf64cd98 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Dynamic OEM Table Load:
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Interpreter enabled
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: (supports S0 S4 S5)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Using IOAPIC for interrupt routing
Sep  3 17:27:14 vhm-prd-02 kernel: HEST: Table parsing has been initialized.
Sep  3 17:27:14 vhm-prd-02 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Power Resource [FN00] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Power Resource [FN01] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Power Resource [FN02] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Power Resource [FN03] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Power Resource [FN04] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Sep  3 17:27:14 vhm-prd-02 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Sep  3 17:27:14 vhm-prd-02 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep  3 17:27:14 vhm-prd-02 kernel: PCI host bridge to bus 0000:00
Sep  3 17:27:14 vhm-prd-02 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Sep  3 17:27:14 vhm-prd-02 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Sep  3 17:27:14 vhm-prd-02 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
Sep  3 17:27:14 vhm-prd-02 kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 *6 10 11 12 14 15)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 *14 15)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 *6 10 11 12 14 15)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 *15)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Sep  3 17:27:14 vhm-prd-02 kernel: vgaarb: device added: PCI:0000:05:03.0,decodes=io+mem,owns=io+mem,locks=none
Sep  3 17:27:14 vhm-prd-02 kernel: vgaarb: loaded
Sep  3 17:27:14 vhm-prd-02 kernel: vgaarb: bridge control possible 0000:05:03.0
Sep  3 17:27:14 vhm-prd-02 kernel: SCSI subsystem initialized
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: bus type USB registered
Sep  3 17:27:14 vhm-prd-02 kernel: usbcore: registered new interface driver usbfs
Sep  3 17:27:14 vhm-prd-02 kernel: usbcore: registered new interface driver hub
Sep  3 17:27:14 vhm-prd-02 kernel: usbcore: registered new device driver usb
Sep  3 17:27:14 vhm-prd-02 kernel: PCI: Using ACPI for IRQ routing
Sep  3 17:27:14 vhm-prd-02 kernel: NetLabel: Initializing
Sep  3 17:27:14 vhm-prd-02 kernel: NetLabel:  domain hash size = 128
Sep  3 17:27:14 vhm-prd-02 kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Sep  3 17:27:14 vhm-prd-02 kernel: NetLabel:  unlabeled traffic allowed by default
Sep  3 17:27:14 vhm-prd-02 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Sep  3 17:27:14 vhm-prd-02 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Sep  3 17:27:14 vhm-prd-02 kernel: Switching to clocksource hpet
Sep  3 17:27:14 vhm-prd-02 kernel: pnp: PnP ACPI init
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: bus type PNP registered
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:05: [io  0x0680-0x069f] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:05: [io  0x1000-0x100f] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:05: [io  0x1010-0x1013] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:05: [io  0xffff] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:05: [io  0x0400-0x0453] could not be reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:05: [io  0x0458-0x047f] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:05: [io  0x0500-0x057f] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:05: [io  0x164e-0x164f] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:07: [io  0x0454-0x0457] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0a: [mem 0xfed90000-0xfed91fff] could not be reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
Sep  3 17:27:14 vhm-prd-02 kernel: system 00:0b: [mem 0xc3600000-0xc3600fff] has been reserved
Sep  3 17:27:14 vhm-prd-02 kernel: pnp: PnP ACPI: found 13 devices
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: bus type PNP unregistered
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:02:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:05:03.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xc3700000-0xc37fffff pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xc3800000-0xc38fffff pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xc3420000-0xc343ffff pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:01.0:   bridge window [mem 0xc3400000-0xc34fffff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc1ffffff 64bit pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0xc3700000-0xc373ffff pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.0:   bridge window [mem 0xc3300000-0xc33fffff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.0:   bridge window [mem 0xc3700000-0xc37fffff pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.4:   bridge window [mem 0xc3200000-0xc32fffff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:04:00.0: BAR 6: assigned [mem 0xc3800000-0xc383ffff pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.5:   bridge window [mem 0xc3100000-0xc31fffff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1c.5:   bridge window [mem 0xc3800000-0xc38fffff pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:05:03.0: BAR 6: assigned [mem 0xc3010000-0xc301ffff pref]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1e.0: PCI bridge to [bus 05]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1e.0:   bridge window [mem 0xc2800000-0xc30fffff]
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:00:1e.0:   bridge window [mem 0xc2000000-0xc27fffff 64bit pref]
Sep  3 17:27:14 vhm-prd-02 kernel: NET: Registered protocol family 2
Sep  3 17:27:14 vhm-prd-02 kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: TCP: Hash tables configured (established 262144 bind 65536)
Sep  3 17:27:14 vhm-prd-02 kernel: TCP: reno registered
Sep  3 17:27:14 vhm-prd-02 kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: NET: Registered protocol family 1
Sep  3 17:27:14 vhm-prd-02 kernel: Unpacking initramfs...
Sep  3 17:27:14 vhm-prd-02 kernel: Freeing initrd memory: 17456k freed
Sep  3 17:27:14 vhm-prd-02 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep  3 17:27:14 vhm-prd-02 kernel: software IO TLB [mem 0xb9fb0000-0xbdfb0000] (64MB) mapped at [ffff8800b9fb0000-ffff8800bdfaffff]
Sep  3 17:27:14 vhm-prd-02 kernel: Simple Boot Flag at 0x44 set to 0x1
Sep  3 17:27:14 vhm-prd-02 kernel: RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x29
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x29
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x29
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x29
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: CPU4 sig=0x206a7, pf=0x2, revision=0x29
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: CPU5 sig=0x206a7, pf=0x2, revision=0x29
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: CPU6 sig=0x206a7, pf=0x2, revision=0x29
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: CPU7 sig=0x206a7, pf=0x2, revision=0x29
Sep  3 17:27:14 vhm-prd-02 kernel: microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
Sep  3 17:27:14 vhm-prd-02 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: Initialise system trusted keyring
Sep  3 17:27:14 vhm-prd-02 kernel: audit: initializing netlink socket (disabled)
Sep  3 17:27:14 vhm-prd-02 kernel: type=2000 audit(1441294030.091:1): initialized
Sep  3 17:27:14 vhm-prd-02 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Sep  3 17:27:14 vhm-prd-02 kernel: zbud: loaded
Sep  3 17:27:14 vhm-prd-02 kernel: VFS: Disk quotas dquot_6.5.2
Sep  3 17:27:14 vhm-prd-02 kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep  3 17:27:14 vhm-prd-02 kernel: msgmni has been set to 32768
Sep  3 17:27:14 vhm-prd-02 kernel: Key type big_key registered
Sep  3 17:27:14 vhm-prd-02 kernel: NET: Registered protocol family 38
Sep  3 17:27:14 vhm-prd-02 kernel: Key type asymmetric registered
Sep  3 17:27:14 vhm-prd-02 kernel: Asymmetric key parser 'x509' registered
Sep  3 17:27:14 vhm-prd-02 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Sep  3 17:27:14 vhm-prd-02 kernel: io scheduler noop registered
Sep  3 17:27:14 vhm-prd-02 kernel: io scheduler deadline registered (default)
Sep  3 17:27:14 vhm-prd-02 kernel: io scheduler cfq registered
Sep  3 17:27:14 vhm-prd-02 kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
Sep  3 17:27:14 vhm-prd-02 kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
Sep  3 17:27:14 vhm-prd-02 kernel: pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
Sep  3 17:27:14 vhm-prd-02 kernel: pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
Sep  3 17:27:14 vhm-prd-02 kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
Sep  3 17:27:14 vhm-prd-02 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Sep  3 17:27:14 vhm-prd-02 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Sep  3 17:27:14 vhm-prd-02 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Power Button [PWRF]
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Fan [FAN0] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Fan [FAN1] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Fan [FAN2] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Fan [FAN3] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Fan [FAN4] (off)
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Requesting acpi_cpufreq
Sep  3 17:27:14 vhm-prd-02 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep  3 17:27:14 vhm-prd-02 kernel: ACPI: Thermal Zone [TZ01] (30 C)
Sep  3 17:27:14 vhm-prd-02 kernel: ERST: Error Record Serialization Table (ERST) support is initialized.
Sep  3 17:27:14 vhm-prd-02 kernel: pstore: Registered erst as persistent store backend
Sep  3 17:27:14 vhm-prd-02 kernel: GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Sep  3 17:27:14 vhm-prd-02 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Sep  3 17:27:14 vhm-prd-02 kernel: 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Sep  3 17:27:14 vhm-prd-02 kernel: 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Sep  3 17:27:14 vhm-prd-02 kernel: Non-volatile memory driver v1.3
Sep  3 17:27:14 vhm-prd-02 kernel: Linux agpgart interface v0.103
Sep  3 17:27:14 vhm-prd-02 kernel: tpm_tis 00:0c: 1.2 TPM (device-id 0x0, rev-id 78)
Sep  3 17:27:14 vhm-prd-02 kernel: crash memory driver: version 1.1
Sep  3 17:27:14 vhm-prd-02 kernel: rdac: device handler registered
Sep  3 17:27:14 vhm-prd-02 kernel: hp_sw: device handler registered
Sep  3 17:27:14 vhm-prd-02 kernel: emc: device handler registered
Sep  3 17:27:14 vhm-prd-02 kernel: alua: device handler registered
Sep  3 17:27:14 vhm-prd-02 kernel: libphy: Fixed MDIO Bus: probed
Sep  3 17:27:14 vhm-prd-02 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci: EHCI PCI platform driver
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1a.0: debug port 2
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1a.0: irq 20, io mem 0xc3506000
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb1: Product: EHCI Host Controller
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb1: Manufacturer: Linux 3.10.0-229.11.1.el7.x86_64 ehci_hcd
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb1: SerialNumber: 0000:00:1a.0
Sep  3 17:27:14 vhm-prd-02 kernel: hub 1-0:1.0: USB hub found
Sep  3 17:27:14 vhm-prd-02 kernel: hub 1-0:1.0: 2 ports detected
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1d.0: debug port 2
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xc3505000
Sep  3 17:27:14 vhm-prd-02 kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb2: Product: EHCI Host Controller
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb2: Manufacturer: Linux 3.10.0-229.11.1.el7.x86_64 ehci_hcd
Sep  3 17:27:14 vhm-prd-02 kernel: usb usb2: SerialNumber: 0000:00:1d.0
Sep  3 17:27:14 vhm-prd-02 kernel: hub 2-0:1.0: USB hub found
Sep  3 17:27:14 vhm-prd-02 kernel: hub 2-0:1.0: 2 ports detected
Sep  3 17:27:14 vhm-prd-02 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Sep  3 17:27:14 vhm-prd-02 kernel: ohci-pci: OHCI PCI platform driver
Sep  3 17:27:14 vhm-prd-02 kernel: uhci_hcd: USB Universal Host Controller Interface driver
Sep  3 17:27:14 vhm-prd-02 kernel: usbcore: registered new interface driver usbserial
Sep  3 17:27:14 vhm-prd-02 kernel: usbcore: registered new interface driver usbserial_generic
Sep  3 17:27:14 vhm-prd-02 kernel: usbserial: USB Serial support registered for generic
Sep  3 17:27:14 vhm-prd-02 kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
Sep  3 17:27:14 vhm-prd-02 kernel: tsc: Refined TSC clocksource calibration: 3192.747 MHz
Sep  3 17:27:14 vhm-prd-02 kernel: Switching to clocksource tsc
Sep  3 17:27:14 vhm-prd-02 kernel: i8042: No controller found
Sep  3 17:27:14 vhm-prd-02 kernel: mousedev: PS/2 mouse device common for all mice
Sep  3 17:27:14 vhm-prd-02 kernel: rtc_cmos 00:06: RTC can wake from S4
Sep  3 17:27:14 vhm-prd-02 kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Sep  3 17:27:14 vhm-prd-02 kernel: rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Sep  3 17:27:14 vhm-prd-02 kernel: Intel P-state driver initializing.
Sep  3 17:27:14 vhm-prd-02 kernel: Intel pstate controlling: cpu 0
Sep  3 17:27:14 vhm-prd-02 kernel: Intel pstate controlling: cpu 1
Sep  3 17:27:14 vhm-prd-02 kernel: Intel pstate controlling: cpu 2
Sep  3 17:27:14 vhm-prd-02 kernel: Intel pstate controlling: cpu 3
Sep  3 17:27:14 vhm-prd-02 kernel: Intel pstate controlling: cpu 4
Sep  3 17:27:14 vhm-prd-02 kernel: Intel pstate controlling: cpu 5
Sep  3 17:27:14 vhm-prd-02 kernel: Intel pstate controlling: cpu 6
Sep  3 17:27:14 vhm-prd-02 kernel: Intel pstate controlling: cpu 7
Sep  3 17:27:14 vhm-prd-02 kernel: cpuidle: using governor menu
Sep  3 17:27:14 vhm-prd-02 kernel: hidraw: raw HID events driver (C) Jiri Kosina
Sep  3 17:27:14 vhm-prd-02 kernel: usbcore: registered new interface driver usbhid
Sep  3 17:27:14 vhm-prd-02 kernel: usbhid: USB HID core driver
Sep  3 17:27:14 vhm-prd-02 kernel: drop_monitor: Initializing network drop monitor service
Sep  3 17:27:14 vhm-prd-02 kernel: TCP: cubic registered
Sep  3 17:27:14 vhm-prd-02 kernel: Initializing XFRM netlink socket
Sep  3 17:27:14 vhm-prd-02 kernel: NET: Registered protocol family 10
Sep  3 17:27:14 vhm-prd-02 kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Sep  3 17:27:14 vhm-prd-02 kernel: NET: Registered protocol family 17
Sep  3 17:27:14 vhm-prd-02 kernel: Loading compiled-in X.509 certificates
Sep  3 17:27:14 vhm-prd-02 kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
Sep  3 17:27:14 vhm-prd-02 kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
Sep  3 17:27:14 vhm-prd-02 kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: 997da0e21a70e7b613423ab62265074a7860354c'
Sep  3 17:27:14 vhm-prd-02 kernel: registered taskstats version 1
Sep  3 17:27:14 vhm-prd-02 kernel: Key type trusted registered
Sep  3 17:27:14 vhm-prd-02 kernel: Key type encrypted registered
Sep  3 17:27:14 vhm-prd-02 kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024
Sep  3 17:27:14 vhm-prd-02 kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep  3 17:27:14 vhm-prd-02 kernel: hub 1-1:1.0: USB hub found
Sep  3 17:27:14 vhm-prd-02 kernel: rtc_cmos 00:06: setting system clock to 2015-09-03 15:27:14 UTC (1441294034)
Sep  3 17:27:14 vhm-prd-02 kernel: hub 1-1:1.0: 6 ports detected
Sep  3 17:27:14 vhm-prd-02 kernel: Freeing unused kernel memory: 1604k freed
Sep  3 17:27:14 vhm-prd-02 systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Running in initial RAM disk.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Set hostname to <vhm-prd-02.example.com>.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Expecting device dev-mapper-vg_vhmprd02\x2dlv_root.device...
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting -.slice.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Created slice -.slice.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting System Slice.
Sep  3 17:27:14 vhm-prd-02 kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Created slice System Slice.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting Slices.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Reached target Slices.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting Timers.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Reached target Timers.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting Journal Socket.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Listening on Journal Socket.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Started dracut ask for additional cmdline parameters.
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting dracut cmdline hook...
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting Load Kernel Modules...
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting Setup Virtual Console...
Sep  3 17:27:14 vhm-prd-02 kernel: bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Starting Journal Service...
Sep  3 17:27:14 vhm-prd-02 systemd[1]: Started Journal Service.
Sep  3 17:27:14 vhm-prd-02 kernel: Bridge firewalling registered
Sep  3 17:27:14 vhm-prd-02 kernel: tun: Universal TUN/TAP device driver, 1.6
Sep  3 17:27:14 vhm-prd-02 kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
Sep  3 17:27:14 vhm-prd-02 kernel: 8021q: 802.1Q VLAN Support v1.8
Sep  3 17:27:14 vhm-prd-02 kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024
Sep  3 17:27:14 vhm-prd-02 kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep  3 17:27:14 vhm-prd-02 kernel: hub 2-1:1.0: USB hub found
Sep  3 17:27:14 vhm-prd-02 kernel: hub 2-1:1.0: 6 ports detected
Sep  3 17:27:14 vhm-prd-02 journal: Journal started
Sep  3 17:27:14 vhm-prd-02 systemd-modules-load: Inserted module 'bonding'
Sep  3 17:27:14 vhm-prd-02 systemd: Starting udev Kernel Socket.
Sep  3 17:27:14 vhm-prd-02 systemd-modules-load: Inserted module 'bridge'
Sep  3 17:27:14 vhm-prd-02 systemd: Listening on udev Kernel Socket.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting udev Control Socket.
Sep  3 17:27:14 vhm-prd-02 systemd: Listening on udev Control Socket.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Sockets.
Sep  3 17:27:14 vhm-prd-02 systemd: Reached target Sockets.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Create list of required static device nodes for the current kernel...
Sep  3 17:27:14 vhm-prd-02 systemd-modules-load: Inserted module 'tun'
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Apply Kernel Variables...
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Swap.
Sep  3 17:27:14 vhm-prd-02 dracut-cmdline: dracut-7 (Core) dracut-033-241.el7_1.5
Sep  3 17:27:14 vhm-prd-02 dracut-cmdline: Using kernel command line parameters:
Sep  3 17:27:14 vhm-prd-02 systemd-modules-load: Inserted module '8021q'
Sep  3 17:27:14 vhm-prd-02 systemd: Reached target Swap.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Local File Systems.
Sep  3 17:27:14 vhm-prd-02 systemd: Reached target Local File Systems.
Sep  3 17:27:14 vhm-prd-02 systemd: Started dracut cmdline hook.
Sep  3 17:27:14 vhm-prd-02 systemd: Started Load Kernel Modules.
Sep  3 17:27:14 vhm-prd-02 systemd: Started Setup Virtual Console.
Sep  3 17:27:14 vhm-prd-02 systemd: Started Apply Kernel Variables.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting dracut pre-udev hook...
Sep  3 17:27:14 vhm-prd-02 systemd: Started Create list of required static device nodes for the current kernel.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Create static device nodes in /dev...
Sep  3 17:27:14 vhm-prd-02 systemd: Started Create static device nodes in /dev.
Sep  3 17:27:14 vhm-prd-02 kernel: device-mapper: uevent: version 1.0.3
Sep  3 17:27:14 vhm-prd-02 kernel: device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm-devel at redhat.com
Sep  3 17:27:14 vhm-prd-02 systemd: Started dracut pre-udev hook.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting udev Kernel Device Manager...
Sep  3 17:27:14 vhm-prd-02 systemd-udevd[290]: starting version 208
Sep  3 17:27:14 vhm-prd-02 systemd: Started udev Kernel Device Manager.
Sep  3 17:27:14 vhm-prd-02 systemd: Started dracut pre-trigger hook.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting udev Coldplug all Devices...
Sep  3 17:27:14 vhm-prd-02 systemd: Mounting Configuration File System...
Sep  3 17:27:14 vhm-prd-02 systemd: Mounted Configuration File System.
Sep  3 17:27:14 vhm-prd-02 systemd-udevd: could not find module by name='ipmi_si'
Sep  3 17:27:14 vhm-prd-02 systemd-udevd: could not find module by name='ipmi_devintf'
Sep  3 17:27:14 vhm-prd-02 systemd-udevd: could not find module by name='ipmi_msghandler'
Sep  3 17:27:14 vhm-prd-02 systemd: Started udev Coldplug all Devices.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting dracut initqueue hook...
Sep  3 17:27:14 vhm-prd-02 systemd: Starting System Initialization.
Sep  3 17:27:14 vhm-prd-02 kernel: pps_core: LinuxPPS API ver. 1 registered
Sep  3 17:27:14 vhm-prd-02 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
Sep  3 17:27:14 vhm-prd-02 kernel: PTP clock support registered
Sep  3 17:27:14 vhm-prd-02 systemd: Reached target System Initialization.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Show Plymouth Boot Screen...
Sep  3 17:27:14 vhm-prd-02 kernel: 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
Sep  3 17:27:14 vhm-prd-02 kernel: tg3.c:v3.137 (May 11, 2014)
Sep  3 17:27:14 vhm-prd-02 kernel: e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
Sep  3 17:27:14 vhm-prd-02 kernel: e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
Sep  3 17:27:14 vhm-prd-02 kernel: e1000e 0000:02:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Sep  3 17:27:14 vhm-prd-02 kernel: tg3 0000:03:00.0 eth0: Tigon3 [partno(BCM95722) rev a200] (PCI Express) MAC address d0:67:e5:f0:e5:c6
Sep  3 17:27:14 vhm-prd-02 kernel: tg3 0000:03:00.0 eth0: attached PHY is 5722/5756 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Sep  3 17:27:14 vhm-prd-02 kernel: tg3 0000:03:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Sep  3 17:27:14 vhm-prd-02 kernel: tg3 0000:03:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Sep  3 17:27:14 vhm-prd-02 kernel: ahci: SSS flag set, parallel bus scan disabled
Sep  3 17:27:14 vhm-prd-02 systemd: Started Show Plymouth Boot Screen.
Sep  3 17:27:14 vhm-prd-02 systemd: Started Dispatch Password Requests to Console Directory Watch.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Paths.
Sep  3 17:27:14 vhm-prd-02 systemd: Reached target Paths.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Forward Password Requests to Plymouth Directory Watch.
Sep  3 17:27:14 vhm-prd-02 systemd: Started Forward Password Requests to Plymouth Directory Watch.
Sep  3 17:27:14 vhm-prd-02 systemd: Starting Basic System.
Sep  3 17:27:14 vhm-prd-02 systemd: Reached target Basic System.
Sep  3 17:27:14 vhm-prd-02 kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x30 impl SATA mode
Sep  3 17:27:14 vhm-prd-02 kernel: ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst 
Sep  3 17:27:14 vhm-prd-02 kernel: [drm] Initialized drm 1.1.0 20060810
Sep  3 17:27:14 vhm-prd-02 kernel: scsi host1: ahci
Sep  3 17:27:14 vhm-prd-02 kernel: scsi host2: ahci
Sep  3 17:27:14 vhm-prd-02 kernel: scsi host3: ahci
Sep  3 17:27:14 vhm-prd-02 kernel: scsi host4: ahci
Sep  3 17:27:14 vhm-prd-02 kernel: scsi host5: ahci
Sep  3 17:27:14 vhm-prd-02 kernel: scsi host6: ahci
Sep  3 17:27:14 vhm-prd-02 kernel: ata1: DUMMY
Sep  3 17:27:14 vhm-prd-02 kernel: ata2: DUMMY
Sep  3 17:27:14 vhm-prd-02 kernel: ata3: DUMMY
Sep  3 17:27:14 vhm-prd-02 kernel: ata4: DUMMY
Sep  3 17:27:14 vhm-prd-02 kernel: ata5: SATA max UDMA/133 abar m2048 at 0xc3504000 port 0xc3504300 irq 48
Sep  3 17:27:14 vhm-prd-02 kernel: ata6: SATA max UDMA/133 abar m2048 at 0xc3504000 port 0xc3504380 irq 48
Sep  3 17:27:14 vhm-prd-02 kernel: [TTM] Zone  kernel: Available graphics memory: 16376000 kiB
Sep  3 17:27:14 vhm-prd-02 kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
Sep  3 17:27:14 vhm-prd-02 kernel: [TTM] Initializing pool allocator
Sep  3 17:27:15 vhm-prd-02 kernel: [TTM] Initializing DMA pool allocator
Sep  3 17:27:15 vhm-prd-02 systemd-udevd[294]: renamed network interface eth0 to em1
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:02:00.0 eth0: registered PHC clock
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:02:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 68:05:ca:18:86:45
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:02:00.0 eth0: Intel(R) PRO/1000 Network Connection
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:02:00.0 eth0: MAC: 3, PHY: 8, PBA No: E46981-008
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:04:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Sep  3 17:27:15 vhm-prd-02 kernel: fbcon: mgadrmfb (fb0) is primary device
Sep  3 17:27:15 vhm-prd-02 kernel: scsi host0: 3ware 9000 Storage Controller
Sep  3 17:27:15 vhm-prd-02 kernel: 3w-9xxx: scsi0: Found a 3ware 9000 Storage Controller at 0xc3400000, IRQ: 16.
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:04:00.0 eth1: registered PHC clock
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:04:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 68:05:ca:01:bc:0c
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:04:00.0 eth1: Intel(R) PRO/1000 Network Connection
Sep  3 17:27:15 vhm-prd-02 kernel: e1000e 0000:04:00.0 eth1: MAC: 3, PHY: 8, PBA No: E46981-007
Sep  3 17:27:15 vhm-prd-02 kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Sep  3 17:27:15 vhm-prd-02 kernel: ata5.00: ATAPI: TSSTcorp DVD+/-RW TS-H653J, D200, max UDMA/100
Sep  3 17:27:15 vhm-prd-02 kernel: ata5.00: applying bridge limits
Sep  3 17:27:15 vhm-prd-02 kernel: ata5.00: configured for UDMA/100
Sep  3 17:27:15 vhm-prd-02 kernel: scsi 5:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653J D200 PQ: 0 ANSI: 5
Sep  3 17:27:15 vhm-prd-02 systemd-udevd[292]: renamed network interface eth1 to p4p1
Sep  3 17:27:15 vhm-prd-02 kernel: 3w-9xxx: scsi0: Firmware FE9X 4.10.00.027, BIOS BE9X 4.08.00.004, Ports: 2.
Sep  3 17:27:15 vhm-prd-02 kernel: scsi 0:0:0:0: Direct-Access     AMCC     9650SE-2LP DISK  4.10 PQ: 0 ANSI: 5
Sep  3 17:27:15 vhm-prd-02 systemd-udevd[295]: renamed network interface eth0 to p3p1
Sep  3 17:27:15 vhm-prd-02 kernel: Console: switching to colour frame buffer device 128x48
Sep  3 17:27:15 vhm-prd-02 kernel: ata6: SATA link down (SStatus 0 SControl 300)
Sep  3 17:27:15 vhm-prd-02 kernel: mgag200 0000:05:03.0: fb0: mgadrmfb frame buffer device
Sep  3 17:27:15 vhm-prd-02 kernel: mgag200 0000:05:03.0: registered panic notifier
Sep  3 17:27:15 vhm-prd-02 kernel: [drm] Initialized mgag200 1.0.0 20110418 for 0000:05:03.0 on minor 0
Sep  3 17:27:15 vhm-prd-02 kernel: sr 5:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Sep  3 17:27:15 vhm-prd-02 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Sep  3 17:27:15 vhm-prd-02 kernel: sd 0:0:0:0: [sda] 976541696 512-byte logical blocks: (499 GB/465 GiB)
Sep  3 17:27:15 vhm-prd-02 kernel: sd 0:0:0:0: [sda] Write Protect is off
Sep  3 17:27:15 vhm-prd-02 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
Sep  3 17:27:15 vhm-prd-02 kernel: sda: sda1 sda2 sda3
Sep  3 17:27:15 vhm-prd-02 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Sep  3 17:27:15 vhm-prd-02 dracut-initqueue: Scanning devices sda2 sda3  for LVM logical volumes vg_vhmprd02/lv_swap vg_vhmprd02/lv_root
Sep  3 17:27:15 vhm-prd-02 dracut-initqueue: inactive '/dev/vg_vhmprd02/lv_root' [10.00 GiB] inherit
Sep  3 17:27:15 vhm-prd-02 dracut-initqueue: inactive '/dev/vg_vhmprd02/lv_swap' [7.91 GiB] inherit
Sep  3 17:27:16 vhm-prd-02 systemd: Found device /dev/mapper/vg_vhmprd02-lv_root.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting File System Check on /dev/mapper/vg_vhmprd02-lv_root...
Sep  3 17:27:16 vhm-prd-02 systemd: Started dracut initqueue hook.
Sep  3 17:27:16 vhm-prd-02 systemd: Started dracut pre-mount hook.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Remote File Systems (Pre).
Sep  3 17:27:16 vhm-prd-02 systemd: Reached target Remote File Systems (Pre).
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Remote File Systems.
Sep  3 17:27:16 vhm-prd-02 systemd: Reached target Remote File Systems.
Sep  3 17:27:16 vhm-prd-02 systemd-fsck: /sbin/fsck.xfs: XFS file system.
Sep  3 17:27:16 vhm-prd-02 systemd: Started File System Check on /dev/mapper/vg_vhmprd02-lv_root.
Sep  3 17:27:16 vhm-prd-02 systemd: Mounting /sysroot...
Sep  3 17:27:16 vhm-prd-02 kernel: SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
Sep  3 17:27:16 vhm-prd-02 kernel: XFS (dm-1): Mounting V4 Filesystem
Sep  3 17:27:16 vhm-prd-02 systemd: Mounted /sysroot.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Initrd Root File System.
Sep  3 17:27:16 vhm-prd-02 kernel: XFS (dm-1): Ending clean mount
Sep  3 17:27:16 vhm-prd-02 systemd: Reached target Initrd Root File System.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Reload Configuration from the Real Root...
Sep  3 17:27:16 vhm-prd-02 systemd: Reloading.
Sep  3 17:27:16 vhm-prd-02 systemd: Started Reload Configuration from the Real Root.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Initrd File Systems.
Sep  3 17:27:16 vhm-prd-02 systemd: Reached target Initrd File Systems.
Sep  3 17:27:16 vhm-prd-02 systemd: Started dracut mount hook.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Initrd Default Target.
Sep  3 17:27:16 vhm-prd-02 systemd: Reached target Initrd Default Target.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting dracut pre-pivot and cleanup hook...
Sep  3 17:27:16 vhm-prd-02 systemd: Started dracut pre-pivot and cleanup hook.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Cleaning Up and Shutting Down Daemons...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Cleaning Up and Shutting Down Daemons...
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Plymouth switch root service...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped Cleaning Up and Shutting Down Daemons.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping dracut pre-pivot and cleanup hook...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped dracut pre-pivot and cleanup hook.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Remote File Systems.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Remote File Systems.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Remote File Systems (Pre).
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Remote File Systems (Pre).
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping dracut initqueue hook...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped dracut initqueue hook.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Initrd Default Target.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Initrd Default Target.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Basic System.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Basic System.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Slices.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Slices.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Paths.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Paths.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Timers.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Timers.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Sockets.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Sockets.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping System Initialization.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target System Initialization.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Load Kernel Modules...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped Load Kernel Modules.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Apply Kernel Variables...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped Apply Kernel Variables.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping udev Coldplug all Devices...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped udev Coldplug all Devices.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Swap.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Swap.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Local File Systems.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped target Local File Systems.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping udev Kernel Device Manager...
Sep  3 17:27:16 vhm-prd-02 systemd: Started Plymouth switch root service.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped udev Kernel Device Manager.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping dracut pre-udev hook...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped dracut pre-udev hook.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping dracut cmdline hook...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped dracut cmdline hook.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Create static device nodes in /dev...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped Create static device nodes in /dev.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping Create list of required static device nodes for the current kernel...
Sep  3 17:27:16 vhm-prd-02 systemd: Stopped Create list of required static device nodes for the current kernel.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping udev Kernel Socket.
Sep  3 17:27:16 vhm-prd-02 systemd: Closed udev Kernel Socket.
Sep  3 17:27:16 vhm-prd-02 systemd: Stopping udev Control Socket.
Sep  3 17:27:16 vhm-prd-02 systemd: Closed udev Control Socket.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Cleanup udevd DB...
Sep  3 17:27:16 vhm-prd-02 systemd: Started Cleanup udevd DB.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Switch Root.
Sep  3 17:27:16 vhm-prd-02 systemd: Reached target Switch Root.
Sep  3 17:27:16 vhm-prd-02 systemd: Starting Switch Root...
Sep  3 17:27:16 vhm-prd-02 systemd: Switching root.
Sep  3 17:27:16 vhm-prd-02 journal: Journal stopped
Sep  3 17:27:19 vhm-prd-02 journal: Runtime journal is using 8.0M (max 1.5G, leaving 2.3G of free 15.6G, current limit 1.5G).
Sep  3 17:27:19 vhm-prd-02 journal: Runtime journal is using 8.0M (max 1.5G, leaving 2.3G of free 15.6G, current limit 1.5G).
Sep  3 17:27:19 vhm-prd-02 systemd-journald[164]: Received SIGTERM
Sep  3 17:27:19 vhm-prd-02 kernel: type=1404 audit(1441294037.038:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
Sep  3 17:27:19 vhm-prd-02 kernel: type=1403 audit(1441294037.262:3): policy loaded auid=4294967295 ses=4294967295
Sep  3 17:27:19 vhm-prd-02 systemd[1]: Successfully loaded SELinux policy in 242.759ms.
Sep  3 17:27:19 vhm-prd-02 systemd[1]: Relabelled /dev and /run in 23.700ms.
Sep  3 17:27:19 vhm-prd-02 kernel: device-mapper: multipath: version 1.7.0 loaded
Sep  3 17:27:19 vhm-prd-02 kernel: RPC: Registered named UNIX socket transport module.
Sep  3 17:27:19 vhm-prd-02 kernel: RPC: Registered udp transport module.
Sep  3 17:27:19 vhm-prd-02 kernel: RPC: Registered tcp transport module.
Sep  3 17:27:19 vhm-prd-02 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Sep  3 17:27:19 vhm-prd-02 journal: Journal started
Sep  3 17:27:19 vhm-prd-02 systemd: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
Sep  3 17:27:19 vhm-prd-02 systemd: Set hostname to <vhm-prd-02.example.com>.
Sep  3 17:27:19 vhm-prd-02 systemd: [/usr/lib/systemd/system/lvm2-lvmetad.socket:9] Unknown lvalue 'RemoveOnStop' in section 'Socket'
Sep  3 17:27:19 vhm-prd-02 systemd: [/usr/lib/systemd/system/dm-event.socket:10] Unknown lvalue 'RemoveOnStop' in section 'Socket'
Sep  3 17:27:19 vhm-prd-02 systemd: [/usr/lib/systemd/system/watchdog.service:9] Unknown lvalue 'ControlGroup' in section 'Service'
Sep  3 17:27:19 vhm-prd-02 systemd: Cannot add dependency job for unit nfs.target, ignoring: Unit nfs.target failed to load: No such file or directory.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Collect Read-Ahead Data.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Replay Read-Ahead Data.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Load legacy module configuration.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Set Up Additional Binary Formats.
Sep  3 17:27:19 vhm-prd-02 systemd: Starting Load Kernel Modules...
Sep  3 17:27:19 vhm-prd-02 multipath: Sep 03 17:27:19 | multipath.conf +5, invalid keyword: getuid_callout
Sep  3 17:27:19 vhm-prd-02 multipath: Sep 03 17:27:19 | multipath.conf +18, invalid keyword: getuid_callout
Sep  3 17:27:19 vhm-prd-02 multipath: Sep 03 17:27:19 | multipath.conf +37, invalid keyword: getuid_callout
Sep  3 17:27:19 vhm-prd-02 systemd: Starting Apply Kernel Variables...
Sep  3 17:27:19 vhm-prd-02 systemd: Starting File System Check on Root Device...
Sep  3 17:27:19 vhm-prd-02 multipathd: multipath.conf +5, invalid keyword: getuid_callout
Sep  3 17:27:19 vhm-prd-02 multipathd: multipath.conf +18, invalid keyword: getuid_callout
Sep  3 17:27:19 vhm-prd-02 multipathd: multipath.conf +37, invalid keyword: getuid_callout
Sep  3 17:27:19 vhm-prd-02 systemd: Started Create static device nodes in /dev.
Sep  3 17:27:19 vhm-prd-02 systemd-fsck: /sbin/fsck.xfs: XFS file system.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Load Kernel Modules.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Apply Kernel Variables.
Sep  3 17:27:19 vhm-prd-02 multipathd: path checkers start up
Sep  3 17:27:19 vhm-prd-02 systemd: Started File System Check on Root Device.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Device-Mapper Multipath Device Controller.
Sep  3 17:27:19 vhm-prd-02 systemd: Starting Remount Root and Kernel File Systems...
Sep  3 17:27:19 vhm-prd-02 systemd: Mounted FUSE Control File System.
Sep  3 17:27:19 vhm-prd-02 systemd: Starting udev Kernel Device Manager...
Sep  3 17:27:19 vhm-prd-02 systemd: Starting LVM2 metadata daemon...
Sep  3 17:27:19 vhm-prd-02 systemd-udevd[603]: starting version 208
Sep  3 17:27:19 vhm-prd-02 systemd: Started LVM2 metadata daemon.
Sep  3 17:27:19 vhm-prd-02 systemd: Started udev Kernel Device Manager.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Remount Root and Kernel File Systems.
Sep  3 17:27:19 vhm-prd-02 systemd: Starting Configure read-only root support...
Sep  3 17:27:19 vhm-prd-02 systemd: Starting Load/Save Random Seed...
Sep  3 17:27:19 vhm-prd-02 systemd: Starting Local File Systems (Pre).
Sep  3 17:27:19 vhm-prd-02 systemd: Reached target Local File Systems (Pre).
Sep  3 17:27:19 vhm-prd-02 systemd: Mounting NFSD configuration filesystem...
Sep  3 17:27:19 vhm-prd-02 systemd: Started Load/Save Random Seed.
Sep  3 17:27:19 vhm-prd-02 systemd: Started Configure read-only root support.
Sep  3 17:27:19 vhm-prd-02 kernel: Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
Sep  3 17:27:19 vhm-prd-02 systemd: Mounted NFSD configuration filesystem.
Sep  3 17:27:19 vhm-prd-02 lvm: 2 logical volume(s) in volume group "vg_vhmprd02" monitored
Sep  3 17:27:19 vhm-prd-02 systemd: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi message handler version 39.2
Sep  3 17:27:19 vhm-prd-02 kernel: IPMI System Interface driver.
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: probing via ACPI
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si 00:00: [io  0x0ca8] regsize 1 spacing 4 irq 0
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: Adding ACPI-specified kcs state machine
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: probing via SMBIOS
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: Adding SMBIOS-specified kcs state machine duplicate interface
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: probing via SPMI
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: SPMI: io 0xca8 regsize 4 spacing 4 irq 0
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x0, irq 0
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si 00:00: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi_si 00:00: IPMI kcs interface initialized
Sep  3 17:27:19 vhm-prd-02 kernel: ipmi device interface
Sep  3 17:27:20 vhm-prd-02 kernel: wmi: Mapper loaded
Sep  3 17:27:20 vhm-prd-02 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep  3 17:27:20 vhm-prd-02 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input1
Sep  3 17:27:20 vhm-prd-02 systemd: Found device /dev/ttyS1.
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI Warning: SystemIO range 0x0000000000005000-0x000000000000501f conflicts with OpRegion 0x0000000000005000-0x000000000000500f (\_SB_.PCI0.SBUS.SMBI) (20130517/utaddress-254)
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep  3 17:27:20 vhm-prd-02 kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20130517/utaddress-254)
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20130517/utaddress-254)
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20130517/utaddress-254)
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20130517/utaddress-254)
Sep  3 17:27:20 vhm-prd-02 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Sep  3 17:27:20 vhm-prd-02 kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Sep  3 17:27:20 vhm-prd-02 kernel: iTCO_vendor_support: vendor-support=0
Sep  3 17:27:20 vhm-prd-02 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Sep  3 17:27:20 vhm-prd-02 kernel: iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
Sep  3 17:27:20 vhm-prd-02 kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Sep  3 17:27:20 vhm-prd-02 kernel: AES CTR mode by8 optimization enabled
Sep  3 17:27:20 vhm-prd-02 kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
Sep  3 17:27:20 vhm-prd-02 kernel: alg: No test for crc32 (crc32-pclmul)
Sep  3 17:27:20 vhm-prd-02 systemd: Found device /dev/mapper/vg_vhmprd02-lv_swap.
Sep  3 17:27:20 vhm-prd-02 systemd: Activating swap /dev/mapper/vg_vhmprd02-lv_swap...
Sep  3 17:27:20 vhm-prd-02 multipathd: sda: add path (uevent)
Sep  3 17:27:20 vhm-prd-02 multipathd: sda: spurious uevent, path already in pathvec
Sep  3 17:27:20 vhm-prd-02 kernel: device-mapper: multipath service-time: version 0.2.0 loaded
Sep  3 17:27:20 vhm-prd-02 kernel: device-mapper: table: 253:2: multipath: error getting device
Sep  3 17:27:20 vhm-prd-02 kernel: device-mapper: ioctl: error adding target to table
Sep  3 17:27:20 vhm-prd-02 kernel: intel_rapl: domain uncore energy ctr 0:0 not working, skip
Sep  3 17:27:20 vhm-prd-02 systemd: Activated swap /dev/mapper/vg_vhmprd02-lv_swap.
Sep  3 17:27:20 vhm-prd-02 systemd: Starting Swap.
Sep  3 17:27:20 vhm-prd-02 kernel: Adding 8290300k swap on /dev/mapper/vg_vhmprd02-lv_swap.  Priority:-1 extents:1 across:8290300k FS
Sep  3 17:27:20 vhm-prd-02 systemd: Reached target Swap.
Sep  3 17:27:20 vhm-prd-02 multipathd: 3600050e06f096500a0400000acb70000: failed in domap for addition of new path sda
Sep  3 17:27:20 vhm-prd-02 systemd: Found device 9650SE-2LP_DISK.
Sep  3 17:27:20 vhm-prd-02 systemd: Starting File System Check on /dev/disk/by-uuid/db07169d-4d87-41f1-a766-320e74b4358e...
Sep  3 17:27:20 vhm-prd-02 systemd: Starting LVM2 PV scan on device 8:2...
Sep  3 17:27:20 vhm-prd-02 systemd: Starting LVM2 PV scan on device 8:3...
Sep  3 17:27:20 vhm-prd-02 systemd-fsck: /sbin/fsck.xfs: XFS file system.
Sep  3 17:27:20 vhm-prd-02 lvm: 2 logical volume(s) in volume group "vg_vhmprd02" now active
Sep  3 17:27:20 vhm-prd-02 systemd: Started File System Check on /dev/disk/by-uuid/db07169d-4d87-41f1-a766-320e74b4358e.
Sep  3 17:27:20 vhm-prd-02 multipathd: uevent trigger error
Sep  3 17:27:20 vhm-prd-02 multipathd: dm-2: remove map (uevent)
Sep  3 17:27:20 vhm-prd-02 multipathd: dm-2: remove map (uevent)
Sep  3 17:27:20 vhm-prd-02 systemd: Started LVM2 PV scan on device 8:2.
Sep  3 17:27:20 vhm-prd-02 systemd: Started LVM2 PV scan on device 8:3.
Sep  3 17:27:20 vhm-prd-02 systemd: Mounting /boot...
Sep  3 17:27:21 vhm-prd-02 kernel: XFS (sda1): Mounting V4 Filesystem
Sep  3 17:27:21 vhm-prd-02 kernel: XFS (sda1): Ending clean mount
Sep  3 17:27:21 vhm-prd-02 systemd: Mounted /boot.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Local File Systems.
Sep  3 17:27:21 vhm-prd-02 systemd: Reached target Local File Systems.
Sep  3 17:27:21 vhm-prd-02 systemd: Started Mark the need to relabel after reboot.
Sep  3 17:27:21 vhm-prd-02 systemd: Started Relabel all filesystems, if necessary.
Sep  3 17:27:21 vhm-prd-02 systemd: Started Reconfigure the system on administrator request.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Import network configuration from initramfs...
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Tell Plymouth To Write Out Runtime Data...
Sep  3 17:27:21 vhm-prd-02 systemd: Started Import network configuration from initramfs.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Create Volatile Files and Directories...
Sep  3 17:27:21 vhm-prd-02 systemd: Started Tell Plymouth To Write Out Runtime Data.
Sep  3 17:27:21 vhm-prd-02 systemd: Started Create Volatile Files and Directories.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Security Auditing Service...
Sep  3 17:27:21 vhm-prd-02 auditd[752]: Started dispatcher: /sbin/audispd pid: 762
Sep  3 17:27:21 vhm-prd-02 audispd: No plugins found, exiting
Sep  3 17:27:21 vhm-prd-02 augenrules: /sbin/augenrules: No change
Sep  3 17:27:21 vhm-prd-02 kernel: type=1305 audit(1441294041.612:4): audit_pid=752 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
Sep  3 17:27:21 vhm-prd-02 auditd[752]: Init complete, auditd 2.4.1 listening for events (startup state enable)
Sep  3 17:27:21 vhm-prd-02 augenrules: No rules
Sep  3 17:27:21 vhm-prd-02 augenrules: enabled 1
Sep  3 17:27:21 vhm-prd-02 augenrules: flag 1
Sep  3 17:27:21 vhm-prd-02 augenrules: pid 752
Sep  3 17:27:21 vhm-prd-02 augenrules: rate_limit 0
Sep  3 17:27:21 vhm-prd-02 augenrules: backlog_limit 320
Sep  3 17:27:21 vhm-prd-02 augenrules: lost 0
Sep  3 17:27:21 vhm-prd-02 augenrules: backlog 1
Sep  3 17:27:21 vhm-prd-02 systemd: Started Security Auditing Service.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Update UTMP about System Reboot/Shutdown...
Sep  3 17:27:21 vhm-prd-02 systemd: Started Update UTMP about System Reboot/Shutdown.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting System Initialization.
Sep  3 17:27:21 vhm-prd-02 systemd: Reached target System Initialization.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Daily Cleanup of Temporary Directories.
Sep  3 17:27:21 vhm-prd-02 systemd: Started Daily Cleanup of Temporary Directories.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Timers.
Sep  3 17:27:21 vhm-prd-02 systemd: Reached target Timers.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Avahi mDNS/DNS-SD Stack Activation Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting RPCbind Server Activation Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Listening on RPCbind Server Activation Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Open-iSCSI iscsid Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Listening on Open-iSCSI iscsid Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Open-iSCSI iscsiuio Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Listening on Open-iSCSI iscsiuio Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting D-Bus System Message Bus Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Listening on D-Bus System Message Bus Socket.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Sockets.
Sep  3 17:27:21 vhm-prd-02 systemd: Reached target Sockets.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Flexible branding.
Sep  3 17:27:21 vhm-prd-02 systemd: Started Flexible branding.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Paths.
Sep  3 17:27:21 vhm-prd-02 systemd: Reached target Paths.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Basic System.
Sep  3 17:27:21 vhm-prd-02 systemd: Reached target Basic System.
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Load CPU microcode update...
Sep  3 17:27:21 vhm-prd-02 systemd: Starting IPv4 firewall with iptables...
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Dump dmesg to /var/log/dmesg...
Sep  3 17:27:21 vhm-prd-02 systemd: Starting Avahi mDNS/DNS-SD Stack...
Sep  3 17:27:21 vhm-prd-02 systemd: Starting RPC bind service...
Sep  3 17:27:21 vhm-prd-02 systemd: Starting oVirt Guest Agent...
Sep  3 17:27:21 vhm-prd-02 avahi-daemon[778]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70).
Sep  3 17:27:21 vhm-prd-02 avahi-daemon[778]: Successfully dropped root privileges.
Sep  3 17:27:21 vhm-prd-02 avahi-daemon[778]: avahi-daemon 0.6.31 starting up.
Sep  3 17:27:21 vhm-prd-02 avahi-daemon[778]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Sep  3 17:27:21 vhm-prd-02 systemd: Starting System Logging Service...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting irqbalance daemon...
Sep  3 17:27:22 vhm-prd-02 systemd: Started irqbalance daemon.
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Dynamic System Tuning Daemon...
Sep  3 17:27:22 vhm-prd-02 kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Sep  3 17:27:22 vhm-prd-02 systemd: Started OpenSSH Server Key Generation.
Sep  3 17:27:22 vhm-prd-02 systemd: Starting NTP client/server...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting ACPI Event Daemon...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Rollback uncommitted netcf network config change transactions...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting watchdog daemon...
Sep  3 17:27:22 vhm-prd-02 systemd: Started Software RAID monitoring and management.
Sep  3 17:27:22 vhm-prd-02 systemd: Starting "Auxiliary vdsm service for running helper functions as root"...
Sep  3 17:27:22 vhm-prd-02 systemd: Started "Auxiliary vdsm service for running helper functions as root".
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Watchdog Multiplexing Daemon...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Shared Storage Lease Manager...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting oVirt Hosted Engine High Availability Communications Broker...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting System Security Services Daemon...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Hardware RNG Entropy Gatherer Daemon...
Sep  3 17:27:22 vhm-prd-02 systemd: Started Hardware RNG Entropy Gatherer Daemon.
Sep  3 17:27:22 vhm-prd-02 watchdog[812]: starting daemon (5.13):
Sep  3 17:27:22 vhm-prd-02 watchdog[812]: int=1s realtime=yes sync=no soft=no mla=0 mem=0
Sep  3 17:27:22 vhm-prd-02 watchdog[812]: ping: no machine to check
Sep  3 17:27:22 vhm-prd-02 watchdog[812]: file: no file to check
Sep  3 17:27:22 vhm-prd-02 watchdog[812]: pidfile: no server process to check
Sep  3 17:27:22 vhm-prd-02 watchdog[812]: interface: no interface to check
Sep  3 17:27:22 vhm-prd-02 watchdog[812]: test=none(0) repair=none(0) alive=/dev/watchdog heartbeat=none temp=none to=root no_act=no
Sep  3 17:27:22 vhm-prd-02 watchdog[812]: hardware watchdog identity: iTCO_wdt
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Kernel Module supporting RPCSEC_GSS...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Preprocess NFS configuration...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Entropy Daemon based on the HAVEGE algorithm...
Sep  3 17:27:22 vhm-prd-02 systemd: Started Entropy Daemon based on the HAVEGE algorithm.
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Ipmievd Daemon...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Initialize hardware monitoring sensors...
Sep  3 17:27:22 vhm-prd-02 systemd: Starting Self Monitoring and Reporting Technology (SMART) Daemon...
Sep  3 17:27:22 vhm-prd-02 systemd: Started Self Monitoring and Reporting Technology (SMART) Daemon.
Sep  3 17:27:22 vhm-prd-02 systemd: Starting D-Bus System Message Bus...
Sep  3 17:27:22 vhm-prd-02 systemd: Started D-Bus System Message Bus.
Sep  3 17:27:22 vhm-prd-02 netcf-transaction.sh: Running  start: No pending transaction to rollback
Sep  3 17:27:22 vhm-prd-02 chronyd[829]: chronyd version 1.29.1 starting
Sep  3 17:27:22 vhm-prd-02 chronyd[829]: Linux kernel major=3 minor=10 patch=0
Sep  3 17:27:22 vhm-prd-02 chronyd[829]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2
Sep  3 17:27:22 vhm-prd-02 systemd: Started Load CPU microcode update.
Sep  3 17:27:22 vhm-prd-02 systemd: Started Dump dmesg to /var/log/dmesg.
Sep  3 17:27:22 vhm-prd-02 systemd-wdmd: Loading the softdog kernel module: [  OK  ]
Sep  3 17:27:22 vhm-prd-02 systemd: Started RPC bind service.
Sep  3 17:27:22 vhm-prd-02 kernel: softdog: Software Watchdog Timer: 0.08 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
Sep  3 17:27:22 vhm-prd-02 systemd: Started Rollback uncommitted netcf network config change transactions.
Sep  3 17:27:22 vhm-prd-02 systemd: Started watchdog daemon.
Sep  3 17:27:22 vhm-prd-02 smartd[822]: smartd 6.2 2013-07-26 r3841 [x86_64-linux-3.10.0-229.11.1.el7.x86_64] (local build)
Sep  3 17:27:22 vhm-prd-02 smartd[822]: Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
Sep  3 17:27:22 vhm-prd-02 smartd[822]: Opened configuration file /etc/smartmontools/smartd.conf
Sep  3 17:27:22 vhm-prd-02 smartd[822]: Configuration file /etc/smartmontools/smartd.conf was parsed, found DEVICESCAN, scanning devices
Sep  3 17:27:22 vhm-prd-02 smartd[822]: Monitoring 0 ATA and 0 SCSI devices
Sep  3 17:27:22 vhm-prd-02 systemd: Started Kernel Module supporting RPCSEC_GSS.
Sep  3 17:27:22 vhm-prd-02 dbus-daemon: Unknown username "gdm" in message bus configuration file
Sep  3 17:27:22 vhm-prd-02 systemd: Started Preprocess NFS configuration.
Sep  3 17:27:22 vhm-prd-02 systemd: Starting GSSAPI Proxy Daemon...
Sep  3 17:27:22 vhm-prd-02 sssd: Starting up
Sep  3 17:27:22 vhm-prd-02 acpid: starting up with netlink and the input layer
Sep  3 17:27:22 vhm-prd-02 acpid: skipping incomplete file /etc/acpi/events/videoconf
Sep  3 17:27:22 vhm-prd-02 acpid: 1 rule loaded
Sep  3 17:27:22 vhm-prd-02 acpid: waiting for events: event logging is off
Sep  3 17:27:22 vhm-prd-02 systemd-sanlock: Starting sanlock: [  OK  ]
Sep  3 17:27:22 vhm-prd-02 systemd-wdmd: Starting wdmd: [  OK  ]
Sep  3 17:27:22 vhm-prd-02 wdmd[877]: wdmd started S0 H1 G179
Sep  3 17:27:22 vhm-prd-02 wdmd[877]: open /dev/watchdog0 error 16
Sep  3 17:27:22 vhm-prd-02 wdmd[877]: /dev/watchdog1 armed with fire_timeout 60
Sep  3 17:27:22 vhm-prd-02 systemd: Dependency failed for Network Manager Wait Online.
Sep  3 17:27:22 vhm-prd-02 systemd: 
Sep  3 17:27:22 vhm-prd-02 avahi-daemon[778]: Successfully called chroot().
Sep  3 17:27:22 vhm-prd-02 avahi-daemon[778]: Successfully dropped remaining capabilities.
Sep  3 17:27:22 vhm-prd-02 avahi-daemon[778]: No service file found in /etc/avahi/services.
Sep  3 17:27:22 vhm-prd-02 avahi-daemon[778]: Network interface enumeration completed.
Sep  3 17:27:22 vhm-prd-02 avahi-daemon[778]: Registering HINFO record with values 'X86_64'/'LINUX'.
Sep  3 17:27:22 vhm-prd-02 avahi-daemon[778]: Server startup complete. Host name is vhm-prd-02.local. Local service cookie is 2046393106.
Sep  3 17:27:22 vhm-prd-02 systemd: Started System Logging Service.
Sep  3 17:27:22 vhm-prd-02 ipmievd: ipmievd: using pidfile /var/run/ipmievd.pid0
Sep  3 17:27:22 vhm-prd-02 haveged: haveged: ver: 1.9.1; arch: x86; vend: GenuineIntel; build: (gcc 4.8.2 ITV); collect: 128K
Sep  3 17:27:22 vhm-prd-02 haveged: haveged: cpu: (L4 VC); data: 32K (L4 V); inst: 32K (L4 V); idx: 21/40; sz: 32709/60538
Sep  3 17:27:22 vhm-prd-02 haveged: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 7.99789
Sep  3 17:27:22 vhm-prd-02 haveged: haveged: fills: 0, generated: 0
Sep  3 17:27:22 vhm-prd-02 systemd: Started ACPI Event Daemon.
Sep  3 17:27:22 vhm-prd-02 systemd: Started Watchdog Multiplexing Daemon.
Sep  3 17:27:22 vhm-prd-02 systemd: Started Shared Storage Lease Manager.
Sep  3 17:27:22 vhm-prd-02 systemd: PID file /var/run/ipmievd.pid not readable (yet?) after start.
Sep  3 17:27:22 vhm-prd-02 systemd: Started Initialize hardware monitoring sensors.
Sep  3 17:27:22 vhm-prd-02 systemd: Started oVirt Guest Agent.
Sep  3 17:27:22 vhm-prd-02 ipmievd: Reading sensors...
Sep  3 17:27:22 vhm-prd-02 sssd[be[example.com]]: Starting up
Sep  3 17:27:22 vhm-prd-02 systemd: Started Ipmievd Daemon.
Sep  3 17:27:22 vhm-prd-02 kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Sep  3 17:27:22 vhm-prd-02 systemd: Started Avahi mDNS/DNS-SD Stack.
Sep  3 17:27:22 vhm-prd-02 chronyd[829]: Frequency -41.524 +/- 0.068 ppm read from /var/lib/chrony/drift
Sep  3 17:27:22 vhm-prd-02 systemd: Started NTP client/server.
Sep  3 17:27:22 vhm-prd-02 systemd: Started GSSAPI Proxy Daemon.
Sep  3 17:27:22 vhm-prd-02 systemd: Started RPC security service for NFS server.
Sep  3 17:27:22 vhm-prd-02 systemd: Starting RPC security service for NFS client and server...
Sep  3 17:27:22 vhm-prd-02 systemd: Started RPC security service for NFS client and server.
Sep  3 17:27:22 vhm-prd-02 systemd: ovirt-guest-agent.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:27:22 vhm-prd-02 systemd: Unit ovirt-guest-agent.service entered failed state.
Sep  3 17:27:22 vhm-prd-02 systemd: Started Dynamic System Tuning Daemon.
Sep  3 17:27:23 vhm-prd-02 systemd-ovirt-ha-broker: Starting ovirt-ha-broker: [  OK  ]
Sep  3 17:27:23 vhm-prd-02 systemd: Started oVirt Hosted Engine High Availability Communications Broker.
Sep  3 17:27:23 vhm-prd-02 systemd: Starting oVirt Hosted Engine High Availability Monitoring Agent...
Sep  3 17:27:23 vhm-prd-02 iptables.init: iptables: Applying firewall rules: [  OK  ]
Sep  3 17:27:23 vhm-prd-02 systemd: Started IPv4 firewall with iptables.
Sep  3 17:27:23 vhm-prd-02 systemd: Starting LSB: Bring up/down networking...
Sep  3 17:27:23 vhm-prd-02 sssd[sudo]: Starting up
Sep  3 17:27:23 vhm-prd-02 sssd[nss]: Starting up
Sep  3 17:27:23 vhm-prd-02 sssd[ssh]: Starting up
Sep  3 17:27:23 vhm-prd-02 sssd[pam]: Starting up
Sep  3 17:27:23 vhm-prd-02 sssd[pac]: Starting up
Sep  3 17:27:23 vhm-prd-02 sssd[autofs]: Starting up
Sep  3 17:27:23 vhm-prd-02 systemd: Started System Security Services Daemon.
Sep  3 17:27:23 vhm-prd-02 systemd: Starting User and Group Name Lookups.
Sep  3 17:27:23 vhm-prd-02 systemd: Reached target User and Group Name Lookups.
Sep  3 17:27:23 vhm-prd-02 systemd: Starting Login Service...
Sep  3 17:27:23 vhm-prd-02 systemd-logind: New seat seat0.
Sep  3 17:27:23 vhm-prd-02 systemd: Started Login Service.
Sep  3 17:27:23 vhm-prd-02 systemd-logind: Watching system buttons on /dev/input/event0 (Power Button)
Sep  3 17:27:23 vhm-prd-02 network: Bringing up loopback interface:  [  OK  ]
Sep  3 17:27:23 vhm-prd-02 systemd-ovirt-ha-agent: Starting ovirt-ha-agent: [  OK  ]
Sep  3 17:27:23 vhm-prd-02 systemd: Started oVirt Hosted Engine High Availability Monitoring Agent.
Sep  3 17:27:23 vhm-prd-02 kernel: IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
Sep  3 17:27:23 vhm-prd-02 kernel: device em1 entered promiscuous mode
Sep  3 17:27:23 vhm-prd-02 network: Bringing up interface em1:  [  OK  ]
Sep  3 17:27:23 vhm-prd-02 kernel: IPv6: ADDRCONF(NETDEV_UP): ovirtmgmt: link is not ready
Sep  3 17:27:24 vhm-prd-02 ipmievd: Waiting for events...
Sep  3 17:27:25 vhm-prd-02 avahi-daemon[778]: Joining mDNS multicast group on interface ovirtmgmt.IPv4 with address 1.2.3.16.
Sep  3 17:27:25 vhm-prd-02 avahi-daemon[778]: New relevant interface ovirtmgmt.IPv4 for mDNS.
Sep  3 17:27:25 vhm-prd-02 avahi-daemon[778]: Registering new address record for 1.2.3.16 on ovirtmgmt.IPv4.
Sep  3 17:27:26 vhm-prd-02 kernel: tg3 0000:03:00.0 em1: Link is up at 1000 Mbps, full duplex
Sep  3 17:27:26 vhm-prd-02 kernel: tg3 0000:03:00.0 em1: Flow control is off for TX and off for RX
Sep  3 17:27:26 vhm-prd-02 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
Sep  3 17:27:26 vhm-prd-02 kernel: ovirtmgmt: port 1(em1) entered forwarding state
Sep  3 17:27:26 vhm-prd-02 kernel: ovirtmgmt: port 1(em1) entered forwarding state
Sep  3 17:27:26 vhm-prd-02 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): ovirtmgmt: link becomes ready
Sep  3 17:27:26 vhm-prd-02 network: Bringing up interface ovirtmgmt:  [  OK  ]
Sep  3 17:27:26 vhm-prd-02 systemd: Started LSB: Bring up/down networking.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Network.
Sep  3 17:27:26 vhm-prd-02 systemd: Reached target Network.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Postfix Mail Transport Agent...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting OpenSSH server daemon...
Sep  3 17:27:26 vhm-prd-02 systemd: Started OpenSSH server daemon.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Certificate monitoring and PKI enrollment...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Automounts filesystems on demand...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Network is Online.
Sep  3 17:27:26 vhm-prd-02 systemd: Reached target Network is Online.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Notify NFS peers of a restart...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting OSAD daemon...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Zabbix Monitor Agent...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Open-iSCSI...
Sep  3 17:27:26 vhm-prd-02 sm-notify[1292]: Version 1.3.0 starting
Sep  3 17:27:26 vhm-prd-02 iscsid: iSCSI logger with pid=1298 started!
Sep  3 17:27:26 vhm-prd-02 kernel: Loading iSCSI transport class v2.0-870.
Sep  3 17:27:26 vhm-prd-02 systemd: Started Notify NFS peers of a restart.
Sep  3 17:27:26 vhm-prd-02 automount[1307]: lookup_read_map: lookup(sss): getautomntent_r: No such file or directory
Sep  3 17:27:26 vhm-prd-02 systemd: Started Zabbix Monitor Agent.
Sep  3 17:27:26 vhm-prd-02 systemd: Started Open-iSCSI.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Logout off all iSCSI sessions on shutdown...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Login and scanning of iSCSI devices...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Virtualization daemon...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting NFS client services.
Sep  3 17:27:26 vhm-prd-02 iscsi-mark-root-nodes: iscsiadm: No active sessions.
Sep  3 17:27:26 vhm-prd-02 systemd: Reached target NFS client services.
Sep  3 17:27:26 vhm-prd-02 systemd: Started Automounts filesystems on demand.
Sep  3 17:27:26 vhm-prd-02 systemd: Started Logout off all iSCSI sessions on shutdown.
Sep  3 17:27:26 vhm-prd-02 systemd: Started Certificate monitoring and PKI enrollment.
Sep  3 17:27:26 vhm-prd-02 iscsiadm: iscsiadm: No records found
Sep  3 17:27:26 vhm-prd-02 systemd: Started Login and scanning of iSCSI devices.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Remote File Systems (Pre).
Sep  3 17:27:26 vhm-prd-02 systemd: Reached target Remote File Systems (Pre).
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Remote File Systems.
Sep  3 17:27:26 vhm-prd-02 systemd: Reached target Remote File Systems.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Trigger Flushing of Journal to Persistent Storage...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Crash recovery kernel arming...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting LSB: Starts the Spacewalk Daemon...
Sep  3 17:27:26 vhm-prd-02 journal: Runtime journal is using 8.0M (max 1.5G, leaving 2.3G of free 15.6G, current limit 1.5G).
Sep  3 17:27:26 vhm-prd-02 systemd: Started Trigger Flushing of Journal to Persistent Storage.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Permit User Sessions...
Sep  3 17:27:26 vhm-prd-02 rhnsd[1561]: Spacewalk Services Daemon starting up, check in interval 240 minutes.
Sep  3 17:27:26 vhm-prd-02 rhnsd: Starting Spacewalk Daemon: [  OK  ]
Sep  3 17:27:26 vhm-prd-02 systemd: Started Permit User Sessions.
Sep  3 17:27:26 vhm-prd-02 systemd: Started LSB: Starts the Spacewalk Daemon.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting SYSV: Starts up xen domains when the host boots....
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Command Scheduler...
Sep  3 17:27:26 vhm-prd-02 systemd: Started Command Scheduler.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Terminate Plymouth Boot Screen...
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Wait for Plymouth Boot Screen to Quit...
Sep  3 17:27:26 vhm-prd-02 rhn-virtualization-host: Starting RHN Managed Xen Domains:[  OK  ]
Sep  3 17:27:26 vhm-prd-02 systemd: Started SYSV: Starts up xen domains when the host boots..
Sep  3 17:27:26 vhm-prd-02 systemd: Started Virtualization daemon.
Sep  3 17:27:26 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:27:26 vhm-prd-02 systemd: Started OSAD daemon.
Sep  3 17:27:27 vhm-prd-02 systemd: Started Terminate Plymouth Boot Screen.
Sep  3 17:27:27 vhm-prd-02 systemd: Started Wait for Plymouth Boot Screen to Quit.
Sep  3 17:27:27 vhm-prd-02 systemd: Starting Serial Getty on ttyS1...
Sep  3 17:27:27 vhm-prd-02 systemd: Started Serial Getty on ttyS1.
Sep  3 17:27:27 vhm-prd-02 systemd: Starting Getty on tty1...
Sep  3 17:27:27 vhm-prd-02 systemd: Started Getty on tty1.
Sep  3 17:27:27 vhm-prd-02 systemd: Starting Login Prompts.
Sep  3 17:27:27 vhm-prd-02 systemd: Reached target Login Prompts.
Sep  3 17:27:27 vhm-prd-02 iscsid: iSCSI daemon with pid=1300 started!
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Registering new address record for fe80::d267:e5ff:fef0:e5c6 on ovirtmgmt.*.
Sep  3 17:27:27 vhm-prd-02 kdumpctl: kexec: loaded kdump kernel
Sep  3 17:27:27 vhm-prd-02 kdumpctl: Starting kdump: [OK]
Sep  3 17:27:27 vhm-prd-02 systemd: Started Crash recovery kernel arming.
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Registering new address record for fe80::d267:e5ff:fef0:e5c6 on em1.*.
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Withdrawing address record for 1.2.3.16 on ovirtmgmt.
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Leaving mDNS multicast group on interface ovirtmgmt.IPv4 with address 1.2.3.16.
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Interface ovirtmgmt.IPv4 no longer relevant for mDNS.
Sep  3 17:27:27 vhm-prd-02 kernel: ovirtmgmt: port 1(em1) entered disabled state
Sep  3 17:27:27 vhm-prd-02 avahi-daemon[778]: Withdrawing address record for fe80::d267:e5ff:fef0:e5c6 on ovirtmgmt.
Sep  3 17:27:28 vhm-prd-02 avahi-daemon[778]: Withdrawing address record for fe80::d267:e5ff:fef0:e5c6 on em1.
Sep  3 17:27:28 vhm-prd-02 kernel: device em1 left promiscuous mode
Sep  3 17:27:28 vhm-prd-02 kernel: ovirtmgmt: port 1(em1) entered disabled state
Sep  3 17:27:28 vhm-prd-02 avahi-daemon[778]: Withdrawing workstation service for ovirtmgmt.
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 93, in unified_restoration
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: setupNetworks(nets, bonds, connectivityCheck=False, _inRollback=True)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 642, in setupNetworks
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: implicitBonding=False, _netinfo=_netinfo)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 213, in wrapped
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: ret = func(**attrs)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 429, in delNetwork
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: netEnt.remove()
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/models.py", line 100, in remove
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: self.configurator.removeNic(self)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/configurators/ifcfg.py", line 215, in removeNic
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: self.configApplier.removeNic(nic.name)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/configurators/ifcfg.py", line 657, in removeNic
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: with open(cf) as nicFile:
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: IOError: [Errno 2] No such file or directory: u'/etc/sysconfig/network-scripts/ifcfg-p4p1'
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:27:28 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:27:28 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:27:28 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:27:28 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:27:28 vhm-prd-02 systemd: 
Sep  3 17:27:28 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:27:33 vhm-prd-02 systemd: Started Postfix Mail Transport Agent.
Sep  3 17:27:33 vhm-prd-02 systemd: Starting Multi-User System.
Sep  3 17:27:33 vhm-prd-02 systemd: Reached target Multi-User System.
Sep  3 17:27:33 vhm-prd-02 systemd: Starting Update UTMP about System Runlevel Changes...
Sep  3 17:27:33 vhm-prd-02 systemd: Starting Stop Read-Ahead Data Collection 10s After Completed Startup.
Sep  3 17:27:33 vhm-prd-02 systemd: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
Sep  3 17:27:33 vhm-prd-02 systemd: Started Update UTMP about System Runlevel Changes.
Sep  3 17:27:33 vhm-prd-02 systemd: Startup finished in 2.964s (kernel) + 2.507s (initrd) + 15.996s (userspace) = 21.468s.
Sep  3 17:27:43 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:27:44 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:27:44 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:27:44 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:27:44 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:27:44 vhm-prd-02 systemd: 
Sep  3 17:27:44 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:27:59 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:28:00 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:28:00 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:28:00 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:28:00 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:28:00 vhm-prd-02 systemd: 
Sep  3 17:28:00 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:28:01 vhm-prd-02 systemd: Starting user-0.slice.
Sep  3 17:28:01 vhm-prd-02 systemd: Created slice user-0.slice.
Sep  3 17:28:01 vhm-prd-02 systemd: Starting Session 1 of user root.
Sep  3 17:28:01 vhm-prd-02 systemd: Started Session 1 of user root.
Sep  3 17:28:03 vhm-prd-02 systemd: Starting Stop Read-Ahead Data Collection...
Sep  3 17:28:03 vhm-prd-02 systemd: Started Stop Read-Ahead Data Collection.
Sep  3 17:28:15 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:28:15 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:28:15 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:28:15 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:28:15 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:28:15 vhm-prd-02 systemd: 
Sep  3 17:28:15 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:28:30 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:28:31 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:28:31 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:28:31 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:28:31 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:28:31 vhm-prd-02 systemd: 
Sep  3 17:28:31 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:29:06 vhm-prd-02 systemd: Created slice user-0.slice.
Sep  3 17:29:06 vhm-prd-02 systemd: Starting Session 2 of user root.
Sep  3 17:29:06 vhm-prd-02 systemd-logind: New session 2 of user root.
Sep  3 17:29:06 vhm-prd-02 systemd: Started Session 2 of user root.
Sep  3 17:30:01 vhm-prd-02 journal: ovirt-ha-agent ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine ERROR Failed trying to connect storage:
Sep  3 17:30:01 vhm-prd-02 journal: ovirt-ha-agent ovirt_hosted_engine_ha.agent.agent.Agent ERROR Error: 'Failed trying to connect storage' - trying to restart agent
Sep  3 17:30:01 vhm-prd-02 systemd: Starting Session 3 of user root.
Sep  3 17:30:01 vhm-prd-02 systemd: Started Session 3 of user root.
Sep  3 17:30:06 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:30:07 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:30:07 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:30:07 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:30:07 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:30:07 vhm-prd-02 systemd: 
Sep  3 17:30:07 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:30:22 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:30:22 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:30:22 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:30:22 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:30:22 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:30:22 vhm-prd-02 systemd: 
Sep  3 17:30:22 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:30:38 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:30:38 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:30:38 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:30:38 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:30:38 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:30:38 vhm-prd-02 systemd: 
Sep  3 17:30:38 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:30:53 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:30:54 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:30:54 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:30:54 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:30:54 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:30:54 vhm-prd-02 systemd: 
Sep  3 17:30:54 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:31:09 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:31:09 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:31:09 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:31:09 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:31:09 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:31:09 vhm-prd-02 systemd: 
Sep  3 17:31:09 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:32:01 vhm-prd-02 systemd: Starting Session 4 of user root.
Sep  3 17:32:01 vhm-prd-02 systemd: Started Session 4 of user root.
Sep  3 17:32:40 vhm-prd-02 journal: ovirt-ha-agent ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine ERROR Failed trying to connect storage:
Sep  3 17:32:40 vhm-prd-02 journal: ovirt-ha-agent ovirt_hosted_engine_ha.agent.agent.Agent ERROR Error: 'Failed trying to connect storage' - trying to restart agent
Sep  3 17:32:45 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:32:45 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:32:45 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:32:45 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:32:45 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:32:45 vhm-prd-02 systemd: 
Sep  3 17:32:45 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:33:00 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:33:01 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:33:01 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:33:01 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:33:01 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:33:01 vhm-prd-02 systemd: 
Sep  3 17:33:01 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:33:16 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:33:16 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:33:16 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:33:16 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:33:16 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:33:16 vhm-prd-02 systemd: 
Sep  3 17:33:16 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:33:31 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:33:32 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:33:32 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:33:32 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:33:32 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:33:32 vhm-prd-02 systemd: 
Sep  3 17:33:32 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:33:47 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:33:48 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:33:48 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:33:48 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:33:48 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:33:48 vhm-prd-02 systemd: 
Sep  3 17:33:48 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:34:01 vhm-prd-02 systemd: Starting Session 5 of user root.
Sep  3 17:34:01 vhm-prd-02 systemd: Started Session 5 of user root.
Sep  3 17:35:18 vhm-prd-02 journal: ovirt-ha-agent ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine ERROR Failed trying to connect storage:
Sep  3 17:35:18 vhm-prd-02 journal: ovirt-ha-agent ovirt_hosted_engine_ha.agent.agent.Agent ERROR Error: 'Failed trying to connect storage' - trying to restart agent
Sep  3 17:35:23 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:35:24 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:35:24 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:35:24 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:35:24 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:35:24 vhm-prd-02 systemd: 
Sep  3 17:35:24 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:35:39 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:35:39 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:35:39 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:35:39 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:35:39 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:35:39 vhm-prd-02 systemd: 
Sep  3 17:35:39 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:35:54 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:35:55 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:35:55 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:35:55 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:35:55 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:35:55 vhm-prd-02 systemd: 
Sep  3 17:35:55 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:36:01 vhm-prd-02 systemd: Starting Session 6 of user root.
Sep  3 17:36:01 vhm-prd-02 systemd: Started Session 6 of user root.
Sep  3 17:36:10 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:36:10 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:36:10 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:36:10 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:36:10 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:36:10 vhm-prd-02 systemd: 
Sep  3 17:36:10 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:36:25 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:36:26 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:36:26 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:36:26 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:36:26 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:36:26 vhm-prd-02 systemd: 
Sep  3 17:36:26 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:37:57 vhm-prd-02 journal: ovirt-ha-agent ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine ERROR Failed trying to connect storage:
Sep  3 17:37:57 vhm-prd-02 journal: ovirt-ha-agent ovirt_hosted_engine_ha.agent.agent.Agent ERROR Error: 'Failed trying to connect storage' - trying to restart agent
Sep  3 17:38:01 vhm-prd-02 systemd: Starting Session 7 of user root.
Sep  3 17:38:01 vhm-prd-02 systemd: Started Session 7 of user root.
Sep  3 17:38:02 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:38:02 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:38:02 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:38:02 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:38:02 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:38:02 vhm-prd-02 systemd: 
Sep  3 17:38:02 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:38:17 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:38:18 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:38:18 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:38:18 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:38:18 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:38:18 vhm-prd-02 systemd: 
Sep  3 17:38:18 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:38:33 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:38:33 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:38:33 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:38:33 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:38:33 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:38:33 vhm-prd-02 systemd: 
Sep  3 17:38:33 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:38:48 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:38:49 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:38:49 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:38:49 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:38:49 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:38:49 vhm-prd-02 systemd: 
Sep  3 17:38:49 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:39:04 vhm-prd-02 systemd: Starting Virtual Desktop Server Manager network restoration...
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 345, in <module>
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: restore(args)
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 314, in restore
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: unified_restoration()
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/vdsm-restore-net-config", line 71, in unified_restoration
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: _inRollback=True)
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: File "/usr/share/vdsm/network/api.py", line 662, in setupNetworks
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: "system" % network)
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: network.errors.ConfigNetworkError: (27, "Cannot delete network 'ovirtmgmt': It doesn't exist in the system")
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: Traceback (most recent call last):
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: File "/usr/bin/vdsm-tool", line 219, in main
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: return tool_command[cmd]["command"](*args)
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 40, in restore_command
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: exec_restore(cmd)
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: File "/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py", line 53, in exec_restore
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: raise EnvironmentError('Failed to restore the persisted networks')
Sep  3 17:39:04 vhm-prd-02 vdsm-tool: EnvironmentError: Failed to restore the persisted networks
Sep  3 17:39:04 vhm-prd-02 systemd: vdsm-network.service: main process exited, code=exited, status=1/FAILURE
Sep  3 17:39:04 vhm-prd-02 systemd: Failed to start Virtual Desktop Server Manager network restoration.
Sep  3 17:39:04 vhm-prd-02 systemd: Dependency failed for Virtual Desktop Server Manager.
Sep  3 17:39:04 vhm-prd-02 systemd: 
Sep  3 17:39:04 vhm-prd-02 systemd: Unit vdsm-network.service entered failed state.
Sep  3 17:40:01 vhm-prd-02 systemd: Starting Session 8 of user root.
Sep  3 17:40:01 vhm-prd-02 systemd: Started Session 8 of user root.
Sep  3 17:40:01 vhm-prd-02 systemd: Starting Session 9 of user root.
Sep  3 17:40:01 vhm-prd-02 systemd: Started Session 9 of user root.
Sep  3 17:40:04 vhm-prd-02 systemd: Unmounting NFSD configuration filesystem...
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping Session 2 of user root.
Sep  3 17:40:04 vhm-prd-02 systemd: Stopped Session 2 of user root.
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping user-0.slice.
Sep  3 17:40:04 vhm-prd-02 systemd: Removed slice user-0.slice.
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping LVM2 PV scan on device 8:3...
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping LVM2 PV scan on device 8:2...
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping Read and set NIS domainname from /etc/sysconfig/network...
Sep  3 17:40:04 vhm-prd-02 systemd: Stopped Read and set NIS domainname from /etc/sysconfig/network.
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping Stop Read-Ahead Data Collection 10s After Completed Startup.
Sep  3 17:40:04 vhm-prd-02 systemd: Stopped Stop Read-Ahead Data Collection 10s After Completed Startup.
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping Dump dmesg to /var/log/dmesg...
Sep  3 17:40:04 vhm-prd-02 systemd: Stopped Dump dmesg to /var/log/dmesg.
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping "Auxiliary vdsm service for running helper functions as root"...
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping Watchdog Multiplexing Daemon...
Sep  3 17:40:04 vhm-prd-02 systemd: Stopping Shared Storage Lease Manager...
Sep  3 17:40:05 vhm-prd-02 systemd: Stopping Multi-User System.
Sep  3 17:40:05 vhm-prd-02 systemd: Stopped target Multi-User System.
Sep  3 17:40:05 vhm-prd-02 rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="787" x-info="http://www.rsyslog.com"] exiting on signal 15.


More information about the Users mailing list