Search Results

Search: Posts Made By: bentech4u
Forum: Solaris 01-20-2016
6,947
Posted By DukeNuke2
3 power supplies are without input... Start there...
3 power supplies are without input... Start there and report back after fixing that...
Forum: Solaris 11-24-2015
5,807
Posted By jim mcnamara
Well, this is often many-pronged problem. ...
Well, this is often many-pronged problem.

Assuming Solaris 11 and you ran audit -s and auditconfig +somezoneand several other steps, what do these commands show when run in the global zone?
...
Forum: Solaris 11-24-2015
5,807
Posted By jim mcnamara
http://docs.oracle.com/cd/E19253-01/816-4557/audit...
http://docs.oracle.com/cd/E19253-01/816-4557/audittask-44/index.html follow the task map.

This is the first step in setting up audit. There are several it is not just a simple matter of starting...
Forum: Solaris 06-19-2015
10,171
Posted By Peasant
Try echo "::memstat" | mdb -kw" I would...
Try echo "::memstat" | mdb -kw"

I would suspect ZFS ARC cache has used most of the memory.

If that is the case, you can limit ZFS ARC cache in /etc/system (it will require a reboot).

For...
Forum: Solaris 05-12-2015
2,488
Posted By jlliagre
This might be what you are looking for : ...
This might be what you are looking for :
ifconfig -a4 | nawk '
BEGIN { ignore=0 }
/zone/ { ignore=1 }
/inet/ { if((ignore==0) && ($2!="127.0.0.1") && ($2!="0.0.0.0")) print $2 ;...
Forum: Solaris 03-24-2015
17,754
Posted By achenle
Probably something like: for parm in `ndd...
Probably something like:

for parm in `ndd /dev/net/qlge2 \? | awk '{ print $1 }' | grep -v '?'`;
do
echo -n $parm:
ndd /dev/net/qlge2 $parm 2> /dev/null
doneReplace /dev/net/qlge2 with...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 12:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy