skip book previous and next navigation links
go up to top of book: HP OpenVMS Alpha Partitioning and Galaxy GuideHP OpenVMS Alpha Partitioning and Galaxy Guide
go to beginning of chapter: Managing Workloads With PartitionsManaging Workloads With Partitions
go to previous page: Partitioning for the AlphaServer ES47/ES80/GS1280Partitioning for the AlphaServer ES47/ES80/GS1280
go to next page: OpenVMS Galaxy SupportOpenVMS Galaxy Support
end of book navigation links

Partitioning forthe AlphaServer GS80/160/320   



Each hard partition requires the following:

The following sections describe three hard partition configurationexamples:

For more information about the partitioning procedures describedin this section, see the AlphaServer GS80/160/320 FirmwareReference Manual.

Hard Partition ConfigurationExample 1  

The example configuration in Configuration Example 1 uses four QBBs to configure four hard partitions.Each hard partition contains one QBB.  

Figure 5  Configuration Example 1  
tbs

To configure an AlphaServer GS160 system with four hard partitions,enter the following sequence of SCM commands.

From the SCM console, enter the following settings for the hp NVRAMvariables. Note that the values are bit masks.

SCM_E0> power off -all SCM_E0> set hp_count 4SCM_E0> set hp_qbb_mask0 1SCM_E0> set hp_qbb_mask1 2SCM_E0> set hp_qbb_mask2 4SCM_E0> set hp_qbb_mask3 8SCM_E0> set hp_qbb_mask4 0SCM_E0> set hp_qbb_mask5 0SCM_E0> set hp_qbb_mask6 0SCM_E0> set hp_qbb_mask7 0 SCM_E0> power on -all
You can also power on or off individual hard partitions. Forexample, using this configuration, enter:
SCM_E0> power off -allSCM_E0> set hp_count 4SCM_E0> set hp_qbb_mask0 1SCM_E0> set hp_qbb_mask1 2SCM_E0> set hp_qbb_mask2 4SCM_E0> set hp_qbb_mask3 8SCM_E0> set hp_qbb_mask4 0SCM_E0> set hp_qbb_mask5 0SCM_E0> set hp_qbb_mask6 0SCM_E0> set hp_qbb_mask7 0SCM_E0> power on -partition 0SCM_E0> power on -partition 1SCM_E0> power on -partition 2SCM_E0> power on -partition 3
During the powering up phases of each hard partition, statusinformation is displayed showing how the partitions are coming online. Pay close attention to this information and confirm that thereare no failures during this process.

As each hard partition comes on line, you can start workingwith that hard partition's console device. Also note, that dependingon the setting of the NVRAM variable AUTO_QUIT_SCM, each hard partition'sconsole comes on line in either the SCM or SRM console mode.

From each hard partition's console, enter into the SRM consoleand configure any console variables specific to that hard partition.After that, boot OpenVMS in each hard partition according to standardOpenVMS procedures. For example:

The typical hard partition 0 SRM console settings for OpenVMSare:

P00>>>show bootdef_devbootdef_dev             dkb0.0.0.3.0P00>>>show boot_osflagsboot_osflags            0,0P00>>>show os_typeos_type                 OpenVMS
The typical hard partition 1 SRM console settings for OpenVMSare:
P00>>>show bootdef_devbootdef_dev             dkb0.0.0.3.0P00>>>show boot_osflagsboot_osflags            1,0P00>>>show os_typeos_type                 OpenVMS
The typical hard partition 2 SRM console settings for OpenVMSare:
P00>>>show bootdef_devbootdef_dev             dkb0.0.0.3.0P00>>>show boot_osflagsboot_osflags            2,1P00>>>show os_typeos_type                 OpenVMS
The typical hard partition 3 SRM console settings for Tru64UNIX are:
P00>>>show bootdef_devbootdef_dev             dka0.0.0.1.16P00>>>show boot_osflagsboot_osflags            AP00>>>show os_typeos_type                 UNIX

Hard Partition ConfigurationExample 2  

The example configuration in Configuration Example 2 uses four QBBs to configure two hard partitions.Each hard partition contains two QBBs.  

Figure 6  Configuration Example 2  
tbs

To configure an AlphaServer GS160 with two hard partitions,perform the following sequence of SCM commands.

From the SCM console, enter the following settings for the hp NVRAMvariables:

SCM_E0> power off -all SCM_E0> set hp_count 2SCM_E0> set hp_qbb_mask0 3SCM_E0> set hp_qbb_mask1 cSCM_E0> set hp_qbb_mask2 0SCM_E0> set hp_qbb_mask3 0SCM_E0> set hp_qbb_mask4 0SCM_E0> set hp_qbb_mask5 0SCM_E0> set hp_qbb_mask6 0SCM_E0> set hp_qbb_mask7 0 SCM_E0> power on -all
As each hard partition comes on line, you can start workingwith that hard partition's console device.

From each hard partition's console, you enter, as in configurationexample 1, into the SRM console, and configure any console variablesspecific to that hard partition, and then boot OpenVMS in each hard partition.

Hard Partition ConfigurationExample 3  

As in configuration example 2, the configuration in Configuration Example 3 uses four QBBs to configuretwo hard partitions; the only difference is the changing of thenumber of QBBs per hard partition.  

Figure 7  Configuration Example 3  
tbs

To configure an AlphaServer GS160 system, perform the followingsequence of SCM commands.

From the SCM console, enter the following settings for the hp NVRAMvariables:

SCM_E0> power off -all SCM_E0> set hp_count 2SCM_E0> set hp_qbb_mask0 7SCM_E0> set hp_qbb_mask1 8SCM_E0> set hp_qbb_mask2 0SCM_E0> set hp_qbb_mask3 0SCM_E0> set hp_qbb_mask4 0SCM_E0> set hp_qbb_mask5 0SCM_E0> set hp_qbb_mask6 0SCM_E0> set hp_qbb_mask7 0 SCM_E0> power on -all
As in the other examples, as each hard partition comes online, you can start working with that hard partition's console device.

From each hard partition's console, you enter, as in configurationexample 1, into the SRM console, and configure any console variablesspecific to that hard partition, and then boot OpenVMS in each hard partition.

Updating ConsoleFirmware on AlphaServer GS80/160/320 Systems  

To update the SRM console firmware on a system that is hardpartitioned, you must do so separately for each hard partition.There is no way to update all of the firmware on each partitionat one time.


go to previous page: Partitioning for the AlphaServer ES47/ES80/GS1280Partitioning for the AlphaServer ES47/ES80/GS1280
go to next page: OpenVMS Galaxy SupportOpenVMS Galaxy Support