list tunable parameters and its values (Solaris 8)


 
Thread Tools Search this Thread
Operating Systems Solaris list tunable parameters and its values (Solaris 8)
# 1  
Old 04-25-2008
list tunable parameters and its values (Solaris 8)

Does anyone knows how to list tunable kernel parameters on a Solaris 8 system?

A linux sysctl -a equivalent will do the job ...
# 2  
Old 04-25-2008
You need the Solaris Tunable Parameters Reference Manual. Given that there are different ways of setting some of the parameters, one single command will not sufficed.
# 3  
Old 01-08-2009
Can anyone tell me the meaning of the following statement :
$kshd_is_mit = `/ms/dist/sec/PROJ/ksymlinks/incr/bin/rsh -n -i -F $rhost uname -s 2>&1`;
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to find the X highest values in a list depending on the values of another list with bash/awk?

Hi everyone, This is an exemple of inpout.txt file (a "," delimited text file which can be open as csv file): ID, Code, Value, Store SP|01, AABBCDE, 15, 3 SP|01, AABBCDE, 14, 2 SP|01, AABBCDF, 13, 2 SP|01, AABBCDE, 16, 3 SP|02, AABBCED, 15, 2 SP|01, AABBCDF, 12, 3 SP|01, AABBCDD,... (1 Reply)
Discussion started by: jeremy589
1 Replies

2. AIX

5. what is tunable parameters?can i altered it ?

what is tunable parameters?can i altered it ? (2 Replies)
Discussion started by: ramraj731
2 Replies

3. HP-UX

Changing Dynamic Tunable parameters in the kernel

To fix an "issue" we're having I need to update SHMMAX from 1GB to 2Gb, it's a dynamic parameter so am just wondering how flexible it really is. As Oracle is running on the server do I need to shut that down to change the parameter or will it just take the change on the fly? Also how would I... (6 Replies)
Discussion started by: Turlock
6 Replies

4. Red Hat

RHEL 5.5 tcp/ip Tunable list

Is there a documented set of tunables for RHEL 5.5, or what do I need to do get the current list of tcp/ip tunables and values from a system? ---------- Post updated at 03:01 PM ---------- Previous update was at 02:56 PM ---------- Need to follow up, as to how to coorletate between Solaris... (3 Replies)
Discussion started by: mrmurdock
3 Replies

5. Shell Programming and Scripting

Resetting the Positional parameters values

Hi, Can any one provide the Unix command to reset the positional parameters? Please see the below example where i have to pass 2 parameters to Shell1.sh. Step1) . ./Shell1.sh 2 3 successfully executed, Then i executed(next step only) the same shell script again,this time no... (4 Replies)
Discussion started by: nmk
4 Replies

6. UNIX for Dummies Questions & Answers

Script to update values for the parameters

Hello, I am writing script to substitute values for a parameter in the file but I am getting error. for v1 in grep "pProjectName=" global.cfg do sed -e "/s/$v1/pProjectName=Test/ global.cfg done Please correct me if I am wrong, thanks in advance (1 Reply)
Discussion started by: gmahesh2k
1 Replies

7. Shell Programming and Scripting

using a vaiable parameters and values to find and tar

This one took HOURS and HOURS of my life. Hopefully this post will save someone the same grief. I am using "-regex" with "find" via a variable. If I echo the command that is constructed, it looks OK. When I paste the echoed text it to the command line it runs fine. But inside the script it... (1 Reply)
Discussion started by: jjminkle
1 Replies

8. UNIX for Advanced & Expert Users

Tunable kernel parameters

Hi all, I'm at SCO UNIXWARE 7.1.1, my system's memory is larger than dump device, I have found one kernel tunable parameter at SCO website ie SYSDUMP_SELECTIVE which tells me that if set to 1 system will dump only kernel mapped memory, but I'm not sure how to configure this parameter. As well... (2 Replies)
Discussion started by: tayyabq8
2 Replies
Login or Register to Ask a Question