Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Script to get hardware/Software configuration of Teradata System

Status
Not open for further replies.

rksaini

Technical User
Mar 23, 2003
1
US
Hi,
Can you guys let me know that how to write a scrit to get the Teradata computer system hardware/Software configuration information.
Thanks,

Ram Saini
 
# xctl -nw

It will list the current running dbs n pde version.

# xctl -nw
> hardware

It will list the hardware information.
 
Hi,

To get the CPU speed

pinfo -v


To get the memory size

memsize

There is a file called

/etc/device.tab.rd ( the .rd stands for READABLE )

which contains all the information about all the devices attached to the system.

With a little PERL you could probably PARSE this file to get what you want.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top