Changes between Version 31 and Version 32 of Internal/LoginService


Ignore:
Timestamp:
Jul 20, 2011, 4:17:48 PM (13 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService

    v31 v32  
    211211Enter password:
    212212mysql> use newScheduler;
    213 mysql> INSERT into resources (machid,name,location,rphone,notes,minRes,maxRes) VALUES ('sc1431b400c5f130', 'grid', 'Orbit Facility', '(732) 932-6857', 'Main 400 node grid',30,120);
     213mysql> INSERT into resources (machid,name,location,rphone,notes,minRes,maxRes,permission) VALUES ('sc1431b400c5f130', 'grid', 'Orbit Facility', '(732) 932-6857', 'Main 400 node grid',30,120,'console.grid.orbit-lab.org');
    214214mysql> select * from resources;
    215 +------------------+------+----------------+----------------+--------------------+--------+--------+--------+------------+----------+-------------+
    216 | machid           | name | location       | rphone         | notes              | status | minRes | maxRes | autoAssign | approval | allow_multi |
    217 +------------------+------+----------------+----------------+--------------------+--------+--------+--------+------------+----------+-------------+
    218 | sc1431b400c5f130 | grid | Orbit Facility | (732) 932-6857 | Main 400 node grid | a      |     30 |    120 |       NULL |     NULL |        NULL |
    219 +------------------+------+----------------+----------------+--------------------+--------+--------+--------+------------+----------+-------------+
     215+------------------+------+----------------+----------------+--------------------+--------+--------+--------+------------+----------+-------------+----------------------------+
     216| machid           | name | location       | rphone         | notes              | status | minRes | maxRes | autoAssign | approval | allow_multi | permission                 |
     217+------------------+------+----------------+----------------+--------------------+--------+--------+--------+------------+----------+-------------+----------------------------+
     218| sc1431b400c5f130 | grid | Orbit Facility | (732) 932-6857 | Main 400 node grid | a      |     30 |    120 |       NULL |     NULL |        NULL | console.grid.orbit-lab.org |
     219+------------------+------+----------------+----------------+--------------------+--------+--------+--------+------------+----------+-------------+----------------------------+
    2202201 row in set (0.00 sec)
    221221