Understanding SuperCluster Software
Identify the Version of SuperCluster Software
Controlling SuperCluster M6-32
Powering Off SuperCluster M6-32 Gracefully
Shut Down the Oracle Solaris Cluster
Shut Down the Enterprise Controller (Ops Center)
Shut Down the OS on the Compute Servers
Shut Down the ZFS Storage Appliance
Power Off the Switches and Racks
Power Off SuperCluster M6-32 in an Emergency
Monitoring SuperCluster M6-32 (OCM)
Monitoring the System With ASR
Configure ASR on the Compute Servers (Oracle ILOM)
Configure SNMP Trap Destinations for Storage Servers
Configure ASR on the ZFS Storage Appliance
Configuring ASR on the Compute Servers (Oracle Solaris 11)
Enable the HTTP Receiver on the ASR Manager
Enable HTTPS on ASR Manager (Optional)
Register Compute Servers With Oracle Solaris 11 or Database Domains to ASR Manager
Approve and Verify ASR Asset Activation
Change ssctuner Properties and Disable Features
Configuring CPU and Memory Resources (osc-setcoremem)
Minimum and Maximum Resources (Dedicated Domains)
Supported Domain Configurations
Plan CPU and Memory Allocations
Display the Current Domain Configuration (osc-setcoremem)
Display the Current Domain Configuration (ldm)
Change CPU/Memory Allocations (Socket Granularity)
Change CPU/Memory Allocations (Core Granularity)
Access osc-setcoremem Log Files
Revert to a Previous CPU/Memory Configuration
Remove a CPU/Memory Configuration
Obtaining the EM Exadata Plug-in
Known Issues With the EM Exadata Plug-in
Configuring the Exalogic Software
Prepare to Configure the Exalogic Software
Enable Domain-Level Enhancements
Enable Cluster-Level Session Replication Enhancements
Configuring Grid Link Data Source for Dept1_Cluster1
Runtime Connection Load Balancing
Secure Communication With Oracle Wallet
Create a Grid Link Data Source on Dept1_Cluster1
Configuring SDP-Enabled JDBC Drivers for Dept1_Cluster1
Configure the Database to Support IB
Create an SDP Listener on the IB Network
Administering Oracle Solaris 11 Boot Environments
Advantages to Maintaining Multiple Boot Environments
Mount to a Different Build Environment
Reboot to the Original Boot Environment
Create a Snapshot of a Boot Environment
Remove Unwanted Boot Environments
Monitor Write-through Caching Mode
If you want to create a backup of an existing boot environment, for example, prior to modifying the original boot environment, you can use the beadm command to create and mount a new boot environment that is a clone of your active boot environment. This clone is listed as an alternate boot environment in the boot menu for the compute server.
localsys% ssh systemname -l root Password: Last login: Wed Nov 13 20:27:29 2011 from dhcp-vpn-r Oracle Corporation SunOS 5.11 solaris April 2011 root@sup46:~#
root@sup46:~# beadm list BE Active Mountpoint Space Policy Created ---------------------------------------------------------- solaris NR / 2.17G static 2011-07-13 12:01
Note - In the Active column, the first letter indicates the boot environment current status and the second letter indicates the status at next reboot. In the preceding example, N indicates the current (or Now) boot environment, while the R indicates which boot environment will be active at next reboot.
root@sup46:~# beadm create solaris_backup root@sup46:~# beadm list BE Active Mountpoint Space Policy Created ----------------------------------------------------------------- solaris NR / 2.17G static 2011-07-13 12:01 solaris_backup - - 35.0K static 2011-07-17 21:01
root@sup46:~# beadm activate solaris_backup root@sup46:~# beadm list BE Active Mountpoint Space Policy Created ----------------------------------------------------------------- solaris_backup R - 2.17G static 2011-07-17 21:01 solaris N / 1.86G static 2011-07-13 12:01
root@sup46:~# reboot Connection to systemname closed by remote host. Connection to systemname closed. localsys% ssh systemname -l root Password: Last login: Thu Jul 14 14:37:34 2011 from dhcp-vpn- Oracle Corporation SunOS 5.11 solaris April 2011 root@sup46:~# beadm list BE Active Mountpoint Space Policy Created ----------------------------------------------------------------- solaris_backup NR - 2.19G static 2011-07-17 21:01 solaris - / 4.12G static 2011-07-13 12:01