OReilly Unix for Oracle DBAs Pocket Reference
Số trang: 94
Loại file: pdf
Dung lượng: 1.04 MB
Lượt xem: 11
Lượt tải: 0
Xem trước 10 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
OReilly Unix for Oracle DBAs Pocket Reference
Nội dung trích xuất từ tài liệu:
OReilly Unix for Oracle DBAs Pocket Reference Unix for Oracle DBAs Pocket Reference By Donald K. Burleson Publisher : OReilly Pub Date : January 2001 ISBN : 0-596-00066-9 Table of Pages : 110• Contents• Index• Reviews• Examples Reader• Reviews• Errata Copyright Chapter 1. Unix for Oracle DBAs Pocket Reference Section 1.1. Introduction Section 1.2. Understanding Unix Section 1.3. Building Unix Commands Section 1.4. Unix Server Environment Section 1.5. Process Management Section 1.6. Server Values Section 1.7. Memory and CPU Management Section 1.8. Semaphore Management Section 1.9. System Log Messages Section 1.10. Server Monitoring Section 1.11. File Management Section 1.12. Disk Management Section 1.13. Miscellaneous Shell ScriptsChapter 1. Unix for Oracle DBAs Pocket Reference Section 1.1. Introduction Section 1.2. Understanding Unix Section 1.3. Building Unix Commands Section 1.4. Unix Server Environment Section 1.5. Process Management Section 1.6. Server Values Section 1.7. Memory and CPU Management Section 1.8. Semaphore Management Section 1.9. System Log Messages Section 1.10. Server Monitoring Section 1.11. File Management Section 1.12. Disk Management Section 1.13. Miscellaneous Shell Scripts1.1 IntroductionThe Unix for Oracle DBAs Pocket Reference is a quick reference describing the Unix commandsmost often used by Oracle database administrators. Its the result of my 20 years of accumulatingUnix tips and techniques. For each of the commands included in this book, Ive provided the basicsyntax and a short, illustrative example. This guide also contains many short Unix scripts that shouldsave you dozens of hours of manual effort.Ive organized the commands and examples in this book into the following major topic areas:Understanding Unix Gives you a little bit of the history of Unix and tells you some things that you need to know regarding case sensitivity, safety, and shells.Building Unix Commands Describes the process of creating complex Unix commands for Oracle.Unix Server Environment Describes the commands that make Unix easier for DBAs.Process Management Describes the basic Unix commands you use to display and manage server processes.Server Values Shows you how to display relevant server values in Unix.Memory and CPU Management Shows the main commands used to display information about memory segments, swap space, and semaphores used by an Oracle database. Also covers commands used to monitor CPU utilization.Semaphore Management Shows you how to monitor semaphore usage by your Oracle server and how to remove semaphore sets for an instance that has crashed.System Log Messages Shows you how to view operating-system log files.Server Monitoring Describes the details of using the server utilities vmstat, sar, and glance.File Management Describes commands that assist in file management tasks.Disk Management Shows you how to get information about the disks on your system. This section includes commands to list physical volumes, logical volumes, and mount points.Miscellaneous Shell Scripts Presents a number of shell scripts that Ive found to be useful over the years, but that dont fit into any of the other sections.Writing this pocket reference was especially challenging because of the dialect differences betweenthe major implementations of Unix. For example, commands in HP-UX are often different fromthose in Sun Solaris. Ive emphasized commands that are common to all Unix dialects. Wheredifferences occur, Ive attempted to cover the following platforms: HP-UX, IBM AIX, and SunSolaris. Youll also find some specific dialect commands for IRIX and DEC Unix.In addition to experimenting with the commands shown in this book, I encourage you to read moreabout them in books such as Unix in a Nutshell by Arnold Robbins (OReilly). Also, remember thatthe online Unix manpages are a great source of information about Unix commands. For example, tolearn about the cat command, enter man cat at the command prompt.1.1.1 AcknowledgmentsThis type of book requires the dedicated efforts of many people, and I have worked closely as a teamwith many others who have supported this effort. Foremost, I need to acknowledge the efforts of mywife, Janet Burleson, whose impatience with Unix syntax led to the development of this book.This book certainly would not have been possible wi ...
Nội dung trích xuất từ tài liệu:
OReilly Unix for Oracle DBAs Pocket Reference Unix for Oracle DBAs Pocket Reference By Donald K. Burleson Publisher : OReilly Pub Date : January 2001 ISBN : 0-596-00066-9 Table of Pages : 110• Contents• Index• Reviews• Examples Reader• Reviews• Errata Copyright Chapter 1. Unix for Oracle DBAs Pocket Reference Section 1.1. Introduction Section 1.2. Understanding Unix Section 1.3. Building Unix Commands Section 1.4. Unix Server Environment Section 1.5. Process Management Section 1.6. Server Values Section 1.7. Memory and CPU Management Section 1.8. Semaphore Management Section 1.9. System Log Messages Section 1.10. Server Monitoring Section 1.11. File Management Section 1.12. Disk Management Section 1.13. Miscellaneous Shell ScriptsChapter 1. Unix for Oracle DBAs Pocket Reference Section 1.1. Introduction Section 1.2. Understanding Unix Section 1.3. Building Unix Commands Section 1.4. Unix Server Environment Section 1.5. Process Management Section 1.6. Server Values Section 1.7. Memory and CPU Management Section 1.8. Semaphore Management Section 1.9. System Log Messages Section 1.10. Server Monitoring Section 1.11. File Management Section 1.12. Disk Management Section 1.13. Miscellaneous Shell Scripts1.1 IntroductionThe Unix for Oracle DBAs Pocket Reference is a quick reference describing the Unix commandsmost often used by Oracle database administrators. Its the result of my 20 years of accumulatingUnix tips and techniques. For each of the commands included in this book, Ive provided the basicsyntax and a short, illustrative example. This guide also contains many short Unix scripts that shouldsave you dozens of hours of manual effort.Ive organized the commands and examples in this book into the following major topic areas:Understanding Unix Gives you a little bit of the history of Unix and tells you some things that you need to know regarding case sensitivity, safety, and shells.Building Unix Commands Describes the process of creating complex Unix commands for Oracle.Unix Server Environment Describes the commands that make Unix easier for DBAs.Process Management Describes the basic Unix commands you use to display and manage server processes.Server Values Shows you how to display relevant server values in Unix.Memory and CPU Management Shows the main commands used to display information about memory segments, swap space, and semaphores used by an Oracle database. Also covers commands used to monitor CPU utilization.Semaphore Management Shows you how to monitor semaphore usage by your Oracle server and how to remove semaphore sets for an instance that has crashed.System Log Messages Shows you how to view operating-system log files.Server Monitoring Describes the details of using the server utilities vmstat, sar, and glance.File Management Describes commands that assist in file management tasks.Disk Management Shows you how to get information about the disks on your system. This section includes commands to list physical volumes, logical volumes, and mount points.Miscellaneous Shell Scripts Presents a number of shell scripts that Ive found to be useful over the years, but that dont fit into any of the other sections.Writing this pocket reference was especially challenging because of the dialect differences betweenthe major implementations of Unix. For example, commands in HP-UX are often different fromthose in Sun Solaris. Ive emphasized commands that are common to all Unix dialects. Wheredifferences occur, Ive attempted to cover the following platforms: HP-UX, IBM AIX, and SunSolaris. Youll also find some specific dialect commands for IRIX and DEC Unix.In addition to experimenting with the commands shown in this book, I encourage you to read moreabout them in books such as Unix in a Nutshell by Arnold Robbins (OReilly). Also, remember thatthe online Unix manpages are a great source of information about Unix commands. For example, tolearn about the cat command, enter man cat at the command prompt.1.1.1 AcknowledgmentsThis type of book requires the dedicated efforts of many people, and I have worked closely as a teamwith many others who have supported this effort. Foremost, I need to acknowledge the efforts of mywife, Janet Burleson, whose impatience with Unix syntax led to the development of this book.This book certainly would not have been possible wi ...
Tìm kiếm theo từ khóa liên quan:
Quản trị mạng Cơ sở dữ liệu Hệ điều hành Công nghệ thông tin Tin họcGợi ý tài liệu liên quan:
-
Giáo trình Lý thuyết hệ điều hành: Phần 1 - Nguyễn Kim Tuấn
110 trang 451 0 0 -
52 trang 429 1 0
-
62 trang 401 3 0
-
Đề thi kết thúc học phần học kì 2 môn Cơ sở dữ liệu năm 2019-2020 có đáp án - Trường ĐH Đồng Tháp
5 trang 378 6 0 -
24 trang 354 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 312 0 0 -
74 trang 295 0 0
-
Giáo trình Cơ sở dữ liệu: Phần 2 - TS. Nguyễn Hoàng Sơn
158 trang 292 0 0 -
13 trang 292 0 0
-
96 trang 291 0 0