List/Grid Solaris Subscribe RSS feed of category Solaris
Server Build Process
Server Build Process If we are building new servers for customers, we need to create a checklist or build process. This way we won’t miss any steps. Once the server…
How to fill up disk space for testing purpose
You can use dd command to fill up space. root@saturn tmp]#dd if=/dev/zero of=/tmp/file1 bs=1024 count=1310720 root@saturn tmp]# df -k . Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-tmp 1523568 1360312 …
Linux/unix cron job guide and examples
o Schedule tasks using cron We need to make sure that crond daemon is configured on bootup time. # chkconfig –list crond crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off…
Oracle Solaris 10 System Administrator Certified Professional Exam, Part II
Section 1: Manage Virtual File Systems and Core Dumps Explain virtual memory concepts and given a scenario, configure, and manage swap space. Manage crash dumps and core file behaviors. Explain…
Oracle Solaris 10 System Administrator Certified Professional Exam, Part I
Section 1: Install Software Explain the Solaris 10 OS installation and upgrade options for CD / DVD, including how to provide Minimal Installations for SPARC, x64, and x86-based systems. Perform…