"/var/opt/ignite/scripts/multi_plane_graphics"

}

You can also specify multiple conditions. The following example installs a particular piece of previously defined application software if the client is a supported PA-RISC or Itanium-based server or workstation having at least two disks. A message lets you know why it is happening:

( (HARDWARE_MODEL ~ "9000/7.*" MODEL ~ "ia64 .* workstation .*") & (num_disks >= 2) ) { note += "Installed application software contained in apps1."

init sw_sel "apps1" = TRUE

You must use both HARDWARE_MODEL and MODEL because of the differences in the way the uname and model commands work on Itanium-based systems. For example on an Itanium-based client you can use the following commands to find this information:

uname -m

# ia64

model

# ia64 hp workstation zx2000

Notice that the response from the uname command is truncated so it is not possible to determine if the client is a server or a workstation, whereas on a PA-RISC client, the same command results in the following:

uname -m

# 9000/785

model

#9000/785/J6000

Additionally, you can add an else clause so that a choice can be executed automatically. The following example uses a generic variable capability and mathematical expressions to set the primary swap size based on the amount of memory in the client:

(memory > 512Mb) {

init _hp_pri_swap = 512Mb

}

else {

init _hp_pri_swap = memory * 2

}

The preceding examples represent a few of the numerous ways that system attribute keywords can be used in client configurations and must not be considered an exhaustive list.

Customizations based on user selection

One of the ways you can use Ignite-UX to your advantage is to create a customized configuration independent of the client’s hardware setup that can be selected for use repeatedly. For example, you might have some clients that you intend to use as NFS file servers and you would like to be able to quickly install these clients by selecting the same configuration from the GUI.

Let’s assume that you have found NFS file servers to be more efficient if two of their kernel parameters are modified. NFS file servers also require some changes to the /etc/rc.config.d/ nfsconf file using the ch_rc command.

One alternative to effecting these changes manually is to define a custom software selection in /var/opt/ignite/config.local with a sw_sel clause, which then becomes a selection on the Software tab when you are configuring a new client installation. For example, the following clauses would automatically configure your NFS file servers:

sw_source "special configs" { source_format = cmd

}

sw_sel "NFS Server" { sw_category = "Machine Uses" sw_source = "special configs"

Using configuration files 169

Page 169
Image 169
HP UX System Management Software Customizations based on user selection, # ia64 hp workstation zx2000, # 9000/785

UX System Management Software specifications

HP-UX System Management Software is a robust suite of tools designed to facilitate the administration and management of HP's Unix-based operating system, HP-UX. As organizations increasingly rely on mission-critical applications, the need for a reliable and efficient management solution becomes paramount. HP-UX provides a comprehensive understanding of system performance, resource utilization, and enterprise-wide configuration, all while maintaining high availability and security.

One of the key features of HP-UX System Management Software is its Advanced System Administrator Toolkit. This toolkit includes a wide array of utilities that streamline daily administrative tasks such as monitoring system performance, managing user accounts, and configuring system settings. Tools such as Glance provide real-time monitoring of system resources, enabling administrators to identify bottlenecks and optimize performance.

The software also boasts an advanced security framework, including features such as Role-Based Access Control (RBAC) and Secure Shell (SSH) for secure data transmission. Security patches and updates can be managed through HP’s Service Pack for HP-UX, which provides a streamlined method for maintaining system integrity and compliance with various regulatory standards.

Another notable aspect is the extensive support for virtualization technologies. HP-UX supports HP’s Integrity Virtual Machines (IVMs) and vPars, allowing administrators to create multiple isolated environments on a single physical server. This not only enhances resource utilization but also improves disaster recovery planning by enabling easier backup and restore processes.

For storage management, HP-UX offers tools that enable easy setup and management of Logical Volume Managers (LVM). This allows simplified disk space allocation and management, ensuring that critical applications have the necessary resources without manual intervention.

Furthermore, HP-UX is designed with compatibility in mind, supporting a wide range of third-party applications and frameworks. Integration with management platforms like HP System Insight Manager enhances the ability to monitor and manage systems from a centralized perspective, providing alerts and reports that help in proactive decision-making.

In summary, HP-UX System Management Software delivers a streamlined approach to system administration, focusing on performance, security, and ease of management. Its advanced features, combined with an emphasis on virtualization and storage management, make it a powerful tool for organizations seeking reliability and efficiency in their Unix-based environments. As businesses continue to evolve, tools like HP-UX will remain crucial for ensuring consistent performance and operational excellence.