8 Mailsender. internet Services V3.1A 1

Size: px
Start display at page:

Download "8 Mailsender. internet Services V3.1A 1"

Transcription

1 8 Mailsender Files can be sent and processed as in BS2000/OSD using a local user agent, the BS2000/OSD Mailsender. The BS2000/OSD Mailsender allows you to send automated lists as from BS2000/OSD procedures to the local mail servers in POSIX or to remote mail servers, deliver notifications in the event of errors, send text files from BS2000/OSD, specify a transfer encoding (7-bit and 8-bit-encoding, a quoted-printable encoding as well as Base64 encoding), specify to, cc and bcc recipients, attach text files, specify additional conversion tables for national character sets, send text files via programs or procedures. internet Services V3.1A 1

2 Starting the Mailsender Mailsender BS2000/OSD BS2000 Job BS2000 Application Procedure Client Mailsender Remote Server SMTP Client (UNIX, WIN-NT,...) Mail User Agent SMTP POP3 IMAP POSIX- Subsystem SMTP Mail Server SMTP Mail Server Server Mailsender in BS2000/OSD 8.1 Starting the Mailsender You can start the Mailsender using the following command: /start-program *module(sysprg.mail.030,sender,run-mode=*advanced,prog-mode=*any) The Mailsender then issues a message indicating its version: mail client version 1.0Axx The Mailsender then prompts for input as follows: * 2 internet Services V3.1A

3 Mailsender Commands 8.2 Commands The following commands are available for controlling the Mailsender: ATTACH BCC CC DEBUG END FROM MESSAGE OPTION QUIT SMTPSERVER SUBJECT TO If a particular command is specified a number of times in a procedure, the details of the last command executed are valid. internet Services V3.1A 3

4 ATTACH command BS2000/OSD Mailsender ATTACH command The ATTACH command specifies the attachments that are sent together with the mail. ATTACH [:] <file description>[, <file description> ]... The syntax of <file description> is as follows: <file description> ::= <file name> / (*FILE-NAME=<file name>,*transfer-encoding = 7-BIT / 8-BIT / QUOTED-PRINTABLE / BASE64) / *SYSDTA / *NONE Description of operands <file name> Name of text file sent as mail. The transfer encoding specified under TRANSFER-ENCODING=... (see below) is used. *TRANSFER-ENCODING=... Specifies the transfer encoding for the file <file name>: 7-Bit: Transfer encoding is 7-bit encoding. 8-Bit: Transfer encoding is 8-bit encoding. QUOTED-PRINTABLE: Transfer encoding is QUOTED-PRINTABLE encoding. The QUOTED-PRINTABLE encoding is the default. BASE64: Transfer encoding is to base 64. The TRANSFER-ENCODING specification in the ATTACH command has precedence for the file <file name> over the default transfer encoding specified in the OPTION command (see page 9) for all files. *SYSDTA The mail to be sent is read from the SYSDTA system file. *NONE No file is used. *NONE is the default. 4 internet Services V3.1A

5 BS2000/OSD Mailsender BCC command Examples ATTACH: (*FILE-NAME=File1,*TRANSFER-ENCODING=QUOTED-PRINTABLE), (File2,*TRANSFER-ENCODING=BASE64) ATTACH: File BCC command The BCC command defines the recipient who is to receive a copy of the mail (BlindCarbonCopy path). The mail address of the bcc recipients is not shown to the recipients. BCC [:] <topath> [, <topath>]... Description of operand <topath> Specifies the recipients who are to receive a copy of the mail. The mail address of the bcc recipients is not shown to the recipients. You can specify any valid mail address for <topath>. Example bcc user1@host1,user2@host2,user3@[ ] internet Services V3.1A 5

6 CC / DEBUG command BS2000/OSD Mailsender CC command The CC command defines the recipients of the mail who are to receive a copy of the mail (CarbonCopy path). CC [:] <topath> [, <topath>]... Description of operand <topath> Specifies the recipients who are to receive a copy of the mail. You can specify any valid mail address for <topath>. Example cc user1@host1,user2@host2,user3@[ ] DEBUG command In the event of errors, the DEBUG command activates one or more traces, which may provide assistance on locating the source of the error. DEBUG [:] ON / OFF / 1 / 2 / 3 / 4 / 5 Description of operands ON Trace activated in the event of errors OFF No trace activated in the event of errors 1 / 2 / 3 / 4 / 5 Level of trace report 6 internet Services V3.1A

7 BS2000/OSD Mailsender END / FROM command END command The END command starts the transfer to the SMTP server and ends the Mailsender. END FROM command The FROM command defines the address of the sender of the mail. FROM [:] < frompath > / *JOBNAME / *LOCAL Description of operands <frompath> Specifies the address of the sender of the mail. You can specify any valid mail address for <frompath>. *JOBNAME Specifies the mail address jobname.username@hostname *LOCAL Specifies the mail address username@hostname. *LOCAL is the default. internet Services V3.1A 7

8 MESSAGE command BS2000/OSD Mailsender MESSAGE command The message command sends the mail text to the recipients. MESSAGE [:] <file name> / (*FILE-NAME=<file name>,*transfer-encoding = 7-BIT / 8-BIT / QUOTED-PRINTABLE / BASE64) / *SYSDTA / *NONE Description of operands <file name> Name of text file that will be sent as mail. The transfer encoding specified under TRANSFER-ENCODING=... (see below) is used. *TRANSFER-ENCODING=... Specifies the transfer encoding for the file <file name>: 7-bit: Transfer encoding is 7-bit encoding. 8-bit: Transfer encoding is 8-bit encoding. QUOTED-PRINTABLE: Transfer encoding is the QUOTED-PRINTABLE encoding. QUOTED-PRINTABLE encoding is the default. BASE64: Transfer encoding is the encoding to base 64. The TRANSFER-ENCODING specification in the MESSAGE command has precedence for the file <file name> over the default transfer encoding defined in the OPTION command (see page 9) for all files. *SYSDTA The mail to be sent is read from the SYSDTA system file. *NONE No file is used. *NONE is the default. 8 internet Services V3.1A

9 BS2000/OSD Mailsender OPTION command OPTION command The OPTION command defines the default transfer encoding and the default conversion table. These are valid for all files being transferred unless specified otherwise in the next MESSAGE or ATTACH command (see MESSAGE command on page 8 and ATTACH command on page 4). Furthermore, additional conversion tables are defined for converting EBCDIC to ASCII. OPTION [:] *TRANSFER-ENCODING = 7-BIT / 8-BIT / QUOTED-PRINTABLE / BASE64, *TRANSLATION-TABLE = STD / EDF041toISO88591 (, *ADDITIONAL-TRANSLATION = ((X ee,x aa ),(X ee,x aa ),...)) Description of operands *TRANSFER-ENCODING=... Specifies a default transfer encoding for all files. *TRANSFER-ENCODING=7-BIT Default transfer encoding is 7-bit encoding. *TRANSFER-ENCODING=8-BIT Default transfer encoding is 8-bit encoding. *TRANSFER-ENCODING=QUOTED-PRINTABLE Default transfer encoding is QUOTED-PRINTABLE encoding. QUOTED-PRINTABLE encoding is the default. *TRANSFER-ENCODING=BASE64 Default transfer encoding is encoding to base 64. *TRANSLATION-TABLE... Specifies the default code table for all files. *TRANSLATION-TABLE=STD The default code table is selected. STD is the default. *TRANSLATION-TABLE=EDF041toISO88591 The EDF041toISO88591 code table is selected as the default code table. *ADDITIONAL-TRANSLATION = ((X ee,x aa ),(X ee,x aa ),...) Defines additional encoding tables from EBCDIC to ASCII, e.g. *ADDITIONAL-TRANSLATION((EBCDIC hexvalue, ASCII hexvalue),... ) internet Services V3.1A 9

10 QUIT / SMTPSERVER command BS2000/OSD Mailsender Example OPTION: *TRANSLATION-TABLE=STD (*ADD-TRANS=((X BB,X C4 ),(X BD,X DC ),(X FB,X E4 ),(X FD,X FC ),(X 4F,X F6 ),(X BC,X D6 ))) The change from [ (x bb ) EDF041 to German Ä (x C4 ) ISO EDF041 is interpreted as EDF04DR QUIT command The quit command ends the Mailsender without sending. User input is lost. QUIT SMTPSERVER command The SMTPSERVER command alternately specifies the BCAM host name or the IP address of the host, on which the SMTP server is running, to which the mail is to be sent. SMTPSERVER [:] <host name> / <ip-address> / *LOCAL Description of operands <host name> Name of host on which the SMTP server is executed. <ip address> IP address of host on which the SMTP server is executed. *LOCAL Name of the local host. *LOCAL is the default. 10 internet Services V3.1A

11 BS2000/OSD Mailsender SUBJECT / TO command SUBJECT command The SUBJECT command specifies the mail topic. SUBJECT [:] <subject-text> / *NONE Description of operands <subject-text> Specifies the mail topic. <subject-text> must be specified as a character string (in quotes "...") and may contain spaces. *NONE There is no mail subject. *NONE is the default. Example SUBJECT : subjecttext SUBJECT "subjecttext" TO command The TO command specifies the recipient of the mail. TO [:] <topath>[, <topath>]... Description of operand <topath> Specifies the recipients of the mail. You can specify any valid mail address for <topath>. Example TO user1@host1,user2@host2,user3@[ ] internet Services V3.1A 11

12 Return code BS2000/OSD Mailsender Return code When the Mailsender has ended, the following return codes are supplied: 0 : The smtpserver accepted the delivery 1 : A warning occurred : Explanation: A file could not be opened, for example, but the message was still sent. A special error message is issued. 2 : An error occurred : Explanation: The message was not sent successfully. A special error message is issued. 12 internet Services V3.1A

13 BS2000/OSD Mailsender SDFP procedure 8.3 Procedures You can use the procedures outlined below as are to send mails using a command. The procedures can also be used as a template, however, for some commands SDFP procedure 0.10 /SET-PROC-OPTION JV=AFTER-BUILTIN 0.20 /BEG-PAR-DECL 0.30 /DECL-PAR TO 0.40 /DECL-PAR MESSAGE 0.50 /DECL-PAR FROM(INIT-VAL= *LOCAL ) 0.60 /DECL-PAR ATTACH(INIT-VAL= *NONE ) 0.70 /DECL-PAR SUBJECT(INIT-VAL= *NONE ) 0.80 /DECL-PAR SMTPSERVER(INIT-VAL= *LOCAL ) 0.90 /DECL-PAR DEBUG(INIT-VAL= OFF ) 1.00 /END-PAR-DECL 1.10 /ASSIGN-SYSDTA TO=*SYSCMD 1.20 /BEGIN-BLOCK DATA-INSERTION=*YES 1.30 /STA-PROG *M(SYSPRG.MAIL.030,SENDER,RU=A),PROG-MODE=*ANY 1.40 /SEND-DATA TO: &TO 1.50 /SEND-DATA MESSAGE: &MESSAGE 1.60 /SEND-DATA DEBUG: &DEBUG 1.70 /IF (ATTACH<> *NONE ) 1.80 /SEND-DATA ATTACH: &ATTACH 1.90 /END-IF 2.00 /IF (FROM<> *LOCAL ) 2.10 /SEND-DATA FROM: &FROM 2.20 /END-IF 2.30 /IF (SUBJECT<> *NONE ) 2.40 /SEND-DATA SUBJECT: &SUBJECT 2.50 /END-IF 2.60 /IF (SMTPSERVER<> *LOCAL ) 2.70 /SEND-DATA SMTPSERVER: &SMTPSERVER 2.80 /END-IF 2.90 /SEND-DATA END 3.00 /PNAME=PROG-NAME() 3.10 /IF (PNAME= MAIL ) 3.20 /HOLD-PROGRAM 3.30 /ENDP-RESUME 3.40 /END-IF 3.50 /END-BLOCK internet Services V3.1A 13

14 ISP procedure BS2000/OSD Mailsender ISP procedure 0.10 /PROC N,(&TO=, / &FROM= *LOCAL, / &SUBJECT= *NONE, / &MESSAGE=, / &ATTACH= *NONE, / &SMTPSERVER= *LOCAL, / &DEBUG= OFF / ),SUBDTA=& 0.90 /ASSIGN-SYSDTA *SYSCMD 1.00 /START-PROGRAM *M(SYSPRG.MAIL.030,SENDER,RU=A),PROG-MODE=*ANY 1.10 SMTPSERVER: &SMTPSERVER 1.20 DEBUG: &DEBUG 1.30 TO: &TO 1.40 FROM: &FROM 1.50 SUBJECT: &SUBJECT 1.60 MESSAGE: &MESSAGE 1.70 ATTACH: &ATTACH 1.80 END 1.90 /SET-JOB-STEP 2.00 /ENDP 14 internet Services V3.1A

15 Related publications Ordering manuals The manuals are available as online manuals, see or in printed form which must be paid and ordered separately at opennet Server V3.0 (BS2000/OSD) BCAM V17.0A User Guide The manual is intended for network planners, generators and administrators who define BCAM BS2000 systems. The manual describes BCAM itself, how it is embedded in TRANSDATA and TCP/IP and ISO networks, plus generation and administrative activities. Generation examples illustrate the description. Additionally BCAM tools for generation and diagnosis are described. To conclude, the manual describes BCAM commands required for generation and operation. Information is also provided on KOGS macros required for statistical generation and a list of BCAM error messages is given. internet Services V3.0 (BS2000/OSD) Administrator Guide This manual is intended for network planners, generators and administrators who wish to use Internet Services in BS2000/OSD. The manual describes the functionality of the Internet Services BOOTP/DHCP, TFTP, DNS, FTP, TELNET, LDAP and NTP in BS2000/OSD. It also covers the installation, administration, operation, and logging and diagnostic options of the individual components, TLS-Support in FTP and TELNET Servers, FTP exit and the TELNET exits as well as generating random numbers in BS2000/OSD and POSIX. internet Services V3.1A 15

16 Related publications internet Value Edition V1.0B (BS2000/OSD) User Guide This manual is intended for network planners, generators and administrators who wish to use Mail Service in BS2000/OSD. internet Value Edition is a supplement to internet Services that is available free of charge. The manual introduces the components of internet Value Edition and provides information on the installation, administration and operation of Mail Service in BS2000/OSD. opennet Server (BS2000/OSD) IPv6 Introduction and Conversion Guide, Stage 1 User Guide This manual is intended for everyone responsible for deciding as to the introduction of IPv6 in BS2000/OSD, as well as anyone using the IPv6 functionality on BS2000/OSD mainframes or planning to install IPv6 in BS2000/OSD. The manual explains the commercial and technical foundations of IPv6. In addition, it describes the transition from IPv4 to IPv6 with the aid of examples and outlines the current status of the implementation of IPv6 in BS2000/OSD. Detailed information on IPv6 addressing and DNS utilization can be found in the appendix. opennet Server V3.0 (BS2000/OSD) IPSec V1.0 User Guide The manual is intended for network administrators and developers of network applications in BS2000/OSD, as well as for everyone interested in Internet security, especially in the environment of BS2000/OSD. After a short overview of the threats to Internet security, a detailed explanation of the concepts of the IPSec protocol is provided. Subsequently, the manual describes the IPSec implementation in BS2000/OSD and supplies all information on installation, configuration and start of the IPSec subsystem in BS2000/OSD. 16 internet Services V3.1A

17 Related publications opencrypt V1.1 (BS2000/OSD) Security with Cryptography User Guide This manual is intended for system administrators and users of the cryptographic interface in BS2000/OSD. To ensure cryptographically secure application programming it is assumed that the programmer has knowlege of the cryptographic functions implemented. Architecture Installation, start up and configuration Implementation of the PKCS#11 standard in BS2000/OSD Description of the cryptographic functions and interfaces in BS2000/OSD Return codes and messages opennet Server V2.0, internet Services V2.0 (BS2000/OSD) SNMP Management for opennet Server and internet Services User Guide This manual is intended for network and system administrators wishing to use SNMP-based network and system management. The manuals contains detailed descriptions of the MIBs delivered with opennet Server, the FTP-MIB delivered with internet Services, and the installation and operation of the subagents. Operation of the BCAM Manager is described in detail in a separate chapter. CMX(BS2000) Communication Method in BS2000 User Guide Programmers of transport service (TS) applications CMX (BS2000) offers application programs a uniform interface to the transport services. You can use CMX (BS2000) to create application programs which can communicate with other applications independently of the transport system. internet Services V3.1A 17

18 Related publications SNMP Management V5.0 SNMP Management for BS2000/OSD User Guide The manual addresses network administrators/operators and system administrators who wish to integrate a BS2000 system in SNMP-based management or operate such a system. This manual describes how SBA-BS2, SSC-BS2, SSA-SM2-BS2 and SSA-OUTM-BS2 are embedded in BS2000/OSD, the installation and configuration procedures required to enable operation, and actual system operation. The Agents and their MIBs which are required for monitoring are dealt with in detail. Installation and configuration of the relevant management applications on the Unicenter TNG, TransView SNMP and HP OpenView management platforms are also described. Further central topics of the manual are access to management information via the World Wide Web, and the Trap Server for Solaris and Reliant UNIX. SNMP Management V6.0 SNMP Management for BS2000/OSD User Guide The manual addresses network administrators/operators and system administrators who wish to integrate a BS2000 system in SNMP-based management or operate such a system. The manual describes the updates in SNMP Management V6.0 for BS2000/OSD as compared with version 5.0: new and functionally enhanced subagents and management applications extended integration in the CA Unicenter management platform added security In any case where the functionality of version 6.0 of SNMP management for BS2000/OSD has not changed as compared with version 5.0, the description in the manual "SNMP Management V5.0 SNMP Management for BS2000/OSD" remains valid. 18 internet Services V3.1A

19 Related publications C Library Functions (BS2000/OSD) for POSIX Applications Reference Manual This manual addresses C and C++ programmers. The manual documents the XPG4-conformant C programming interface which is supported by the POSIX subsystem in BS2000. This programming interface permits access to both the POSIX file system and BS2000 files. The programming interface also incorporates extensions which ensure compatibility with the existing C library described in a separate chapter. XHCS (BS2000/OSD) 8-Bit Code Processing in BS2000/OSD User Guide Users of the DCAM, TIAM and openutm access methods, system support staff, and users migrating from EHCS to XHCS. XHCS (Extended Host Code Support) is a software package of BS2000/OSD that lets you use extended character sets in conjunction with 8-bit terminals. XHCS is also the central source of information on the coded character sets in BS2000/OSD. XHCS replaces EHCS. LMS (BS2000) SDF Format User Guide BS2000 users. Description of the statements for creating and managing PLAM libraries and the members these contain. Frequent applications are illustrated with examples. internet Services V3.1A 19

20 Related publications BS2000 User Commands (ISP Format) User Guide BS2000 users (nonprivileged) All BS2000 system commands in alphabetical order with detailed explanations and examples The following products are dealt with: BS2000-GA, MSCF, JV, FT, TIAM Applications BS2000 interactive/batch mode, procedures IMON (BS2000/OSD) Installation Monitor User Guide This manual is intended for systems support staff of the BS2000/OSD operating system. The manual describes the installation and administration of BS2000 software using the IMON installation monitor and its three components IMON-BAS, IMON-GPN and IMON- SIC. Installation (standard and customer-specific) using the component IMON-BAS for systems with BS2000-OSD V3.0 and higher is described in detail with the aid of examples in a separate chapter. BS2000/OSD-BC Introductory Guide to Systems Support User Guide This manual is addressed to BS2000/OSD systems support staff and operators. The manual covers the following topics relating to the management and monitoring of the BS2000/OSD basic configuration: system initialization, parameter service, job and task control, memory/device/system time/user/file/pubset management, assignment of privileges, accounting and operator functions. 20 internet Services V3.1A

21 Related publications Additional publications SSL and TLS Designing and Building Secure Systems by Eric Rescorla ISBN Detailed description of SSL and TLS and of the application environment Secrets & Lies Digital Security in a Networked World by Bruce Schneier ISBN Overview of IT security RFCs Comprehensive information on the Requests for Comments (RFCs) is available on the Internet Engineering Task Force s (IETF) home page: internet Services V3.1A 21

22 Eine Dokuschablone von Frank Flachenecke

23 Index 7-bit encoding 4, 8, 9 8-bit encoding 4, 8, 9 A activate trace if errors 6 ATTACH command 4 example 5 B BASE-64 encoding 4, 8, 9 BCAM host name specify (SMTP server) 10 BCC command 5 example 5 BCC recipient of mail specify 5 BlindCarbonCopy path 5 BlindCarbonCopy see BCC C CarbonCopy path 6 CarbonCopy see also CC CC command 6 example 6 commands Mailsender 3 conversion table conversion from EBCDIC to ASCII 9 copy of mail specify recipient 5, 6 D DEBUG command 6 default conversion table specify 9 default transfer encoding specify 9 define see specify E see mail end Mailsender 7, 10 transfer to SMTP server 7 END command 7 errors, activate trace 6 example ATTACH command 5 BCC command 5 CC command 6 OPTION command 9, 10 SUBJECT command 11 TO command 11 F FROM command 7 I IP address specify (SMTP server) 10 ISP procedure Mailsender 14 M mail specify sender address 7 mail attachment specify 4 internet Services V3.1A 23

24 Index mail recipient specify 5, 6, 11 mail text send to recipient 8 mail topic specify 11 Mailsender 1 ATTACH command 4 BCC command 5 CC command 6 DEBUG command 6 end 7, 10 END command 7 FROM command 7 ISP procedure 14 MESSAGE command 8 OPTION command 9 QUIT command 10 return code 12 SDF procedure 13 SMTPSERVER command 10 starting 2 SUBJECT command 11 TO command 11 MESSAGE command 8 O OPTION command 9 example 9, 10 P procedure Mailsender 13 Q QUIT command 10 QUOTED-PRINTABLE encoding 4, 8, 9 R recipient send mail to 8 return code Mailsender 12 S SDF procedure Mailsender 13 send mail text to recipient 8 SMTP server end transfer 7 SMTPSERVER command 10 specify BCAM host name (SMTP server) 10 BCC recipient of mail 5 CC recipient of mail 6 default conversion table 9 default transfer encoding 9 IP address (SMTP server) 10 mail attachment 4 mail recipient 11 mail topic 11 recipient of mail copy 5, 6 specify mail attachment 4 specify sender address of mail 7 starting Mailsender 2 SUBJECT command 11 example 11 T TO command 11 example 11 trace activate for errors 6 transfer encoding 1 7-bit 4, 8, 9 8-bit 4, 8, 9 BASE64 4, 8, 9 quoted printable 4, 8, 9 transfer to SMTP server end 7 24 internet Services V3.1A

25 8 Mailsender Starting the Mailsender Commands ATTACH command BCC command CC command DEBUG command END command FROM command MESSAGE command OPTION command QUIT command SMTPSERVER command SUBJECT command TO command Return code Procedures SDFP procedure ISP procedure Related publications Index internet Services V3.1A

26 Eine Dokuschablone von Frank Flachenecke

27 internet Services V3.1A (BS2000/OSD) Mailsender Supplement to the User Guide Target Group. BS2000/OSD users and system administrators who want to use TCP/IP-specific applications and/or services. This supplement describes the functionality, administration and operation of the BS20000/OSD Mailsender program and is to be taken as an additional chapter of the following manual: internet Services V3.0 (BS2000/OSD) User Guide U41096-J-Z Edition: Mai 2005 File: ise_b_eg.pdf Copyright Fujitsu Siemens Computers GmbH, All rights reserved. Delivery subject to availability; right of technical modifications reserved. All hardware and software names used are trademarks of their respective manufacturers. This manual was produced by cognitas. Gesellschaft für Technik-Dokumentation mbh internet Services V3.1A

28 Fujitsu Siemens computers GmbH User Documentation Munich Germany Fax: (++49) 700 / Comments Suggestions Corrections manuals@fujitsu-siemens.com Submitted by Comments on internet Services V3.1A Supplement to the User Guide internet Services V3.1A

29 Information on this document On April 1, 2009, Fujitsu became the sole owner of Fujitsu Siemens Computers. This new subsidiary of Fujitsu has been renamed Fujitsu Technology Solutions. This document from the document archive refers to a product version which was released a considerable time ago or which is no longer marketed. Please note that all company references and copyrights in this document have been legally transferred to Fujitsu Technology Solutions. Contact and support addresses will now be offered by Fujitsu Technology Solutions and have the The Internet pages of Fujitsu Technology Solutions are available at and the user documentation at Copyright Fujitsu Technology Solutions, 2009 Hinweise zum vorliegenden Dokument Zum 1. April 2009 ist Fujitsu Siemens Computers in den alleinigen Besitz von Fujitsu übergegangen. Diese neue Tochtergesellschaft von Fujitsu trägt seitdem den Namen Fujitsu Technology Solutions. Das vorliegende Dokument aus dem Dokumentenarchiv bezieht sich auf eine bereits vor längerer Zeit freigegebene oder nicht mehr im Vertrieb befindliche Produktversion. Bitte beachten Sie, dass alle Firmenbezüge und Copyrights im vorliegenden Dokument rechtlich auf Fujitsu Technology Solutions übergegangen sind. Kontakt- und Supportadressen werden nun von Fujitsu Technology Solutions angeboten und haben die Die Internetseiten von Fujitsu Technology Solutions finden Sie unter und unter finden Sie die Benutzerdokumentation. Copyright Fujitsu Technology Solutions, 2009

Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved

Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved Fujitsu Siemens Computers GmbH SM2-TOOLS (BS2000/OSD) Version 7.5A Juli 2006 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved Release Notice SM2-TOOLS V7.5A 1 General

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved

Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved Fujitsu Siemens Computers GmbH DRV (BS2000/OSD) Version 3.1A November 2005 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved Release Notice DRV V3.1A 1 General 2 1.1

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2004 All rights reserved

Copyright (C) Fujitsu Siemens Computers GmbH 2004 All rights reserved Fujitsu Siemens Computers GmbH A I D Version 3.1 November 2004 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2004 All rights reserved Release Notice AID V3.1 1 General....................

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2008 All rights reserved

Copyright (C) Fujitsu Siemens Computers GmbH 2008 All rights reserved Fujitsu Siemens Computers GmbH XHCS-SYS (BS2000/OSD) Version 2.0A June 2008 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2008 All rights reserved Release Notice XHCS-SYS V2.0A 1 General

More information

WebTransactions V7.1. Supplement

WebTransactions V7.1. Supplement WebTransactions V7.1 Supplement Edition: December 2006 This manual describes the new functions in WebTransactions V7.1. It is intended to supplement the WebTransactions V7.0 manuals. Comments Suggestions

More information

R E L E A S E N O T I C E C O S M O S T O O L S V A. (c) Fujitsu Siemens Computers GmbH 2001

R E L E A S E N O T I C E C O S M O S T O O L S V A. (c) Fujitsu Siemens Computers GmbH 2001 R E L E A S E N O T I C E C O S M O S T O O L S V 1 4. 0 A (c) Fujitsu Siemens Computers GmbH 2001 Word and Excel are registered trademarks of Microsoft Postscript is a registered trademark of Adobe Contents

More information

Fujitsu Siemens Computers. internet Value Edition. Version 1.0B. July Release Notice

Fujitsu Siemens Computers. internet Value Edition. Version 1.0B. July Release Notice Fujitsu Siemens Computers internet Value Edition Version 1.0B July 2002 Release Notice Copyright (C) Fujitsu Siemens Computers 2002 All rights reserved Release Notice internet Value Edition V1.0B 1 General.....................

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2005 *3 All rights reserved *3

Copyright (C) Fujitsu Siemens Computers GmbH 2005 *3 All rights reserved *3 Fujitsu Siemens Computers GmbH CRTE (BS2000/OSD) Version 2.4C *4 October 2005 *4 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2005 *3 All rights reserved *3 Release Notice CRTE V2.4C 1 General.....................

More information

FUJITSU SIEMENS COMPUTERS. Release Notice PCMX (LINUX-S390) V6.0A. Table of Contents

FUJITSU SIEMENS COMPUTERS. Release Notice PCMX (LINUX-S390) V6.0A. Table of Contents FUJITSU SIEMENS COMPUTERS Release Notice PCMX (LINUX-S390) V6.0A Table of Contents 1 General 1.1 Documentation 2 Notes on product use 2.1 Software/hardware configuration 2.1.1 Operating system 2.2 Resource

More information

The activities described in these upgrade instructions may only be performed by engineers or maintenance/technical staff.

The activities described in these upgrade instructions may only be performed by engineers or maintenance/technical staff. Introduction The upgrade instructions show how to remove the standard power supply and replace it with a hotplug power supply. The following steps only apply to the PRIMERGY 400 and 00 tower servers.!

More information

PRIMERGY S40-DF Capacity Extension

PRIMERGY S40-DF Capacity Extension Server PRIMERGY S40-DF Capacity Extension Xenia Fierley Siemens Nixdorf Informationssysteme AG ICP CS PS QM 3 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 636-47896 Fax: 0 700 /

More information

Emanate Master 1.3. Readme. Edition June 2000

Emanate Master 1.3. Readme. Edition June 2000 Solaris Emanate Master 1.3 Readme Redakteur Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 636-00000 Fax: (++49) 700 / 372 00001 Bestellnummer

More information

chipdisk for RemoteView

chipdisk for RemoteView PRIMERGY chipdisk for RemoteView Xenia Fierley Siemens Nixdorf Informationssysteme AG Primergy 81730 Munich e-mail: Internet:DOCetc@mchp.siemens.de Tel.: (089) 636-47896 Fax: (++ 49) 89 6 36-4 87 17 U41102-J-Z156-1-74

More information

1.1 Target group. 1.2 Summary of contents

1.1 Target group. 1.2 Summary of contents 1 Preface The internet Value Edition delivery unit extends internet Servicesbyprovidingmail services or in other words the components that implement the electronic mail service in BS2000/OSD. SMTP Mail

More information

Fujitsu Siemens Computers. internet Services (BS2000/OSD) Version 3.1A May Release Notice

Fujitsu Siemens Computers. internet Services (BS2000/OSD) Version 3.1A May Release Notice Fujitsu Siemens Computers internet Services (BS2000/OSD) Version 3.1A May 2005 Release Notice Copyright (C) Fujitsu Siemens Computers 2005 All rights reserved Release Notice internet Services V3.1A 1 General

More information

FibreCAT TXF Backup Subsystem. Service Supplement

FibreCAT TXF Backup Subsystem. Service Supplement FibreCAT TXF Backup Subsystem Service Supplement Edition October 2008 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

SESAM-DBAccess (JDBC) V4.0A. Server Installation, Administration

SESAM-DBAccess (JDBC) V4.0A. Server Installation, Administration SESAM-DBAccess (JDBC) V4.0A Server Installation, Administration Edition December 2005 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual.

More information

The MTC Autoloader FibreCAT TX24 - Use with OSD/XC at SX Servers -

The MTC Autoloader FibreCAT TX24 - Use with OSD/XC at SX Servers - The MTC Autoloader FibreCAT TX24 - Use with OSD/XC at SX Servers - Readme File Contents 1 Introduction...2 2 Characteristics...4 2.1 General Characteristics...4 2.2 Release with OSD/XC...4 2.3 Hardware,

More information

SESAM-DBAccess (JDBC) V5.0A. Server Installation, Administration

SESAM-DBAccess (JDBC) V5.0A. Server Installation, Administration SESAM-DBAccess (JDBC) V5.0A Server Installation, Administration Edition December 2006 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual.

More information

Using Egenera Virtualized Boot Services

Using Egenera Virtualized Boot Services Using Egenera Virtualized Boot Services For BladeFrame BF400 S2 and BladeFrame BF200 Document Number 432-SB0045 September 2008 EVBS1.0_BF_1 Copyright Copyright 2008 Egenera, Inc. All rights reserved. This

More information

PRIMERGY BX600 10GbE LAN I/O Module (PCIe)

PRIMERGY BX600 10GbE LAN I/O Module (PCIe) Reference Guide PRIMERGY BX600 10GbE LAN I/O Module (PCIe) Microsoft Windows Server 2003 iscsiselect Reference Guide English PRIMERGY BX600 10GbE LAN I/O Module (PCIe) Microsoft Windows Server 2003 iscsiselect

More information

LAN Manager/X V2.2. (SINIX) SNMP Service. System Administator's Guide

LAN Manager/X V2.2. (SINIX) SNMP Service. System Administator's Guide LAN Manager/X V2.2 (SINIX) SNMP Service System Administator's Guide Is there anything you want to tell us about this manual? Please send us your comments, quoting the order number of the manual. Siemens

More information

*5 Fujitsu Siemens Computers GmbH DRIVE/WINDOWS (BS2000) *5 Version 2.1B40

*5 Fujitsu Siemens Computers GmbH DRIVE/WINDOWS (BS2000) *5 Version 2.1B40 *5 Fujitsu Siemens Computers GmbH DRIVE/WINDOWS (BS2000) *5 Version 2.1B40 Release Notice DRIVE/WINDOWS V 2.1B C o n t e n t s 1 General................ 1 1.1 Ordering............... 2 1.2 Delivery...............

More information

Release Information for FlexFrame V4.0A10 for SAP

Release Information for FlexFrame V4.0A10 for SAP Release Information for FlexFrame V4.0A10 for SAP Copyright 2008 Fujitsu Siemens Computers Table of Contents General... 1 Ordering... 1 Delivery... 1 Documentation... 2 Software Extensions / New Functionality...

More information

Streamer DAT160 Half-Height 80GB/160GB, USB 2.0

Streamer DAT160 Half-Height 80GB/160GB, USB 2.0 User Guide English Streamer DAT160 Half-Height 80GB/160GB, USB 2.0 Streamer DAT160 Half-Height 80GB/160GB, USB 2.0 User Guide Edition November 2008 Comments Suggestions Corrections The User Documentation

More information

openft_ux-readme.txt Fujitsu Siemens Computers openft V8.1A20 for Unix systems openft-ftam V8.0B for Unix systems March 2006 Release notice

openft_ux-readme.txt Fujitsu Siemens Computers openft V8.1A20 for Unix systems openft-ftam V8.0B for Unix systems March 2006 Release notice Fujitsu Siemens Computers openft V8.1A20 for Unix systems openft-ftam V8.0B for Unix systems March 2006 Release notice RELEASE NOTICE openft V8.1A20 for Unix systems openft-ftam V8.0B for Unix systems

More information

STREAMER 30/60 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL

STREAMER 30/60 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL STREAMER 30/60 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL Dieses Handbuch wurde auf Recycling-Papier gedruckt. This manual has been printed on recycled paper. Ce manuel est imprimé sur du papier recyclé.

More information

PAN Manager Feature Summary

PAN Manager Feature Summary PAN Manager Feature Summary For BladeFrame BF400 S2 and BladeFrame BF200 Document Number 430-SB0073 August 2008 PM5.2_BF Copyright Copyright 2008 Egenera, Inc. All rights reserved. This document, and the

More information

SLR 50/100 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL

SLR 50/100 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL SLR 50/100 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL Dieses Handbuch wurde auf Recycling-Papier gedruckt. This manual has been printed on recycled paper. Ce manuel est imprimé sur du papier recyclé. Este

More information

PRIMERGY 670 Converting Guide

PRIMERGY 670 Converting Guide PRIMERGY 670 Converting Guide Server Systems A26361-K531-Z101-1-7419 Edition March 1999 Copyright and Trademarks Intel and Pentium are registered trademarks of Intel Corporation, USA. NetWare and Novell

More information

This symbol is followed by supplementary information, remarks and tips.

This symbol is followed by supplementary information, remarks and tips. Introduction This Technical Manual describes the system boards of the PRIMERGY 870 server systems, which can be equipped with up to four Intel Xeon processors. You may find further information in the description

More information

1.1 Target group. 1.2 Summary of contents. The internet Value Edition delivery unit extends internet Services by providing mail services.

1.1 Target group. 1.2 Summary of contents. The internet Value Edition delivery unit extends internet Services by providing mail services. 1 Preface The internet Value Edition delivery unit extends internet Services by providing mail services. 1.1 Target group This manual is intended for BS2000 administrators who want to install mail services.

More information

System Management Console Security Development Guide C120-E142-01EN

System Management Console Security Development Guide C120-E142-01EN System Management Console Security Development Guide C120-E142-01EN Trademarks and Acknowledgement UNIX is a registered trademark in the United States and other countries, licensed exclusively through

More information

Produktfamilie PRIMERGY RX200 S2

Produktfamilie PRIMERGY RX200 S2 Produktfamilie PRIMERGY RX200 S2 D1790 Setup Utility Hans-Joachim Kneba Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.: 05251/8-14865 Fax: (++49)

More information

INSTALLATION GUIDE System Console Software 2.0 for Solaris Environment

INSTALLATION GUIDE System Console Software 2.0 for Solaris Environment INSTALLATION GUIDE System Console Software 2.0 for Solaris Environment High Risk Activity The Customer acknowledges and agrees that the Product is designed, developed and manufactured as contemplated for

More information

PRIMERGY Econel 100 Server System

PRIMERGY Econel 100 Server System PRIMERGY PRIMERGY Econel 100 Server System Service Supplement Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (0 89) 61 001-155 Fax:

More information

STREAMER VXA /320 GB

STREAMER VXA /320 GB Operating Manual English STREAMER VXA-320 160/320 GB Are there...... any technical problems or other questions you need clarified? Please contact our Help Desk (see warranty card). The latest information

More information

1.1 Summary of contents and target group

1.1 Summary of contents and target group 1 Preface The openutm Universal Transaction Monitor is a comprehensive middleware platform, offering a wealth of options for designing and implementing transaction-oriented OLTP applications, as well as

More information

PRIMERGY TX200 S3 Server

PRIMERGY TX200 S3 Server PRIMERGY PRIMERGY TX200 S3 Server Service Supplement Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001155 Fax: (++49) 700

More information

PRIMERGY BX630 Scalable Server Blade

PRIMERGY BX630 Scalable Server Blade PRIMERGY PRIMERGY BX630 Scalable Server Blade Service Supplement Redakteur Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-??? Fax:

More information

PRIMERGY TX150 S5 Server

PRIMERGY TX150 S5 Server PRIMERGY PRIMERGY TX150 S5 Server Service Supplement Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001155 Fax: (++49) 700

More information

System board D2004 for RX100 S3

System board D2004 for RX100 S3 PRIMERGY System board D2004 for RX100 S3 Technical manual Däschlein Fujitsu Siemens Computers GmbH München 81730 Munich e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-155 Fax: (++49) 700

More information

System board D2020 for Econel 200

System board D2020 for Econel 200 Produktfamilie System board D2020 for Econel 200 Technical manual Redakteur Fujitsu Siemens Computers GmbH München 81730 Munich e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-??? Fax: (++49)

More information

PRIMERGY Econel 200 S2 Server

PRIMERGY Econel 200 S2 Server PRIMERGY PRIMERGY Econel 200 S2 Server Options Guide Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 Munich e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-155 Fax: (++49) 700

More information

PRIMERGY BX630 S2 Scalable Server Blade. Options Guide

PRIMERGY BX630 S2 Scalable Server Blade. Options Guide PRIMERGY BX630 S2 Scalable Server Blade Options Guide Edition October 2007 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback

More information

PRIMERGY BX630 S2 Scalable Server-Blade. Service Supplement

PRIMERGY BX630 S2 Scalable Server-Blade. Service Supplement PRIMERGY BX630 S2 Scalable Server-Blade Service Supplement Edition December 2007 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your

More information

Streamer LTO-3 half height 400GB/800GB SCSI Ultra320

Streamer LTO-3 half height 400GB/800GB SCSI Ultra320 Operating Manual English Streamer LTO-3 half height 400GB/800GB SCSI Ultra320 Are there...... any technical problems or other questions you need clarified? Please contact our Help Desk (see warranty card

More information

PRIMERGY RX100 S3 Server System

PRIMERGY RX100 S3 Server System PRIMERGY PRIMERGY RX100 S3 Server System Options Guide Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001155 Fax: (++49)

More information

System Board D2785 for TX120 S2. Technical Manual

System Board D2785 for TX120 S2. Technical Manual System Board D2785 for TX120 S2 Technical Manual Edition April 2009 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

PRIMERGY Econel 100 Server System

PRIMERGY Econel 100 Server System PRIMERGY PRIMERGY Econel 100 Server System Options Guide Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 Munich e-mail: email: manuals@fujitsu-siemens.com Tel.: (0 89) 61 001-155 Fax: (++49)

More information

System Board D2559 for TX150 S6. Technical Manual

System Board D2559 for TX150 S6. Technical Manual System Board D2559 for TX150 S6 Technical Manual Edition November 2007 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

System Board D2619 for RX/TX300 S5. Technical Manual

System Board D2619 for RX/TX300 S5. Technical Manual System Board D2619 for RX/TX300 S5 Technical Manual Edition April 2009 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

FUJITSU Software BS2000 SM2-TOOLS V9.0. Version 9.0A December Release Notice

FUJITSU Software BS2000 SM2-TOOLS V9.0. Version 9.0A December Release Notice FUJITSU Software BS2000 SM2-TOOLS V9.0 Version 9.0A December 2014 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery subject

More information

PRIMERGY RX200 S3 Server. Options Guide

PRIMERGY RX200 S3 Server. Options Guide PRIMERGY RX200 S3 Server Options Guide Edition August 2006 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps us optimize

More information

Technical Manual. Mainboard D1483. English

Technical Manual. Mainboard D1483. English answers 2 Technical Manual Mainboard D1483 English Are there...... any technical problems or other questions you need clarified? Please contact: your sales partner your sales outlet You will find further

More information

Fujitsu Technology Solutions. OMNIS (BS2000/OSD) Version 8.4A May Release Notice

Fujitsu Technology Solutions. OMNIS (BS2000/OSD) Version 8.4A May Release Notice Fujitsu Technology Solutions OMNIS (BS2000/OSD) Version 8.4A May 2009 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery subject

More information

Systembaugruppe / System Board D1570-A11

Systembaugruppe / System Board D1570-A11 Technisches Handbuch / Technical Manual Systembaugruppe / System Board D1570-A11 Deutsch / English Sie haben...... technische Fragen oder Probleme? Wenden Sie sich bitte an: Ihren zuständigen Vertriebspartner

More information

Fujitsu Technology Solutions. internet Services (BS2000/OSD) Version 3.3A Mai Release Notice

Fujitsu Technology Solutions. internet Services (BS2000/OSD) Version 3.3A Mai Release Notice Fujitsu Technology Solutions internet Services (BS2000/OSD) Version 3.3A Mai 2009 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and

More information

System Board D2671 for RX200 S4. Technical Manual

System Board D2671 for RX200 S4. Technical Manual System Board D2671 for RX200 S4 Technical Manual Edition December 2007 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

FlexFrame 4.0A10 Readme

FlexFrame 4.0A10 Readme FlexFrame 4.0A10 Readme Issue 2008-08-08 This README file describes extensions and modifications for FlexFrame for SAP version 4.0A10 in reference to the following available user guides for the FlexFrame

More information

Release Notes for the Cisco Catalyst Blade Switch 3040 for FSC, Cisco IOS Release 12.2(37)SE

Release Notes for the Cisco Catalyst Blade Switch 3040 for FSC, Cisco IOS Release 12.2(37)SE Release Notes for the Cisco Catalyst Blade Switch 3040 for FSC, Cisco IOS Release 12.2(37)SE May 11, 2007 Cisco IOS Release 12.2(37)SE runs on the Cisco Catalyst Blade Switch 3040 for FSC, referred to

More information

Fujitsu Technology Solutions. SM2 (BS2000/OSD) Version 16.0A May Release Notice

Fujitsu Technology Solutions. SM2 (BS2000/OSD) Version 16.0A May Release Notice Fujitsu Technology Solutions SM2 (BS2000/OSD) Version 16.0A May 2009 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery subject

More information

FUJITSU Software BS2000 internet Services. Version 3.4A May Readme

FUJITSU Software BS2000 internet Services. Version 3.4A May Readme FUJITSU Software BS2000 internet Services Version 3.4A May 2016 Readme All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery subject to availability.

More information

Comments Suggestions Corrections. Certified documentation according DIN EN ISO 9001:2000. Copyright and Trademarks

Comments Suggestions Corrections. Certified documentation according DIN EN ISO 9001:2000. Copyright and Trademarks UNIX CMX V60 Programming Applications Dr Walther Fujitsu Siemens Computers GmbH München 81730 Munich e-mail: email: manuals@fujitsu-siemenscom Tel: 122 Fax: (++49) 700 / 372 00000 U41136-J-Z145-3-76 Sprachen:

More information

openft V12.0 for BS2000/OSD

openft V12.0 for BS2000/OSD English openft V12.0 for BS2000/OSD Installation and Administration System Administrator Guide Edition September 2012 Comments Suggestions Corrections The User Documentation Department would like to know

More information

POSIX. Basics for Users and System Administrators

POSIX. Basics for Users and System Administrators POSIX Basics for Users and System Administrators Edition May 2009 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps

More information

UNIX systems. CMX V6.0B (Solaris)

UNIX systems. CMX V6.0B (Solaris) UNIX systems CMX V6.0B (Solaris) Operation and Administration Dr. Walther Fujitsu Siemens Computers GmbH LP 81730 Munich e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-102 Fax: (++49) 700

More information

Fujitsu Technology Solutions

Fujitsu Technology Solutions Fujitsu Technology Solutions ARCHIVE (BS2000/OSD) Version 09.0B May 2013 Release Notice All rights reserved, including intellectual property rights. Technical data are subject to modifications and delivery

More information

1 Preface 1.1 Target group

1 Preface 1.1 Target group 1 Preface The internet Services package includes components that were originally contained in TCP-IP-AP and TCP-IP-SV. The internet Services product supplements the TCP/IP functionality of opennet Server

More information

English BS2000/OSD POSIX. Basics for Users and System Administrators. User Guide. Valid for BS2000/OSD V7.0/V8.0/V9.0

English BS2000/OSD POSIX. Basics for Users and System Administrators. User Guide. Valid for BS2000/OSD V7.0/V8.0/V9.0 English BS2000/OSD POSIX Basics for Users and System Administrators User Guide Valid for BS2000/OSD V7.0/V8.0/V9.0 Edition November 2012 Comments Suggestions Corrections The User Documentation Department

More information

Basisinformationen Mainboard Basic information on mainboard

Basisinformationen Mainboard Basic information on mainboard Mainboard Deutsch - English Technisches Handbuch / Technical Manual Basisinformationen Mainboard Basic information on mainboard Sie haben...... technische Fragen oder Probleme? Wenden Sie sich bitte an:

More information

Fujitsu Technology Solutions

Fujitsu Technology Solutions Fujitsu Technology Solutions HNC-Software for HNC-IV 91853 and HNC-V 91854 Version 2.0A REV=0202 April 2011 Release Notice All rights reserved, including intellectual property rights. Technical data subject

More information

C/C++ V3.2A. C/C++ Compiler

C/C++ V3.2A. C/C++ Compiler C/C++ V3.2A C/C++ Compiler Edition May 2007 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps us to optimize our documentation

More information

System Board D2119 for RX300 S3

System Board D2119 for RX300 S3 PRIMERGY System Board D2119 for RX300 S3 Technical Manual Martin Jung Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-154 Fax: (++49) 700

More information

System Board D2129 for TX300 S3

System Board D2129 for TX300 S3 PRIMERGY System Board D2129 for TX300 S3 Technical Manual Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-155 Fax: (++49)

More information

Fujitsu Technology Solutions. HNC-IV Version 1.1A REV=0004 June Release Notice

Fujitsu Technology Solutions. HNC-IV Version 1.1A REV=0004 June Release Notice Fujitsu Technology Solutions HNC-IV 91853 Version 1.1A REV=0004 June 2010 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery

More information

English BS2000/OSD CRTE V2.9A. Common Runtime Environment. User Guide

English BS2000/OSD CRTE V2.9A. Common Runtime Environment. User Guide English BS2000/OSD CRTE V2.9A Common Runtime Environment User Guide Edition June 2012 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual.

More information

BS2000/OSD-BC V9.0 BS2000/OSD. Commands Volume 3: DELETE-ALTERNATE-INDEX LOGOFF. Valid for

BS2000/OSD-BC V9.0 BS2000/OSD. Commands Volume 3: DELETE-ALTERNATE-INDEX LOGOFF. Valid for English BS2000/OSD BS2000/OSD-BC V9.0 Commands Volume 3: DELETE-ALTERNATE-INDEX LOGOFF Valid for SDF V4.7B SDF-P-BASYS V2.5B ASE V1.0A BLSSERV V2.8A DSSM V4.3A IMON-GPN V3.2B JV V15.1A POSIX-BC V9.0A RFA

More information

Supported Fujitsu BS2000 Servers (page 1) Known Restrictions, Issues, and Workarounds (page 3) Documentation Accessibility (page 8)

Supported Fujitsu BS2000 Servers (page 1) Known Restrictions, Issues, and Workarounds (page 3) Documentation Accessibility (page 8) Oracle Database Release Notes 12c Release 1 (12.1) for Fujitsu BS2000/OSD E74140-02 January 2017 This document describes the features of Oracle Database on Fujitsu BS2000/OSD. This release implements the

More information

Web Frontend for Web Services and Business Objects

Web Frontend for Web Services and Business Objects WebTransactions V7.0 Web Frontend for Web Services and Business Objects Edition: June 2005 Copyright Fujitsu Siemens Computers GmbH, 2005. All rights reserved. Delivery subject to availability; right of

More information

WebTransactions V7.0. Connection to AS400 Applications. Edition: June 2005

WebTransactions V7.0. Connection to AS400 Applications. Edition: June 2005 WebTransactions V7.0 Connection to AS400 Applications Edition: June 2005 Copyright Fujitsu Siemens Computers GmbH, 2005. All rights reserved. Delivery subject to availability; right of technical modifications

More information

Distributed Printing with BS200/OSD and Dprint/Wprint/Xprint

Distributed Printing with BS200/OSD and Dprint/Wprint/Xprint Distributed Printing with BS200/OSD and Dprint/Wprint/Xprint Issue June 2009 Pages 9 Dprint belongs to the "Print Services" products of BS2000/OSD. It is used in the context of a network of servers and

More information

English BS2000/OSD COBOL2000 V1.5. COBOL Compiler. User Guide

English BS2000/OSD COBOL2000 V1.5. COBOL Compiler. User Guide English BS2000/OSD COBOL2000 V1.5 COBOL Compiler User Guide Edition March 2014 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback

More information

FUJITSU Software BS2000 COBOL2000-BC and FUJITSU Software BS2000 COBOL2000. Version V1.5B June 2017 *1 *3. Release Notice

FUJITSU Software BS2000 COBOL2000-BC and FUJITSU Software BS2000 COBOL2000. Version V1.5B June 2017 *1 *3. Release Notice FUJITSU Software BS2000 COBOL2000-BC and FUJITSU Software BS2000 COBOL2000 Version V1.5B June 2017 Release Notice All rights reserved, including intellectual property rights. Technical data subject to

More information

Fujitsu Software BS2000 CRTE *10 *12. Version 2.8G November Release Notice

Fujitsu Software BS2000 CRTE *10 *12. Version 2.8G November Release Notice Fujitsu Software BS2000 CRTE Version 2.8G November 2015 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery subject to availability.

More information

DATASHEET FUJITSU Software BS2000 OMNIS V8.5

DATASHEET FUJITSU Software BS2000 OMNIS V8.5 DATASHEET FUJITSU Software BS2000 OMNIS V8.5 CENTRAL CONTROL SYSTEM ABSTRACT OMNIS enables a terminal to interwork concurrently with multiple communication partners. The communication partners can be any

More information

ServerView System Monitor

ServerView System Monitor User Guide - English FUJITSU Software ServerView Suite ServerView System Monitor (Part of ServerView Agents up to V7.20 for Windows and Linux) Edition August 2017 Comments Suggestions Corrections The User

More information

Fujitsu Technology Solutions. Pascal-XT (BS2000/OSD) Version 2.2B30 February Release Notice

Fujitsu Technology Solutions. Pascal-XT (BS2000/OSD) Version 2.2B30 February Release Notice Fujitsu Technology Solutions Pascal-XT (BS2000/OSD) Version 2.2B30 February 2011 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and

More information

User Guide - English. WebTransactions V7.5. Connection to openutm Applications via UPIC

User Guide - English. WebTransactions V7.5. Connection to openutm Applications via UPIC User Guide - English WebTransactions V7.5 Connection to openutm Applications via UPIC Edition August 2010 Comments Suggestions Corrections The User Documentation Department would like to know your opinion

More information

Client Communication Platform - Authentication Guide

Client Communication Platform - Authentication Guide Client Communication Platform - Authentication Guide How to authenticate for a CCP space Version: July 2017 Contact Person: Business Service Center Content 1. Introduction... 3 2. Authentication Process...

More information

IPSec V1.3. Internet Security in BS2000/OSD

IPSec V1.3. Internet Security in BS2000/OSD IPSec V1.3 Internet Security in BS2000/OSD Edition May 2009 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps us to

More information

WebTransactions V7.0. Access to Dynamic Web Contents. Edition: June 2005

WebTransactions V7.0. Access to Dynamic Web Contents. Edition: June 2005 WebTransactions V7.0 Access to Dynamic Web Contents Edition: June 2005 Copyright Fujitsu Siemens Computers GmbH, 2005. All rights reserved. Delivery subject to availability; right of technical modifications

More information

ServerView Integration V4.0 in HP Operations Manager

ServerView Integration V4.0 in HP Operations Manager User Guide - English FUJITSU Software ServerView Suite ServerView Integration V4.0 in HP Operations Manager Edition August 2017 Comments Suggestions Corrections The User Documentation Department would

More information

FUJITSU BS2000 Hardware, Software and Services Portfolio. Greater flexibility with high-end multi-server platforms

FUJITSU BS2000 Hardware, Software and Services Portfolio. Greater flexibility with high-end multi-server platforms FUJITSU BS2000 Hardware, Software and Services Portfolio Greater flexibility with high-end multi-server platforms FUJITSU BS2000 Hardware, Software and Services Portfolio Enterprise systems in today s

More information

User Guide - English. HNC Software 2.0. High-Speed Network Connect HNC-V HNC-IV 91853

User Guide - English. HNC Software 2.0. High-Speed Network Connect HNC-V HNC-IV 91853 User Guide - English HNC Software 2.0 High-Speed Network Connect HNC-V 91854 HNC-IV 91853 Edition February 2011 Comments Suggestions Corrections The User Documentation Department would like to know your

More information

Overview - English. FUJITSU Software ServerView Suite. Update Management. Overview

Overview - English. FUJITSU Software ServerView Suite. Update Management. Overview Overview - English FUJITSU Software ServerView Suite Update Management Overview Edition August 2017 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of

More information

BS2000/OSD V9.0 Development topics

BS2000/OSD V9.0 Development topics BS2000/OSD V9.0 Development topics Operating system and software configuration BS2000 Product Marketing January 2012 1 Copyright 2011 FUJITSU Main emphasis of BS2000/OSD V9.0 Integration in heterogeneous

More information

WebSysAdmin/DomainAdmin 2.1

WebSysAdmin/DomainAdmin 2.1 WebSysAdmin/DomainAdmin WebSysAdmin/DomainAdmin 2.1 System Administration within a Domain Redakteur Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.:

More information

Simple Network Management Protocol (SNMP)

Simple Network Management Protocol (SNMP) Announcements Project #5 extended until Dec. 10 Reading: 7.3, start 7.4 Midterm #2 last day to request re-grades Th in class HW#2 (due Tuesday Dec. 7) 1 Simple Network Management Protocol (SNMP) Managed

More information

Base Configuration Wizard

Base Configuration Wizard User Guide - English FUJITSU Software ServerView Suite Base Configuration Wizard ServerView Operations Manager V7.20 Edition August 2017 Comments Suggestions Corrections The User Documentation Department

More information