Friday, March 6, 2009

Solaris Interface/Link related commands

To get the current link speed and link mode of a NIC in a Solaris machine run the following commands. Replace "hme" with your NICs model type. If you do not know the type of NIC in the system you can run "ifconfig -a" to determine this information:

ndd -get /dev/hme link_speed
(0=10mb, 1=100mb)

ndd -get /dev/hme link_mode
(0=Half Duplex, 1=Full Duplex)

To determine the last Solstice backup time and date for a partition run the following command:

mminfo -N partition -v
(partition is replaced with the path)

To list the contents of your last Solstice backup run the following command:

nsrinfo -t "time" clientname

To Determine if you are running a 64bit or 32bit versioin of the Solaris operating system Run the following command:

isainfo -v

Readers who read this page, also read:




Bookmark and Share My Zimbio http://www.wikio.com

0 comments: