/build/static/layout/Breadcrumb_cap_w.png

Example of Report to Export from K1000 to K2000 for WSNAME

Hi,

New customer with the k2000 and I am trying to figure out a way to export a report from the k1000 that has all our machine names and MAC addresses in the format needed for WSNAME and the k2000 to name our machines properly. Anyone had any success with this?

Thanks!

0 Comments   [ + ] Show comments

Answers (3)

Posted by: dchristian 12 years ago
Red Belt
0
I've been using this:

SELECT Concat(REPLACE(NIC.MAC, ':', '), ' = ', M.NAME) AS TRANS,
NIC.NIC
FROM MACHINE M,
MACHINE_NICS NIC
WHERE M.ID = NIC.ID
AND NIC.NIC NOT RLIKE ( 'WIFI|WIRELESS' )
Posted by: jgengler 12 years ago
Orange Senior Belt
0
Thanks dchristian. One more item that you could help me with is the report format. Do you customize it in any way or does that output work for you when you import it into the K2000. It seems like the K2000 only needs to get the MAC:system name.
Posted by: dchristian 12 years ago
Red Belt
0
You could export to CSV and just copy the trans column to the text file.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

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