C H A P T E R 3 |
Common ALOM Tasks |
Once you have logged in to ALOM as admin and specified the admin password, you might want to perform some common administrative tasks:
Resetting ALOM reboots the ALOM software. Reset ALOM after you have changed settings on ALOM, such as specifying a new value for a configuration variable. Reset ALOM from the system console if ALOM stops responding for any reason.
There are two ways to reset ALOM:
Note - The #. (pound-period) character sequence is the default escape character sequence for ALOM. If desired, you can change the first character in the escape sequence by using the sc_escapechars variable. For example: sc> setsc sc_escapechars a. Refer to sc_escapechars for more information. |
To temporarily redirect the system console output to the serial management port by resetting the IDPROM variables, refer to the administration guide that came with your system.
If your host server has a front panel Locator LED, you can use ALOM to turn the LED on and off and to check the state of the LED. If your host server does not have a Locator LED, this command will not work.
There are four ways to reset the host server from the sc> prompt:
Note - After you issue the command poweroff or poweroff -f, ALOM returns the following message: |
Wait until you see the message before issuing the poweron command.
This section discusses displaying and monitoring the server's environmental status.
To Use the showenvironment Command |
The showenvironment command displays a snapshot of the server's environmental status. The information this command can display includes system temperatures, hard disk drive status, power supply and fan status, front panel LED status, rotary switch position, voltage and current sensors, alarm status, and so on. The output uses a format similar to the UNIX command prtdiag (1m).
Note - You do not need user permissions to use this command. |
To use the showenvironment command, at the sc> prompt, type:
The display output differs according to your host server's model and configuration. Some environmental information might not be available when the server is in standby mode. See showenvironment.
By default, ALOM uses the serial management port (SERIAL MGT) to communicate with an external terminal or other ASCII device. If desired, you can reconfigure ALOM to use the Ethernet network management (NET MGT) port, and then you can connect to ALOM through telnet.
The NET MGT port accommodates a standard RJ-45 connector. For information about how to establish the hardware connections between the NET MGT port and your network, refer to your server's documentation.
Note - When you connect a terminal device to the NET MGT port, the server must be connected to a 10- Mbit network. ALOM does not support 100-Mbit or 1-Gbit networks. |
To configure the ALOM software to communicate using the NET MGT port, you need to specify values for the network interface variables. See Network Interface Variables.
There are three ways to specify values for these variables:
To Run the setupsc Script |
1. To run the setupsc script, at the sc> prompt type setupsc:
2. To exit the script, do one of the following:
For example, the script starts as follows:
sc> setupsc Entering interactive script mode. To exit and discard changes to that point, use Ctrl-C or to exit and save changes to that point, use Ctrl- Z. |
If desired, you can customize all of the ALOM configuration variables at once by following the interactive questions in the script. Refer to Overview of the ALOM Configuration Variables. To configure only the network interface variables, press Return at each prompt until the following prompt is displayed:
See Network Interface Variables for further details.
To Configure the Network Interface Variables |
1. At the sc> prompt, type y to confirm that you want to configure the network interface variables.
The setupsc script returns the following prompt:
2. Type true or press Return to enable the network interface, or type false to disable it.
This sets a value for the if_network variable. See if_network.
3. Follow the interactive questions in the script. The script prompts you to set values for the following variables:
4. When you have finished setting up the network interface variables, type Ctrl-Z to save your changes and exit the setupsc script.
If desired, you can finish configuring all of the ALOM configuration variables.
Before you can use your network configuration, you must reset ALOM. You can do this in one of two ways:
You can set values for the network interface variables from the sc> prompt using the setsc command. You issue the command once for each variable you would like to configure. For example:
Specify values (or use the default values) for each of the following variables:
You can set values for the network interface variables from the superuser (#) prompt in the system console using the scadm set command. You issue the command once for each variable you would like to configure. For example:
Specify values (or use the default values) for each of the following variables:
For more information, see Overview of the ALOM Configuration Variables.
There are two ways to add ALOM user accounts:
You can add a maximum of 15 unique user accounts to ALOM.
To Add an ALOM User Account From the sc> Prompt |
1. At the sc> prompt, type the useradd command, followed by the user name you want to assign to that user.
See useradd.
2. To assign a password to the account, type the userpassword command, followed by the user name you assigned to the account.
For more on the userpassword command, refer to userpassword. ALOM prompts you to specify the password, and to verify the password. Note that ALOM does not echo the password to the screen. For example:
Note - User passwords have certain restrictions. Make sure that the password you assign observes these restrictions. See Password Restrictions. |
3. To assign permissions to the account, type the userperm command, followed by the user name you assigned to the account and the permission levels you want that user to have.
You can also view the permission and password status for a single ALOM user, or view information for all ALOM user accounts.
See usershow.
sc> usershow Username Permissions Password? admin cuar Assigned wwilson --cr none joeuser --cr Assigned |
To Add an ALOM User Account Using the scadm Utility |
To add and configure an ALOM user account from the system console, use the scadm utility. Perform the following steps:
1. Log in to the system console as root.
2. At the # prompt, type the scadm useradd command, followed by the user name you want to assign to that user.
3. To assign a password to the account, type the scadm userpassword command, followed by the user name you assigned to the account.
The system prompts you to specify the password, and to verify the password. Note that the system does not echo the password to the screen. For example:
Note - User passwords have certain restrictions. Make sure that the password you assign observes these restrictions. Refer to Password Restrictions. |
4. To assign permissions to the account, type the userperm command, followed by the user name you assigned to the account and the permission levels you want that user to have.
See scadm userperm, and Password Restrictions.
You can also view the permission and password status for a single ALOM user, or view information for all ALOM user accounts.
See usershow.
# scadm usershow Username Permissions Password? admin cuar Assigned wwilson --cr none joeuser --cr Assigned |
There are two ways to remove ALOM user accounts:
Note - You cannot delete the default admin account from ALOM. |
To Remove an ALOM User Account From the sc> Prompt |
To remove an ALOM user account from the sc> prompt, perform the following step:
At the sc> prompt, type the userdel command, followed by the user name of the account you want to delete.
To Remove an ALOM User Account Using the scadm Utility |
To remove an ALOM user account from the system console, use the scadm utility. Perform the following steps:
1. Log in to the system console as root.
2. At the # prompt, type the scadm userdel command, followed by the user name of the account you want to delete.
You can change your own password, or that of another user by following these steps:
To Change Your ALOM Password |
You can change your own ALOM account password from the sc> prompt. You do not need to have any permissions to change your own password.
At the sc> prompt, type the following command:
When you use this command, ALOM prompts you for your current password. If you enter the password correctly, it prompts you twice to enter the new password. For example:
sc> password password: Changing password for username Enter current password: ****** Enter new password: ****** Re-enter new password: ****** sc> |
To Change the ALOM Password for Another User |
Note - You must have u level user permission to change another user's password. See Permission Levels. |
There are two ways to change the password for another user's ALOM account:
You can customize ALOM to send email alerts to all users logged in to ALOM at the time an event occurs. You can specify which levels (critical, major, minor) of email alerts are sent to each user, and you can send customized event messages as emails to each user. See scadm send_event.
The ALOM software enables you to send and receive alerts, directly or using a script. In addition, there are three levels of alerts:
Note - You can configure email alerts for up to eight users. You can configure each email address to receive its own severity level of alert. |
To Set Up Email Alerts |
1. Make sure that ALOM is set up to use the Ethernet network management port (NET MGT), and that the network interface variables are configured.
See Reconfiguring ALOM to Use the Ethernet (NET MGT) Port.
2. Set the if_emailalerts variable to true.
See if_emailalerts
3. Set values for the mgt_mailhost variable to identify one or two mail hosts on the network.
See mgt_mailhost.
4. Set values for the mgt_mailalert variable to specify email addresses and alert levels for each user.
See mgt_mailalert.
To send customized alerts, use the scadm command send_event -c. You can do this in two ways:
If you are using the ALOM command shell and are not connected to the host server's console, you will receive alert messages from ALOM when it detects a major-level or critical-level event. This can happen while you are typing ALOM commands. If this happens, press Return and retype the command.
ALOM generates alert messages in the following format:
$HOSTID $EVENT $TIME $CUSTOMERINFO $HOSTNAME message
Here are several ways to connect to ALOM:
Make sure that you have established your hardware connections to the ALOM port(s) you plan to use. On the Netra server, the Ethernet port is labeled NET MGT. The serial port is labeled SERIAL MGT. Refer to your server's Installation Guide for more information about these ports and how to connect devices to them.
When you connect to ALOM for the first time, you are automatically connected as the admin account. This account has full (cuar) permissions. Before you can continue using ALOM, you need to specify a password for this account. After you specify the password, you can continue using ALOM. The next time you log in, you must specify the password. When you are logged in as admin, you can add new users and specify passwords and permissions for them.
Refer to Permission Levels, useradd, userpassword, and userperm for more information about this process.
To Log In To ALOM |
All users (admin and other users) employ the following procedure to log in to ALOM.
See Connecting to ALOM.
2. When the connection is established, type #. (pound-period) to escape from the system console.
3. Type in your ALOM login name and password.
Your password is not echoed to the screen; instead, the host server displays an asterisk (*) for each character that you type. After you successfully log in, ALOM displays its command prompt:
You can now use ALOM commands or switch to the system console. See Overview of the ALOM Command Shell and Serial Management Port.
The ALOM event log records login information. If more than five login failures occur within five minutes, ALOM generates a critical event. See showlogs.
You can embed the scadm send_event command within a script to log an ALOM event or to send an alert when certain conditions occur. Use the -c option to send a custom critical alert. See scadm send_event for details.
This example shows a Perl script file named dmon.pl that sends an ALOM alert when a specified disk partition exceeds a specified percent of its capacity.
Note - This script is written for the Netra host server. Use the uname -i command to obtain the platform name for your host server and replace the SUNW,Netra x40 string in the example. |
To use this script as intended, submit a separate entry to the crontab utility for each disk partition you want to monitor. Refer to the crontab (1)man page for more information.
When you first start apply power to the host server, ALOM is initially configured to display the system console output. The SER MGT port is shown on the host server as ttya.
If desired, you can use other devices to access the system console besides the terminal connected to the serial management port. You can also use the general-purpose port (ttyb) on the back panel of your host server. This port is labeled as 10101. Refer to your server's documentation for more information.
To Redirect the System Console |
To redirect the output from the system console to ttyb, perform the following steps:
1. At the ALOM sc> prompt, type the break command to bring the host server to the OpenBoot PROM prompt (ok).
(If you have the kadb debugger configured, type $# to exit kadb first.) See break for more on that command.
2. At the sc> prompt, type the console command to access the server's system console.
This command is covered on "Invalid Cross-Reference Format".
3. At the ok prompt, type the following commands:
4. To cause these changes to take effect immediately, type reset-all at the ok prompt.
Otherwise, these changes take effect the next time you cycle the power on the host server.
These changes remain in effect until you manually change the OpenBoot PROM settings back to ALOM (ttya) as described in the following section.
To Reset the Default Console Back to ALOM (ttya) |
1. Type the following commands at the ok prompt:
2. To cause these changes to take effect immediately, type reset-all at the ok prompt.
Otherwise, these changes take effect the next time you cycle the power on the host server.
You should periodically create a backup file on a remote system that records ALOM configuration settings. Refer to Overview of the scadm Utility for a summary of the utility. The following commands show how to copy information using scadm commands to backup a file named remote-filename.
Note - Before you can use these commands, you must set your path to the scadm utility. See To Set Your Path to the scadm Utility. |
Use a meaningful file name that includes the name of the server that ALOM controls. Later, you can refer to this file to restore the settings, if necessary.
The showsc command displays information about the ALOM software configuration.
For example, to display the ALOM version, type the following at the sc> prompt:
For more details, see To Use the showsc Command.
Copyright © 2004, Sun Microsystems, Inc. All rights reserved.