You are on page 1of 2

Please download from below link for the Branch Level Update then extract contents to in a folder before

copying.

https://www.dropbox.com/s/xd7wplca0fs6q54/vm_update_20180303.7z?dl=0

Please close/logoff all open MIS from workstations then do the following to apply the update:

1. Stop the Database Server


1.1 umask 000
1.2 cd /home/mis_apps/letodbsvr
1.3 ps -A | grep leto (note on the Process ID)
1.4 sudo kill <Process ID>
1.5 cp <path and location of extracted update>/letodb ./
1.6 sudo ./letodb (This should restart the DB server. Verify repeating step 1.3 and should return Process ID.

2. Copy the MIS Application Program


2.1 cd /home/mis_apps
2.2 cp <path location of extracted update>/mainsvr.exe ./

3. Copy the report update


3.1 cd /home/mis_db/<branch name>.gcc (or .rcc)
3.2 cp <path location of extracted update>/sl_listing.rrw ./
3.3 cp <path location of extracted update>/statment.rp1 ./

For further assistance in applying the patch, you may contact Joseph.

1. login to terminal server


2. type: cd /home/mis_apps
3. type: sudo chmod 777 *

From the server, please execute "ps -A | grep leto" if it returns a process ID. If no process ID is returned, do the ff:
1. cd /home/mis_apps/letodbsvr
2. sudo chmod 777 *
3. sudo ./letodb
4. ps -A | grep leto (it should return a process ID)

Configuring the SYSTEM

Please edit the file /etc/rc.local then insert the following before the exit 0:

/home/mis_apps/letodbsvr/letodb

1. On your Linux machine, open a terminal window.


2. Install the necessary software with the command sudo apt-get install -y samba samba-
common python-glade2 system-config-samba.
3. Type your sudo password and hit Enter.
4. Allow the installation to complete.
sudo nano etc/samba/smb.conf

5. [mis_db]
6. comment = dos_mis file server
7. path = /home/mis_db
8. browseable = yes
9. writeable = no
10. guest ok = yes
11. create mask = 0775
12. directory mask = 0775
13. force create mask = 0775
14.
15. [mis_apps]
16. comment = dos_mis file server
17. path = /home/mis_apps
18. browseable = yes
19. writeable = no
20. guest ok = yes
21. create mask = 0775
22. directory mask = 0775
23. force create mask = 0775
24. veto files = /*msi/*.mp3/*.bat/*.lnk/*.shb/*.vb/*.3gp/*.wmv/*.mp4/*recycler

You might also like