Re: VCL2.2.1 undefined index error

2011-05-09 Thread Kelly Robinson
It appears that the image revision associated with this particular image as set 
to 1 for deleted.  I set it to 0 and the errors went away. 

Thanks, 
Kelly

 Vishnu D H amdathlon.vis...@gmail.com 05/07/11 11:57 PM 
Hello Kelly,
I saw this error sometime before when i was trying something with my Standalone 
setup. I think what the error means is, it is not able to find the 
corresponding Database entry. So what i would do is check the following.

1. Is the VM/Computer which is being used as the allocated computer, mapped to 
a valid image entry in the DB?

2. If it is mapped to the correct entry, have you made a Image revision entry 
for the corresponding image?

I maybe wrong, somebody can correct me if i am.

-Vishnu


On Fri, May 6, 2011 at 11:36 AM, Kelly Robinson 
isg...@langate.gsu.edu 

wrote:


We're working on a new install of VCL2.2.1 and are getting an error message 
when we try to make a reservation. See snippets of the errors that display of 
the screen is given below. I saw a previous post about this and the suggestion 
was to clear the cache. This was performed, however the error persists. Has 
anyone else come across this issue and know how to resolve it? 


Error encountered 
Unkown error type: [8] Undefined index: imagerevision 
Error at 332 in 
/apps/apache2/testvcl_443+testvcl.gsu.edu/htdocs/vcl/.ht-inc/requests.php 


Array 
( 
[submitErr] = 
[user] = Array 
( 
[unityid] = admin 
[affiliationid] = 1 
[affiliation] = Local 
[firstname] = vcl 
[lastname] = admin 
[preferredname] = 
[email] = root@localhost 
[emailnotices] = 0 
[IMtype] = none 
[IMid] = 
[id] = 1 
[width] = 1024 
[height] = 768 
[bpp] = 16 
[audiomode] = local 
[mapdrives] = 1 
[mapprinters] = 1 
[mapserial] = 1 
[showallgroups] = 1 
[lastupdated] = 2007-05-17 09:58:39 
[shibonly] = 0 
[groups] = Array 
( 
[3] = adminUsers 
[1] = global 
[4] = manageNewImages 
[5] = Specify End Time 
) 


[groupperms] = Array 
( 
[1] = Manage Additional User Group Permissions 
[2] = Manage Block Allocations 
[5] = Manage VM Profiles 
[7] = Schedule Site Maintenance 
[6] = Search Tools 
[3] = Set Overlapping Reservation Count 
[11] = User Lookup (affiliation only) 
[10] = User Lookup (global) 
[9] = View Dashboard (affiliation only) 
[8] = View Dashboard (global) 
[4] = View Debug Information 
[12] = View Statistics by Affiliation 
) 


[privileges] = Array 
( 
[0] = cascade 
[1] = computerAdmin 
[2] = groupAdmin 
[3] = imageAdmin 
[4] = imageCheckOut 
[5] = mgmtNodeAdmin 
[6] = nodeAdmin 
[7] = resourceGrant 
[8] = scheduleAdmin 
[9] = userGrant 
) 


[login] = admin 
[memberCurrentBlock] = 0 
) 


[HTMLheader] = 




Kelly Robinson 
Georgia State University 






--
Cheers,
Vishnu D H



VCL2.2.1 undefined index error

2011-05-06 Thread Kelly Robinson
We're working on a new install of VCL2.2.1 and are getting an error message 
when we try to make a reservation.  See snippets of the errors that display of 
the screen is given below.  I saw a previous post about this and the suggestion 
was to clear the cache.  This was performed, however the error persists.  Has 
anyone else come across this issue and know how to resolve it? 

Error encountered 
Unkown error type: [8] Undefined index: imagerevision 
Error at 332 in 
/apps/apache2/testvcl_443+testvcl.gsu.edu/htdocs/vcl/.ht-inc/requests.php 

Array 
( 
[submitErr] = 
[user] = Array 
( 
[unityid] = admin 
[affiliationid] = 1 
[affiliation] = Local 
[firstname] = vcl 
[lastname] = admin 
[preferredname] = 
[email] = root@localhost 
[emailnotices] = 0 
[IMtype] = none 
[IMid] = 
[id] = 1 
[width] = 1024 
[height] = 768 
[bpp] = 16 
[audiomode] = local 
[mapdrives] = 1 
[mapprinters] = 1 
[mapserial] = 1 
[showallgroups] = 1 
[lastupdated] = 2007-05-17 09:58:39 
[shibonly] = 0 
[groups] = Array 
( 
[3] = adminUsers 
[1] = global 
[4] = manageNewImages 
[5] = Specify End Time 
) 

[groupperms] = Array 
( 
[1] = Manage Additional User Group Permissions 
[2] = Manage Block Allocations 
[5] = Manage VM Profiles 
[7] = Schedule Site Maintenance 
[6] = Search Tools 
[3] = Set Overlapping Reservation Count 
[11] = User Lookup (affiliation only) 
[10] = User Lookup (global) 
[9] = View Dashboard (affiliation only) 
[8] = View Dashboard (global) 
[4] = View Debug Information 
[12] = View Statistics by Affiliation 
) 

[privileges] = Array 
( 
[0] = cascade 
[1] = computerAdmin 
[2] = groupAdmin 
[3] = imageAdmin 
[4] = imageCheckOut 
[5] = mgmtNodeAdmin 
[6] = nodeAdmin 
[7] = resourceGrant 
[8] = scheduleAdmin 
[9] = userGrant 
) 

[login] = admin 
[memberCurrentBlock] = 0 
) 

[HTMLheader] = 



Kelly Robinson 
Georgia State University 




Re: Remove Users from Administrators Group

2011-01-04 Thread Kelly Robinson
So this doesn't allow the user to operate as a power user?  If the user is not 
selected to be part of the administrators group, are they only part of the RDP 
group?

Kelly

 Andy Kurth andy_ku...@ncsu.edu 12/16/2010 3:01:21 PM 
This is controlled via the setting:
Manage Images - Edit Image Profiles - Edit - Users have administrative 
access: Yes/No

imagemeta_rootaccess refers to the rootaccess column in the imagemeta table.

This only controls whether or not the users will be added to the 
Administrators group.

-Andy


On 12/16/2010 2:14 PM, Hartl, Gerhard L. wrote:
 What is the best method to enter users into the power users or users
 group instead of the Administrators Group?

 I found the section of code where:

 if (defined($imagemeta_rootaccess)  $imagemeta_rootaccess eq '0') {

 notify($ERRORS{'DEBUG'}, 0, user will NOT be added to the
 Administrators group);

 Where is imagemeta_rootaccess defined?

 Thanks,

 Gerhard




Change NetBios Name for vms

2010-10-14 Thread Kelly Robinson
At what point in the provisioning of the vm does the netbios name get changed 
for each vm?  I've noticed that the our vms are retaining the netbios name of 
the base image.  I see in the code that there is a script called 
set_computer_name.vbs that works if you have wsname.exe in place (which we do), 
but the computer is supposed to get a random name even if this the wsname.exe 
utility is not available.  What could be the possible issue?

Kelly


Kelly P. Robinson
Georgia State University / IST
Software Systems Engineer, Lead
Platforms and Storage Engineering
krobinso...@gsu.edu  / 404-413-4757





Re: VCL Reservation Problem

2009-10-06 Thread Kelly Robinson
 an image, but telling it to use the same name as an existing 
image.

I'll try to enumerate what you should check (I'll leave out the specifics for 
the parts that have already been mentioned).

- -image is in an image group
- -image group is mapped to a computer group
- -computer group contains computers in the available state
- -you have an active management node (it is updating lastcheckin in the 
management node table)
- -management node is in a management node group
- -management node group maps to a computer group containing specified computer 
from above
- -schedule for computer is available during the selected time
- -platform for image matches platform of computer
- -privileges set up in Privileges section of site to allow you to access image 
and computer
- -specs of image (min RAM, min CPU speed, etc) are at or less than specs of 
computer
- -no other entries in the reservation table for the computer that overlap with 
the selected time period

Let us know if you are still having trouble after checking the above list.

Josh Thompson
VCL Developer

On Monday September 28, 2009, Kelly Robinson wrote:
 ..or maybe a better question would be:

 After an image is created, how do you get make it available for requesting?
  I followed these directions to create a base Windows XP image and created
 the entry in the vcl database. 
 http://cwiki.apache.org/VCL/creating-a-windows-xp-base-image-on-vmware.html 

 As stated previously, the vcld.log gives the critical error that the image
 already exists in the repository and then it goes on to say image creation
 failed and begins to exit the reservation process.

 Is there something else that I'm supposed to do?

  Kelly Robinson isg...@langate.gsu.edu 09/28/2009 9:15 AM 

 I am testing a base Windows XP image (no apps) and have its image
 requirements set for the following:

 minram: 512
 minprocnumber: 1
 minprocspeed: 1024
 minnetwork: 100

 I've also tried to make sure the image is grouped correctly and mapped to
 the correct server, however it still gives the error.

 Does the message in the vcld.log of image already exists in the
 repository after I submit the sql statements to manually place a request
 an image have anything to do with the error?

 Thanks,
 Kelly

  Nathan Dawson ndaw...@email.wcu.edu 09/28/2009 8:57 AM 

 Kelly,
 One other thing that it may be is if you set the image requirements too
 high (min CPU, min ram etc), if your servers or VMs aren't set high enough
 to meet those criteria it can also give you that message.

 Nathan Dawson, MCP, MCDST, ACHDS
 Director of Networking and Information Systems
 The Kimmel School
 Western Carolina University
 828.227.2748



 From:Kelly Robinson [mailto:isg...@langate.gsu.edu] 
 Sent: Monday, September 28, 2009 8:50 AM
 To: vcl-user@incubator.apache.org 
 Subject: VCL Reservation Problem



 How do you get VCL to allow an image to be requested?  I've added the image
 to the database and would now like to request it through the web interface,
 however when you click New Reservation and select the image from the drop
 down menu, it gives a message that states Selection Not Currently
 Available.

 I've tried to manually insert a request into the database using the
 following sql statements, however the vcld.log gives error messages stating
 that the image already exists in the repository.  What am I missing?

 =
 INSERT INTO `vcl`.`request` (
 `id` ,
 `stateid` ,
 `userid` ,
 `laststateid` ,
 `logid` ,
 `forimaging` ,
 `test` ,
 `preload` ,
 `start` ,
 `end` ,
 `daterequested` ,
 `datemodified`
 )
 VALUES (
 '1' , '16', '1', '16', '', '1', '0', '0', NOW( ) , TIMESTAMPADD(MINUTE,
 120, NOW()), NOW( ) , NULL );
 ===

 ===
 INSERT INTO `vcl`.`reservation` (
 `id` ,
 `requestid` ,
 `computerid` ,
 `imageid` ,
 `imagerevisionid` ,
 `managementnodeid` ,
 `remoteIP` ,
 `lastcheck` ,
 `pw`
 )
 VALUES (
 NULL , '1', '2', '7', '7', '1', NULL , NULL , NULL
 );
 ===


 Thanks,
 Kelly





 Kelly P. Robinson

 Software Systems Engineer, Lead

 Advanced Campus Services

 Information Systems and Technology

 P.O. Box 3994
 Atlanta, Ga 30302-3994
 (404) 413-4757

 krobinso...@gsu.edu 
- -- 
- ---
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
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFKwRc+V/LQcNdtPQMRAt2AAJ46y3d6w36ykrx26tjf7aiQI0prxgCffKUt
W6qIWQeZ3FOTuXWukVW/It4=
=c+W1
-END PGP SIGNATURE-


Privileges page not displaying correctly

2009-10-02 Thread Kelly Robinson
Our Privileges page is not displaying the icons associated with each of the 
trees.  I noticed that there was an error on the page that states 
'dojo.byID(...)' is null or not an object.  I've updated Java to the most 
recent version and have tried both IE7 and Firefox web browsers.  Any ideas on 
how to make the privileges page display correctly?
 
Thanks,
Kelly
 
 
 
Kelly P. Robinson 
Software Systems Engineer, Lead
Advanced Campus Services
Information Systems and Technology
P.O. Box 3994
Atlanta, Ga 30302-3994
(404) 413-4757
krobinso...@gsu.edu 
 
 


VCL Reservation Problem

2009-09-28 Thread Kelly Robinson
How do you get VCL to allow an image to be requested?  I've added the image to 
the database and would now like to request it through the web interface, 
however when you click New Reservation and select the image from the drop 
down menu, it gives a message that states Selection Not Currently Available.
 
I've tried to manually insert a request into the database using the following 
sql statements, however the vcld.log gives error messages stating that the 
image already exists in the repository.  What am I missing?
 
=
INSERT INTO `vcl`.`request` (
`id` ,
`stateid` ,
`userid` ,
`laststateid` ,
`logid` ,
`forimaging` ,
`test` ,
`preload` ,
`start` ,
`end` ,
`daterequested` ,
`datemodified`
)
VALUES (
'1' , '16', '1', '16', '', '1', '0', '0', NOW( ) , TIMESTAMPADD(MINUTE, 120, 
NOW()), NOW( ) , NULL
);
===
 
===
INSERT INTO `vcl`.`reservation` (
`id` ,
`requestid` ,
`computerid` ,
`imageid` ,
`imagerevisionid` ,
`managementnodeid` ,
`remoteIP` ,
`lastcheck` ,
`pw`
)
VALUES (
NULL , '1', '2', '7', '7', '1', NULL , NULL , NULL
);
===
 
 
Thanks,
Kelly
 
 
Kelly P. Robinson 
Software Systems Engineer, Lead
Advanced Campus Services
Information Systems and Technology
P.O. Box 3994
Atlanta, Ga 30302-3994
(404) 413-4757
krobinso...@gsu.edu 
 
 


RE: VCL Reservation Problem

2009-09-28 Thread Kelly Robinson
..or maybe a better question would be:
 
After an image is created, how do you get make it available for requesting?  I 
followed these directions to create a base Windows XP image and created the 
entry in the vcl database.  
http://cwiki.apache.org/VCL/creating-a-windows-xp-base-image-on-vmware.html 
 
As stated previously, the vcld.log gives the critical error that the image 
already exists in the repository and then it goes on to say image creation 
failed and begins to exit the reservation process.
 
Is there something else that I'm supposed to do?
 


 Kelly Robinson isg...@langate.gsu.edu 09/28/2009 9:15 AM 
I am testing a base Windows XP image (no apps) and have its image requirements 
set for the following:
 
minram: 512
minprocnumber: 1
minprocspeed: 1024
minnetwork: 100
 
I've also tried to make sure the image is grouped correctly and mapped to the 
correct server, however it still gives the error.
 
Does the message in the vcld.log of image already exists in the repository 
after I submit the sql statements to manually place a request an image have 
anything to do with the error?
 
Thanks,
Kelly
 

 Nathan Dawson ndaw...@email.wcu.edu 09/28/2009 8:57 AM 

Kelly,
One other thing that it may be is if you set the image requirements too high 
(min CPU, min ram etc), if your servers or VMs aren't set high enough to meet 
those criteria it can also give you that message.

Nathan Dawson, MCP, MCDST, ACHDS
Director of Networking and Information Systems
The Kimmel School
Western Carolina University
828.227.2748

 

From:Kelly Robinson [mailto:isg...@langate.gsu.edu] 
Sent: Monday, September 28, 2009 8:50 AM
To: vcl-user@incubator.apache.org 
Subject: VCL Reservation Problem

 

How do you get VCL to allow an image to be requested?  I've added the image to 
the database and would now like to request it through the web interface, 
however when you click New Reservation and select the image from the drop 
down menu, it gives a message that states Selection Not Currently Available.
 
I've tried to manually insert a request into the database using the following 
sql statements, however the vcld.log gives error messages stating that the 
image already exists in the repository.  What am I missing?
 
=
INSERT INTO `vcl`.`request` (
`id` ,
`stateid` ,
`userid` ,
`laststateid` ,
`logid` ,
`forimaging` ,
`test` ,
`preload` ,
`start` ,
`end` ,
`daterequested` ,
`datemodified`
)
VALUES (
'1' , '16', '1', '16', '', '1', '0', '0', NOW( ) , TIMESTAMPADD(MINUTE, 120, 
NOW()), NOW( ) , NULL
);
===
 
===
INSERT INTO `vcl`.`reservation` (
`id` ,
`requestid` ,
`computerid` ,
`imageid` ,
`imagerevisionid` ,
`managementnodeid` ,
`remoteIP` ,
`lastcheck` ,
`pw`
)
VALUES (
NULL , '1', '2', '7', '7', '1', NULL , NULL , NULL
);
===
 
 
Thanks,
Kelly

 

 

Kelly P. Robinson 

Software Systems Engineer, Lead

Advanced Campus Services

Information Systems and Technology

P.O. Box 3994
Atlanta, Ga 30302-3994
(404) 413-4757

krobinso...@gsu.edu