You are on page 1of 5

Opera Hotel Edition

Application Server on AIX Startup/Shutdown


Version Opera 1.1x, 2.0
June 18, 2002

Application Server on AIX Startup/Shutdown

Copyright
2002 MICROS Systems, Inc. All rights reserved. No part of this publication may be reproduced,
photocopied, stored on a retrieval system, or transmitted without the express prior written consent of
the publisher. MICROS Systems, Inc. retains the right to update or change the contents of this document
without prior notice. MICROS Systems, Inc. assumes no responsibility for the contents of this document.
OPERA is a trademark of MICROS Systems, Inc.
On Oracle and the On Oracle logo are trademarks of Oracle Corporation.
Information in this document is subject to change without notice.
MICROS Systems, Inc. makes no warranty of any kind with regard to this material, including but not
limited to the implied warranties of marketability and fitness for a particular purpose.
MICROS Systems, Inc. shall not be liable for errors contained herein or for incidental or consequential
damages in connection with the furnishing, performance, or use of this material.
Document Number:

MICROS Systems, Inc.


Fidelio Technologies Inc.
2640 Golden Gate Parkway, Suite 211
Naples, FL 34105
Voice: (239) 643-7999 / Fax: (239) 643-7911

MICROS FIDELIO

PAGE 2

6/26/2002

Application Server on AIX Startup/Shutdown

Table of Contents
PURPOSE .................................................................................................................................................................................................... 2
INTENDED AUDIENCE ........................................................................................................................................................................... 2
CONNECT TO THE APPLICATION SERVER.................................................................................................................................... 2
STOPPING APPLICATION SERVER.................................................................................................................................................... 3
STARTING THE APACHE WEB SERVER .......................................................................................................................................... 3
STOPPING/STARTING SPECIFIC MODULES................................................................................................................................... 3

MICROS FIDELIO

Page 1

6/26/2002

Application Server on AIX Startup/Shutdown

Purpose
Apache is one of the most critical processes to Opera Hotel thin client. This information will assist in
stopping and restarting the Apache Web Listener. If the information in this document does not succeed
in resolving the problem, the next level of support needs to be contacted.

Intended Audience
Support analysts for Opera Hotel thin client will find this document helpful in restarting the Apache
Listener.

Connect to the Application Server


First, a connection is required to the Application Server using Telnet.
From a workstation or terminal, telnet to the IP address or hostname of the application server. One
simple way of doing this on a Windows Workstation is to click START -> RUN, then type telnet
<hostname> and click OK:

This will start a telnet session, and display the login prompt for AIX. Connect to AIX as the user ias:

MICROS FIDELIO

Page 2

6/26/2002

Application Server on AIX Startup/Shutdown

The default directory for the ias user is /ias.


From this directory, the Application Server can be stopped and restarted.

Stopping Application Server


To stop the application server, including the HTTP Process, Reports, and associated processes, run the
following command. This command will disconnect all users from the application server.
stopIAS
It will respond in a few seconds, and report that the processes have been stopped.
Please wait 15 to 20 seconds before restarting the apache server.

Starting the Apache Web Server


To start the Apache web server, at the AIX prompt, type:
startIAS
It will respond with http started and return to the command prompt.
NOTE: After starting Apache, please connect to the Opera Hotel Home page, and start Opera
to be sure it is running. If it does not run, then try stop and start of Apache again. If this
fails, the next level of Support needs to be contacted.

Stopping/Starting specific modules


Separate parts of the Application Server can be stopped and started.
To stop and start the Reports server, use the commands:
stopREPORTS
startREPORTS
To stop and start the HTTP Processes alone:
stopHTTP
startHTTP
To stop and start VNC (if required):
stopVNC
startVNC
All of the above commands are handled by the stopIAS and startIAS.

MICROS FIDELIO

Page 3

6/26/2002

You might also like