Contained Within
Find More DocumentationFeatured Support Resources | Descargar este libro en PDF (632 KB)
Chapter 3 Installing and Configuring an OS on the Management ServerThis chapter provides the procedures for installing and configuring an operating system on the Sun N1 System Manager management server. This chapter discusses the following topics: To ensure that you select the correct operating system for the management server, see Table 2–2. Installing the Solaris OS on the Management ServerThis section provides procedures for installing and configuring the Solaris OS on your management server. The Solaris OS must be installed on the management server before you can install the N1 System Manager system software. This section discusses the following topics: Solaris OS Disk Drive ConsiderationsThe Solaris OS must be installed on an empty hard drive that contains no partitions or data. If the hard drive contains partitions, delete the partitions before installing the Solaris OS. The following table provides the partitioning information for SPARC and x86 architecture management server, based on the minimum requirement of a 72–gigabyte hard drive. Table 3–1 Solaris-based Management Server Partitioning
Note – Allocate 3 Gbytes of free space for each distribution you plan to provision. If needed, upgrade the management server to a larger hard drive before continuing. Solaris OS Installation RequirementsInstall the entire Solaris distribution on the management server. For a list of qualified Solaris operating systems, see Management Server Requirements. When installing the Solaris operating system on the management server
After you have installed Solaris 10 on your management server:
Installing the RedHat Enterprise Linux OS on the Management ServerThis section provides procedures for installing and configuring the Linux OS on your management server. The Linux OS must be installed on the management server before you can install the N1 System Manager system software. This section discusses the following topics: Linux OS Disk Drive ConsiderationsLinux must be installed on an empty hard drive that contains no partitions or data. If the hard drive contains partitions, delete the partitions before installing the Linux OS. The following table provides the partitioning information for the management server, based on the minimum requirement of a 72–gigabyte hard drive. Table 3–2 Linux-based Management Server Partitioning
If your hard drive is larger than 72 Gbytes:
Linux OS Installation RequirementsInstall the entire Linux distribution on the management server. For a list of qualified Linux operating systems, see Management Server Requirements. When installing Linux on the management server:
Management Server ConfigurationThis section provides the post-operating installation configuration procedures that must be performed before you can install the N1 System Manager 1.3 software. Installing the Internationally Compliant Perl ModuleN1 System Manager requires Perl version 1.5.3–16 or above to ensure correct functioning in any locale. This section provides the procedure for downloading and installing the internationally compliant Perl module.
|
# grep 162 /etc/services snmpd 162/udp daemon name #daemon description |
Linux
# grep 162 /etc/services snmp 162/TCP #Simple Net Mgmt Proto snmp 162/UDP #Simple Net Mgmt Proto |
You must disable the daemon or application that is using port 162. To disable a daemon, refer to the operating system documentation. To disable an application that is using the port, refer to the application documentation.
Enable FTP on the management server as described in the next section.
If you plan to manage SPARC-based manageable servers, you must enable the FTP service on the management server.
Log in to the management server as root.
Type the command svcadm -v enable network/ftp.
The FTP service is enabled, and starts when the management server is rebooted. After the system is rebooted, you can verify whether the FTP service has start using the inetadm command:
# inetadm enabled online svc:/network/telnet:default enabled online svc:/network/nfs/rquota:default disabled disabled svc:/network/echo:dgram disabled disabled svc:/network/time:stream enabled online svc:/network/ftp:default |
Update the /etc/hosts file as described in Updating the /etc/hosts File
Log in to the management server as root.
Create symbolic links to the /etc/init.d/vsftpd file in the /etc/rc3.d and /etc/rc5.d directories.
For example:
# ln -s /etc/init.d/vsftpd /etc/rc3.d/S99vsftpd # ln -s /etc/init.d/vsftpd /etc/rc5.d/S99vsftpd |
The FTP service is enabled, and starts when the management server is rebooted. After the system is rebooted, you can verify whether the FTP service has started by using the ps and grep commands:
# ps -eaf | grep ftp root 3035 1 0 16:27 ? 00:00:00 /usr/sbin/vsftpd /etc/vsftpd/vsf |
Update the /etc/hosts file as described in the next section.
The IP address and the name of your management server must be added to the /etc/hosts. Failure to add the IP address and name will cause Sun N1 System Manager installation to fail.
Log in as root to the Sun N1 System Manager management server.
Verify that the /etc/hosts file has entries for loopback and the management server.
Make certain that either of the following loopback entries is in the /etc/hosts file.
127.0.0.1 localhost
or
127.0.0.1 localhost.localdomain localhost
Make certain that an entry exists for the management server and its IP address. For example:
111.11.111.11 n1mgmt.domain n1mgmt.domain
where 111.11.111.11 is the IP address of the management server, and n1mgmt is the name of the management server and domain is your company domain name.
Your /etc/hosts should be similar to the following example:
127.0.0.1 localhost.localdomain localhost 10.5.157.123 n1mgmt.company.com
Save and close /etc/hosts.
Reboot the N1 System Manager management server.
ALOM-based manageable servers use mail services to send host event notifications to the N1 System Manager.
If you plan to manage ALOM-based manageable servers, you must decide whether to use the secure N1 System Manager internal mail service, or install. configure, and use a full mail service.
Using an external mail server for event notifications exposes the N1 System Manager to man in the middle attacks, denial of service attacks, and other external security risks.
The secure N1 System Manager embedded mail service does not require configuration or installation. The only requirement is that port 25 must be available and that port 25 is not in use on the management server.
If you choose to use a mail service, configure the mail service as described in Configuring the Management Server Mail Service and Account in Sun N1 System Manager 1.2 Site Preparation Guide.
For information about which manageable servers are ALOM-based, see Table 2–5.