Preface

Obtaining Technical Support

Process Software provides technical support if you have a current Maintenance Service Agreement. If you obtained MultiNet from an authorized distributor or partner, you receive your technical support directly from them.

You can contact Technical Support by sending electronic mail or calling the Technical Support center.

Before Contacting Technical Support

Before you call or send e-mail please verify that your Maintenance Service Agreement is current, and have the following information available:

·         Your name

·         Your company name

·         Your e-mail address

·         Your telephone number

·         Your Maintenance Agreement Number

·         OpenVMS architecture and version

·         MultiNet version

Have complete information about your configuration, error messages that appeared, and problem specifics.

Be prepared to let an engineer connect to your system either with TELNET or SSH. Be prepared to give the engineer access to a privileged account to diagnose your problem.

You can obtain information about your OpenVMS architecture, OpenVMS version, and MultiNet version with the MULTINET SHOW /LICENSE command. For example:

$ MULTINET SHOW /LICENSE

Process Software MultiNet V5.5, VAXstation 4000-90, OpenVMS VAX V7.1

In this example:

·         The machine or system architecture is VAX.

·         The OpenVMS version is V7.1.

·         The MultiNet version is V5.5

 

Sending Electronic Mail

For most questions, electronic mail is the preferred communications method. Technical support via electronic mail is available to customers with a current support contract. Send electronic mail to support@process.com

At the beginning of your mail message, include the information listed in the section “Before Contacting Technical Support.” Continue with the description of your situation and problem specifics. Include all relevant information to help your Technical Support Specialist process and track your electronic support request.

Electronic mail is answered Monday through Friday from 9:00 a.m. to 5:00 p.m. United States Eastern Time.

 

Calling Technical Support

For regular support issues, call 800-394-8700 or 508-628-5074 for support Monday through Friday from 9:00 a.m. to 5:00 p.m. United States Eastern Time.

For our customers in North America with critical problems, an option for support 7 days per week, 24 hours per day is available at an additional charge. Please contact your account representative for further details.

Before calling, have available the information described in the section “Before Contacting Technical Support.” When you call, you will be connected to a Technical Support Specialist.

Be prepared to discuss problem specifics with your Technical Support Specialist and to let that person connect to your system.

If a Specialist is not immediately available, your call will be returned as soon as possible.

 

Obtaining Online Help

Extensive information about MultiNet is provided in the MultiNet help library. For more information, use the following command:

$ HELP MULTINET

 

MultiNet Frequently Asked Questions List

You can obtain an updated list of frequently asked questions (FAQs) and answers about MultiNet products from the Process Software home page located at http://www.process.com/

 

Accessing the MultiNet Public Mailing List

Process Software maintains two public mailing lists for MultiNet customers.

The Info-MultiNet@lists.process.com mailing list is a forum for discussion among MultiNet system managers and programmers. Questions and problems regarding MultiNet can be posted for a response by any of the subscribers. To subscribe to Info-MultiNet, send a mail message with the word “SUBSCRIBE” in the body to Info-MultiNet-request@lists.process.com.

The MultiNet-Announce@lists.process.com mailing list is a one-way communication (from Process Software to you) used for the posting of announcements relating to MultiNet (patch releases, product releases, etc.). To subscribe to MultiNet-Announce, send a mail message with the word “SUBSCRIBE” in the body to MultiNet-Announce-request@lists.process.com.

 

Obtaining Software Patches Over the Internet

Process Software provides software patches in save set and ZIP format on its anonymous FTP server, ftp.multinet.process.com. For the location of software patches, read the .WELCOME file in the top-level anonymous directory. This file refers you to the directories containing software patches.

To retrieve a software patch, enter the following commands:

$ MULTINET FTP /USERNAME-ANONYMOUS /PASSWORD=”emailaddress” FTP.MULTINET.PROCESS.COM

A message welcoming you to the Process Software FTP directory appears next followed by the FTP prompt. Enter the following at the prompts:

FTP>CD [PATCHES.MULTINETnnn]
FTP>GET update_filename

·         emailaddress is your e-mail address in the standard user@host format.

·         nnn is the version of MultiNet you want to transfer.

·         update_filename is the name of the file you want to transfer.

To transfer files from Process Software directly to an OpenVMS system, you can use the GET command without any other FTP commands. However, if you need to transfer a software patch through an intermediate non-OpenVMS system, use BINARY mode to transfer the files to and from that system.

In addition, if you are fetching the software patch in save set format, make sure the save set record size is 2048 bytes when you transfer the file from the intermediate system to your OpenVMS system:

·         If you use the GET command to download the file from the intermediate system, use the FTP RECORD-SIZE 2048 command before transferring the file.

·         If you use the PUT command to upload the file to your OpenVMS system, log into the intermediate system and use the FTP quote site rms recsize 2048 command before transferring the file.

The following example shows how to use the UNZIP utility, assuming you have copied the appropriate version of UNZIP.EXE to your current default directory.

$ UNZIP := $SYS$DISK:[]UNZIP.EXE
$ UNZIP filename.ZIP

Use VMSINSTALL to upgrade your MultiNet system with the software patch.

 

Typographical Conventions

Examples in this guide use the following conventions:

Convention

Example

Meaning

Bold fixed-width text

YES

Represents user input in instructions or examples.

Bold, uppercase fixed-width text

RETURN

Represents a key on your keyboard.

Bold fixed-width text with a slash

Ctrl/A

Indicates that you hold down the key labeled Control or Ctrl while simultaneously pressing another key; in this example, the "A" key.

A vertical bar within braces

{ ON | OFF }

Indicates a list of values permitted in commands.  The vertical bar separates alternatives; do not type the vertical bar in the actual command.

Italicized text

file_name

Represents a variable or placeholder; introduces new terminology or concepts; emphasizes something important; represents the title of a book or publication.

Square brackets

 [FULL]

Indicates optional choices; you can enter none of the choices, or as many as you like. When shown as part of an example, square brackets are actual characters you should type.

Underscore or hyphen

file_name or  file-name

Between words in commands, indicates the item is a single element.