Mar 23, 2003 #1 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
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
Mar 24, 2003 #2 ns1909 Technical User Jan 22, 2003 8 US # xctl -nw It will list the current running dbs n pde version. # xctl -nw > hardware It will list the hardware information. Upvote 0 Downvote
# xctl -nw It will list the current running dbs n pde version. # xctl -nw > hardware It will list the hardware information.
Mar 24, 2003 #3 tdatgod Programmer Jul 21, 2001 601 US 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. Upvote 0 Downvote
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.