Solaris10


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris10
# 1  
Old 06-03-2009
Solaris10

Hi All
How can we verify if any of the parameters we have change in Solaris10 after reboot. Like is there any command? Please advice
Thanks
# 2  
Old 06-03-2009
Question What are you changing

What parameters are you attempting to change, and how are you making the changes?
# 3  
Old 06-03-2009
Shared Memory parameters, vi the file and reboot the machine
# 4  
Old 06-07-2009
A quick note regarding the new Solaris 10 resource system.

Just to be clear, if you're modifying /etc/system with SysV IPC parameters like shmsys:shminfo_shmmax, this usage is deprecated. /etc/system modification is only considered if the values are greater than the defaults and the parameters are not obsolete (most are obselete, others removed).

Solaris 10 uses a newer resource control system by project for managing the IPC system. Control is now done more granularly by project or process rather than globally. Check out rctladm, projadd, projmod, and prctl.

That said, you can still find the results of tunable parameter modification using the command sysdef -i.

Also, as with any tunable in /etc/system, you can still query them directly with the debugger, mdb (as root), attached to the running kernel. Example:

Code:
echo "shminfo_shmmax/D" | mdb -k

Using mdb does not require the module name (i.e shmsys of shmsys:shminfo_shmmax), just the key name (shminfo_shmmax).

Have fun storming the castle.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris10 and pxeLinux

I want to run solaris10 with my pxelinux server i put on pxelinux.cfg/default this LABEL solaris 10 kernel mboot.c32 append -solaris solaris/boot/platform/i86pc/kernel/unix -v -m verbose install dhcp nowin nfs://192.168.0.2/jumpstart/config.tar -B install_media=192.168.0.2:/solaris... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

2. Solaris

Msktutil on Solaris10

Technical Prose: Solaris integration with Active Directory - Part I follow this guide,install solarisgcc,and dev libraries required. But after configure i get checking for res_search... yes checking for krb5_init_context in -lkrb5... yes checking for ldap_initialize in -lldap... yes... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

3. Solaris

Compiling error on solaris10

Hello guys, Im trying to install a monitoring software on my solaris10 machine and im getting an error doing so. Can someone please help. ld: fatal: Symbol referencing errors. No output written to ../client/xymond_client collect2: ld returned 1 exit status gmake: *** Error 1 gmake:... (1 Reply)
Discussion started by: hemo21
1 Replies

4. UNIX for Advanced & Expert Users

OpenLDAP and Solaris10 problems

Hi All, I have configured OpenLDAP sucessfully and set following results indicating that the user is loaded on the LDAP database test5:/ $ cat /etc/passwd | grep admin777 test5:/ $ getent passwd admin777 admin777:x:5011:1000::/:/bin/bash test5:/ $ id admin777 uid=5011(admin777)... (0 Replies)
Discussion started by: esawyja
0 Replies

5. Solaris

Sun Solaris10

hi to all, I am newuser can anyone tell me from where i get the sun solaris 10 dumps. plz mail me at (no email addresses - read the RULES of these forums) (2 Replies)
Discussion started by: quickgun
2 Replies

6. Solaris

Using mailx under solaris10

Hello all. I am a new user Solaris10, on a sunblade100. And I need help. How to send an e-mail on command line under solaris 10 ? I try mailx-s "subject" snacks@yahoo.fr without success. I would like to know why? What files do I configure? Thank you in advance. best regards. (3 Replies)
Discussion started by: SnackS
3 Replies

7. Solaris

Re: Crontab in solaris10

Hi all, I wrote a small shell (bash) script and it was executing well. I'm getting problem when I use this in crontab. My script is: #!/usr/bin/bash mkdir `date '+%m-%d-%y'` cd `date '+%m-%d-%y'` cvs co -r br_name module cd dir1/dir2/dir3 bash build.sh this is doing well... (7 Replies)
Discussion started by: gullapalli
7 Replies

8. Tips and Tutorials

Creating a Solaris10 service

The general steps required are: o Determine the proccess for starting and stopping your service. o Establish a name for the service, and the category this service falls into. o Determine whether your service runs multiple instances. o Identify any dependency relationships between this service... (0 Replies)
Discussion started by: Tornado
0 Replies

9. UNIX for Dummies Questions & Answers

Inst. Solaris10

I just download solaris 10, from sun.com, I have them ziped in my HD, How can I install them, so I can run solaris10, my present os is RH9; THANKS (5 Replies)
Discussion started by: mxlst14
5 Replies

10. Solaris

help,win2003 and solaris10 in a pc?

sorry,my english is poor. who can install win2003 and solaris10 in one pc ? my win2000server in hda1 so frist install win2003 in hda5 second install solaris10 in hda2 but after install over,the win2003 can't logon in. alway let me press<ctrl>+<alt>+<del>. why? (1 Reply)
Discussion started by: keyi
1 Replies
Login or Register to Ask a Question