HP Insight Cluster Management Utility v7.2 Release Notes
NOTE: Modify the CMU_CN_WIN_PWD variable in /opt/cmu/etc/cmuserver.conf for setting
user passwords during Windows unattended autoinstall.
• Cloned nodes reboot twice after first disk-boot for host-specific customizations.
• GPT partition table is not supported.
5.11 Ubuntu autoinstall template modifications while using local repository
For Ubuntu, uncomment the live-installer line in the Ubuntu autoinstall template file
(autoinst_ubuntu_cd.templ) before creating an autoinstall logical group. This is only required
while performing a autoinstall from a local repository (created from CD/DVD media).
5.12 Blacklist ahci module before attempting backup or clone of Dynamic
Smart Arrays (B120i RAID mode)
The ahci module loads first before RAID driver (hpvsa) inside the HP Insight CMU netboot
environment during backup and cloning operations. 'ahci' detects B120i (SL4540 Gen8) as a
normal SATA controller and therefore RAID setup is not recognized on nodes. To blacklist 'ahci',
add modprobe.blacklist=ahci to the /opt/cmu/etc/bootopts/default file. This
workaround is necessary only for Dynamic Smart Arrays based on B120i.
For example:
APPEND root=/dev/nfs CMU_CONSOLE ramdisk_blocksize=512 CMU_VENDOR_ARGS ip=::::::bootp modprobe.blacklist=ahci
5.13 Harmless kernel stack trace printed on the compute node vsp while
rebooting from HP Insight CMU netboot environment
The following stack trace is displayed on the vsp when compute nodes are rebooting from the
netboot environment during the end of backup and cloning. This can be ignored.
The system is going down for reboot NOW!
INIT: Sending processes the TERM signal
Starting CMU in runlevel 6
(Written by CMUTeam)
Syncing...
Umounting...
umount: /opt/cmu/mnt/*: not found
login: no process found
Reboot in progress
[ 1049.661602] ------------[ cut here ]------------
[ 1049.685793] WARNING: at drivers/pci/pci.c:1393 pci_disable_device+0x88/0xa0()
[ 1049.724409] Device snbep_uncore
disabling already-disabled device
[ 1049.758281] Modules linked in: libahci hpsa
[ 1049.784447] CPU: 6 PID: 7036 Comm: reboot Not tainted 3.10.9-CMU #2
[ 1049.820196] Hardware name: HP ProLiant DL160 Gen8, BIOS J03 04/04/2012
[ 1049.856370] ffffffff81952f05 ffff8804418a3d08 ffffffff816f9474 ffff8804418a3d48
[ 1049.898845] ffffffff8103870b ffff8804418a3d38 ffff88046fac5800 ffff88046fac58f8
[ 1049.940478] 0000000001234567 0000000000000000 0000000000000000 ffff8804418a3da8
[ 1049.982986] Call Trace:
[ 1049.996509] [<ffffffff816f9474>] dump_stack+0x19/0x1d
[ 1050.025197] [<ffffffff8103870b>] warn_slowpath_common+0x6b/0xa0
[ 1050.058912] [<ffffffff810387e1>] warn_slowpath_fmt+0x41/0x50
[ 1050.091515] [<ffffffff81320788>] pci_disable_device+0x88/0xa0
[ 1050.124510] [<ffffffff8132197f>] pci_device_shutdown+0x3f/0x50
[ 1050.158466] [<ffffffff813bafd5>] device_shutdown+0x15/0x160
[ 1050.190069] [<ffffffff8104dae1>] kernel_restart_prepare+0x31/0x40
[ 1050.224942] [<ffffffff8104dcb1>] kernel_restart+0x11/0x60
[ 1050.256079] [<ffffffff8104de51>] SyS_reboot+0x141/0x1e0
[ 1050.286087] [<ffffffff810fd944>] ? mntput_no_expire+0x44/0x150
[ 1050.319172] [<ffffffff810fda6c>] ? mntput+0x1c/0x30
[ 1050.347028] [<ffffffff810e1f99>] ? __fput+0x179/0x230
[ 1050.375230] [<ffffffff810e20b9>] ? ____fput+0x9/0x10
[ 1050.403299] [<ffffffff81055155>] ? task_work_run+0xb5/0xd0
[ 1050.434848] [<ffffffff81002095>] ? do_notify_resume+0x75/0x80
[ 1050.467710] [<ffffffff816fd0d8>] ? int_signal+0x12/0x17
5.11 Ubuntu autoinstall template modifications while using local repository 17