DOWNLOAD – Hardening Procedure for Solaris Systems Procedure Statement The hardening policies are defined as follows: Database server hardening procedure. Web server hardening procedure Application server hardening procedure Utility server hardening procedure On every case, 4 security components are involved: JASS BSM RSA Tripwire In those cases where Solaris Containers are implemented, the […]
Tag: Grep
One liner: To get available virtual memory
vmstat -s -SM | grep “free memory” | awk -F” ” ‘{print$1}’
Disable services in Solaris 10
To disable a service you have to be root or have a sudo, for example, i want to disable puppet: # svcs | grep puppet online 9:51:57 svc:/network/cswpuppetd:default I will disable the nfs server: # svcadm disable network/cswpuppetd:default