![Compaq AlphaServer G160 Скачать руководство пользователя страница 221](http://html1.mh-extra.com/html/compaq/alphaserver-g160/alphaserver-g160_user-manual_2646362221.webp)
Compaq-Supplied Configuration Files for ConsoleWorks
B-9
# Revision History:
#
V1.0 - Nov 2000. First Release.
#
V2.0 - Oct 2001. Fix smtp incompatibility.
#
# Additional Information:
#
To check for updated versions of this file, check the
#
web-site below:
#
www.compaq.com
#-
#------------------------------------------------------------
#+
# NOTES:
# 1. This is written using a simple style of the PERL
#
programming language.
#
# 2. In PERL, a single character match is the period (".").
#
This contrasts with the ConsoleWorks program in which the
#
percent ("%"), is a single character match.
#
# 3. In both PERL and ConsoleWorks, the multiple character
#
matching is with the asterisk ("*").
#
# 4. WinNT can not start a PERL file directly. The MAIL.BAT
#
file is used to start this file. MAIL.BAT contains the
#
code line of:
#
C:\Perl\Bin\Perl C:\Cwks\Actions\Event\mail.pl %1 %2 %3
#
%4 %5 %6
#
# 5. MAIL.BAT can pass up to six arguments to MAIL.PL. The
#
meaning of each of these arguments is described below:
#
$ARGV[0] Console name
#
$ARGV[1] Event Name
#
$ARGV[2] Event Sequence Number
#
$ARGV[3] Name of event context file - Commonly referred
#
to as a "Log File".
#
$ARGV[4] Contact name(s) for those who should receive
#
e-mails.
#
Note: Delimit using commas when there are multiple
#
names.
#
$ARGV[5] User Supplied Parameter - However currently
#
MAIL.PL doesn't use this.
#-
#------------------------------------------------------------
#
use Socket;
sub smtpmail {
my ($to, $subj, $whoami, $mf, @msg) = @_;
my ($port, $iaddr, $paddr, $proto, $line);
# This setting would supercede the one in the block comments
Содержание AlphaServer G160
Страница 4: ......
Страница 12: ......
Страница 16: ......
Страница 34: ...2 6 System Management Console User s Guide Figure 2 5 SMC Utilities in Use...
Страница 42: ......
Страница 62: ...3 20 System Management Console User s Guide Figure 3 11 KEA Connection Window...
Страница 70: ...3 28 System Management Console User s Guide Figure 3 15 TDI Certificate...
Страница 76: ...3 34 System Management Console User s Guide Figure 3 20 console_name Configuration Screen...
Страница 92: ...3 50 System Management Console User s Guide Figure 3 29 Services Dialog Box...
Страница 96: ...3 54 System Management Console User s Guide Figure 3 32 Mail from ConsoleWorks...
Страница 128: ......
Страница 132: ...4 4 System Management Console User s Guide Figure 4 2 Error Selecting System...
Страница 142: ...4 14 System Management Console User s Guide 4 4 1 Creating Hard Partitions Figure 4 9 Work with Partition Maps Screen...
Страница 144: ...4 16 System Management Console User s Guide Figure 4 10 Create or Modify a Partition Map...
Страница 170: ......
Страница 174: ...5 4 System Management Console User s Guide 5 1 2 Create an Account for Each Galaxy Instance Figure 5 2 Accounts Tab...
Страница 176: ...5 6 System Management Console User s Guide 5 1 3 Define the Applications Figure 5 3 Applications Tab...
Страница 180: ......
Страница 192: ...6 12 System Management Console User s Guide Figure 6 3 Configuration Dialog Box...
Страница 210: ......
Страница 224: ......
Страница 226: ......
Страница 228: ......
Страница 234: ......