Archivo de la categoría: solaris

Brocade 200E Fibre Channel Switch

Brocade 200E Fibre Channel Switch Designed to meet the needs of small and growing SAN environments, the Brocade 4 Gb/sec 200E Fibre Channel switch delivers low-cost access to SAN technology. The switch scales from 8 to 16 ports, is easy to use and install, and is ideal for small and medium-sized organizations deploying their first… Read More: Brocade 200E Fibre Channel Switch »

status of CPUs SOlaris

If you want separate stats for each processor, «mpstat 5» shows cpu usage and idle etc. System Administration Commands mpstat(1M) NAME mpstat – report per-processor or per-processor-set statis- tics -bash-3.00# mpstat CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl 0 17 0 110 234 131 11 0… Read More: status of CPUs SOlaris »

BASH Shell Command Chaining

###BASH Command Chaining/Logical ANDing/ORing### Command Chaining: TO run a -> b -> c ls -lF /etc; pwd;who;ps Logical ANDing: Program b will execute only if program a was executed a&&b&&c Programs mutually inclusive Returns a exit status 0 and then run b exit status 0 and then run C Logical ANDing – runs subsequent based… Read More: BASH Shell Command Chaining »

create raid T6300

FYI, I managed to do this by booting from a remote Jumpstart image – in single user, and then using the following command: raidctl -c c0t0d0 c0t1d0 Just booting to single user won’t let you do this – you have to be booted from something other than c0t0d0 or c0t1d0, i.e. CD or a jumpstart… Read More: create raid T6300 »

BASH Shell Redirection

Redirection Basics: ( < )STDIN - where to get input. i.e. keyboard, file ( > ) STDOUT – where to send processed info. i.e. Monitor, file STDERR – where to send program error. i.e. monitor, background, file < - STDDIN > – STDOUT – This redirects STDOUT from screen (default) to a file >> –… Read More: BASH Shell Redirection »

Basic BASH Shell

-bash-3.00# who pedro pts/1 Aug 20 12:35 (172.16.2.80) pedro pts/2 Aug 20 13:06 (172.16.2.80) -bash-3.00# w 2:32pm up 2:02, 2 users, load average: 0.46, 0.46, 0.42 User tty login@ idle JCPU PCPU what pedro pts/1 12:35pm 50 21:16 14 sysbench –test=oltp –oltp-tabl pedro pts/2 1:06pm 1 -bash Current Terminal Session: -bash-3.00# tty /dev/pts/2 -bash-3.00# w/who… Read More: Basic BASH Shell »

fcinfo HBA ports

A handy Solaris 10 command: fcinfo Filed under: Solaris, Storage — christianbilien @ 4:14 pm One the most useful new command I found in Solaris 10 is fcinfo, a command line interface that will display information on HBA ports on a host, but also many useful bits of information on connected storage remote port WWN,… Read More: fcinfo HBA ports »