Installing plug and play vista is a two step process. The first step requires you to become root.
In the following log, My input is in bold. The name of the Linux platform I am running on is named Athlon.
Mount and list the cdrom. It should look as follows:
Athlon > mount /mnt/cdrom
Athlon > ls /mnt/cdrom
Config.Vista InstallVista.csh Readme.Plug-N-Play vistapnp.tgz Creating.CacheDB Installation.Instructions Vista.csh zemacs.roThis file (PlugAndPlay.html) is not listed, since it was added after the first cdrom was created. You should see it when you list your cdrom.
Step 1 - Create /home/CacheDB.
Athlon > su
Password: *************
[root@Athlon witkop]# tcsh /mnt/cdrom/Vista.csh
You must be root (super user) to run this script
This script takes zero or one parameter
run this script as follows:
tcsh Vista.csh rwitkop
but replace rwitkop with your user name
user = witkop
args = 0
user = witkop
thisuser = witkop
you have entered witkop for your user name
Creating /home/CacheDB
changing ownership of /home/CacheDB to witkop
[root@Athlon witkop]# exit
exit
You may have noticed that I did not pass any parameters to the script. The script will only take one parameter, and that is the users login name. I recommend that you run these scripts under the username that you have set up to manage Caché. I am the only user on Athlon, so I am the default. The next step must be run as the user set to configure VistA/Caché.
Verify that CacheDB exists in /home.
Athlon > ls /home
Cache51-DB Cdrom Install Transfer admin webhead CacheDB Downloads NoOnCdrom VistaCprs lost+found witkopCachDB has been created, now to install and Configure VistA
In step 1, /home/CacheDb was created.
In step 2, /mnt/cdrom/vistapnp.tgz was unpacked in /home/CacheDb,
then, a Caché session was started to input the commands from /mnt/cdrom/Config.Vista. You now have VistA installed and configured. Please see the other pages for VistA on Caché.
Visit http://www.rwitkop.com/VistA/index.html