File: exe-getSystemId.txt

package info (click to toggle)
libsmbios 2.0.3.dfsg-1.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 3,768 kB
  • ctags: 2,016
  • sloc: cpp: 14,292; sh: 9,408; xml: 3,820; makefile: 454; ansic: 402; python: 157
file content (35 lines) | stat: -rw-r--r-- 841 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// vim:expandtab:autoindent:tabstop=4:shiftwidth=4:filetype=txt:

/*! \page getSystemId Documentation for getSystemId executable

\section NAME NAME
getSystemId

\section SYNOPSIS SYNOPSIS
The getSystemId executable is used to pull commonly-used system information
from a system and display it in an easily-readable and parseable format. it
displays Dell system ID, service tag, product name, BIOS version, and system
vendor.
<pre>
    $ ./getSystemId
    cppunit/platform/PE1850/memdump.dat
    Libsmbios:    0.10.4_beta2
    System ID:    0x016C
    Error getting the Service Tag : String does not exist.
    Product Name: PowerEdge 1850
    BIOS Version: P19
    Vendor:       Dell Computer Corporation
    Is Dell:      1
</pre>

\section DESCRIPTION

\section RETURN VALUE

\section ERRORS

\section RESTRICTIONS

\section SEE ALSO

*/