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 ] ANS: a) tar -cv /var /usr /lib | rsh remote_hostname dd of=/dev/rm/0 obs=128 ANS: a) tar -xvf /dev/rmt/0 [ restore contents of a tar tape ] 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 ] ANS: a) tar -tvf /dev/rmt/0 [ List contents of a tar tape ] c) ufsrestore tf /dev/rmt/0 [ list contents of a tape of ufsdump] 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 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 d0 - Disk number s0 - Partition or slice number ANS: /dev/dsk - Disk devices /dev/rmt - Tape devices /dev/term - Serial line devices /dev/pts - Pseudo terminals ANS: prtconf Dmesg sysinfo Have a Unix Problem
Unix Books :-
Return to : - Unix System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|