Page 2
Further, Novell, Inc., reserves the right to make changes to any and all parts of Novell software, at any time, without any obligation to notify any person or entity of such changes.
Page 3
Novell Trademarks For Novell trademarks, see the Novell Trademark and Service Mark list (http://www.novell.com/company/legal/ trademarks/tmlist.html). Third-Party Materials All third-party trademarks are the property of their respective owners.
ZENworks 10 Configuration Management SP3 documentation (http:// www.novell.com/documentation/zcm10/index.html). Documentation Conventions In Novell documentation, a greater-than symbol (>) is used to separate actions within a step and items in a cross-reference path. ® A trademark symbol ( , etc.) denotes a Novell trademark. An asterisk (*) denotes a third-party trademark.
Either action would compromise the integrity of the database severely. IMPORTANT: If you edit the inventory database directly or alter the database tables in any way, you will forfeit your right to receive any technical support from Novell related to the altered database.
Page 10
This data type is called an int in both Microsoft SQL Server and Microsoft SQL Express and is called a number(30,0) in Oracle. A binary(n) is an array of bytes, n bytes in length. This data type is called a raw in Oracle. A varbinary(n) is a variable length array of bytes, with a maximum length of n.
Inventory Data Tables The inventory data tables contain all the available data about a workstation, including hardware and software data, demographic data, and FNI data. Section 2.1, “NC_ADF Table,” on page 12 Section 2.2, “NC_BIOS Table,” on page 13 Section 2.3, “NC_Category Table,” on page 14 Section 2.4, “NC_CDROM Table,”...
Column Type Null Description AutoFill smallint Indicates when to fill in a field with the default value. IsStoreMask smallint TRUE(1)=store mask template with data. IsRequired smallint TRUE(1)=User must fill field in with data. IsUnique smallint TRUE(1)=Value must be unique. MaxLength smallint Maximum field length (number of characters).
The product type to which the category belongs. See "Note" below. IsTally smallint 1 (TRUE) if the category was defined by Novell; else 0. IsDeleted DateTime The date and time the record was deleted; else null. NOTE: The CategoryType can be one of the following:...
Column Type Null Description ComponentOID PK, FK binary(16) An internal ID number used as a primary key. InterfaceType smallint The interface type: 0=Unknown, 1=IDE, 2=SCSI, 3=USB, 4=FireWire. DriveLetter nvarchar(64) A letter assigned to the drive DeviceType smallint Drive type (capabilities) Device Type Unknown CDR/DVD -R...
Column Type Null Description ADFOID numeric(19,0) Refers to the adf to which this value belongs. 2.6 NC_CompChanges Table The NC_CompChanges contains information about hardware and software changes. Column Type Null Description CompChangesOID binary(16) Internal ID number used as primary key. TypeOfChange smallint Created, field value edited,...
2 DOS 3 UNIX 4 Palm OS 5 OS X Source smallint The source of the component: 0 Novell Defined 1 Collector 2 Field Editor 3 ZENworks Control Center 4 Translator/Migrator 5 Palm Translator 6 UNIX Translator 7 OS X Translator...
Page 18
Column Type Null Description IsDeleted DateTime The date and time the record was deleted; else null. ExcludedNonColl Tinyint ADF0 nvarchar(256) Description of "Administrator Defined Field 0" ADF1 nvarchar(256) Description of "Administrator Defined Field 1" ADF2 nvarchar(64) Description of "Administrator Defined Field 2" ADF3 nvarchar(64) Description of "Administrator...
Column Type Null Description ADF19 nvarchar(64) Description of "Administrator Defined Field 19" IsRetired DateTime The date and time the record was retired; else null. Notes 1. ProductType: See note 1 within NC_Product Table FK references: 1. FK_Comp_WkstnOID: WorkstationOID references NC_Workstation.WorkstationOID 2.
Column Type Null Description IsHyperThreaded tinyint 1 if the processor is hyperthreaded, else 0 NOTE: The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table. 2.9 NC_DeviceRes Table The NC_DeviceRes table includes information about a device’s I/O map, IRQ, DMA, or memory. Column Type Null...
NOTE: The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table. 2.11 NC_FileScanData Table The NC_FileScanData table contains information about files not associated with recognized products. Column Type Null Description FileScanDataOID binary(16) An internal ID number used as a primary key.
2.12 NC_Floppy Table The NC_Floppy table includes data about floppy drives. Column Type Null Description ComponentOID PK, FK binary(16) An internal ID number used as a primary key. Capacity Float The storage capacity of the drive. DriveLetter nvarchar(64) The drive letter. NOTE: The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.
2.15 NC_Keyboard Table The NC_Keyboard table contains inventory data about keyboards. Column Type Null Description ComponentOID PK, FK binary(16) An internal ID number used as a primary key. InterfaceType smallint The interface type: 0=Unknown, 1=PS/2, 2=USB. NOTE: The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.
2.18 NC_LDAPImportTask Table The NC_LDAPImportTask table contains information about LDAP import tasks.. Column Type Null Description ZUID PK, FK binary(16) An internal ID number used as a primary key. LdapServer nvarchar(128) The name of the LDAP server. LdapPort nvarchar(8) The port used to connect to the LDAP server.
Column Type Null Description LdapServerCert ntext The certificate used to connect to the LDAP server. Packet ntext The credentials of the LDAP directory. 2.19 NC_LogicalDrive Table The NC_LogicalDrive table contains inventory data about logical drives. Column Type Null Description ComponentOID PK, FK binary(16) An internal ID number used as a...
Column Type Null Description MemoryType smallint The type of memory: 0=Other, 1=Unknown, 2=Standard, 3=Fast page mode, 4=EDO, 5=Burst EDO, 6=SDRAM, 7=CDRAM, 8=3DRAM, 9=SGRAM, 10=RDRAM, 11=DDR, 12=DDR2, 13=DDR2 FB DIMM. ModuleSize smallint The size of the module in MB. Speed smallint Access time in nanoseconds.
Column Type Null Description ComponentOID PK, FK binary(16) An internal ID number used as a primary key. EISAManufacturer nvarchar(64) The manufacturer’s name. VESAProduct nvarchar(64) The product name. YearManufactured smallint The year of manufacture. WeekManufactured smallint The week (1-52) of manufacture. DiagonalSize Float The calculated diagonal size.
2.25 NC_OperatingSystem Table The NC_OperatingSystem table contains inventory data about operating systems. Column Type Null Description ComponentOID PK, FK binary(16) An internal ID number used as a primary key. OSInternalVersion nvarchar(8) Internal version string for the operating system. ServicePack nvarchar(8) The service pack string.
The product name. Model nvarchar(25) The model of the product. Source smallint How the product was created: 0=Novell Defined 1= Collection 2=Field Editor 3 = ZENworks Control Center 4=Translator/Migrator 5=Palm Translator 6=UNIX Translator 7=OS X Translator. Inventory Data Tables...
Page 30
Column Type Null Description SWPlatform smallint The platform under which a software product runs. See "Notes" below. NotInUse smallint 1 (TRUE) if the product is a local product that has been reconciled into another product; else 0. Classification smallint The classification of a product: 0=hardware, 1=software.
Page 31
Column Type Null Description ADF0 nvarchar(256) Description of "Administrator Defined Field 0" ADF1 nvarchar(256) Description of "Administrator Defined Field 1" ADF2 nvarchar(64) Description of "Administrator Defined Field 2" ADF3 nvarchar(64) Description of "Administrator Defined Field 3" ADF4 nvarchar(64) Description of "Administrator Defined Field 4"...
Page 32
Notes The ProductType can be one of the following: BIOS Partition Printer CD-ROM Bus Adapter Serial Port Floppy Sound Card Hard Disk Software Keyboard System LAN Adapter System Board Memory Module Video Adapter Modem Removable Media Monitor Other Mouse Hot Fix Network Driver USB Port Current Operating System...
The name of the product subcategory. CategoryOID binary(16) Product category information. IsTally smallint 1 if this is a product category defined by Novell; 0 if it is user-defined. IsDeleted DateTime The date and time the record was deleted; else null. Inventory Data Tables...
NOTE: The CategoryOID foreign key references the CategoryOID primary key column of the NC_Category table. 2.30 NC_PRU Table The NC_PRU table contains information about product recognition updates. Column Type Null Description PRUOID binary(16) Internal ID number used as the primary key. KBVersion nvarchar(48) Version number of the KB...
Column Type Null Description ComponentOID PK, FK binary(16) An internal ID number used as a primary key. LogicalName nvarchar(4) The name of the port, for example, COM1. NOTE: The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.
Page 36
Column Type Null Description ThermalState smallint The thermal state. See "Notes" below. CoverRemoved DateTime The CPU cover has been removed. Fingerprint Varbinary(255) The fingerprint used to identify the system. Notes The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.
2.35 NC_SystemBoard Table The NC_SystemBoard table contains inventory data about system boards. Column Type Null Description ComponentOID PK, FK binary(16) An internal ID number used as a primary key. Revision nvarchar(32) The motherboard version. Bus1type smallint The first bus type: 0=unknown, 1=ISA, 2=PCI, 3=MCA, 4=EISA, 5=PCMCIA, 6=VL.
Page 38
Column Type Null Description Phone nvarchar(32) The user’s telephone number. Email nvarchar(100) The user’s e-mail address. Phone2 nvarchar(32) The user’s second telephone number. nvarchar(32) The user’s fax number. IsDeleted DateTime The date and time the record was deleted; else null. ADF0 nvarchar(256) Description of "Administrator...
Column Type Null Description ADF16 nvarchar(64) Description of "Administrator Defined Field 16" ADF17 nvarchar(64) Description of "Administrator Defined Field 17" ADF18 nvarchar(64) Description of "Administrator Defined Field 18" ADF19 nvarchar(64) Description of "Administrator Defined Field 19" 2.37 NC_VideoAdapter Table The NC_VideoAdapter table contains inventory data about video adapters. Column Type Null...
NOTE: FK references: 1. FK_VideoAdapt_CompOID: ComponentOID references NC_Component.ComponentOID 2.38 NC_VirtualMachine Table Contains information about a virtual machines. Column Name Datatype Null Description VirtualMachineOID PK,FK binary(16) internal ID number used as primary key. HostWorkstationOID binary(16) identifies the workstation that hosts this VM. VMDisplayName nvarchar(100) The virtual machine display...
Page 41
Column Type Null Description ZenWorksAgentId binary (16) The identification for the ZENworks Adaptive Agent installed on this workstation. UnManagedAgentId binary (16) The identification for an unmanaged agent. MachineName nvarchar(32) The machine name. See "Notes" below. InventoryType smallint The type of inventory: 0=Workstation, 1=Server, 2=Stockroom, 3=Lost and Found, 4= Portable, 5=NetCensus,...
Page 42
Column Type Null Description IPAddress nvarchar(15) The IP address from the LAN adapter. SubnetMask nvarchar(15) The subnet mask from the LAN adapter. DefaultGateway nvarchar(15) The default gateway from the LAN adapter. WkstnDomain nvarchar(64) The workstation domain. SerialNumber nvarchar(38) The serial number of the system component.
Page 43
Column Type Null Description OSServicePack nvarchar(8) The operating system service pack level. OSBuild nvarchar(8) The operating system build number. ScannedSerialNumber nvarchar(38) The scanned serial number for the workstation. CalculatedPrimaryUser nvarchar(128) The calculated primary user from an authoritative source. ADF0 nvarchar(256) Description of "Administrator Defined Field 0"...
Column Type Null Description ADF16 nvarchar(64) Description of "Administrator Defined Field 16" ADF17 nvarchar(64) Description of "Administrator Defined Field 17" ADF18 nvarchar(64) Description of "Administrator Defined Field 18" ADF19 nvarchar(64) Description of "Administrator Defined Field 19" PrimaryUserOID FK1,l2 binary(16) ID to link in entered user information from NC_User.
Internal ID number used as a primary key. ReconcileData nvarchar(38) Data upon which reconciliation is based. ReconcileType smallinit The type of reconciliation that is performed. IsNovell smallint 1 if this is a Novell-defined product, else 0. InstanceVer Inventory Data Tables...
Need help?
Do you have a question about the ZENWORKS 10 CONFIGURATION MANAGEMENT SP3 10.3 and is the answer not in the manual?
Questions and answers