OpenSolaris
Collectives
Discussions
Documentation
Download
Source Browser
Free CD
Log-in
|
en
Community Group ha-clusters
:
Open HA Cluster
>
Documentation
>
Solaris Cluster Express
>
How to Install 1-Node Cluster
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
How to Install 1-Node Cluster
Hide Line numbers
1: HA Clusters Quick Links 2: 3: ; [[Download>>http://dlc.sun.com/osol/ohac/downloads/current/]] 4: : Download the latest Open High Availability Cluster source 5: ; [[Participate>>http://opensolaris.org/jive/forum.jspa?forumID=195]] 6: : Join the OpenSolaris HA Clusters discussions 7: ; [[Contribute>>Community Group ha-clusters.contribute]] 8: : Contribute to Open High Availability Cluster 9: 10: **Translation for this page** 11: EnglishDeutschEspañolFrançais??????PortugueseP?????????????? 12: 13: == How to Install a Single-Node Cluster 14: 15: |**NOTE:** Do not use these procedures with the Open HA Cluster 2009.06 release. Instead, follow procedures in the [[Open HA Cluster Installation Guide>>http://docs.sun.com/app/docs/doc/820-7821]] to configure a two-node cluster. The Open HA Cluster 2009.06 release does not support single-node clusters. 16: Information posted here about Solaris Cluster Express will be retained for an undetermined period. 17: 18: ---- 19: 20: Watch the movie [[Solaris Cluster Express Installation on a Single Node>>http://mediacast.sun.com/users/surajp/media/scx_isn]] that shows you how to install Sun’s Solaris High Availability (HA) Cluster software on a single node! 21: 22: This procedure is a simplified set of instructions to create a cluster on a single machine, for use in developing and testing an Open HA Cluster agent. Additional information is available in the Sun™ Cluster 3.2 documentation set at [[http://docs.sun.com/app/docs/prod/sun.cluster32>>http://docs.sun.com/app/docs/prod/sun.cluster32]]. 23: 24: To create your single-node cluster, follow these procedures: 25: 26: 1. [[Preinstallation Tasks>>#preinstall]] 27: 1. [[How to Install Solaris Express Software>>#installsx]] 28: 1. [[How to Install Solaris Cluster Express Software>>#installcx]] 29: 1. [[How to Establish the Cluster>>#estab]] 30: 31: ---- 32: 33: === Preinstallation Tasks 34: 35: Before you start to install the software, ensure the following requirements: 36: 37: * Your hardware is listed in the Hardware Compatibility List at [[http://www.sun.com/bigadmin/hcl/data/sx/>>http://www.sun.com/bigadmin/hcl/data/sx/]]. 38: * You have chosen the public network IP addresses that you intend to use. You need one IP address for the cluster node and one for each data service that you configure. 39: * The Solaris Express Community Edition Build 101a and Solaris Cluster Express software are accessible for installation. Make the software available in one of the following ways: 40: ** Download the software to an installation server or to a boot server. 41: ** Burn the downloaded software onto a DVD. 42: 43: The software and installation instructions are available from the following web sites: 44: 45: * [[Solaris Express Community Edition Build 101a>>https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=Sol-Express_b101a-FULL-x86-SP-G-B@CDS-CDS_SMI]] (registration required) 46: * [[Solaris Cluster Express 12/08>>https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=SC-EXPRESS-1208-OTH-G-F@CDS-CDS_SMI]] (registration required) 47: 48: [[back to top>>#top]] 49: 50: === How to Install Solaris Express Software 51: 52: This procedure installs Solaris Express Community Edition Build 101a software. 53: 54: ---- 55: 56: **Note - **If your system is already installed with Solaris Express Community Edition Build 101a, the partitioning scheme must meet Solaris Cluster Express requirements for cluster configuration to succeed. 57: 58: * If the necessary partitions and allocations already exist, in particular the /globaldevices partition, you do not need to perform this procedure. Proceed to [[How to Install Solaris Cluster Express Software>>#installcx]]. 59: * If the necessary partitions and allocations do not already exist, either repartition the system disk or reinstall Solaris Express Community Edition Build 101a software by performing the steps in this procedure. 60: 61: ---- 62: 63: 1. **Follow the instructions at the Solaris Express Community Edition download site [[http://opensolaris.org/os/downloads>>Main.downloads]] to install the OS on your system.** 64: Observe these additional instructions during the installation. 65: 11. **Make the following installation choices.**|=Prompt|=Value 66: |Solaris Software Group|Entire Plus OEM Support 67: |Partitions|Manual formatting 68: |Root password|(Specify the root password to use) 69: |Automatic reboot|No 70: 11. **Set the following partition sizes and file system names, if not already set.**|=Slice|=Size|=File System Name 71: |0|Half of remaining free space|/ 72: |1|2 Gbytes|Swap 73: |4|512 Mbytes|/globaldevices 74: |5|Half of remaining free space|(Unused, available for Live Upgrade alternate boot environment) 75: |7|32 Mbytes|(Optional) For volume manager use 76: 11. **After installation is complete and the system has rebooted, log in as superuser.** 77: 11. **Restore external access to remote procedure call (RPC) communication and optionally to the Sun Java™ Web Console.** 78: During Solaris Express installation, a restricted network profile is used that restricts external access for certain network services, including the following which affect cluster functionality: 79: 11* The RPC communication service, which is required for cluster communication 80: 11* The Sun Java Web Console service, which is required to use the Cluster Manager GUI 81: 111. **Use the following commands to restore external access to RPC communication.** 82: 83: {{{ 84: # **svccfg** 85: svc:> **select network/rpc/bind** 86: svc:/network/rpc/bind> **setprop config/local_only=false** 87: svc:/network/rpc/bind> **quit** 88: # **svcadm refresh network/rpc/bind:default** 89: # **svcprop network/rpc/bind:default | grep local_only** 90: }}} 91: 92: The output of the last command should show that the local_only property is now set to false. 93: 111. //(Optional)// **Use the following commands to restore external access to the Sun Java Web Console.** 94: 95: {{{ 96: # **svccfg** 97: svc:> **select system/webconsole** 98: svc:/system/webconsole> **setprop options/tcp_listen=true** 99: svc:/system/webconsole> **quit** 100: # **/usr/sbin/smcwebserver restart** 101: # **netstat -a | grep 6789** 102: }}} 103: 104: The output of the last command should return an entry for 6789, which is the port number used to connect to the Sun Java Web Console. 105: 11. **Set values for the** umask **and the** PATH **in your user initialization file.** 106: 111. **Open your user initialization file for editing.** 107: This file is usually the .cshrc or .profile file in your home directory. 108: 111. **Ensure that the** PATH **variable includes the following paths:**/usr/bin 109: /usr/cluster/bin 110: /usr/sbin 111: /usr/ccs/bin 112: 111. **Verify that the** umask **is set to** 22**.** 113: 114: {{{ 115: umask 022 116: }}} 117: 118: This entry sets the default permissions for newly created files. 119: 111. **Save and exit your user initialization file.** 120: 11. **Update the** /etc/inet/hosts **file with the public host name and logical addresses for the cluster.** 121: Supply a public network IP address for each agent that you intend to configure. 122: 123: {{{ 124: 127.0.0.1 localhost 125: //###.###.##.#// //nodename// loghost 126: //###.###.##.#// //agentname// 127: }}} 128: 129: [[back to top>>#top]] 130: === How to Install Solaris Cluster Express Software This procedure installs software packages for the Solaris Cluster Express framework. 131: 11. **On the system you are installing, go to the** Solaris_sparc **or** Solaris_x86 **directory of the downloaded Solaris Cluster Express software.** 132: 11. **Start the** installer **program.** 133: 134: {{{ 135: # **./installer** 136: }}} 137: 138: 11. **Follow the onscreen instructions to install the Solaris Cluster Express framework packages.** 139: Supply the following information when prompted. 140: |=Screen Name|=Instructions 141: |Software License Agreement|Accept the license agreement. 142: |Language Support|Choose any languages that you want to install in addition to English. 143: |Installation Type|Answer **no** when asked if you want to install the full set of Java ES software. 144: |Component Selection|Choose **Sun Cluster**. Confirm your selection when prompted. 145: |Shared Component Upgrades Required|Accept upgrade of the list of shared components. 146: |Configuration Type|Choose **Configure Later**. 147: [[back to top>>#top]] 148: === How to Establish the Cluster 149: 11. **Start the interactive** scinstall **utility.** 150: 151: {{{ 152: # **/usr/cluster/bin/scinstall** 153: }}} 154: 155: The scinstall Main Menu is displayed. 156: **** 157: 11. **Type the number for Create a New Cluster or New Cluster Node and press Return.** 158: The New Cluster and Cluster Node Menu is displayed. 159: 11. **Type the number for Create a New Cluster and press Return.** 160: The Typical or Custom Mode menu is displayed. 161: 11. **Type the number for Typical and press Return.** 162: 11. **Follow the menu prompts to supply the following information.**|=Component|=Description|=Answer 163: |Cluster Name|What is the name of the cluster that you want to establish?|//clustername// 164: |Cluster Nodes|List the names of the other nodes.|Press Control-d to specify that there are no other nodes in the cluster. 165: |Check|Do you want to interrupt installation for sccheck errors?|No 166: The cluster is established when the node has successfully booted into the cluster. Solaris Cluster Express installation output is logged in a /var/cluster/logs/install/scinstall.log.//N// file. 167: 11. **Verify that the cluster is established.** 168: 169: {{{ 170: # **cluster status** 171: === Cluster Nodes === 172: ~--- Node Status ~--- 173: Node Name Status 174: ~--------- ~------ 175: //nodename// Online 176: }}}
Search
Collectives
Community Group
Academic and Research
Accessibility
Advocacy
Appliances
Approachability
Architecture Process and Tools
BrandZ
Chinese Users
Community Advisory Board
Databases
Desktop
Device Drivers
Distribution
Documentation
DTrace
Emerging Platforms
Fault Management
Games on OpenSolaris
HA Clusters
HPC Developer
Installation and Packaging
Internationalization and Localization
Laptop
Logical Domains
Modular Debugger (MDB)
Networking
NFS
Observability
OpenSolaris Governing Board (OGB)
OpenSolaris Printing
OS/Net (ON)
Performance
Power Management
PowerPC
Security
Service Management Facility (smf(5))
Software Porters
Solaris Volume Manager
Storage
Systems Administration Community Group
Testing
Tools Home
Unix File Systems (UFS)
Website Community
X Window System
Xen
ZFS
Zones
Project
ADSL Modem Enhancement
ARC Process Definition
ARM Platform Port
Automatic Data Migration
BIND Update
Bluetooth Stack & Drivers
Brocade FC HBA - Initiator
Brocade FC HBA - Target
Brussels - unified network link configuration
Caiman, Solaris Install Revisited
Celeste
Český portál
Chime Visualization Tool for DTrace
CIFS client for Solaris
CIFS Server
Clearview: Network Interface Coherence
Cluster Agent: Informix Dynamic Server
Cluster Agent: OpenSolaris Container
Cluster Agent: OpenSolaris xVM
Cluster Agent: Oracle E-Business Suite
Cluster agent: PostgreSQL
Cluster Agent: Samba
Cluster Agent: Tomcat
CMT
Coarse Data Flow Parallelism
Colorado: Open HA Cluster on OpenSolaris
Command Assistant
Common Array Manager
Companion - /opt/sfw: Free and Open Source software
COMSTAR: Common Multiprotocol SCSI Target
Content
Contest
CPU Observability
Credentials Process Groups
Crossbow: Network Virtualization and Resource Control
Crypto KMS Agent Toolkit
Cryptographic Framework
Data Migration Manager
Data Tethers
Deutsches Portal
Device Detection Tool
Device Driver Utility
Device Manager
Device Mapper
Direct Rendering Infrastructure & 3D drivers
DTrace Guide
Duckwater: Simplified name services management
Easy Tools
Emancipation
Emulex Fibre Channel Device Driver
Emulex Advanced Ethernet Device Driver
Enable/Enhance Solaris support for Intel Platform
Enhance the support of USB webcams
Enhanced SMF Profiles
Enhancements for AMD-based Platforms
Erlang DTrace Integration
Ethernet bridge module for Solaris
Evaluate Conary
Events Registry
Ext3 file system support
F/OSS Package Base
Facilitation
Fibre Channel over Ethernet
Fine Grained Access Policy (FGAP)
Fingerprint Authentication
Flexible Mandatory Access Control
Forensic Tools
Fully Open X Project
Fuse on Solaris
gcore
Generic Machine Check Architecture Improvements
Google SOC
HA-JBoss
HA-MySQL
Hadoop Live CD
Hitachi
HoneyComb Fixed Content Storage
HPC Stack
Image Packaging System
Improved Performance MIB
Indiana
Innovation Awards
Input Method
Intel Graphics
Internet Key Exchange, version 2
Interrupt Resource Management
IP Datapath Refactoring
IP over Infiniband
IPsec Tunnel Reform
iSCSI Extensions for Remote DMA (iSER)
iSNS Server
JeOS - Just enough Operating System
JKstat - a java binding for libkstat
Journaled File System (JFS)
K Desktop Environment
Kerberos
Kernel Sockets
Kernel SSL Enhancements
Key Management Framework
Korn Shell 93 integration/migration project
Labeled IPsec
LatencyTOP
Layer 2 Filtering
LDoms Manager
Lending
libMicro - portable microbenchmarks
Link Layer Discovery
Live Media: Technologies for distributions running from CD and other media
Locale Data
lofi compression and cryptography support
lx64 brand
Media Management System
Mega_sas
Mexico
MilaX minimal Live Distribution
MIPS Platform Port
Mozilla DTrace
MRSL.NONsharedDevice
Multi-lingual Glossary
Multi-pathing software (MPxIO)
Multiple disk sector size support
Multiple DOI
Muskoka: An open repository for OpenSolaris technical content
Navigator
Nemo: A Framework for High-Performance Networking
Network Auto-Magic
Network Data Management Protocol
Network MIBs
Network Storage
Network Time Protocol (NTP)
Nevada Globalization
New Design of 4over6 Mechanism Based on OpenSolaris
NFS RDMA transport update and performance analysis
NFS Server in non-Global Zones
NFS version 4.1 pNFS
NFSv4 namespace extensions
Nightingale: Port Songbird to OpenSolaris
NPort ID Virtualization (NPIV)
NUMA
Object Storage Device (OSD) support for Solaris
OHACGE Script Based Plug-in
ON/Nevada (ONNV) Project
Open Development Infrastructure
Open HA Cluster Utilities
Open Sound System
OpenGrok
OpenPegasus CIM Server
OpenRTI
OpenSolaris Busybox
OpenSolaris Desktop
OpenSolaris Hispano
OpenSolaris Security Audit
OpenSolaris support for the QEMU processor emulator: host and guest
PEF: Packet Event Framework
Performance Wrappers
Pkgfactory
Polski Portal
Portail Francophone
Portal Brasil
Portals
Power Management Usability Interfaces
Presto: Automatic Printing Configuration
Printable Many Page Solaris Manuals
Promise SuperTrak RAID HBA Driver
QLogic Converged Network Adapter GLDv3 NIC Driver
Quagga Routing Protocol Suite Integration
RAID Configuration Utility
RBridge (IETF TRILL) support
RDMA Offload Framework
Reno: Login Process Enhancements for Interop
Resource Management
s10brand
SAM/QFS
SCM Migration Project
SCSI RDMA Protocol
SDcard Drivers
Sensor Abstraction Layer
Session Initiation Protocol
SFW
Shell: bourne shell, korn shell, C shell, etc.
Sierra: Intel WiFi Chipsets Support
Simple Panels
SM-HBA Based SAS HBA Management
SMF Documentation
Solaris iSCSI Target
Solaris PowerPC Port
SourceJuicer
Sparks: name service switch/nscd enhancements
Squashfs
Star integration/migration project
Starfish
Starter Kit
Storage Power Management
Sun Security Toolkit
Sun StorageTek Availability Suite
Support for OpenFabrics User Verbs / API on OpenSolaris OS
Support gcc4/GCCfss in Solaris
Suspend/Resume
SVR4 Packaging
Systemz
Tamarack: Removable Media Enhancements in Solaris
Tesla: OpenSolaris Enhanced Power Management
Test Development
Tickless Kernel Architecture
TIPC
Trademarks
Trusted networking interface policy database for Trusted Extensions
Trusted Platform Module support
Use Case
Validated Execution Project
Virtual Console
Virtual Network Machines
Visual Panels
Visualization for HPC
Volo
VRRP: Virtual Router Redundancy Protocol Implementation
VSCAN service
Web Stack
Website
Winchester: Schema mapping and ID mapping for AD Interoperability
Wireless USB Support
Wireless Wide Area Network
X Consolidation
x86 Generic FMA Topology Enumerator
Xen Gate
Xfce: A lightweight desktop environment
ZFS Boot and Install
ZFS on disk encryption support
Zone Manager
Zone Statistics
Русский портал
البوابة العربية
भारतीय पोर्टल
中国门户
日本ポータル
한국 포탈
User Group
Adelaide
Argentina
Arizona
Atlanta
Baltimore-Washington
Bangalore
Bangkok
Bangladesh
Beijing
Bélem
Berlin
Bhimavaram
Bloomington
Campus Ambassadors
Capital Region
Cardiff
Charlotte
Chengdu
Chennai
Chihuahua
Chile
Cleveland
Colombia
Columbus
Connecticut
Cracow
Czech
Dallas/Ft. Worth
Danish
Delaware
Edinburgh
Egypt
Finland
Florida
Front Range
FuZhou
Great Lakes
Greece
Hangzhou
Hawaii
HeFei
Houston
Hyderabad
Indonesia
Irish
Israel
Italian
Jinan
Kabul
Kansas City
Latvia
London
Madurai
Manchester
Mato Grosso
Melbourne
Minas Gerais
Minnesota
Montreal
Moscow
Mumbai
Munich
NEA
Netherlands
New England
New York City
New Zealand
NIT Hamirpur
Noroeste
Oklahoma City
Osnabrück
Peru
Philadelphia
Piaski
Pittsburgh
Porto Alegre
Puget Sound
Pune
Queensland
Research Triangle Park
Romania
Russia
San Antonio
San Diego
San Francisco
São Paulo
Scottish
Serbia
Shanghai
Shenzhen
Silicon Valley
Singapore
Slovak
South African
Southern Connecticut
St. Louis
Sweden
Switzerland
Sydney
Szczecin
Taiwan
Tecum
Thames Valley
Tokyo
Toronto
Trondheim
Tulsa
Turkey
Ukraine
University of Melbourne
Vale do Paraíba
Vancouver
Venezuela
Welsh - Cymru
Wisconsin
Xi'an
Subsites
Code Reviews
Code Repositories
Package Search
Bugster
Bugzilla
Test Machines
Planet
Mailing Lists
Elections & Polls
ARC Case Logs
Source Juicer
Package Factory
User Authentication
Community Group ha-clusters Pages
Contributors
Fun
Chat
Files
Open HA Cluster
Third party HA agent repository
Documentation
FAQ
GDS coding template
Movies
Contribute
Downloads
Translations
French
German
Japanese
Korean
Translation Guide
Brazilian Portuguese
Russian
Simplified Chinese
Spanish
Traditional Chinese
Wikis