Server Procedures Generation I
From ATLASWARES
(Redirected from Server Procedures)
| This information is related to an older server model. Click here to view the current model. |
Contents |
[edit]
Setting the System Time
- Select a GNOME desktop session
- Login as username (_root_), password (_________________________)
- Right-click the clock (in the upper-right corner), choose Adjust Date & Time
- In the Time Zone tab, select the correct zone for your system
- In Network Time Protocol, check Enable Network Time Protocol
- Click Show Advanced Options
- Check Synchronize system clock before starting service
- Check Use Local Time Source
- Click OK
[edit]
Backing up data on the WARES Server
[edit]
Performing Scheduled Backups
The WARES Server is configured to perform a data backup each weekday (MON, TUE, WED, THU, FRI) at 2:00 a.m. To perform a scheduled backup, either insert a USB drive in a front or rear USB port, or place a blank DVD-R in the DVD drive. A backup will be performed at the next scheduled time.
[edit]
Performing Demand Backups
- Either insert a USB drive in a front or rear USB port, or place a blank DVD-R in the DVD drive.
- Login as root at the server console (Username __root__, Password ____________________).
- Double-Click the Backup icon on the desktop.
- A backup will begin immediately.
[edit]
Backup Operation Sequence
- Block new logins
- Kill current X-Windows logins
- Copy non-excluded user files to /home/global
- ZIP WARES for DOS, WARES for Windows, and public documents
- Write zipped files to either USB or DVD media
- Reenable logins
[edit]
Restoring Backups to a Windows(tm) Workstation
- Either insert the USB backup drive or DVD disk in a Windows(tm) workstation
- Open My Computer and double-click the USB or DVD drive icon
- Double-click one of the zip folders to display its contents
- Copy or Drag the contents to the local drive
[edit]
Executing AREV or WARES from Backup files
- Restore the AREV folder to the local drive as described above
- Open the AREV folder, scroll to the bottom of the file list
- Double-click the WRunBkup.bat icon to run it
- Press [F2] and select non-networking to change the network driver
- Press [F9] to save the change, then Exit the program
- WARES will start immediately
Alternative procedure
- Go to a command prompt
- Change directory to the arev folder
- Type the command, copy revboot.old revboot
- Exit the command prompt, and start WARES with the WARES icon
[edit]
Backup Script File
/etc/backup/backup.sh
#!/bin/sh #backup.sh # calling parameters: (1) usb device 1, (2) kill Xterms echo "preventing new logins..." cp /etc/backup/nologin /etc/nologin if [ "$#" -eq "2" ] then echo "killing all X-terminal sessions..." pkill gdm-binary pkill x fi echo "stopping services ..." service smb stop service webmin stop service lh3lite stop service lh3srvc stop echo "Synchronizing user directories with Global..." sh /etc/backup/doc-sync.sh echo "creating zip archives to backup..." rm /backup/BKUP-*.zip zip -r /backup/BKUP-oinsight.zip /var/opt/openinsight zip -r /backup/BKUP-arev.zip /var/opt/arev zip -r /backup/BKUP-global.zip /home/global echo "Restarting services..." service lh3lite start service lh3srvc start service smb start service webmin start echo "enabling logins..." rm /etc/nologin if [ -e $1 ] then echo "Using USB Flash Media $1 for Backup..." /etc/backup/usb-backup.sh $1 else echo "Using DVD Recordable Media for Backup..." /etc/backup/dvd-backup.sh fi
Generation I
Server Construction
Installation
Server Configuration • Server Install • Server Networking • Server Procedures • Server Terminals • Server Workstations
Remote Access
