How To Move a Solaris Container
This How To Guide instructs users, system administrators, and developers who have experience with Solaris 10 on proper use of new features which allow a Solaris 10 Container to be moved from one computer to another. The guide starts with a brief discussion of the need for such functionality and...
Plus
How To Move a Solaris Container This How To Guide instructs users, system administrators, and developers who have experience with Solaris 10 on proper use of new features which allow a Solaris 10 Container to be moved from one computer to another. The guide starts with a brief discussion of the need for such functionality and follows with three examples of the use of this functionality. Note: Technology described in this guide is currently available in Solaris Express, and will be available soon in a Solaris 10 update. Users are guided step-by-step through the process of moving a Container, with code examples and illustrations. After using this guide, a user should be able to move a Solaris Container by: * Creating a Container * Detaching the Container * Moving the Container to a new computer * Attaching the Container to the new computer For thoroughness, code examples are provided for three different scenarios: * Each system has only one filesy
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 24
Lectures: 574
Téléchargements: 0
How to Configure and Run PostgreSQL on Solaris 10
The PostgreSQL How to Guide instructs Solaris system administrators and database professionals in the process of configuring and running PostgreSQL on a Solaris 10 system. This guide covers launching and setting up the PostgreSQL database using the Solaris Service Management Facility...
Plus
How to Configure and Run PostgreSQL on Solaris 10 The PostgreSQL How to Guide instructs Solaris system administrators and database professionals in the process of configuring and running PostgreSQL on a Solaris 10 system. This guide covers launching and setting up the PostgreSQL database using the Solaris Service Management Facility (SMF), and configuring PostgreSQL to run in a Solaris Container technology called Solaris Zones. The user will then be able to verify and test the PostgreSQL data base. This guide assumes that the release of Solaris being used is the Solaris 10 6/06 operating system or later. Starting with Solaris 10 6/06, PostgreSQL has been integrated with the operating system and can be installed with Solaris. If an earlier version of Solaris 10 (e.g. Solaris 10 1/06 or Solaris 10 3/05 ) is used, PostgreSQL must be installed on the system. Instructions on finding the packages and how to perform the install are included at the end of this guide. This guide is not
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 18
Lectures: 173
Téléchargements: 0
Managing ZFS in Solaris 10 Containers
This guide is intended to show a new user the capabilities of ZFS when coupled with Solaris Containers. It describes the assignment of a ZFS file system to a zone, and some of the ZFS administrative tasks possible in such a configuration. Assigning a file system to a zone gives a zone...
Plus
Managing ZFS in Solaris 10 Containers This guide is intended to show a new user the capabilities of ZFS when coupled with Solaris Containers. It describes the assignment of a ZFS file system to a zone, and some of the ZFS administrative tasks possible in such a configuration. Assigning a file system to a zone gives a zone administrator full delegated control of the ZFS file system, enabling them to take snapshots, create sub file systems and perform other tasks without requiring the global zone administrator's intervention. After reading this guide, the user will have an understanding of how to delegate a ZFS file system to a container and to manage it from within the container.
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 12
Lectures: 374
Téléchargements: 0
Solaris Containers
Consolidating Servers and Applications
This How to Guide instructs users, system administrators, and developers unfamiliar with Solaris 10 OS on how to consolidate applications onto a single server using Solaris Containers technology. The guide starts with a brief overview of Solaris Containers and follows with...
Plus
Solaris Containers Consolidating Servers and Applications This How to Guide instructs users, system administrators, and developers unfamiliar with Solaris 10 OS on how to consolidate applications onto a single server using Solaris Containers technology. The guide starts with a brief overview of Solaris Containers and follows with an example of using Solaris Containers to consolidate two Web server applications and an email server application onto a single server. Users are guided step-by-step through the consolidation process, with code examples and illustrations. After using this guide, a user should be able to create Solaris Containers by: * Creating a resource pool * Defining Solaris Zones * Assigning CPU usage with the Fair Share Scheduler (FSS) * Installing and booting a zone * Configuring access to raw devices from the zone
Moins
Par Webcentric
5/5
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 16
Lectures: 132
Téléchargements: 0
Solaris 10 Security
Eliminating Web Page Hijacking
This How to Guide instructs Solaris system administrators and security professionals in the process of securing common Web servers. By the end of the guide, an example configuration will be created that allows Web content to be maintained securely by content owners, while the Web...
Plus
Solaris 10 Security Eliminating Web Page Hijacking This How to Guide instructs Solaris system administrators and security professionals in the process of securing common Web servers. By the end of the guide, an example configuration will be created that allows Web content to be maintained securely by content owners, while the Web server itself will run with a minimized set of privileges in its own secured Container. Administrators are guided step-by-step through the process and at the end of the guide should be able to: * Create a basic Solaris Container for hosting applications * Configure the Apache2 Web server to run in a Solaris Container * Use User and Process Rights Management to reduce application privileges * Use the Solaris Service Manager to reduce security risk of a Container * Share data securely between two Containers This guide is not exhaustive and will not cover all optional features of these technologies. However, the reference sect
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 16
Lectures: 387
Téléchargements: 0
Upgrading and Patching with Solaris Live Upgrade
This How To Guide demonstrates the use of Solaris Live Upgrade, a powerful tool for managing change, risk, and system availability on Solaris systems. This guide will cover:
* An overview of Solaris Live Upgrade for OS upgrades, patching, and as a mechanism for developers to...
Plus
Upgrading and Patching with Solaris Live Upgrade This How To Guide demonstrates the use of Solaris Live Upgrade, a powerful tool for managing change, risk, and system availability on Solaris systems. This guide will cover: * An overview of Solaris Live Upgrade for OS upgrades, patching, and as a mechanism for developers to install the latest OpenSolaris releases * Planning issues associated with using Solaris Live Upgrade * An example using Solaris Live Upgrade to upgrade from one Solaris release to a later one * An example using Solaris Live Upgrade to patch a system
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 14
Lectures: 747
Téléchargements: 0
DTrace
Using DTrace from a Solaris 10 System
The DTrace How to Guide is intended to help a new user learn how to use DTrace for gathering and using system and application information from a Solaris 10 system. It covers how to build a D script and identifies the providers that every System Administrator and developer should know...
Plus
DTrace Using DTrace from a Solaris 10 System The DTrace How to Guide is intended to help a new user learn how to use DTrace for gathering and using system and application information from a Solaris 10 system. It covers how to build a D script and identifies the providers that every System Administrator and developer should know when learning and using DTrace. A few examples to help the reader get started using DTrace are also included. After reading this guide the user will be able to construct scripts to gather useful information about running applications that in turn can be used to improve the performance on Solaris. See the Solaris Dynamic Tracing Guide at http://docs.sun.com/app/docs/doc/817-6223 for more details on the D language and DTrace.
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 12
Lectures: 63
Téléchargements: 0
Easier System Administration with Service Management Facility
This How to Guide instructs system administrators unfamiliar with the Solaris 10 OS on how to use the Service Management Facility (SMF) to monitor and manage a Solaris 10 system. The guide starts with a brief overview of the Service Management Facility and follows with...
Plus
Easier System Administration with Service Management Facility This How to Guide instructs system administrators unfamiliar with the Solaris 10 OS on how to use the Service Management Facility (SMF) to monitor and manage a Solaris 10 system. The guide starts with a brief overview of the Service Management Facility and follows with several examples of using the facility to manage services. With SMF, system administration becomes easier, faster, and more reliable—enabling both novice and experienced Solaris administrators to quickly and efficiently manage systems and their associated services. After reading this guide, the user will be able to use SMF to obtain information about system services and be able to apply this knowledge to perform similar tasks for other services on Solaris 10 systems.
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 14
Lectures: 50
Téléchargements: 0
How to Quickly Install the Solaris 10 10/08 OS on x86 Systems
This How to Guide instructs users unfamiliar with Solaris 10 installation on how to install the Solaris 10 OS on a Sun supported x86 system. This step-by-step guide, complete with screen shots, takes users through the installation process, in 22 simple steps. Novice users...
Plus
How to Quickly Install the Solaris 10 10/08 OS on x86 Systems This How to Guide instructs users unfamiliar with Solaris 10 installation on how to install the Solaris 10 OS on a Sun supported x86 system. This step-by-step guide, complete with screen shots, takes users through the installation process, in 22 simple steps. Novice users should be able to complete a Solaris 10 10/08 Operating System installation on a standalone x86 system using the instructions in this guide. Installation Assumptions This guide makes several assumptions, including: * The system is an x86 system * The system is compatible with the Solaris 10 OS and is listed on the Solaris Hardware Compatibility List (HCL). * The system has a graphical interface While this guide is most appropriate for a stand-alone system that does not have a network connection, it can also be used as a step-by-step installation procedure for networked systems—systems with an IP address that are connected to a ne
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 27
Lectures: 202
Téléchargements: 0
How to Create an SMF Manifest
The SMF How to Guide explains what a basic SMF service manifest is and shows how to develop a service manifest for a given application. The service manifest for the PostgreSQL database included in Solaris 10 is the example in this guide.
After reading this guide, the user will be able to create a...
Plus
How to Create an SMF Manifest The SMF How to Guide explains what a basic SMF service manifest is and shows how to develop a service manifest for a given application. The service manifest for the PostgreSQL database included in Solaris 10 is the example in this guide. After reading this guide, the user will be able to create a simple service manifest to manage an application on a Solaris 10 system. Another Solaris how to guide, Easier System Administration with Service Management Facility, is available at sun.com/software/solaris/howtoguides/servicemgmthowto.jsp for system administrators who wish to learn more about using SMF to manage services on Solaris 10 systems.
Moins
Par Webcentric
Document Adobe PDF
Publiée le 29 Nov. 2008
Pages: 16
Lectures: 291
Téléchargements: 0