Upgrade Server to AAltSysServer¶
Note
This document applies to upgrading an older generation WARESserver to a later AAltsysServer which uses the Zentyal operating system.
Typographical Conventions¶
Various type styles are used throughout this document to indicate
Type Style | Example of Style |
---|---|
Body text is in plain proportional type | sample document text |
Titles or references are emphasized | this text is emphasized |
Keywords or menu selections are bold | this is bold text |
Commands and program listings are monospaced | entries are monospaced |
Hyperlinks are underlined | (no example provided) |
Warning
All Unix-like operating systems are inherently case-sensitive. Type commands in correct case exactly as shown.
Change Network Driver in AREV¶
- From a workstation, log into WARES using the supervisor level password.
- Press
F2
to see all menus, choose STARTUP. - Select Application ‣ Open, and enter the account
SYSPROG
, password ____________. - In the Commands window, enter
RUNMENU LANPACK
. - Choose Network Type from menu Lanpack.
- Press
F2
for options, and switch to Microsoft Lan Manager. - Press
F9
to save the setting. (A message will display saying revboot is rebuilt.) - Choose Exit to exit the application.
Install New OS on Old Hardware¶
- Logout on the WARESserver console.
- Select Shutdown Server to shutdown and turn power off.
- Open the server case, make a record of drive connections for
SATA 1 –> ____________________ | SATA 2 –> ____________________ |
SATA 3 –> ____________________ | SATA 4 –> ____________________ |
- Disconnect old hard drives, add new drive controller and new drives.
- Connect new drives to the new soft-hardware RAID card.
- Use the <AAltSys> DVD to install the new OS per the Quick Install Guide.
Configure New Server OS¶
Note
Server configuration is performed through web applications which may be accessed from a workstation web browser or directly at the server console. For the purpose of this guide, instructions are given for a server console. (AAltSys prefers administration from workstations, as this avoids having physical access to a server with monitor, keyboard, and mouse.)
Register the Server¶
- Choose Debian ‣ Registration on the task bar to display the Registration window.
- Enter the site email address, registration number, and activation code.
Note
Registrations must be purchased in advance at AAltSys.com before registering a server.
Open Zentyal Administration¶
- Select Debian‣Zentyal Administration from the task bar.
- Login to Zentyal with an administrator _____________ password _______________.
- –> Select all options from the left menu <–
Setup Users and Groups¶
- Select Office ‣ Users and Groups ‣ Users.
- Enter a Username, First name, Last name, and Password (twice).
- Specify group Users.
- Click Add to add the user.
- Repeat the preceding steps for every network user.
Note
Username and Password entries on workstations must match the Usernames and Passwords entered here. See the Workstation Setup section in this guide for more information.
Close Zentyal Management¶
Warning
Save all your settings when the server configuration is complete!
- Click Save changes at the top-right of the Zentyal window.
- Click the Save button in the Saving Configuration confirmation page.
- Click the link to return to the Dashboard.
- Click Logout At the top right of the Zentyal window.
- Click Exit on the Logout confirmation page to end your session.
- Click the close button in the title bar to close the Zentyal window.
Restore WARES and Public Data¶
Select Debian ‣ Advanced ‣ Terminal from the task bar menu.
Login with an administrator _____________ password _______________.
Insert the USB drive used for backup in a server port.
Copy files to the server, and set user permissions, with the following commands:
mkdir -p /mnt/usb
mount /dev/sdc1 /mnt/usb
cd /home/samba/shares
cp -r /mnt/usb/wares/. ./arev/
cp -r /mnt/usb/public/. ./public/
chmod -R 777 ./arev
chmod -R 777 ./public
rm -f /etc/udev/rules.d/70*
shutdown -h now
Shutdown Server and Upgrade Hardware¶
(Refer to the Installation Manual chapter on Reference Hardware.)
Warning
Make sure you connect the network correctly at this time. With the ASUS P5BV-C motherboard, when the computer is viewed from the rear, the ethernet ports are: eth1 (LAN) on the left, eth0 (WAN) on the right.
Restart Server and Workstations¶
(Refer to the Workstation Administration manual.)