VOS.VirtAWSDBpedia33CS

  • Topic
  • Discussion
  • VOS.VirtAWSDBpedia33CS(Last) -- DAVWikiAdmin? , 2017-06-29 07:35:46 Edit WebDAV System Administrator 2017-06-29 07:35:46

    DBpedia 3.3 Clustered Server Edition

    Description: DBpedia 3.3 (a Virtuoso based Linked Open Data Space)
    Virtuoso Server Type: Cluster Edition
    Snapshot ID (Linux/Unix): snap-be70f5d7
    Size: 80GB
    Creation Date: 2009-10-17
    Last Updated: 2009-10-17
    License: Creative Commons: Attribution Share Alike
    Submitted By: OpenLink Software
    Source: http://www.openlinksw.com
    1. If not already running, instantiate a Virtuoso EC2 AMI instance
    2. From the AWS Management Console, select the "Volumes" link under the "Elastic Block Storage" section



    3. Click on the "Create Volume" button and set "Size" to 80GB, "Availability Zone" to match the zone of your running Virtuoso EC2 AMI instance and "Snaphot" to the required DBpedia 3.3 Cluster snapshot.



    4. Select the newly created volume and click on the "Attach Volume" button to attach the volume to the required Virtuoso EC2 AMI instance



    5. Select the "Instance" and "Device" the volume should be attached to and click "Attach"



    6. The volume will now be listed as "attached" to the specified Virtuoso EC2 AMI instance id.



    7. Note a list of available Virtuoso public snapshots can be obtain by select the "Snapshot" link in the AWS console, selecting "Public Snapshots" from the viewing drop down list box and search for "Virtuoso". A volume can be created for any of these snapshots and attached to a Virtuoso EC2 AMI instance



    8. "ssh" into the Virtuoso EC2 AMI instance

      $ ssh -i MyKeyPair.pem root@<ec2-ami-public-dns-cname> Last login: Sat Oct 17 09:02:39 2009 from 217.43.105.235 [root@domU-12-31-39-00-00-61 virtuoso]# mkdir /opt/virtuoso/dbpedia [root@domU-12-31-39-00-00-61 virtuoso]# mount /dev/sdh /opt/virtuoso/dbpedia [root@domU-12-31-39-00-00-61 virtuoso]# ls -l /opt/virtuoso/dbpedia/ total 40 lrwxrwxrwx 1 root root 17 Oct 12 15:12 bin -> /opt/virtuoso/bin drwxr-xr-x 2 500 500 4096 Apr 28 13:01 data lrwxrwxrwx 1 root root 21 Oct 12 15:12 install -> /opt/virtuoso/install drwx------ 2 500 500 16384 Apr 8 2009 lost+found -rwxr-xr-x 1 root root 3428 Oct 12 15:12 mk_cluster.sh drwxr-xr-x 4 root root 4096 Oct 12 17:54 s01 drwxr-xr-x 4 root root 4096 Oct 12 17:54 s02 drwxr-xr-x 4 root root 4096 Oct 12 17:54 s03 drwxr-xr-x 4 root root 4096 Oct 12 17:54 s04 lrwxrwxrwx 1 root root 34 Oct 12 16:43 virtuoso -> /opt/virtuoso/bin/virtuoso-iodbc-t

    9. To run the newly attached data set, first setup your Virtuoso environment

      [root@domU-12-31-39-00-00-61 ~]# cd /opt/virtuoso [root@domU-12-31-39-00-00-61 virtuoso]# . ./virtuoso-environment.sh

    10. Change directory to the mounted data set and set the VIRTUOSO_HOME environment variable to this location

      [root@domU-12-31-39-00-00-61 virtuoso]# cd /opt/virtuoso/dbpedia33 [root@domU-12-31-39-00-00-61 dbpedia33]# export VIRTUOSO_HOME=`pwd`

    11. Run the "virtuoso-start.sh" script to start the Virtuoso server containing the attached data set

      [root@domU-12-31-39-00-00-61 dbpedia]# virtuoso-start.sh Starting Virtuoso instance in [s01] Starting Virtuoso instance in [s02] Starting Virtuoso instance in [s03] Starting Virtuoso instance in [s04] [root@domU-12-31-39-00-00-61 dbpedia]#

    12. Note the Virtuoso Server "dba" user's password is set to the default of "dba" for the dataset, it is recommended this be changed to a suitably secure password using the "System Admin -> User Accounts" tab of the Virtuoso Conductor (http://ec2-ami-public-dns-cname/conductor).

    13. The Virtuoso hosted data set can now be explored using a HTML browser or queried from the SPARQL or Facet Browser web service endpoints. For example in the case of the DBpedia 3.3 datasets