/build/static/layout/Breadcrumb_cap_w.png

Quarantined Device location in R1 Database?

Trying to find the DB location of quarantined devices for some report/notifications I want to setup.

I'm connected with mySQL and digging around, they don't show in the MACHINE table. I've checked several other table I thought they may live with no luck.


0 Comments   [ + ] Show comments

Answers (1)

Posted by: KevinG 2 weeks ago
Red Belt
1

R1 is the DB user accessing ORG1.* database tables.

I believe that the information you are looking for is in KBSYS.AGENT_QUARANTINE.*


From the System UI create a SQL report with the following SQL statement. This will get you started.

select KBSYS.AGENT_QUARANTINE.*, ORG1.MACHINE.NAME

from KBSYS.AGENT_QUARANTINE

join ORG1.MACHINE on KBSYS.AGENT_QUARANTINE.KUID = ORG1.MACHINE.KUID


Comments:
  • I gave that a shot in MySQL and in KACE creating and got the same result:

    SELECT command denied to user 'R1'@'localhost' for table `KBSYS`.`AGENT_QUARANTINE` - mstevens3 3 days ago
    • You need to create the report from the SystemUI, are you on a Single ORG SMA without a SystemUI?

      ....../systemui/analysis_report_list.php - KevinG 3 days ago
      • We have a single SMA, I'm not familiar with a SystemUI, so I'm guessing I don't have that. - mstevens3 23 hours ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ