This document provides Solaris command tips related to backups/restores, processes/processors, networking, IPC tuning, memory, system configurations, boot options, and devices. It includes commands for taking backups to tape or disk using tar, extracting from backups, listing backup contents, setting process priority classes, binding processes to processors, configuring TCP/IP and SQL*NET pockets, tuning the post wait driver, configuring the UNIX buffer cache, increasing shared memory for Oracle, finding system resources, booting in single-user mode, shutting down the system, and displaying physical devices.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
604 views
Solaris Commands
This document provides Solaris command tips related to backups/restores, processes/processors, networking, IPC tuning, memory, system configurations, boot options, and devices. It includes commands for taking backups to tape or disk using tar, extracting from backups, listing backup contents, setting process priority classes, binding processes to processors, configuring TCP/IP and SQL*NET pockets, tuning the post wait driver, configuring the UNIX buffer cache, increasing shared memory for Oracle, finding system resources, booting in single-user mode, shutting down the system, and displaying physical devices.
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3
Sun Solaris Command Tips
All commands are specific to Sun Solaris operating system
UNIX backups/Restore Commands to take backup of /usr /var /lib directories to tape and disk using "tar" ANS: a) tar -cvf /dev/rmt/0 /usr /var /lib [Taking into tape ] b) tar -cvf backup_file.tar /usr /var /lib [ Taking disk image] Taking backup to a tape device attached to a remote system ANS: a) tar -cv /var /usr /lib | rsh remote_hostname dd of=/dev/rm/0 obs=128 b) ufsdump 0ucf remote_hostname:/dev/rmt/0 /file_system Extracting / Restore the contents of a tape /tar file ANS: a) tar -xvf /dev/rmt/0 [ restore contents of a tar tape ] b) tar -xvf filename.tar [ Restore contents of a tar file ] c) ufsrestore f /dev/rmt/0 filename [Restore from ufsdump tape backup] d) ufsrestore rf remote_hostname:/dev/rmt/0 filename [ Restore from remote host tape device ] List contents of backup ANS: a) tar -tvf /dev/rmt/0 [ List contents of a tar tape ] b) tar -tvf filename.tar [ List contents of a tar file ] c) ufsrestore tf /dev/rmt/0 [ list contents of a tape of ufsdump] Processes and Processor What are the types of priority classes supported by Solaris ? ANS: timesharing, system and reat-time How will you place a running process in real time class? ANS: priocntl -s –c RT –I uid process_id_number How will you start a process in real time class? ANS : priocntl –c RT –e process_name How will you bind a process to processor ? Ans: pbind –b processor_no process_id Network What is the pocket size used by SQL*NET Version 2 on Solaris Ans : Default is 2K What is the procket size used by network layer TCP/IP in SQL*NET v2? Ans : Default 1K Inter process communication (IPC) tuning What is post wait driver ? The post wait driver reduces the overhead incurred by the more expensive use of semaphore operation for interprocess communication. Memory What is the kernel parameter which controls the UNIX buffer cache on solaris ? Ans : bufhwm ( bufhwm is the maximum amount of physical memory, in kilobytes that can be used by I/O buffers) While starting an oracle process , the unix system displays an erro message like "Cannot allocate more shared memory segment for the processes" If oracle person approaches you, how will you fix this problem? ANS: increase the value for kernel memory parameter "set semsys:seminfo_semmns" in /etc/system file. [ this is a blind way] System configurations How do you find out total RAM installed on your machine Ans: $prtconf |grep size How do you find no. of processors installed on your sun box and processing speed? Ans: $psrinfo –v How do you find out how many disks are available on your system? Ans: $ format (for sysadmins) $ iostat –E (for users – count only the disks which has disk size correctly) System Boot Options How do you boot sun box in single user mode? ANS: At ok prompt type "boot -s" [ ok boot -s OR ok boot -1 OR ok boot -S ] What are the commands to shutdown the system? ANS: shutdown, init , halt, reboot Devices What is the meaning of logical name of a disk drive format like c0t0d0s0? ANS: c0 - Controller number t0 - SCSI bus target number d0 - Disk number s0 - Partition or slice number List some of the main device types? ANS: /dev/dsk - Disk devices /dev/rdsk - Raw or character devices /dev/rmt - Tape devices /dev/term - Serial line devices /dev/pts - Pseudo terminals List commands to display physical devices ? ANS: prtconf Sysdef Dmesg sysinfo