Monday, 2 February 2009

Check hardware information

A few commands are very useful to check the system information of the Solaris systems.

uname -X can give you the information of OS version and number of processors.

psrinfo -v can tell you the information of the processors

prtconf -v can tell you the memory installed.

df -k is for you to check the information of HDD

IRIX set up default gateway

http://software.majix.org/irix/network-setup.shtml

The above link introduces the detailed steps of setting it up. The system I have is 6.5 version.

1. Set up DNS in /etc/resolv.conf

domain majix.homeip.net
nameserver 192.168.1.2
nameserver 192.168.10.1

2. Default gateway

At the end of the file /etc/config/static-route.options simply add the line
$ROUTE $QUIET add -net default 130.60.XX.1

3. Start/stop daemon

chkconfig routed off

Either you can log in as root, type
route add -net default 130.60.XX.1