Changes between Initial Version and Version 1 of GeniDesktop/Manual/gdfeatures/gd_archive


Ignore:
Timestamp:
04/26/16 17:09:28 (8 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniDesktop/Manual/gdfeatures/gd_archive

    v1 v1  
     1Navigation: [wiki:GeniDesktop/Manual/gdfeatures Back]/[wiki:GeniDesktop/Manual Index]
     2[[PageOutline]]
     3
     4= GENIDesktop Archive Module =
     5
     6= GENIDesktop Archive Viewer =
     7
     8The GENIDesktop provides a tool that will help view,download and visualize all archived Data points created using the GENIDesktop Archive module. In order to view these archived datapoints, please download and install the tool [https://www.vagrantup.com/downloads.html Vagrant from this link]. You will also need to download the [http://groups.geni.net/geni/raw-attachment/wiki/GeniDesktop/Manual/gdfeatures/gem_archive/Vagrantfile attached Vagrant file]
     9
     10Vagrant uses [http://virtualbox.org VirtualBox] under the hood. If you do not have Virtualbox already installed on your machine, Vagrant should try to do that for you when vagrant is run the first time. In case it fails to install virtualbox , you may have to install Virtualbox manually by downloading (and install) it from the [http://virtualbox.org VirtualBox Website]
     11
     12In the directory you had downloaded the attached Vagrantfile, please open up a terminal window and run the command [[br]]
     13'''NOTE: If Using any version of Windows OS as your host machine, you will need to open up a command prompt window in administrator mode (Run as Administrator). Not doing so will result in a failure in setting up the VM.'''
     14[[br]]
     15{{{
     16vagrant up
     17}}}
     18
     19This will take some time if run for the first time since it will try to download a Ubuntu 14.04 64 bit image that is used as a base. Once the setup is complete as shown below
     20
     21{{{
     22Bringing machine 'default' up with 'virtualbox' provider...
     23==> default: Checking if box 'ubuntu/trusty64' is up to date...
     24==> default: Clearing any previously set network interfaces...
     25==> default: Preparing network interfaces based on configuration...
     26    default: Adapter 1: nat
     27    default: Adapter 2: hostonly
     28==> default: Forwarding ports...
     29    default: 80 (guest) => 8888 (host) (adapter 1)
     30    default: 22 (guest) => 2222 (host) (adapter 1)
     31==> default: Booting VM...
     32==> default: Waiting for machine to boot. This may take a few minutes...
     33    default: SSH address: 127.0.0.1:2222
     34    default: SSH username: vagrant
     35    default: SSH auth method: private key
     36    default: Warning: Remote connection disconnect. Retrying...
     37    default:
     38    default: Vagrant insecure key detected. Vagrant will automatically replace
     39    default: this with a newly generated keypair for better security.
     40    default:
     41    default: Inserting generated public key within guest...
     42    default: Removing insecure key from the guest if it's present...
     43    default: Key inserted! Disconnecting and reconnecting using new SSH key...
     44==> default: Machine booted and ready!
     45==> default: Checking for guest additions in VM...
     46    default: The guest additions on this VM do not match the installed version of
     47    default: VirtualBox! In most cases this is fine, but in rare cases it can
     48    default: prevent things such as shared folders from working properly. If you see
     49    default: shared folder errors, please make sure the guest additions within the
     50    default: virtual machine match the version of VirtualBox you have installed on
     51    default: your host and reload your VM.
     52    default:
     53    default: Guest Additions Version: 4.3.36
     54    default: VirtualBox Version: 5.0
     55==> default: Configuring and enabling network interfaces...
     56==> default: Mounting shared folders...
     57    default: /vagrant => C:/Users/Hussam/Downloads
     58==> default: Running provisioner: shell...
     59    default: Running: C:/Users/Hussam/AppData/Local/Temp/vagrant-shell20160426-5872-ud1usx.sh
     60==> default: stdin: is not a tty
     61==> default: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
     62==> default: Ign http://archive.ubuntu.com trusty InRelease
     63==> default: Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
     64==> default: Get:3 http://security.ubuntu.com trusty-security/main Sources [112 kB]
     65==> default: Get:4 http://archive.ubuntu.com trusty-backports InRelease [65.9 kB]
     66==> default: Get:5 http://security.ubuntu.com trusty-security/universe Sources [35.9 kB]
     67==> default: Hit http://archive.ubuntu.com trusty Release.gpg
     68==> default: Get:6 http://security.ubuntu.com trusty-security/main amd64 Packages [457 kB]
     69==> default: Get:7 http://archive.ubuntu.com trusty-updates/main Sources [273 kB]
     70==> default: Get:8 http://archive.ubuntu.com trusty-updates/restricted Sources [5,352 B]
     71==> default: Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [127 kB]
     72==> default: Get:10 http://archive.ubuntu.com trusty-updates/universe Sources [154 kB]
     73==> default: Get:11 http://security.ubuntu.com trusty-security/main Translation-en [251 kB]
     74==> default: Get:12 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,928 B]
     75==> default: Get:13 http://archive.ubuntu.com trusty-updates/main amd64 Packages [755 kB]
     76==> default: Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [74.9 kB]
     77==> default: Get:15 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]
     78==> default: Get:16 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [359 kB]
     79==> default: Get:17 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [13.2 kB]
     80==> default: Get:18 http://archive.ubuntu.com trusty-updates/main Translation-en [378 kB]
     81==> default: Get:19 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [7,227 B]
     82==> default: Get:20 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]
     83==> default: Get:21 http://archive.ubuntu.com trusty-updates/universe Translation-en [188 kB]
     84==> default: Get:22 http://archive.ubuntu.com trusty-backports/main Sources [8,948 B]
     85==> default: Get:23 http://archive.ubuntu.com trusty-backports/restricted Sources [28 B]
     86==> default: Get:24 http://archive.ubuntu.com trusty-backports/universe Sources [34.5 kB]
     87==> default: Get:25 http://archive.ubuntu.com trusty-backports/multiverse Sources [1,898 B]
     88==> default: Get:26 http://archive.ubuntu.com trusty-backports/main amd64 Packages [9,998 B]
     89==> default: Get:27 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]
     90==> default: Get:28 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [41.5 kB]
     91==> default: Get:29 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,571 B]
     92==> default: Get:30 http://archive.ubuntu.com trusty-backports/main Translation-en [5,986 B]
     93==> default: Get:31 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,215 B]
     94==> default: Get:32 http://archive.ubuntu.com trusty-backports/restricted Translation-en [28 B]
     95==> default: Get:33 http://archive.ubuntu.com trusty-backports/universe Translation-en [36.0 kB]
     96==> default: Hit http://archive.ubuntu.com trusty Release
     97==> default: Get:34 http://archive.ubuntu.com trusty/main Sources [1,064 kB]
     98==> default: Get:35 http://archive.ubuntu.com trusty/restricted Sources [5,433 B]
     99==> default: Get:36 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]
     100==> default: Get:37 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]
     101==> default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
     102==> default: Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
     103==> default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
     104==> default: Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
     105==> default: Hit http://archive.ubuntu.com trusty/main Translation-en
     106==> default: Hit http://archive.ubuntu.com trusty/multiverse Translation-en
     107==> default: Hit http://archive.ubuntu.com trusty/restricted Translation-en
     108==> default: Hit http://archive.ubuntu.com trusty/universe Translation-en
     109==> default: Ign http://archive.ubuntu.com trusty/main Translation-en_US
     110==> default: Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
     111==> default: Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
     112==> default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US
     113==> default: Fetched 11.2 MB in 12s (881 kB/s)
     114==> default: Reading package lists...
     115==> default: Reading package lists...
     116==> default: Building dependency tree...
     117==> default: Reading state information...
     118==> default: wget is already the newest version.
     119==> default: The following extra packages will be installed:
     120==> default:   apache2-bin apache2-data fonts-dejavu fonts-dejavu-extra git-man
     121==> default:   libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3
     122==> default:   libaprutil1-ldap libdbi1 liberror-perl librrd4 php5-cli php5-common
     123==> default:   php5-json php5-readline ssl-cert ttf-dejavu ttf-dejavu-core ttf-dejavu-extra
     124==> default: Suggested packages:
     125==> default:   apache2-doc apache2-suexec-pristine apache2-suexec-custom apache2-utils
     126==> default:   git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
     127==> default:   gitweb git-arch git-bzr git-cvs git-mediawiki git-svn php-pear
     128==> default:   php5-user-cache librrds-perl openssl-blacklist
     129==> default: The following NEW packages will be installed:
     130==> default:   apache2 apache2-bin apache2-data fonts-dejavu fonts-dejavu-extra git git-man
     131==> default:   libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3
     132==> default:   libaprutil1-ldap libdbi1 liberror-perl librrd4 php-irods-prods php5 php5-cli
     133==> default:   php5-common php5-json php5-readline php5-sqlite rrdtool ssl-cert ttf-dejavu
     134==> default:   ttf-dejavu-core ttf-dejavu-extra
     135==> default: 0 upgraded, 27 newly installed, 0 to remove and 1 not upgraded.
     136==> default: Need to get 11.8 MB of archives.
     137==> default: After this operation, 56.8 MB of additional disk space will be used.
     138==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB]
     139==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB]
     140==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main php5-json amd64 1.3.2-2build1 [34.4 kB]
     141==> default: Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5-common amd64 5.5.9+dfsg-1ubuntu4.16 [445 kB]
     142==> default: Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5-cli amd64 5.5.9+dfsg-1ubuntu4.16 [2,164 kB]
     143==> default: Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5-readline amd64 5.5.9+dfsg-1ubuntu4.16 [12.1 kB]
     144==> default: Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5-sqlite amd64 5.5.9+dfsg-1ubuntu4.16 [24.3 kB]
     145==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1-dbd-sqlite3 amd64 1.5.3-1 [10.5 kB]
     146==> default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libaprutil1-ldap amd64 1.5.3-1 [8,634 B]
     147==> default: Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2-bin amd64 2.4.7-1ubuntu4.9 [839 kB]
     148==> default: Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2-data all 2.4.7-1ubuntu4.9 [160 kB]
     149==> default: Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apache2 amd64 2.4.7-1ubuntu4.9 [87.5 kB]
     150==> default: Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-extra all 2.34-1ubuntu1 [1,736 kB]
     151==> default: Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu all 2.34-1ubuntu1 [3,114 B]
     152==> default: Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB]
     153==> default: Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.3 [699 kB]
     154==> default: Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.3 [2,586 kB]
     155==> default: Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapache2-mod-php5 amd64 5.5.9+dfsg-1ubuntu4.16 [2,207 kB]
     156==> default: Get:19 http://archive.ubuntu.com/ubuntu/ trusty/main libdbi1 amd64 0.9.0-1 [28.2 kB]
     157==> default: Get:20 http://archive.ubuntu.com/ubuntu/ trusty/main librrd4 amd64 1.4.7-2ubuntu5 [132 kB]
     158==> default: Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main php5 all 5.5.9+dfsg-1ubuntu4.16 [1,306 B]
     159==> default: Get:22 http://archive.ubuntu.com/ubuntu/ trusty/universe php-irods-prods all 3.3.0~beta1-1 [62.7 kB]
     160==> default: Get:23 http://archive.ubuntu.com/ubuntu/ trusty/main ssl-cert all 1.0.33 [16.6 kB]
     161==> default: Get:24 http://archive.ubuntu.com/ubuntu/ trusty/main ttf-dejavu-core all 2.34-1ubuntu1 [2,956 B]
     162==> default: Get:25 http://archive.ubuntu.com/ubuntu/ trusty/main ttf-dejavu-extra all 2.34-1ubuntu1 [3,104 B]
     163==> default: Get:26 http://archive.ubuntu.com/ubuntu/ trusty/main ttf-dejavu all 2.34-1ubuntu1 [2,806 B]
     164==> default: Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main rrdtool amd64 1.4.7-2ubuntu5 [331 kB]
     165==> default: Preconfiguring packages ...
     166==> default: Fetched 11.8 MB in 24s (487 kB/s)
     167==> default: Selecting previously unselected package libapr1:amd64.
     168==> default: (Reading database ... 62991 files and directories currently installed.)
     169==> default: Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ...
     170==> default: Unpacking libapr1:amd64 (1.5.0-1) ...
     171==> default: Selecting previously unselected package libaprutil1:amd64.
     172==> default: Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ...
     173==> default: Unpacking libaprutil1:amd64 (1.5.3-1) ...
     174==> default: Selecting previously unselected package php5-json.
     175==> default: Preparing to unpack .../php5-json_1.3.2-2build1_amd64.deb ...
     176==> default: Unpacking php5-json (1.3.2-2build1) ...
     177==> default: Selecting previously unselected package php5-common.
     178==> default: Preparing to unpack .../php5-common_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
     179==> default: Unpacking php5-common (5.5.9+dfsg-1ubuntu4.16) ...
     180==> default: Selecting previously unselected package php5-cli.
     181==> default: Preparing to unpack .../php5-cli_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
     182==> default: Unpacking php5-cli (5.5.9+dfsg-1ubuntu4.16) ...
     183==> default: Selecting previously unselected package php5-readline.
     184==> default: Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
     185==> default: Unpacking php5-readline (5.5.9+dfsg-1ubuntu4.16) ...
     186==> default: Selecting previously unselected package php5-sqlite.
     187==> default: Preparing to unpack .../php5-sqlite_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
     188==> default: Unpacking php5-sqlite (5.5.9+dfsg-1ubuntu4.16) ...
     189==> default: Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
     190==> default: Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.3-1_amd64.deb ...
     191==> default: Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ...
     192==> default: Selecting previously unselected package libaprutil1-ldap:amd64.
     193==> default: Preparing to unpack .../libaprutil1-ldap_1.5.3-1_amd64.deb ...
     194==> default: Unpacking libaprutil1-ldap:amd64 (1.5.3-1) ...
     195==> default: Selecting previously unselected package apache2-bin.
     196==> default: Preparing to unpack .../apache2-bin_2.4.7-1ubuntu4.9_amd64.deb ...
     197==> default: Unpacking apache2-bin (2.4.7-1ubuntu4.9) ...
     198==> default: Selecting previously unselected package apache2-data.
     199==> default: Preparing to unpack .../apache2-data_2.4.7-1ubuntu4.9_all.deb ...
     200==> default: Unpacking apache2-data (2.4.7-1ubuntu4.9) ...
     201==> default: Selecting previously unselected package apache2.
     202==> default: Preparing to unpack .../apache2_2.4.7-1ubuntu4.9_amd64.deb ...
     203==> default: Unpacking apache2 (2.4.7-1ubuntu4.9) ...
     204==> default: Selecting previously unselected package fonts-dejavu-extra.
     205==> default: Preparing to unpack .../fonts-dejavu-extra_2.34-1ubuntu1_all.deb ...
     206==> default: Unpacking fonts-dejavu-extra (2.34-1ubuntu1) ...
     207==> default: Selecting previously unselected package fonts-dejavu.
     208==> default: Preparing to unpack .../fonts-dejavu_2.34-1ubuntu1_all.deb ...
     209==> default: Unpacking fonts-dejavu (2.34-1ubuntu1) ...
     210==> default: Selecting previously unselected package liberror-perl.
     211==> default: Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
     212==> default: Unpacking liberror-perl (0.17-1.1) ...
     213==> default: Selecting previously unselected package git-man.
     214==> default: Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.3_all.deb ...
     215==> default: Unpacking git-man (1:1.9.1-1ubuntu0.3) ...
     216==> default: Selecting previously unselected package git.
     217==> default: Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.3_amd64.deb ...
     218==> default: Unpacking git (1:1.9.1-1ubuntu0.3) ...
     219==> default: Selecting previously unselected package libapache2-mod-php5.
     220==> default: Preparing to unpack .../libapache2-mod-php5_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
     221==> default: Unpacking libapache2-mod-php5 (5.5.9+dfsg-1ubuntu4.16) ...
     222==> default: Selecting previously unselected package libdbi1:amd64.
     223==> default: Preparing to unpack .../libdbi1_0.9.0-1_amd64.deb ...
     224==> default: Unpacking libdbi1:amd64 (0.9.0-1) ...
     225==> default: Selecting previously unselected package librrd4.
     226==> default: Preparing to unpack .../librrd4_1.4.7-2ubuntu5_amd64.deb ...
     227==> default: Unpacking librrd4 (1.4.7-2ubuntu5) ...
     228==> default: Selecting previously unselected package php5.
     229==> default: Preparing to unpack .../php5_5.5.9+dfsg-1ubuntu4.16_all.deb ...
     230==> default: Unpacking php5 (5.5.9+dfsg-1ubuntu4.16) ...
     231==> default: Selecting previously unselected package php-irods-prods.
     232==> default: Preparing to unpack .../php-irods-prods_3.3.0~beta1-1_all.deb ...
     233==> default: Unpacking php-irods-prods (3.3.0~beta1-1) ...
     234==> default: Selecting previously unselected package ssl-cert.
     235==> default: Preparing to unpack .../ssl-cert_1.0.33_all.deb ...
     236==> default: Unpacking ssl-cert (1.0.33) ...
     237==> default: Selecting previously unselected package ttf-dejavu-core.
     238==> default: Preparing to unpack .../ttf-dejavu-core_2.34-1ubuntu1_all.deb ...
     239==> default: Unpacking ttf-dejavu-core (2.34-1ubuntu1) ...
     240==> default: Selecting previously unselected package ttf-dejavu-extra.
     241==> default: Preparing to unpack .../ttf-dejavu-extra_2.34-1ubuntu1_all.deb ...
     242==> default: Unpacking ttf-dejavu-extra (2.34-1ubuntu1) ...
     243==> default: Selecting previously unselected package ttf-dejavu.
     244==> default: Preparing to unpack .../ttf-dejavu_2.34-1ubuntu1_all.deb ...
     245==> default: Unpacking ttf-dejavu (2.34-1ubuntu1) ...
     246==> default: Selecting previously unselected package rrdtool.
     247==> default: Preparing to unpack .../rrdtool_1.4.7-2ubuntu5_amd64.deb ...
     248==> default: Unpacking rrdtool (1.4.7-2ubuntu5) ...
     249==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
     250==> default: Processing triggers for ureadahead (0.100.0-16) ...
     251==> default: Processing triggers for ufw (0.34~rc-0ubuntu2) ...
     252==> default: Processing triggers for fontconfig (2.11.0-0ubuntu4.1) ...
     253==> default: Setting up libapr1:amd64 (1.5.0-1) ...
     254==> default: Setting up libaprutil1:amd64 (1.5.3-1) ...
     255==> default: Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.3-1) ...
     256==> default: Setting up libaprutil1-ldap:amd64 (1.5.3-1) ...
     257==> default: Setting up apache2-bin (2.4.7-1ubuntu4.9) ...
     258==> default: Setting up apache2-data (2.4.7-1ubuntu4.9) ...
     259==> default: Setting up apache2 (2.4.7-1ubuntu4.9) ...
     260==> default: Enabling module mpm_event.
     261==> default: Enabling module authz_core.
     262==> default: Enabling module authz_host.
     263==> default: Enabling module authn_core.
     264==> default: Enabling module auth_basic.
     265==> default: Enabling module access_compat.
     266==> default: Enabling module authn_file.
     267==> default: Enabling module authz_user.
     268==> default: Enabling module alias.
     269==> default: Enabling module dir.
     270==> default: Enabling module autoindex.
     271==> default: Enabling module env.
     272==> default: Enabling module mime.
     273==> default: Enabling module negotiation.
     274==> default: Enabling module setenvif.
     275==> default: Enabling module filter.
     276==> default: Enabling module deflate.
     277==> default: Enabling module status.
     278==> default: Enabling conf charset.
     279==> default: Enabling conf localized-error-pages.
     280==> default: Enabling conf other-vhosts-access-log.
     281==> default: Enabling conf security.
     282==> default: Enabling conf serve-cgi-bin.
     283==> default: Enabling site 000-default.
     284==> default:  * Starting web server apache2
     285==> default: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.2.15. Set the 'ServerName' directive globally to suppress this message
     286==> default:  *
     287==> default: Setting up fonts-dejavu-extra (2.34-1ubuntu1) ...
     288==> default: Setting up fonts-dejavu (2.34-1ubuntu1) ...
     289==> default: Setting up liberror-perl (0.17-1.1) ...
     290==> default: Setting up git-man (1:1.9.1-1ubuntu0.3) ...
     291==> default: Setting up git (1:1.9.1-1ubuntu0.3) ...
     292==> default: Setting up libdbi1:amd64 (0.9.0-1) ...
     293==> default: Setting up librrd4 (1.4.7-2ubuntu5) ...
     294==> default: Setting up ssl-cert (1.0.33) ...
     295==> default: Setting up ttf-dejavu-core (2.34-1ubuntu1) ...
     296==> default: Setting up ttf-dejavu-extra (2.34-1ubuntu1) ...
     297==> default: Setting up ttf-dejavu (2.34-1ubuntu1) ...
     298==> default: Setting up rrdtool (1.4.7-2ubuntu5) ...
     299==> default: Setting up php5-common (5.5.9+dfsg-1ubuntu4.16) ...
     300==> default: Creating config file /etc/php5/mods-available/pdo.ini with new version
     301==> default: php5_invoke: Enable module pdo for apache2 SAPI
     302==> default: php5_invoke: Enable module pdo for cli SAPI
     303==> default: Creating config file /etc/php5/mods-available/opcache.ini with new version
     304==> default: php5_invoke: Enable module opcache for apache2 SAPI
     305==> default: php5_invoke: Enable module opcache for cli SAPI
     306==> default: Setting up php5-cli (5.5.9+dfsg-1ubuntu4.16) ...
     307==> default: update-alternatives:
     308==> default: using /usr/bin/php5 to provide /usr/bin/php (php) in auto mode
     309==> default: Creating config file /etc/php5/cli/php.ini with new version
     310==> default: php5_invoke opcache: already enabled for cli SAPI
     311==> default: php5_invoke pdo: already enabled for cli SAPI
     312==> default: Setting up php5-readline (5.5.9+dfsg-1ubuntu4.16) ...
     313==> default: Creating config file /etc/php5/mods-available/readline.ini with new version
     314==> default: php5_invoke: Enable module readline for apache2 SAPI
     315==> default: php5_invoke: Enable module readline for cli SAPI
     316==> default: Setting up php5-sqlite (5.5.9+dfsg-1ubuntu4.16) ...
     317==> default: Creating config file /etc/php5/mods-available/sqlite3.ini with new version
     318==> default: php5_invoke: Enable module sqlite3 for apache2 SAPI
     319==> default: php5_invoke: Enable module sqlite3 for cli SAPI
     320==> default: Creating config file /etc/php5/mods-available/pdo_sqlite.ini with new version
     321==> default: php5_invoke: Enable module pdo_sqlite for apache2 SAPI
     322==> default: php5_invoke: Enable module pdo_sqlite for cli SAPI
     323==> default: Setting up php-irods-prods (3.3.0~beta1-1) ...
     324==> default: Setting up php5-json (1.3.2-2build1) ...
     325==> default: php5_invoke: Enable module json for apache2 SAPI
     326==> default: php5_invoke: Enable module json for cli SAPI
     327==> default: Processing triggers for ureadahead (0.100.0-16) ...
     328==> default: Processing triggers for ufw (0.34~rc-0ubuntu2) ...
     329==> default: Setting up libapache2-mod-php5 (5.5.9+dfsg-1ubuntu4.16) ...
     330==> default: Creating config file /etc/php5/apache2/php.ini with new version
     331==> default: php5_invoke readline: already enabled for apache2 SAPI
     332==> default: php5_invoke json: already enabled for apache2 SAPI
     333==> default: php5_invoke sqlite3: already enabled for apache2 SAPI
     334==> default: php5_invoke opcache: already enabled for apache2 SAPI
     335==> default: php5_invoke pdo: already enabled for apache2 SAPI
     336==> default: php5_invoke pdo_sqlite: already enabled for apache2 SAPI
     337==> default: Module mpm_event disabled.
     338==> default: Enabling module mpm_prefork.
     339==> default: apache2_switch_mpm Switch to prefork
     340==> default:  * Restarting web server apache2
     341==> default: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.2.15. Set the 'ServerName' directive globally to suppress this message
     342==> default:    ...done.
     343==> default: apache2_invoke: Enable module php5
     344==> default:  * Restarting web server apache2
     345==> default: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.2.15. Set the 'ServerName' directive globally to suppress this message
     346==> default:    ...done.
     347==> default: Setting up php5 (5.5.9+dfsg-1ubuntu4.16) ...
     348==> default: Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
     349==> default: Reading package lists...
     350==> default: Building dependency tree...
     351==> default: Reading state information...
     352==> default: The following packages will be upgraded:
     353==> default:   dpkg
     354==> default: 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
     355==> default: Need to get 1,956 kB of archives.
     356==> default: After this operation, 1,024 B of additional disk space will be used.
     357==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg amd64 1.17.5ubuntu5.6 [1,956 kB]
     358==> default: Fetched 1,956 kB in 3s (556 kB/s)
     359==> default: (Reading database ... 64712 files and directories currently installed.)
     360==> default: Preparing to unpack .../dpkg_1.17.5ubuntu5.6_amd64.deb ...
     361==> default: Unpacking dpkg (1.17.5ubuntu5.6) over (1.17.5ubuntu5.5) ...
     362==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
     363==> default: Setting up dpkg (1.17.5ubuntu5.6) ...
     364==> default: Selecting previously unselected package irods-icommands.
     365==> default: (Reading database ... 64712 files and directories currently installed.)
     366==> default: Preparing to unpack irods-icommands-4.1.8-ubuntu14-x86_64.deb ...
     367==> default: Unpacking irods-icommands (4.1.8) ...
     368==> default: Setting up irods-icommands (4.1.8) ...
     369==> default: ###########################################################
     370==> default: #
     371==> default: # The iCommands have been installed into your path.
     372==> default: #
     373==> default: # They require your environment to be configured
     374==> default: # for communication with an iRODS server.
     375==> default: #
     376==> default: # Place the following configuration information into
     377==> default: # your irods_environment.json file and edit as appropriate:
     378==> default: #
     379==> default: #    ~/.irods/irods_environment.json
     380==> default: #
     381==> default: ###########################################################
     382==> default:
     383==> default: {
     384==> default:     "irods_host": "FULLY.QUALIFIED.DOMAIN.NAME",
     385==> default:     "irods_port": 1247,
     386==> default:     "irods_default_resource": "demoResc",
     387==> default:     "irods_home": "/tempZone/home/USERNAME",
     388==> default:     "irods_cwd": "/tempZone/home/USERNAME",
     389==> default:     "irods_user_name": "USERNAME",
     390==> default:     "irods_zone_name": "tempZone",
     391==> default:     "irods_client_server_negotiation": "request_server_negotiation",
     392==> default:     "irods_client_server_policy": "CS_NEG_REFUSE",
     393==> default:     "irods_encryption_key_size": 32,
     394==> default:     "irods_encryption_salt_size": 8,
     395==> default:     "irods_encryption_num_hash_rounds": 16,
     396==> default:     "irods_encryption_algorithm": "AES-256-CBC",
     397==> default:     "irods_default_hash_scheme": "SHA256",
     398==> default:     "irods_match_hash_policy": "compatible"
     399==> default: }
     400==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
     401}}}
     402
     403Once the setup is complete, your Archive Viewer is ready and running. You can familiarize yourself with some of vagrant commands
     404
     405We have setup a webserver on this virtual machine that can be accessed by your local web browser by going to either
     406
     407http://localhost:8888/
     408
     409OR
     410
     411http://192.168.33.22/
     412
     413
     414You will then be required to enter your GENI Irods username and password. Once logged in, a list of all the archives created using the GENIDesktop archive module are listed . You may choose to download any to your local VM and view them. You can choose to
     415
     4161. Re-download any of these remote archives
     4172. Delete any of these remote archives
     4183. Delete any of the already downloaded (local copy) archive points. You may need to do this in case you run out of disk space on your Archive Viewer VM.
     419
     420
     421When viewing archived graphs, you can set a start and end time for all the data you wish to see in a graph.
     422
     423== More Useful Vagrant Commands ===
     424
     4251. To ssh into the Archive Viewer VM use
     426
     427{{{
     428vagrant ssh
     429}}}
     430
     4312. To view all forwarded ports
     432
     433{{{
     434vagrant port
     435The forwarded ports for the machine are listed below. Please note that
     436these values may differ from values configured in the Vagrantfile if the
     437provider supports automatic port collision detection and resolution.
     438
     439    22 (guest) => 2222 (host)
     440    80 (guest) => 8888 (host)
     441}}}
     442
     4433. To stop or shutdown the VM
     444{{{
     445vagrant halt
     446==> default: Attempting graceful shutdown of VM...
     447}}}
     448
     4494. To delete the VM
     450{{{
     451vagrant destroy
     452    default: Are you sure you want to destroy the 'default' VM? [y/N] y
     453==> default: Destroying VM and associated drives...
     454}}}
     455
     4565. Other commands , use the help option
     457using the command
     458{{{
     459vagrant -h
     460
     461Usage: vagrant [options] <command> [<args>]
     462
     463    -v, --version                    Print the version and exit.
     464    -h, --help                       Print this help.
     465
     466Common commands:
     467     box             manages boxes: installation, removal, etc.
     468     destroy         stops and deletes all traces of the vagrant machine
     469     global-status   outputs status Vagrant environments for this user
     470     halt            stops the vagrant machine
     471     help            shows the help for a subcommand
     472     init            initializes a new Vagrant environment by creating a Vagrantfile
     473     login           log in to HashiCorp's Atlas
     474     package         packages a running vagrant environment into a box
     475     plugin          manages plugins: install, uninstall, update, etc.
     476     port            displays information about guest port mappings
     477     powershell      connects to machine via powershell remoting
     478     provision       provisions the vagrant machine
     479     push            deploys code in this environment to a configured destination
     480     rdp             connects to machine via RDP
     481     reload          restarts vagrant machine, loads new Vagrantfile configuration
     482     resume          resume a suspended vagrant machine
     483     snapshot        manages snapshots: saving, restoring, etc.
     484     ssh             connects to machine via SSH
     485     ssh-config      outputs OpenSSH valid configuration to connect to the machine
     486     status          outputs status of the vagrant machine
     487     suspend         suspends the machine
     488     up              starts and provisions the vagrant environment
     489     version         prints current and latest Vagrant version
     490
     491}}}