Network Setup

2012-06-01 Thread Sanders, Arbin D
All,

From the documentation, VCL has to have two networks, Private and Public. My 
question is can they be setup within VMware where the public IP can routed 
through the eth0 and get a DHCP address and the private IP can be routed 
through a vSwitch?

Do all of you have two vlans provided by a physical switch?

Any info would be helpful.

Arbin Darren Sanders

IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online
[cid:image001.png@01CD4029.62ED5450] 
http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
  [cid:image002.png@01CD4029.62ED5450] http://twitter.com/NCCUETAC

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

RE: [DISCUSS] stop vote on RC1 and cut RC2

2012-05-31 Thread Sanders, Arbin D
Let's fix the issues and move to RC2.

Arbin Darren Sanders
 
IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.

-Original Message-
From: Josh Thompson [mailto:josh_thomp...@ncsu.edu] 
Sent: Thursday, May 31, 2012 11:51 AM
To: vcl-dev@incubator.apache.org
Subject: [DISCUSS] stop vote on RC1 and cut RC2

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Aaron,

You're not being a stick in the mud.  I think it's great that you tested it 
well enough to find a few things that need to be corrected - that's the whole 
point of having a community vote to do a release.  I definitely consider the 
Shibboleth issue big enough to cut a new RC (even though that requires a new 
vote).

All,

Aaron has some good points.  I think we should fix the issues he mentioned and 
cut RC2 for 2.3.  This isn't an official vote process, but please share any 
thoughts you have.

Josh

On Wednesday, May 30, 2012 9:41:12 PM Aaron Coburn wrote:
 -1
 
 Sorry to a stick in the mud, guys, since I'd certainly like to see 2.3 
 released soon, but I encountered a few issues that I think should be 
 fixed before cutting the release.
 
 I installed the release candidate using a fresh database, testing 
 against a vCenter provisioning engine and Shibboleth authentication. I 
 was using a 64-bit Windows 7 image.
 
 The first issue I encountered was that each time the management node 
 calls 'get_file_contents', the contents of the target file are printed 
 to the log. This is generally not an issue, but when a slice of the 
 registry is retrieved, that amounted to ~30,000 lines in my logfile. 
 And that happens each time an image is reloaded. (Somehow I hadn't 
 noticed this with the code from about two weeks ago). I can certainly 
 see the usefulness of this during development, but I don't like the 
 fact that this is the default behavior for a release. For now, I would 
 suggest modifying line 1789 of
 OS.pm:
 
 -my ($exit_status, $output) = $self-execute($command);
 +my ($exit_status, $output) = $self-execute($command, 0); # do 
 + not
 print the cmd output to the log
 
 Later, it could be nice to make this somewhat more configurable.
 
 
 Second, if the system is using Shibboleth it is not possible to handle 
 users who have not previously logged in (i.e. adding someone to a 
 group). There are two bugs preventing this from working properly. 
 First, if someone enables ALLOWADDSHIBUSERS in conf.php but doesn't 
 define a value in $addUserFuncArgs (I would anticipate this to be what 
 most people using Shib would do, since there is no documentation about 
 what that array is for), the initGlobals() function does not properly 
 populate the addUserFuncArgs array. This can be fixed by adding 
 $addUserFuncArgs to the list of 'global'
 values on line 68 in utils.php -- the current code is just modifying a 
 local value, not the global one:
 
 -global $affilValFunc, $addUserFunc, $updateUserFunc;
 +global $affilValFunc, $addUserFunc, $updateUserFunc, 
 + $addUserFuncArgs;
 
 Once that change is made, though, there is also a SQL query expecting 
 a 'validated' field in the users table. This field, however, does not exist.
 It is in neither update-vcl.sql nor in vcl.sql:
 
 vcl.sql, line 1079:
 
 +  `validated` tinyint(1) unsigned NOT NULL default '1',
 
 and update-vcl.sql, lines 827-
 
 + -- 
 +
 + --
 + -- Table structure for table `user`
 + --
 +
 + CALL AddColumnIfNotExists('user', 'validated', tinyint(1) unsigned 
 + NOT
 NULL default '1'); +
 
 Once these two changes are made, however, I am able to add shib users 
 exactly as the documentation suggests.
 
 Otherwise, everything else looks good.
 
 
 Aaron
- --
- ---
Josh Thompson
VCL Developer
North Carolina State University

my GPG/PGP key can be found at pgp.mit.edu

All electronic mail messages in connection with State business which are sent 
to or received by this account are subject to the NC Public Records Law and may 
be disclosed to third parties.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)

iEYEARECAAYFAk/Hk28ACgkQV/LQcNdtPQMnNACfayx6uWW+d3oQcM0Dn7NVuquQ
aU0AnRBy8AXa+AA5riiVJEOdamd1UHhK
=w8Kn
-END PGP SIGNATURE-


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__


RE: [VOTE] release VCL 2.3

2012-05-29 Thread Sanders, Arbin D
+1

Arbin Darren Sanders
 
IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


-Original Message-
From: Josh Thompson [mailto:josh_thomp...@ncsu.edu] 
Sent: Tuesday, May 29, 2012 4:36 PM
To: vcl-dev@incubator.apache.org
Subject: [VOTE] release VCL 2.3

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

We've finally reached a point where we do not seem to be finding any more bugs.

I created a release artifact based off of trunk.  I copied trunk to a tag under 
the tags area of the repo that is named release-2.3-RC1:

http://svn.apache.org/repos/asf/incubator/vcl/tags/release-2.3-RC1/

The artifact is an export from that tag with the addition of Dojo Toolkit 
version 1.6.1 with a custom VCL profile bundled in the web code.  The artifact, 
MD5 and SHA1 sums, and my GPG signature of it are available from my space on 
people.a.o:

http://people.apache.org/~jfthomps/apache-VCL-2.3-RC1-incubating/

The list of resolved JIRA issues associated with this release can be found 
under Change Log on the VCL 2.3 release page:

https://cwiki.apache.org/VCL/vcl-23.html#VCL2.3-ChangeLog

Installation instructions are on the Confluence site and in the INSTALLATION 
file included in the artifact.

I was able to successfully do a test install, including image deploying and 
capture.

The directory created by extracting the RC1 artifact is 
apache-VCL-2.3-RC1-incubating (after extracting, you may want to rename it to 
apache-VCL-2.3-incubating so you can copy and paste all of the commands in 
the installation guide).  Licensing information about perl and its required 
modules, php and its required modules, and mysql are stated as system 
requirements according to the information under System Requirements on 
http://www.apache.org/legal/3party.html.

Please vote by the end of the day on Friday, June 1st to publish this release 
(this allows for 3 business days to vote).  Please note that anyone in the VCL 
community is allowed to vote.

[ ] +1 yes, release VCL 2.3
[ ] 0 dunno
[ ] -1 no, don't release VCL 2.3 (provide reasons if this is your vote)

Josh
- --
- ---
Josh Thompson
VCL Developer
North Carolina State University

my GPG/PGP key can be found at pgp.mit.edu

All electronic mail messages in connection with State business which are sent 
to or received by this account are subject to the NC Public Records Law and may 
be disclosed to third parties.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)

iEYEARECAAYFAk/FMzYACgkQV/LQcNdtPQNOIwCfVwta+LYh0W+7tj9B39j5Owb0
LPsAn29HkFQmU3lV2U54VrGsx2C4hZrg
=8DZ2
-END PGP SIGNATURE-


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


RE: Max Number of VMs per Host

2012-05-24 Thread Sanders, Arbin D
I am planning on using a free version of vSphere 5 depending on the how many 
VMs I can get. I would like to get 50 VMs per host.

Arbin Darren Sanders

IT Manager – Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online
[cid:image001.png@01CD39CF.F3B98E50] 
http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
  [cid:image002.png@01CD39CF.F3B98E50] http://twitter.com/NCCUETAC

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.

From: Dmitri Chebotarov [mailto:dcheb...@gmu.edu]
Sent: Thursday, May 24, 2012 12:01 PM
To: vcl-dev@incubator.apache.org
Cc: vcl-u...@incubator.apache.org
Subject: Re: Max Number of VMs per Host

Here is some info:

http://myvirtualcloud.net/?p=1155

This is for VMware View which could be approximated to VCL.

There is also limits per VMFS datastore (if you not using NFS).
I have seen different recommendations for VM number per ESXi host per shared 
VMFS - VMWare recommends 16 VMs per Host for shared VMFS for VMFS-v3.

What hypervisor do use for VCL?

Thanks.


--
Thank you,

Dmitri Chebotarov
Virtual Computing Lab Systems Engineer, TSD - Ent Servers  Messaging
223 Aquia Building, Ffx, MSN: 1B5
Phone: (703) 993-6175
Fax: (703) 993-3404


On Thursday, May 24, 2012 at 11:42 , Young h Oh wrote:

Normally, you can calculate the average number of VMs depends on the computing 
power (CPU). For example, 1 physical core can supports 2 VMs with 2 GB RAM. If 
you have 2 CPUs with 16 cores, then you might run 32VMs with 64GB RAM. However, 
 the max number of VMs per host depends on variable facts as Al Quiros 
mentioned, In addition to Al's comments, you might also consider the 
application you want to run on guest VMs. If applications are more computation 
intensive, the number of CPUs would be important fact to decide the max number 
of VMs per host.

 In our environment, we don't use VMware but running  RHEL 6 x64 with KVM on 
IBM blade hosts with 16 CPUs and 24GB RAM. We run average 15 Windows XP VMs 
with 1GB memory without much performance overhead. However, we can run  up to 
22 VMs  but the performance was not good.

Best regards,

Young Hyun Oh
IBM Tivoli

[cid:1__=08bbf09bdfc124708f9e8a93df...@us.ibm.com]Evelio Quiros ---05/24/2012 
10:58:12 AM---Hello, As you know, the number of Virtual Machines per host 
depends on available resources (CPU, RAM

From: Evelio Quiros evq...@fiu.edumailto:evq...@fiu.edu
To: vcl-u...@incubator.apache.orgmailto:vcl-u...@incubator.apache.org 
vcl-u...@incubator.apache.orgmailto:vcl-u...@incubator.apache.org, 
'vcl-dev@incubator.apache.orgmailto:vcl-dev@incubator.apache.org' 
vcl-dev@incubator.apache.orgmailto:vcl-dev@incubator.apache.org,
Date: 05/24/2012 10:58 AM
Subject: Re: Max Number of VMs per Host





Hello,

As you know, the number of Virtual Machines per host depends on available 
resources (CPU, RAM, Disk), as well as the demands of the image.
As a general guide, I have found the following to be reasonable. Other admins, 
please share your opinions.

For a single VM host with 12 virtual CPU and 98 GB RAM, I typically allocate 25 
Windows VM. When necessary, I have raised it to 32 Windows XP machines. For 
linux based images, I have used 50 VM without issues. Monitor the performance 
tab on your vSphere client to see if the host is over-worked.
On Virtual Machines that require higher performance, I usually will not place 
them on a host with more than 10 working VM. But the most important thing is to 
watch the performance closely. You will get a feel for how many VM per host by 
experience.
As always, your mileage may vary.

Regards,
Al Quiros
Florida International University


From: Sanders, Arbin D asand...@nccu.edumailto:asand...@nccu.edu
Reply-To: vcl-u...@incubator.apache.orgmailto:vcl-u...@incubator.apache.org 
vcl-u...@incubator.apache.orgmailto:vcl-u...@incubator.apache.org
Date: Wednesday, May 23, 2012 3:53 PM
To: 'vcl-dev@incubator.apache.orgmailto:'vcl-dev@incubator.apache.org' 
vcl-dev@incubator.apache.orgmailto:vcl-dev@incubator.apache.org, 
'vcl-u...@incubator.apache.orgmailto:'vcl-u...@incubator.apache.org' 
vcl-u...@incubator.apache.orgmailto:vcl-u...@incubator.apache.org
Subject: Max Number of VMs per Host

All,

What is the number of VMs do you all run per VMware host? Is it limited to the 
RAM limitation for vSphere 5? How many purchase vSphere licenses?

Arbin Darren Sanders

IT Manager – Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707

RE: [VOTE] Andy Kurth as PMC chair after graduation

2012-05-24 Thread Sanders, Arbin D
+1 

Go Andy!

Arbin Darren Sanders
 
IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.

-Original Message-
From: Aaron Coburn [mailto:acob...@amherst.edu] 
Sent: Thursday, May 24, 2012 11:04 AM
To: vcl-dev@incubator.apache.org
Subject: [VOTE] Andy Kurth as PMC chair after graduation

All,

I would like to nominate Andy Kurth as the first VCL chair. This is a position 
that is responsible for the proper operation of the VCL project. Selecting 
someone for this position is also a necessary step in the process of graduating 
from incubator status to a top-level Apache project.

For those of you interested in the details, they can be found here:

http://incubator.apache.org/guides/graduation.html#tlp-resolution

The process is like so: anyone can nominate a person to serve in this role, and 
these nominations are discussed and voted upon in the community. Based on the 
consensus from the community, the PPMC (Podling Project Management Committee) 
makes a recommendation to the ASF Board, which actually appoints the chair.

-Aaron Coburn


--
Aaron Coburn
Systems Administrator and Programmer
Academic Technology Services, Amherst College 
acob...@amherst.edumailto:acob...@amherst.edu







__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


Re: Max Number of VMs per Host

2012-05-24 Thread Sanders, Arbin D
How about other hypervisors? KVM limits?

Arbin D. Sanders

Sent from my Motorola Smartphone on the Now Network from Sprint!


-Original message-
From: Dmitri Chebotarov dcheb...@gmu.edu
To: vcl-u...@incubator.apache.org vcl-u...@incubator.apache.org
Cc: vcl-u...@incubator.apache.org vcl-u...@incubator.apache.org, 
vcl-dev@incubator.apache.org vcl-dev@incubator.apache.org
Sent: Thu, May 24, 2012 17:54:59 EDT
Subject: Re: Max Number of VMs per Host

This link may be helpful

http://kb.vmware.com/selfservice/microsites/search.do?language=en_UScmd=displayKCexternalId=2000935



On May 24, 2012, at 5:32 PM, Alexander Patterson 
alexander.patter...@csueastbay.edu wrote:

 I'm not sure from what I have been reading, might want to contact your
 VMware Rep and see what they can do if you plan on upgrading to 5.

 WIth ESXI 4.1

 Infrastructure limitations
 Some limitations in ESX Server 4 may constrain the design of data centers:
 Guest system maximum RAM: 255 GB
 Host system maximum RAM: 1 TB[
 Number of hosts in a high availability cluster: 32
 Number of Primary Nodes in ESX Cluster high availability: 5
 Number of hosts in a Distributed Resource Scheduler cluster: 32
 Maximum number of processors per virtual machine: 8
 Maximum number of processors per host: 160
 Maximum number of cores per processor: 12
 Maximum number of virtual machines per host: 320
 VMFS-3 limits files to 262,144 (218) blocks, which translates to 256
 GB for 1 MB block sizes (the default) or up to 2 TB for 8 MB block
 sizes.However, on a VMFS Boot drive, it is usually very difficult to
 use anything other than 1 MB Block size

 With ESXI 5 there has been some changes to these limits
 Guest system maximum RAM: 1 TB
 Host system maximum RAM: 2 TB
 Number of hosts in a high availability cluster: 32
 Maximum number of processors per virtual machine: 32
 Maximum number of processors per host: 160
 Maximum number of cores per processor: 25
 Maximum number of virtual machines per host: 512
 VMFS-3 is supported and has the same limits as before
 VMFS-5 however has a max volume size of 64 TB and a max file size of 2
 TB - 512 B
 How much vRAM does a VMware vSphere Hypervisor license provide?
 vSphere Hypervisor license provides a vRAM entitlement of 32GB per
 server, regardless of the number of physical processors. vSphere
 Hypervisor can be used on servers with maximum physical RAM capacity
 of 32GB.

 On Thu, May 24, 2012 at 2:20 PM, Sanders, Arbin D asand...@nccu.edu wrote:
 Alexander,

 What if I use the paid version of vSphere5? And I have 96 GB of memory? 
 Could I get more than 20 VMs?

 Arbin Darren Sanders

 IT Manager - Academic Computing
 North Carolina Central University
 712 Cecil Street
 Suite 3014
 Durham, NC 27707
 919.530.6307
 919.530.5097 (Fax)

 For the Latest ITS Updates and Tips Join Us Online

 CONFIDENTIALITY: This email (including any attachments) may contain 
 confidential, proprietary and privileged information, and unauthorized 
 disclosure or use is prohibited. If you received this email in error, please 
 notify the sender and delete this e-mail from your system.


 -Original Message-
 From: Alexander Patterson [mailto:alexander.patter...@csueastbay.edu]
 Sent: Thursday, May 24, 2012 5:17 PM
 To: vcl-dev@incubator.apache.org
 Cc: vcl-u...@incubator.apache.org
 Subject: Re: Max Number of VMs per Host

 Hello,

 ESXI 5 is limit by licenses with the amount of ram you can run on each 
 machine.
 The 8 GB vRAM limit is for the upcoming 5.0 free Hypervisor, the 4.x version 
 had no such memory limits.
 VM makes you pay now if you want to use X amount of ram per host with the 
 upcoming version.

 Making 4.1 I Free Version a much more attractive option to go with

 We have each of our blades running ESXI 4.1 with 16 Cores and 48 GB of ram 
 and we have 20 VM's per blade but we give 1.5 GB of ram to each VM.

 More info here
 http://kb.vmware.com/selfservice/microsites/search.do?language=en_UScmd=displayKCexternalId=1014006

 -Alex

 On Thu, May 24, 2012 at 2:09 PM, Sanders, Arbin D asand...@nccu.edu wrote:

 I am planning on using a free version of vSphere 5 depending on the how 
 many VMs I can get. I would like to get 50 VMs per host.



 Arbin Darren Sanders



 IT Manager - Academic Computing

 North Carolina Central University

 712 Cecil Street

 Suite 3014

 Durham, NC 27707

 919.530.6307

 919.530.5097 (Fax)



 For the Latest ITS Updates and Tips Join Us Online



 CONFIDENTIALITY: This email (including any attachments) may contain 
 confidential, proprietary and privileged information, and unauthorized 
 disclosure or use is prohibited. If you received this email in error, 
 please notify the sender and delete this e-mail from your system.



 From: Dmitri Chebotarov [mailto:dcheb...@gmu.edu]
 Sent: Thursday, May 24, 2012 12:01 PM
 To: vcl-dev@incubator.apache.org
 Cc: vcl-u...@incubator.apache.org


 Subject: Re: Max Number of VMs per Host



 Here is some info:



 http://myvirtualcloud.net/?p

Max Number of VMs per Host

2012-05-23 Thread Sanders, Arbin D
All,

What is the number of VMs do you all run per VMware host? Is it limited to the 
RAM limitation for vSphere 5? How many purchase vSphere licenses?

Arbin Darren Sanders

IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online
[cid:image001.png@01CD38FC.28FB8A20] 
http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
  [cid:image002.png@01CD38FC.28FB8A20] http://twitter.com/NCCUETAC

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

Install of Management Node

2012-05-16 Thread Sanders, Arbin D
All,

What packages are needed when installing CentOS for the management node? This 
will be my first time installing CentOS from scratch and I would like to know 
how you all install it.

Thanks!

Arbin Darren Sanders

IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online
[cid:image001.png@01CD33A4.60F34060] 
http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
  [cid:image002.png@01CD33A4.60F34060] http://twitter.com/NCCUETAC

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

Using VMware as the Hypervisor

2012-05-15 Thread Sanders, Arbin D
I hope this isn't a stupid question, but how does VMware hypervisor know which 
image to load? Is the image just sitting there waiting to be used or does it 
load it from the image repository?

Arbin Darren Sanders

IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online
[cid:image001.png@01CD32AA.37557930] 
http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
  [cid:image002.png@01CD32AA.37557930] http://twitter.com/NCCUETAC

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

RE: Using VMware as the Hypervisor

2012-05-15 Thread Sanders, Arbin D
Thanks!

Arbin Darren Sanders
 
IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


-Original Message-
From: Mani Shafa'atDoost [mailto:mani.do...@gmail.com] 
Sent: Tuesday, May 15, 2012 3:21 PM
To: vcl-dev@incubator.apache.org
Subject: Re: Using VMware as the Hypervisor

There are a bunch of images in the system and when you request to load an image 
from VCL website, it save your request in the database. and then in the 
management node, it checks for new request and copy the requested image to 
another place and change the VMX file and then call ESXI to register the Image.

Best Regards
Mani

On Tue, May 15, 2012 at 2:50 PM, Sanders, Arbin D asand...@nccu.edu wrote:

 I hope this isn't a stupid question, but how does VMware hypervisor 
 know which image to load? Is the image just sitting there waiting to 
 be used or does it load it from the image repository?

 ** **

 *Arbin Darren Sanders*

  

 IT Manager - Academic Computing

 North Carolina Central University

 712 Cecil Street

 Suite 3014

 Durham, NC 27707

 919.530.6307

 919.530.5097 (Fax)

 ** **

 *For the Latest ITS Updates and Tips Join Us Online** **   **[image:
 Description: Description: Description: Description:
 cid:image003.png@01CB6AD0.97665900]*http://www.facebook.com/profile.php?id=66100342#%21/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
 * *[image: Description: Description: Description: Description:
 cid:image004.png@01CB6AD0.97665900] http://twitter.com/NCCUETAC

  

 CONFIDENTIALITY: This email (including any attachments) may contain 
 confidential, proprietary and privileged information, and unauthorized 
 disclosure or use is prohibited. If you received this email in error, 
 please notify the sender and delete this e-mail from your system.

 ** **

 __
 This email has been scanned by the Symantec Email Security.cloud service.
 For more information please visit http://www.symanteccloud.com 
 __


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


Cloud Service Providers

2012-05-14 Thread Sanders, Arbin D
Has anyone used Amazon, Rackspace, etc. services with VCL of thought about?

Arbin Darren Sanders

IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online
[cid:image001.png@01CD3208.CD2D5600] 
http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
  [cid:image002.png@01CD3208.CD2D5600] http://twitter.com/NCCUETAC

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

RE: Cloud Service Providers

2012-05-14 Thread Sanders, Arbin D
Sorry, meant to say or thought about it

Arbin Darren Sanders

IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online
[cid:image001.png@01CD3209.09B31C40] 
http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
  [cid:image002.png@01CD3209.09B31C40] http://twitter.com/NCCUETAC

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.

From: Sanders, Arbin D [mailto:asand...@nccu.edu]
Sent: Monday, May 14, 2012 7:36 PM
To: 'vcl-dev@incubator.apache.org'
Subject: Cloud Service Providers

Has anyone used Amazon, Rackspace, etc. services with VCL of thought about?

Arbin Darren Sanders

IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online
[cid:image001.png@01CD3208.CD2D5600] 
http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
  [cid:image002.png@01CD3208.CD2D5600] http://twitter.com/NCCUETAC

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

RE: Other Uses for VCL

2012-05-10 Thread Sanders, Arbin D
Thank you Guys for all the info. This gives me something to think about and 
plan for our ever-growing 
VCL cloud.

Arbin Darren Sanders
 
IT Manager - Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


-Original Message-
From: Henry Schaffer [mailto:h...@ncsu.edu] 
Sent: Thursday, May 10, 2012 10:46 AM
To: vcl-dev@incubator.apache.org
Cc: vcl-u...@incubator.apache.org
Subject: Re: Other Uses for VCL

Andy mentioned the VCL running Elluminate Live in one context - we also are 
using the VCL with Elluminate in a Disaster Recovery mode in an interesting way.

If the campus is closed for any reason [insert any disaster scenario here] and 
it is desired to continue teaching face to face courses (which are the majority 
of all of our courses) this can be done online.  That is, this can be done 
online if we have a sufficient number of synchronous meeting servers available 
(we've been using Elluminate, but it could be any such
software.)

How many servers? Dozens, hundreds? It makes no financial sense to buy and 
install them and keep them there just in case. Here's where the VCL can take 
over and handle this - with one image of the server software in storage. When 
required, it can be loaded on any number of servers and the instructors and 
students can all be online from home and the courses continue.

Of course, this use would displace some other uses - and that has to be 
arranged - but most of the student use for homework and projects is somewhat 
flexible - and likely can be displaced into the 10pm-10am lower use half of the 
day. The degree to which some uses are displaced to make place for others is a 
policy issue, and the VCL can be used for this.

--henry

On Wed, May 9, 2012 at 8:19 PM, Sanders, Arbin D asand...@nccu.edu wrote:

 All,

 ** **

 I am apologize in advance for posting to both groups but I think each 
 one has its own unique info and opinions. As NCCU goes into the new 
 fiscal year, I am looking at acquiring more hardware and software for 
 NCCU VCL project. Do any of you all have other uses for VCL other than 
 HPC and Virtual Desktops?

 ** **

 Thanks in advance!

 ** **

 *Arbin Darren Sanders*



__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


RE: [DISCUSS] Graduation

2012-05-04 Thread Sanders, Arbin D
I would like to also approve the graduation of VCL.

Sent from my Motorola Smartphone on the Now Network from Sprint!


-Original message-
From: Waldron, Michael H mwald...@email.unc.edu
To: vcl-dev@incubator.apache.org vcl-dev@incubator.apache.org, 
vcl-u...@incubator.apache.org vcl-u...@incubator.apache.org
Sent: Fri, May 4, 2012 10:17:59 EDT
Subject: RE: [DISCUSS] Graduation

I also support graduation. There has been consistent active development work 
and a good roadmap for future releases. There is an active community of users 
that have exchanged a lot of good ideas and provided assistance to the 
community in resolving problems associated with VCL.

It's a solid project and stable application which is getting increasing use at 
our institution and I foresee it continuing to grow in the future.

Mike Waldron
Systems Specialist
ITS Research Computing
University of North Carolina at Chapel Hill


From: Aaron Peeler [aaron_pee...@ncsu.edu]
Sent: Wednesday, May 02, 2012 9:14 AM
To: vcl-u...@incubator.apache.org; vcl-dev@incubator.apache.org
Subject: Re: [DISCUSS] Graduation

I feel we have meet our diversity issue and also expect to add more
committers over the next couple of months. I would positively support
a vote for graduation.


I agree on the other points mentioned.

Status page needs to be updated. We can work on this part easily.

The web site needs to be migrated off confluence. Has anyone
researched other CMS options for the website. I think this would be a
good community discussion thread. Which CMS, the layout, (content,
documentation, design ideas, etc.)

Aaron


On Tue, May 1, 2012 at 12:44 PM, Andy Kurth andy_ku...@ncsu.edu wrote:
 This thread is to discuss whether the Apache VCL community feels that
 this incubating project is ready to proceed with the process to
 graduate to a top level ASF project.  There are several requirements
 which must be met and steps completed in order to graduate.   This
 discussion thread is the first step towards graduation.  Please review
 the following pages.
 http://incubator.apache.org/guides/graduation.html
 http://incubator.apache.org/incubation/Incubation_Policy.html#Graduating+from+the+Incubator

 There are many items described in the ASF graduation documentation
 which we have obviously satisfied (create a release, etc).  The
 following are issues that I feel either need to be addressed, would be
 concerned about regarding board/mentor approval, or have been brought
 up before.  Please share your thoughts.  Also, please review the ASF
 graduation documentation and bring up anything else which might be a
 concern.

 Status File:
 (https://svn.apache.org/repos/asf/incubator/public/trunk/content/projects/vcl.xml)
 This is not up to date and is missing information.  Previous board
 reports need to be added.  News items need to be added containing the
 string new committer.  Doing this will cause the numberCommittersNew
 column on the Status of the Clutch page to turn green
 (http://incubator.apache.org/clutch.html).

 Also, the list of commiters in the status file and project page hasn't
 changed since Apache VCL started.  The new committers obviously need
 to be added.  I'm not sure how the original list was decided upon, but
 I feel several names should be removed since they have not contributed
 any code and some have not been involved in the community at all.  I
 think the list should be Aaron Coburn, David Hutchins, Andy Kurth,
 James O'Dell, Aaron Peeler, Josh Thompson.  Also, Brian Bouterse
 contributed some code a while ago.  I'm not sure if he is still
 interested in being a committer.

 Diversity:
 ASF requirement: The project is not highly dependent on any single
 contributor (there are at least 3 legally independent committers and
 there is no single company or entity that is vital to the success of
 the project).
 This issue has been raised before.  I feel we meet this requirement
 and that the community is generally diverse, can govern itself, and be
 self-sufficient.

 Website:
 This is not necessarily a requirement for graduation but I feel that
 it should be addressed prior to graduation.  Our website/documentation
 is pretty rough and really should be redesigned.  I'm guessing the
 board members will look at it prior to voting.  In addition, there
 will likely be a press release if/when we graduate and website views
 will spike.  This shouldn't hold up the graduation process, but I
 would like agreement that this should be completed by graduation.

 Thank You,
 Andy



--
Aaron Peeler
Program Manager
Virtual Computing Lab
NC State University

All electronic mail messages in connection with State business which
are sent to or received by this account are subject to the NC Public
Records Law and may be disclosed to third parties.

__
This email has been scanned by the Symantec Email Security.cloud service.
For more 

RE: VCL 2.2.3

2012-05-01 Thread Sanders, Arbin D
I also would like to try out 2.2.3. This would be perfect for NCCU's test bed.

Arbin Darren Sanders
 
IT Manager – Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.

-Original Message-
From: Dmitri Chebotarov [mailto:dcheb...@gmu.edu] 
Sent: Tuesday, May 01, 2012 1:11 PM
To: vcl-dev@incubator.apache.org
Subject: VCL 2.2.3

Hi 

Is it possible to checkout  VCL 2.2.3 code? What is the SVN/GIT address?

I'm getting test servers ready for VCL 2.2.3. Also looking for long-term server 
reservations options and been reading that VCL 2.2.3 provides support for this.

Are there any docs/drafts on the install procedure and requirement for 2.2.3?

Thank you.
--
Dmitri Chebotarov
Virtual Computing Lab Systems Engineer, TSD - Ent Servers  Messaging
223 Aquia Building, Ffx, MSN: 1B5
Phone: (703) 993-6175
Fax: (703) 993-3404



__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


RE: VCL running on Dell Hardware

2012-05-01 Thread Sanders, Arbin D
Mark/Dmitri,

Thanks for the info! One quick question, are you running two nics in your 
development platform?

Arbin Darren Sanders
 
IT Manager – Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


-Original Message-
From: Mark Gardner [mailto:m...@vt.edu] 
Sent: Tuesday, May 01, 2012 1:21 PM
To: vcl-dev@incubator.apache.org
Subject: Re: VCL running on Dell Hardware

Arbin,

My development platform is a Dell Optiplex 760 desktop. So it is likely that 
the servers you have will work. As Dmitri said, a greater limitation is that 
ESX needs to run on it. I am working on a server currently that does not have a 
supported RAID card and hence ESX will not run on it.

Note: the upcoming VCL 2.3 release supports other virtualization options, such 
as KVM, that will relax the constraints on ESX-supported hardware.

Mark

On Tue, May 1, 2012 at 12:49 PM, Sanders, Arbin D asand...@nccu.edu wrote:

 Has anyone been able to get this working? I am looking at creating a 
 test bed with some older Dell Servers we have.

 ** **

 *Arbin Darren Sanders*

  

 IT Manager – Academic Computing

 North Carolina Central University

 712 Cecil Street

 Suite 3014

 Durham, NC 27707

 919.530.6307

 919.530.5097 (Fax)

 ** **

 *For the Latest ITS Updates and Tips Join Us Online** **   **[image:
 Description: Description: Description: Description:
 cid:image003.png@01CB6AD0.97665900]*http://www.facebook.com/profile.php?id=66100342#!/pages/Durham-NC/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?v=info
 * *[image: Description: Description: Description: Description:
 cid:image004.png@01CB6AD0.97665900] http://twitter.com/NCCUETAC

  

 CONFIDENTIALITY: This email (including any attachments) may contain 
 confidential, proprietary and privileged information, and unauthorized 
 disclosure or use is prohibited. If you received this email in error, 
 please notify the sender and delete this e-mail from your system.

 ** **

 __
 This email has been scanned by the Symantec Email Security.cloud service.
 For more information please visit http://www.symanteccloud.com 
 __




--
Mark Gardner
--

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


RE: VCL 2.2.3

2012-05-01 Thread Sanders, Arbin D
Oops! I meant to say 2.3 release!

Arbin Darren Sanders
 
IT Manager – Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.


-Original Message-
From: Sanders, Arbin D [mailto:asand...@nccu.edu] 
Sent: Tuesday, May 01, 2012 1:15 PM
To: vcl-dev@incubator.apache.org
Subject: RE: VCL 2.2.3

I also would like to try out 2.2.3. This would be perfect for NCCU's test bed.

Arbin Darren Sanders
 
IT Manager – Academic Computing
North Carolina Central University
712 Cecil Street
Suite 3014
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

For the Latest ITS Updates and Tips Join Us Online 
 
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this e-mail from your system.

-Original Message-
From: Dmitri Chebotarov [mailto:dcheb...@gmu.edu]
Sent: Tuesday, May 01, 2012 1:11 PM
To: vcl-dev@incubator.apache.org
Subject: VCL 2.2.3

Hi 

Is it possible to checkout  VCL 2.2.3 code? What is the SVN/GIT address?

I'm getting test servers ready for VCL 2.2.3. Also looking for long-term server 
reservations options and been reading that VCL 2.2.3 provides support for this.

Are there any docs/drafts on the install procedure and requirement for 2.2.3?

Thank you.
--
Dmitri Chebotarov
Virtual Computing Lab Systems Engineer, TSD - Ent Servers  Messaging
223 Aquia Building, Ffx, MSN: 1B5
Phone: (703) 993-6175
Fax: (703) 993-3404



__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


RE: icon on the desktop access to VCL

2012-02-08 Thread Sanders, Arbin D
I think this question was sparked from my idea. I was wondering if an VCL image 
could be used as a virtual desktop via PXE boot or some other boot process. 

After reading the posts, I might want to rethink that due to security reasons. 
I do like the aspect of having an basic image on the PCs with nothing but 
Office, virus protection, and an VCL icon that an user would click on and 
authenticate with the credentials they used to login into the lab computer or 
Shibboleth.

Arbin Darren Sanders
 
Information Technology Manager - Academic Computing

Information Technology Services
North Carolina Central University
712 Cecil Street
Suite 3033
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

Want to know more about me.Click Here

For the Latest ITS Updates and Tips Join Us Online

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this email from your system.



-Original Message-
From: Eric D Sills [mailto:edsi...@ncsu.edu] 
Sent: Wednesday, February 08, 2012 3:05 PM
To: vcl-dev@incubator.apache.org
Cc: vcl-u...@incubator.apache.org
Subject: Re: icon on the desktop access to VCL


For use in our production environment some authentication would be needed:
- for any environment with licensed software we would need to be able to ensure 
that the terms of the license agreement were being satisfied
- just for access to university resources would need to be able to show that 
resource was not being 'given' away

However, would be highly desirable there to be only one login and even better 
if previous logins during same session would carry over.. e.g. I need to use 
matlab - click matlab icon and login, I'm done with matlab but now want to use 
solid works
- would be ideal if didn't have to login to solid works but rather it still 
remembered I was authenticated from having logged into matlab.

Would like for process that installs the icon to also install whatever other 
software is required to run the app (or ensure the other software already 
installed). e.g. ssh client and maybe X Windows server for Linux based app, or 
RDP client for Windows based app, etc.

Also, I believe that to support icon on desktop type launch there would need to 
be reasonably high assurance that an instance of the app would be available. 
Would like to be able to specify that minimum of n instances of an app should  
be kept ready for new reservations - when available number falls below n AND 
idle resources are available (where idle would not count instances of images 
that are there to meet minimum requirements) reclaim an idle resource and load 
another instance of the app. Generally I expect n=2 or even n=1 would be 
sufficient to ensure app instances available.

-Eric


On Feb 8, 2012, at 11:56 AM, Josh Thompson wrote:

 I've been hearing interest in an icon on the desktop type of access 
 to VCL. The idea being that you could have some kind of broker 
 script/app that can be run which will interact with the VCL API to 
 create a VCL reservation,  wait on it to be deployed, and then connect 
 to the reserved system (ideally without requiring the user to log in 
 to the reserved system). That app could then just be launched through 
 an icon to gain access to a VCL provisioned system.
 
 Several years ago,  I wrote something along the lines of this in python/tk.
 That was more of a proof of concept and would need a good bit of work 
 to be useful to others.
 
 I'm starting this thread to start gathering information on who is 
 interested in this idea and what requirements you would have for it. 
 I'd also like to know if anyone would be interested in helping with 
 the development of it.
 
 So, if you have any interest in this,  please reply to this thread 
 with -requirements you would have -how you would envision it to work 
 -any interest in development of it
 
 Thanks,
 Josh
 ---
 Josh Thompson
 VCL Developer
 North Carolina State University


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


Re: VCL Thin Clients

2012-01-26 Thread Sanders, Arbin D
Henry,

Thanks for the info. I just learned today that our priorities have changed
from the ideas I have. The goal now is to reduce the computer labs on
campus. I will keep you updated when I know more.

Arbin Darren Sanders
 
Information Technology Manager - Academic Computing
 
Information Technology Services
North Carolina Central University
712 Cecil Street
Suite 3033
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)
 
Want to know more about meŠClick Here http://about.me/arbindsanders
 
For the Latest ITS Updates and Tips Join Us Online
   
http://www.facebook.com/pages/NCCU-Eagle-Technical-Assistance-Center-ETAC/
249508718552?ref=ts   http://twitter.com/NCCUETAC
CONFIDENTIALITY: This email (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited. If you received this email in error,
please notify the sender and delete this email from your system.

 





On 1/17/12 8:02 PM, Henry Schaffer h...@ncsu.edu wrote:

On Tue, Jan 17, 2012 at 11:24 AM, Sanders, Arbin D asand...@nccu.edu
wrote:
 Josh,

 I am wanting to change our labs PCs into thin clients. During this
economic time, I am looking at other alternatives to keep our old
machines running. It would be great to incorporate this into VCL. Any
suggestions?

Arbin,
  This may be a case of choosing the right name to call something.

   Until a couple of years ago I had a 1998 Dell as my desktop PC -
256MB RAM, 1 GHz processor - which got upgraded to XP.  I was able to
run many heavy-duty programs on it via RDP client connecting to the
VCL. (Our support people finally took it away from me and gave me a
new desktop because the old one was getting unreliable after 10 years.
:-)

  Was I running a thin client at that time?  I would claim I was, as
I was using my screen/keyboard/mouse and the program execution was
taking place remotely in the VCL. I was using the desktop's operating
system/RDP client, but that's what one does with a thin client - and
I didn't have to get a license for a thin client OS.

  I did use the desktop, as is, for such things as e-mail and browser
use - and it was able to handle that load with no trouble.

  Might this approach work to fill your needs?

--henry schaffer

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


RE: VCL Thin Clients

2012-01-17 Thread Sanders, Arbin D
Josh,

I am wanting to change our labs PCs into thin clients. During this economic 
time, I am looking at other alternatives to keep our old machines running. It 
would be great to incorporate this into VCL. Any suggestions?

Arbin Darren Sanders
 
Information Technology Manager - Academic Computing

Information Technology Services
North Carolina Central University
712 Cecil Street
Suite 3033
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

Want to know more about me…Click Here

For the Latest ITS Updates and Tips Join Us Online

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this email from your system.


-Original Message-
From: Josh Thompson [mailto:josh_thomp...@ncsu.edu] 
Sent: Tuesday, January 17, 2012 10:37 AM
To: vcl-dev@incubator.apache.org
Subject: Re: VCL  Thin Clients

Arbin,

Can you explain in more detail what you are asking about?  I'm not following 
what you want to do.

Josh

On Monday January 16, 2012 7:10:05 PM Sanders, Arbin D wrote:
 Hello, I am wondering if anyone has successfully booted VCL via PXE 
 boot to an thin client?
 
 Arbin Darren Sanders
 
 Information Technology Manager - Academic Computing
 
 Information Technology Services
 North Carolina Central University
 712 Cecil Street
 Suite 3033
 Durham, NC 27707
 919.530.6307
 919.530.5097 (Fax)
 
 Want to know more about me…Click Herehttp://about.me/arbindsanders
 
 For the Latest ITS Updates and Tips Join Us Online
   [cid:BC1F2A78-E097-4DA7-8C76-43EDFF3199B1]
 http://www.facebook.com/pages/NCCU-Eagle-Technical-Assistance-Center-ETAC/
 249508718552?ref=ts   [cid:2DD8F9C9-0282-4CD6-AC2B-77C52CBC0662]
 http://twitter.com/NCCUETAC CONFIDENTIALITY: This email (including 
 any
 attachments) may contain confidential, proprietary and privileged 
 information, and unauthorized disclosure or use is prohibited. If you 
 received this email in error, please notify the sender and delete this 
 email from your system.
 
 
 __
 This email has been scanned by the Symantec Email Security.cloud service.
 For more information please visit http://www.symanteccloud.com 
 __
--
---
Josh Thompson
Systems Programmer
Advanced Computing | VCL Developer
North Carolina State University

josh_thomp...@ncsu.edu
919-515-5323

my GPG/PGP key can be found at pgp.mit.edu

All electronic mail messages in connection with State business which are sent 
to or received by this account are subject to the NC Public Records Law and may 
be disclosed to third parties.


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com 
__

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


RE: VCL Thin Clients

2012-01-17 Thread Sanders, Arbin D
Josh,

We are not ready pursue just yet, but thanks for the idea. When we are ready 
for the pilot program, I will let you know.

Thanks again.

Arbin Darren Sanders
 
Information Technology Manager - Academic Computing

Information Technology Services
North Carolina Central University
712 Cecil Street
Suite 3033
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

Want to know more about me…Click Here

For the Latest ITS Updates and Tips Join Us Online

CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this email from your system.



-Original Message-
From: Josh Thompson [mailto:josh_thomp...@ncsu.edu] 
Sent: Tuesday, January 17, 2012 1:53 PM
To: vcl-dev@incubator.apache.org
Subject: Re: VCL  Thin Clients

Arbin,

This could be done.  Here is one way I can suggest that can be done without any 
modification to the current code base.  You would need to write a small app 
that would interact with the VCL XML RPC API.  The app would need to prompt 
users for their VCL credentials, which it would need to cache in RAM.  
Then, it would get a list of the environments the user had access to.  The user 
could then select which environment was desired.  The app would then make the 
reservation, wait for it to be ready, and then connect to it.  This would be 
best done under linux where rdesktop could be used which allows for passing the 
RDP password via the command line.  The biggest problem I see with this method 
is the API doesn't currently provide a way to get an estimated load time for a 
given image.  So, the user wouldn't have any way to know if the selected image 
was preloaded or if it was going to take 20 minutes to load.  
Adding this capability wouldn't take much work, but it just isn't currently 
there.

I wrote an app that does some of this a few years ago.  It is in python/tk and 
is more of the icon on the desktop concept.  I can try to dig it up if you're 
really ready to pursue this.

Josh

On Tuesday January 17, 2012 11:24:12 AM Sanders, Arbin D wrote:
 Josh,
 
 I am wanting to change our labs PCs into thin clients. During this 
 economic time, I am looking at other alternatives to keep our old machines 
 running.
 It would be great to incorporate this into VCL. Any suggestions?
 
 Arbin Darren Sanders
  
 Information Technology Manager - Academic Computing
 
 Information Technology Services
 North Carolina Central University
 712 Cecil Street
 Suite 3033
 Durham, NC 27707
 919.530.6307
 919.530.5097 (Fax)
 
 Want to know more about me…Click Here
 
 For the Latest ITS Updates and Tips Join Us Online
 
 CONFIDENTIALITY: This email (including any attachments) may contain 
 confidential, proprietary and privileged information, and unauthorized 
 disclosure or use is prohibited. If you received this email in error, 
 please notify the sender and delete this email from your system.
 
 
 -Original Message-
 From: Josh Thompson [mailto:josh_thomp...@ncsu.edu]
 Sent: Tuesday, January 17, 2012 10:37 AM
 To: vcl-dev@incubator.apache.org
 Subject: Re: VCL  Thin Clients
 
 Arbin,
 
 Can you explain in more detail what you are asking about?  I'm not 
 following what you want to do.
 
 Josh
 
 On Monday January 16, 2012 7:10:05 PM Sanders, Arbin D wrote:
  Hello, I am wondering if anyone has successfully booted VCL via PXE 
  boot to an thin client?
  
  Arbin Darren Sanders
  
  Information Technology Manager - Academic Computing
  
  Information Technology Services
  North Carolina Central University
  712 Cecil Street
  Suite 3033
  Durham, NC 27707
  919.530.6307
  919.530.5097 (Fax)
  
  Want to know more about me…Click Herehttp://about.me/arbindsanders
  
  For the Latest ITS Updates and Tips Join Us Online
  
[cid:BC1F2A78-E097-4DA7-8C76-43EDFF3199B1]
  
  http://www.facebook.com/pages/NCCU-Eagle-Technical-Assistance-Center-ET
  AC/ 249508718552?ref=ts   [cid:2DD8F9C9-0282-4CD6-AC2B-77C52CBC0662]
  http://twitter.com/NCCUETAC CONFIDENTIALITY: This email (including 
  any
  attachments) may contain confidential, proprietary and privileged 
  information, and unauthorized disclosure or use is prohibited. If 
  you received this email in error, please notify the sender and 
  delete this email from your system.
  
  
  
  __ This email has been scanned by the Symantec Email Security.cloud 
  service.
  For more information please visit http://www.symanteccloud.com 
  
  __
 
 --
 ---
 Josh Thompson
 Systems Programmer
 Advanced Computing | VCL Developer
 North Carolina State University
 
 josh_thomp...@ncsu.edu
 919-515-5323
 
 my GPG/PGP key can be found at pgp.mit.edu
 
 All electronic mail messages in connection

VCL Thin Clients

2012-01-16 Thread Sanders, Arbin D
Hello, I am wondering if anyone has successfully booted VCL via PXE boot to an 
thin client?

Arbin Darren Sanders

Information Technology Manager - Academic Computing

Information Technology Services
North Carolina Central University
712 Cecil Street
Suite 3033
Durham, NC 27707
919.530.6307
919.530.5097 (Fax)

Want to know more about me…Click Herehttp://about.me/arbindsanders

For the Latest ITS Updates and Tips Join Us Online
  [cid:BC1F2A78-E097-4DA7-8C76-43EDFF3199B1] 
http://www.facebook.com/pages/NCCU-Eagle-Technical-Assistance-Center-ETAC/249508718552?ref=ts
   [cid:2DD8F9C9-0282-4CD6-AC2B-77C52CBC0662] http://twitter.com/NCCUETAC
CONFIDENTIALITY: This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited. If you received this email in error, please 
notify the sender and delete this email from your system.


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__