1. Try to start the SNMP service.
--locate the folder in solaris containing snmp protocal file,"cd /etc/init.d/init.snmpdx"
--start the service "./init.snmpdx start"
2. Common commands
--ls -la, list the files in detail
--chmod +x *, change the file and folder into read-write
--whoami, the current user
--pwd, the current positiion, show the full path
--sn,
bash:
--export name=value, set a env variable
--vname -a, to get the version of OS.
--cp, copy files
--dos2unix, change the dos file format to unix type.
chmod 755, change the files attribute to read and write.
chown, change the ownership of file or group
3.
-
top. This utility shows a real-time picture of processes, CPU, and memory usage.
sar. The System Activity Reporter examines CPU, swapping, paging, memory, and buffer usage for specified time periods. -
sadc. Server activity statistics collection examining CPU, buffers, I/O, switching, system calls, file access, queues, IPCs, amongst other things.
-
vmstat. Virtual memory statistics.
-
iostat. I/O statistics.