vManager cannot open in the eve-ng community

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
adminim
Posts: 5
Joined: Sun Oct 01, 2017 7:51 am

vManager cannot open in the eve-ng community

Post by adminim » Wed Sep 04, 2019 2:06 am

Hi Exper,
I added Viptela's image as described in the documentation, the method is the same, but my vManager does not start properly.
Both vEdge and vSmart are normal. Only vManager has this problem.


My config.php:

<?php
/* TEMPLATE MODE .missing or .hided
*
* .hided: will hide all template not present on system ( no image installed )
* .missing: will display not selectable template not present ( no image installed )
*
*/



DEFINE('TEMPLATE_DISABLED','.missing') ;




/* Define custom templates:
*
* Create for exemple /opt/unetlab/html/templates/mytemplate.php and Create /opt/unetlab/html/templates/othertemplate.php
* Then uncomment lines below
*/

$custom_templates = Array(
'vtsmart' => 'Viptela vSmart',
'vtbond' => 'Viptela vBond',
'vtedge' => 'Viptela vEdge',
'vtmgmt' => 'Viptela vManage',
'vtcontainer' => 'Viptela vContainer',
'dcnm' => 'Cisco Data Center Network Manager'
);


?>


My vtmgmt.php:

<?php
# vim: syntax=php tabstop=4 softtabstop=0 noexpandtab laststatus=1 ruler

/*
* Copyright (c) 2016, Andrea Dainese
* Copyright (c) 2017, Alain Degreffe
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the UNetLab Ltd nor the name of EVE-NG Ltd nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

$p['type'] = 'qemu';
$p['name'] = 'vManager';
$p['cpulimit'] = 1;
$p['icon'] = 'vManage.png';
$p['cpu'] = 4;
$p['ram'] = 16384;
$p['ethernet'] = 2;
$p['eth_format'] = 'eth{0}';
$p['console'] = 'telnet';
$p['qemu_arch'] = 'x86_64';
$p['qemu_version'] = '2.9.0';
$p['qemu_nic'] = 'virtio-net-pci';
$p['qemu_options'] = '-machine type=pc,accel=kvm -vga std -usbdevice tablet -boot order=dc';
?>

adminim
Posts: 5
Joined: Sun Oct 01, 2017 7:51 am

Re: vManager cannot open in the eve-ng community

Post by adminim » Thu Sep 05, 2019 3:45 pm

Hi Experts,
Could you help me check the problem?

Thanks very much!

Post Reply