Hi,

Lately, we experienced a problem that we tried to use 'installadm' to 
delete a client with old mac addr and add back with new mac ... for some 
reason, the old mac addr come back in the AI manifest database.  (look 
like the db reuse the old record if the key is same).  Tried to use 
select statement to see the content of db and got empty on the fields 
except the 'name' .   I am not familiar with sqlite3 ... do I need some 
kind of db privileges to see the contents.

Thanks,

-Steven

sqlite> .schema
CREATE TABLE manifests (name TEXT, instance INTEGER, arch TEXT, MINmac 
INTEGER, MAXmac INTEGER, MINipv4 INTEGER, MAXipv4 INTEGER, cpu TEXT, 
platform TEXT, MINnetwork INTEGER, MAXnetwork INTEGER, MINmem INTEGER, 
MAXmem INTEGER);
sqlite>
sqlite> select * from manifests;
b03f.xml|0|||||||||||
cc135-9.xml|0|||||||||||
b26d.xml|0|||||||||||
cstconfig9.xml|0|||||||||||


Reply via email to