Re: [WISPA] cnMaestro

2016-11-30 Thread Mike Hammett
http://bfy.tw/8wBp 




- 
Mike Hammett 

Intelligent Computing Solutions 


Midwest Internet Exchange 


The Brothers WISP 

- Original Message -

From: "Jon Langeler" <jon-ispli...@michwave.net> 
To: "WISPA General List" <wireless@wispa.org> 
Sent: Wednesday, November 30, 2016 1:24:58 PM 
Subject: Re: [WISPA] cnMaestro 


So is cnMaestro free and will it always be like that? Any catches? 


Jon Langeler 
Michwave Technologies, Inc. 



On Nov 30, 2016, at 1:39 PM, Art Stephens < asteph...@ptera.com > wrote: 





Too bad I do not have zvol 


dd: failed to open â/dev/zvol/Storage/vm-100-disk-1â: No such file or directory 



On Tue, Nov 29, 2016 at 5:26 AM, Larry A. Weidig < lwei...@excel.net > wrote: 





Art: 

We have actually went through this process and here is the documentation for 
the setup from our docs server, hope it helps: 

1. Login to the virtualization host as root where this image will be initially 
built and run the following commands to download the image and prepare it for 
installation in our Proxmox environment: 
mkdir cnMaestro 
cd cnMaestro 
lynx https://support.cambiumnetworks.com/files/cnmaestro/ # Login and download 
OVA image 
tar -xvf *.ova 
qemu-img convert -f vmdk cnmaestro-on-premises_1.2.1-r1_amd64-disk1.vmdk -O 
qcow2 qcowdisk.qcow2 
2. The using the Proxmox UI create a virtual machine with the following system 
specs: 
Item
Value   

Name
cor-cnm-00.excel.net

OS  
Linux 4.x /3.x / 2.6 Kernel 

CD / DVD
Do not use any media

Hard Disk   
Bus: IDE, Storage: zfdStorage, Size: 80 

CPU 
Sockets: 2, Cores: 2

Memory  
Fixed: 4096 

Network 
Bridged mode, Model: Intel E1000

Hardware
Display: VMware compatible (vmware) 
3. We now need to get the disk image into the newly created virtual machine 
using the following commands as root from the folder created above: 
modprobe nbd max_part=63 
qemu-nbd -c /dev/nbd0 /root/cnMaestro/qcowdisk.qcow2 
dd if=/dev/nbd0 of=/dev/zvol/Storage/vm- NNN -disk-1 bs=1M # Replace NNN with 
the actual vmid for machine created in last step, this will take a while 
4. Fire it up using the Proxmox console. It will initially have some issues 
waiting for network configuration, do not worry and just wait it out. Once 
booted login to the console using the username of cambium and password of 
cnmaestro . 
5. At the Operations menu setup the Network and Password options as appropriate 
for the environment and then Reboot the server to make sure it comes up with 
the new settings. 
6. Immediately login to the WebUI using the username admin and password admin . 
Change the password and create a second administrator account for access! NOTE: 
Google Chrome seems to have issues with the site . 
7. At this point the server is up and running as needed. 




Larry A. Weidig ( lwei...@excel.net ) 
Excel.Net , Inc. – http://www.excel.net/ 
(920) 452-0455 – Sheboygan/Plymouth area 
(888) 489-9995 – Other areas, toll-free 




From: wireless-boun...@wispa.org [mailto: wireless-boun...@wispa.org ] On 
Behalf Of Art Stephens 
Sent: Monday, November 28, 2016 5:16 PM 
To: WISPA General List < wireless@wispa.org > 
Subject: [WISPA] cnMaestro 


Anyone successfully install the cnMaestro On-Premises VA on Proxmox? 



-- 




Arthur Stephens 

Senior Networking Technician 

Ptera Inc. 
PO Box 135 
24001 E Mission Suite 50 
Liberty Lake, WA 99019 
509-927-7837 

ptera.com | 

facebook.com/PteraInc | twitter.com/Ptera 
- 
"This message may contain confidential and/or propriety information, and is 
intended for the person/entity to whom it was originally addressed. 
Any use by others is strictly prohibited. Please note that any views or 
opinions presented in this email are solely those of the author and are not 
intended to represent those of the company." 
___ 
Wireless mailing list 
Wireless@wispa.org 
http://lists.wispa.org/mailman/listinfo/wireless 







-- 




Arthur Stephens 
Senior Networking Technician 
Ptera Inc. 
PO Box 135 
24001 E Mission Suite 50 
Liberty Lake, WA 99019 
509-927-7837 

ptera.com | 
facebook.com/PteraInc | twitter.com/Ptera 
- 
"This message may contain confidential and/or propriety information, and is 
intended for the person/entity to whom it was originally addressed. 
Any use by others is strictly prohibited. Please note that any views or 
opinions presented in this email are solely those of the author and are not 
intended to represent those of the company." 





___ 
Wireless mailing list 
Wireless@wispa.org 
http://lists.wispa.org/mailman/listinfo/wireless 




Re: [WISPA] cnMaestro

2016-11-30 Thread Jon Langeler
So is cnMaestro free and will it always be like that? Any catches?

Jon Langeler
Michwave Technologies, Inc.


> On Nov 30, 2016, at 1:39 PM, Art Stephens  wrote:
> 
> Too bad I do not have zvol
> 
> dd: failed to open â/dev/zvol/Storage/vm-100-disk-1â: No such file or 
> directory
> 
>> On Tue, Nov 29, 2016 at 5:26 AM, Larry A. Weidig  wrote:
>> Art:
>> 
>>  
>> 
>> We have actually went through this process and here is the documentation for 
>> the setup from our docs server, hope it helps:
>> 
>>  
>> 
>> 1. Login to the virtualization host as root where this image will be 
>> initially built and run the following commands to download the image and 
>> prepare it for installation in our Proxmox environment:
>> 
>> mkdir cnMaestro
>> cd cnMaestro
>> lynx https://support.cambiumnetworks.com/files/cnmaestro/ # Login and 
>> download OVA image 
>> tar -xvf *.ova
>> qemu-img convert -f vmdk cnmaestro-on-premises_1.2.1-r1_amd64-disk1.vmdk -O 
>> qcow2 qcowdisk.qcow2
>> 2. The using the Proxmox UI create a virtual machine with the following 
>> system specs:
>> 
>> Item
>> 
>> Value
>> 
>> Name
>> 
>> cor-cnm-00.excel.net
>> 
>> OS
>> 
>> Linux 4.x /3.x / 2.6 Kernel
>> 
>> CD / DVD
>> 
>> Do not use any media
>> 
>> Hard Disk
>> 
>> Bus: IDE, Storage: zfdStorage, Size: 80
>> 
>> CPU
>> 
>> Sockets: 2, Cores: 2
>> 
>> Memory
>> 
>> Fixed: 4096
>> 
>> Network
>> 
>> Bridged mode, Model: Intel E1000
>> 
>> Hardware
>> 
>> Display: VMware compatible (vmware)
>> 
>> 3. We now need to get the disk image into the newly created virtual 
>> machine using the following commands as root from the folder created above:
>> 
>> modprobe nbd max_part=63
>> qemu-nbd -c /dev/nbd0 /root/cnMaestro/qcowdisk.qcow2
>> dd if=/dev/nbd0 of=/dev/zvol/Storage/vm-NNN-disk-1 bs=1M # Replace NNN with 
>> the actual vmid for machine created in last step, this will take a while
>> 4. Fire it up using the Proxmox console.  It will initially have some 
>> issues waiting for network configuration, do not worry and just wait it out. 
>>  Once booted login to the console using the username of cambium and password 
>> of cnmaestro.  
>> 
>> 5. At the Operations menu setup the Network and Password options as 
>> appropriate for the environment and then Reboot the server to make sure it 
>> comes up with the new settings.
>> 
>> 6. Immediately login to the WebUI using the username admin and password 
>> admin.  Change the password and create a second administrator account for 
>> access!  NOTE: Google Chrome seems to have issues with the site.
>> 
>> 7. At this point the server is up and running as needed.
>> 
>>  
>> 
>>  
>> 
>>  
>> 
>> Larry A. Weidig (lwei...@excel.net)
>> 
>> Excel.Net, Inc. – http://www.excel.net/
>> 
>> (920) 452-0455 – Sheboygan/Plymouth area
>> 
>> (888) 489-9995 – Other areas, toll-free
>> 
>>  
>> 
>> From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On 
>> Behalf Of Art Stephens
>> Sent: Monday, November 28, 2016 5:16 PM
>> To: WISPA General List 
>> Subject: [WISPA] cnMaestro
>> 
>>  
>> 
>> Anyone successfully install the cnMaestro On-Premises VA on Proxmox?
>> 
>>  
>> 
>> --
>> 
>> Arthur Stephens
>> 
>> Senior Networking Technician
>> 
>> Ptera Inc.
>> PO Box 135
>> 24001 E Mission Suite 50
>> Liberty Lake, WA 99019 
>> 509-927-7837 
>> 
>> ptera.com |
>> 
>> facebook.com/PteraInc | twitter.com/Ptera
>> 
>>  
>> -
>>  
>> "This message may contain confidential and/or propriety information, and is 
>> intended for the person/entity to whom it was originally addressed. 
>> Any use by others is strictly prohibited. Please note that any views or 
>> opinions presented in this email are solely those of the author and are not 
>> intended to represent those of the company." 
>> 
>> 
>> ___
>> Wireless mailing list
>> Wireless@wispa.org
>> http://lists.wispa.org/mailman/listinfo/wireless
> 
> 
> 
> -- 
> Arthur Stephens
> Senior Networking Technician
> Ptera Inc.
> PO Box 135
> 24001 E Mission Suite 50
> Liberty Lake, WA 99019 
> 509-927-7837 
> ptera.com |
> facebook.com/PteraInc | twitter.com/Ptera
>  
> - 
> "This message may contain confidential and/or propriety information, and is 
> intended for the person/entity to whom it was originally addressed. 
> Any use by others is strictly prohibited. Please note that any views or 
> opinions presented in this email are solely those of the author and are not 
> intended to represent those of the company." 
> ___
> Wireless mailing list
> Wireless@wispa.org
> http://lists.wispa.org/mailman/listinfo/wireless
___
Wireless mailing list
Wireless@wispa.org

Re: [WISPA] cnMaestro

2016-11-30 Thread Art Stephens
Too bad I do not have zvol

dd: failed to open â/dev/zvol/Storage/vm-100-disk-1â: No such file or
directory

On Tue, Nov 29, 2016 at 5:26 AM, Larry A. Weidig  wrote:

> Art:
>
>
>
> We have actually went through this process and here is the documentation
> for the setup from our docs server, hope it helps:
>
>
>
> 1. Login to the virtualization host as root where this image will be
> initially built and run the following commands to download the image and
> prepare it for installation in our Proxmox environment:
>
> mkdir cnMaestro
>
> cd cnMaestro
>
> lynx https://support.cambiumnetworks.com/files/cnmaestro/ # Login and
> download OVA image
>
> tar -xvf *.ova
>
> qemu-img convert -f vmdk cnmaestro-on-premises_1.2.1-r1_amd64-disk1.vmdk
> -O qcow2 qcowdisk.qcow2
>
> 2. The using the Proxmox UI create a virtual machine with the
> following system specs:
>
> *Item*
>
> *Value*
>
> Name
>
> cor-cnm-00.excel.net
>
> OS
>
> Linux 4.x /3.x / 2.6 Kernel
>
> CD / DVD
>
> Do not use any media
>
> Hard Disk
>
> Bus: IDE, Storage: zfdStorage, Size: 80
>
> CPU
>
> Sockets: 2, Cores: 2
>
> Memory
>
> Fixed: 4096
>
> Network
>
> Bridged mode, Model: Intel E1000
>
> Hardware
>
> Display: VMware compatible (vmware)
>
> 3. We now need to get the disk image into the newly created virtual
> machine using the following commands as root from the folder created above:
>
> modprobe nbd max_part=63
>
> qemu-nbd -c /dev/nbd0 /root/cnMaestro/qcowdisk.qcow2
>
> dd if=/dev/nbd0 of=/dev/zvol/Storage/vm-*NNN*-disk-1 bs=1M # Replace *NNN* 
> with
> the actual vmid for machine created in last step, this will take a while
>
> 4. Fire it up using the Proxmox console.  It will initially have some
> issues waiting for network configuration, do not worry and just wait it
> out.  Once booted login to the console using the username of *cambium* and
> password of *cnmaestro*.
>
> 5. At the *Operations* menu setup the *Network* and *Password* options
> as appropriate for the environment and then *Reboot* the server to make
> sure it comes up with the new settings.
>
> 6. Immediately login to the WebUI using the username *admin* and
> password *admin*.  Change the password and create a second administrator
> account for access!  NOTE: Google Chrome seems to have issues with the
> site.
>
> 7. At this point the server is up and running as needed.
>
>
>
>
>
>
>
> Larry A. Weidig (lwei...@excel.net)
>
> Excel.Net, Inc. – http://www.excel.net/
>
> (920) 452-0455 – Sheboygan/Plymouth area
>
> (888) 489-9995 – Other areas, toll-free
>
>
>
> *From:* wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] *On
> Behalf Of *Art Stephens
> *Sent:* Monday, November 28, 2016 5:16 PM
> *To:* WISPA General List 
> *Subject:* [WISPA] cnMaestro
>
>
>
> Anyone successfully install the cnMaestro On-Premises VA on Proxmox?
>
>
>
> --
>
> Arthur Stephens
>
> Senior Networking Technician
>
> Ptera Inc.
> PO Box 135
> 24001 E Mission Suite 50
> Liberty Lake, WA 99019
> 509-927-7837
>
> ptera.com |
>
> facebook.com/PteraInc | twitter.com/Ptera
>
>  ---
> --
> "This message may contain confidential and/or propriety information, and
> is intended for the person/entity to whom it was originally addressed.
> Any use by others is strictly prohibited. Please note that any views or
> opinions presented in this email are solely those of the author and are not
> intended to represent those of the company."
>
> ___
> Wireless mailing list
> Wireless@wispa.org
> http://lists.wispa.org/mailman/listinfo/wireless
>
>


-- 
Arthur Stephens
Senior Networking Technician
Ptera Inc.
PO Box 135
24001 E Mission Suite 50
Liberty Lake, WA 99019
509-927-7837
ptera.com |
facebook.com/PteraInc | twitter.com/Ptera
 -
"This message may contain confidential and/or propriety information, and is
intended for the person/entity to whom it was originally addressed.
Any use by others is strictly prohibited. Please note that any views or
opinions presented in this email are solely those of the author and are not
intended to represent those of the company."
___
Wireless mailing list
Wireless@wispa.org
http://lists.wispa.org/mailman/listinfo/wireless


Re: [WISPA] cnMaestro

2016-11-29 Thread Josh Reynolds
Lxc containers are very very fast, stack well, use miniscule resources, and
snapshot instantly in ssd backed lvm-thin pools.

Love them.

On Nov 29, 2016 8:17 AM, "Larry A. Weidig" <lwei...@excel.net> wrote:

> For us it was efficient use of hardware.  With OpenVZ / LXC we can run
> containers with negligible decrease in performance (less than 3% in our
> testing) and still get the needed isolation.  Now with LXC they have lost
> live migration, so that stinks but they keep claiming it will return.  We
> have been running a cluster for years and it works very well. We have 10G
> private storage network and do a lot of ZFS / iSCSI.
>
>
>
>
>
> Larry A. Weidig (lwei...@excel.net)
>
> Excel.Net, Inc. – http://www.excel.net/
>
> (920) 452-0455 – Sheboygan/Plymouth area
>
> (888) 489-9995 – Other areas, toll-free
>
>
>
> *From:* wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] *On
> Behalf Of *Jon Langeler
> *Sent:* Tuesday, November 29, 2016 8:12 AM
> *To:* WISPA General List <wireless@wispa.org>
> *Subject:* Re: [WISPA] cnMaestro
>
>
>
> What's the selling point of Proxmox over VMware?
>
> Jon Langeler
>
> Michwave Technologies, Inc.
>
>
>
>
> On Nov 28, 2016, at 6:16 PM, Art Stephens <asteph...@ptera.com> wrote:
>
> Anyone successfully install the cnMaestro On-Premises VA on Proxmox?
>
>
>
> --
>
> Arthur Stephens
>
> Senior Networking Technician
>
> Ptera Inc.
> PO Box 135
> 24001 E Mission Suite 50
> Liberty Lake, WA 99019
> 509-927-7837
>
> ptera.com |
>
> facebook.com/PteraInc | twitter.com/Ptera
>
>  ---
> --
> "This message may contain confidential and/or propriety information, and
> is intended for the person/entity to whom it was originally addressed.
> Any use by others is strictly prohibited. Please note that any views or
> opinions presented in this email are solely those of the author and are not
> intended to represent those of the company."
>
> ___
> Wireless mailing list
> Wireless@wispa.org
> http://lists.wispa.org/mailman/listinfo/wireless
>
>
> ___
> Wireless mailing list
> Wireless@wispa.org
> http://lists.wispa.org/mailman/listinfo/wireless
>
>
___
Wireless mailing list
Wireless@wispa.org
http://lists.wispa.org/mailman/listinfo/wireless


Re: [WISPA] cnMaestro

2016-11-29 Thread Larry A. Weidig
For us it was efficient use of hardware.  With OpenVZ / LXC we can run 
containers with negligible decrease in performance (less than 3% in our 
testing) and still get the needed isolation.  Now with LXC they have lost live 
migration, so that stinks but they keep claiming it will return.  We have been 
running a cluster for years and it works very well. We have 10G private storage 
network and do a lot of ZFS / iSCSI.  

 

 

Larry A. Weidig ( <mailto:lwei...@excel.net> lwei...@excel.net)

Excel.Net, Inc. –  <http://www.excel.net/> http://www.excel.net/

(920) 452-0455 – Sheboygan/Plymouth area

(888) 489-9995 – Other areas, toll-free

 

From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On Behalf 
Of Jon Langeler
Sent: Tuesday, November 29, 2016 8:12 AM
To: WISPA General List <wireless@wispa.org>
Subject: Re: [WISPA] cnMaestro

 

What's the selling point of Proxmox over VMware?

Jon Langeler

Michwave Technologies, Inc.

 


On Nov 28, 2016, at 6:16 PM, Art Stephens <asteph...@ptera.com 
<mailto:asteph...@ptera.com> > wrote:

Anyone successfully install the cnMaestro On-Premises VA on Proxmox?


 

-- 

Arthur Stephens

Senior Networking Technician

Ptera Inc.
PO Box 135
24001 E Mission Suite 50
Liberty Lake, WA 99019 
509-927-7837 

ptera.com <http://ptera.com>  |

facebook.com/PteraInc <http://facebook.com/PteraInc>  | twitter.com/Ptera 
<http://twitter.com/Ptera> 

 - 
"This message may contain confidential and/or propriety information, and is 
intended for the person/entity to whom it was originally addressed. 
Any use by others is strictly prohibited. Please note that any views or 
opinions presented in this email are solely those of the author and are not 
intended to represent those of the company." 

___
Wireless mailing list
Wireless@wispa.org <mailto:Wireless@wispa.org> 
http://lists.wispa.org/mailman/listinfo/wireless

___
Wireless mailing list
Wireless@wispa.org
http://lists.wispa.org/mailman/listinfo/wireless


Re: [WISPA] cnMaestro

2016-11-29 Thread Mike Hammett
Cost and resource overhead. 




- 
Mike Hammett 

Intelligent Computing Solutions 


Midwest Internet Exchange 


The Brothers WISP 

- Original Message -

From: "Jon Langeler" <jon-ispli...@michwave.net> 
To: "WISPA General List" <wireless@wispa.org> 
Sent: Tuesday, November 29, 2016 8:11:45 AM 
Subject: Re: [WISPA] cnMaestro 


What's the selling point of Proxmox over VMware? 


Jon Langeler 
Michwave Technologies, Inc. 



On Nov 28, 2016, at 6:16 PM, Art Stephens < asteph...@ptera.com > wrote: 





Anyone successfully install the cnMaestro On-Premises VA on Proxmox? 


-- 




Arthur Stephens 
Senior Networking Technician 
Ptera Inc. 
PO Box 135 
24001 E Mission Suite 50 
Liberty Lake, WA 99019 
509-927-7837 

ptera.com | 
facebook.com/PteraInc | twitter.com/Ptera 
- 
"This message may contain confidential and/or propriety information, and is 
intended for the person/entity to whom it was originally addressed. 
Any use by others is strictly prohibited. Please note that any views or 
opinions presented in this email are solely those of the author and are not 
intended to represent those of the company." 





___ 
Wireless mailing list 
Wireless@wispa.org 
http://lists.wispa.org/mailman/listinfo/wireless 



___ 
Wireless mailing list 
Wireless@wispa.org 
http://lists.wispa.org/mailman/listinfo/wireless 

___
Wireless mailing list
Wireless@wispa.org
http://lists.wispa.org/mailman/listinfo/wireless


Re: [WISPA] cnMaestro

2016-11-29 Thread Jon Langeler
What's the selling point of Proxmox over VMware?

Jon Langeler
Michwave Technologies, Inc.


> On Nov 28, 2016, at 6:16 PM, Art Stephens  wrote:
> 
> Anyone successfully install the cnMaestro On-Premises VA on Proxmox?
> 
> -- 
> Arthur Stephens
> Senior Networking Technician
> Ptera Inc.
> PO Box 135
> 24001 E Mission Suite 50
> Liberty Lake, WA 99019 
> 509-927-7837 
> ptera.com |
> facebook.com/PteraInc | twitter.com/Ptera
>  
> - 
> "This message may contain confidential and/or propriety information, and is 
> intended for the person/entity to whom it was originally addressed. 
> Any use by others is strictly prohibited. Please note that any views or 
> opinions presented in this email are solely those of the author and are not 
> intended to represent those of the company." 
> ___
> Wireless mailing list
> Wireless@wispa.org
> http://lists.wispa.org/mailman/listinfo/wireless
___
Wireless mailing list
Wireless@wispa.org
http://lists.wispa.org/mailman/listinfo/wireless


Re: [WISPA] cnMaestro

2016-11-29 Thread Larry A. Weidig
Art:

 

We have actually went through this process and here is the documentation for 
the setup from our docs server, hope it helps:

 

1. Login to the virtualization host as root where this image will be 
initially built and run the following commands to download the image and 
prepare it for installation in our Proxmox environment:

mkdir cnMaestro

cd cnMaestro

lynx https://support.cambiumnetworks.com/files/cnmaestro/ # Login and download 
OVA image 

tar -xvf *.ova

qemu-img convert -f vmdk cnmaestro-on-premises_1.2.1-r1_amd64-disk1.vmdk -O 
qcow2 qcowdisk.qcow2

2. The using the Proxmox UI create a virtual machine with the following 
system specs:


Item

Value


Name

cor-cnm-00.excel.net


OS

Linux 4.x /3.x / 2.6 Kernel


CD / DVD

Do not use any media


Hard Disk

Bus: IDE, Storage: zfdStorage, Size: 80


CPU

Sockets: 2, Cores: 2


Memory

Fixed: 4096


Network

Bridged mode, Model: Intel E1000


Hardware

Display: VMware compatible (vmware)

3. We now need to get the disk image into the newly created virtual machine 
using the following commands as root from the folder created above:

modprobe nbd max_part=63

qemu-nbd -c /dev/nbd0 /root/cnMaestro/qcowdisk.qcow2

dd if=/dev/nbd0 of=/dev/zvol/Storage/vm-NNN-disk-1 bs=1M # Replace NNN with the 
actual vmid for machine created in last step, this will take a while

4. Fire it up using the Proxmox console.  It will initially have some 
issues waiting for network configuration, do not worry and just wait it out.  
Once booted login to the console using the username of cambium and password of 
cnmaestro.  

5. At the Operations menu setup the Network and Password options as 
appropriate for the environment and then Reboot the server to make sure it 
comes up with the new settings.

6. Immediately login to the WebUI using the username admin and password 
admin.  Change the password and create a second administrator account for 
access!  NOTE: Google Chrome seems to have issues with the site.

7. At this point the server is up and running as needed.

 

 

 

Larry A. Weidig (  lwei...@excel.net)

Excel.Net, Inc. –   http://www.excel.net/

(920) 452-0455 – Sheboygan/Plymouth area

(888) 489-9995 – Other areas, toll-free

 

From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On Behalf 
Of Art Stephens
Sent: Monday, November 28, 2016 5:16 PM
To: WISPA General List 
Subject: [WISPA] cnMaestro

 

Anyone successfully install the cnMaestro On-Premises VA on Proxmox?


 

-- 

Arthur Stephens

Senior Networking Technician

Ptera Inc.
PO Box 135
24001 E Mission Suite 50
Liberty Lake, WA 99019 
509-927-7837 

ptera.com   |

facebook.com/PteraInc   | twitter.com/Ptera 
 

 - 
"This message may contain confidential and/or propriety information, and is 
intended for the person/entity to whom it was originally addressed. 
Any use by others is strictly prohibited. Please note that any views or 
opinions presented in this email are solely those of the author and are not 
intended to represent those of the company." 

___
Wireless mailing list
Wireless@wispa.org
http://lists.wispa.org/mailman/listinfo/wireless


Re: [WISPA] cnMaestro

2016-11-28 Thread Josh Reynolds
Try via full vert instead of an LXC / OpenVZ container.

On Mon, Nov 28, 2016 at 5:16 PM, Art Stephens  wrote:
> Anyone successfully install the cnMaestro On-Premises VA on Proxmox?
>
> --
> Arthur Stephens
> Senior Networking Technician
> Ptera Inc.
> PO Box 135
> 24001 E Mission Suite 50
> Liberty Lake, WA 99019
> 509-927-7837
> ptera.com |
> facebook.com/PteraInc | twitter.com/Ptera
>
> -
> "This message may contain confidential and/or propriety information, and is
> intended for the person/entity to whom it was originally addressed.
> Any use by others is strictly prohibited. Please note that any views or
> opinions presented in this email are solely those of the author and are not
> intended to represent those of the company."
>
> ___
> Wireless mailing list
> Wireless@wispa.org
> http://lists.wispa.org/mailman/listinfo/wireless
>
___
Wireless mailing list
Wireless@wispa.org
http://lists.wispa.org/mailman/listinfo/wireless