Changes between Version 31 and Version 32 of Internal/LoginService
- Timestamp:
- Jul 20, 2011, 4:17:48 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LoginService
v31 v32 211 211 Enter password: 212 212 mysql> 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);213 mysql> 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'); 214 214 mysql> 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 +------------------+------+----------------+----------------+--------------------+--------+--------+--------+------------+----------+-------------+----------------------------+ 220 220 1 row in set (0.00 sec) 221 221