Changes between Version 1 and Version 2 of Nmm2022/Agenda/perfSONARsetup


Ignore:
Timestamp:
May 26, 2022, 8:27:40 AM (3 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/perfSONARsetup

    v1 v2  
    2020''' NOTE: ''' During the installation process, you’ll be asked to choose a password for the pscheduler and the esmond databases. Use ''' '1234' ''' as the password or anything you preferred.
    2121
    22 wait for installation to complete.
     22wait for installation to complete.Then reboot the system.
     23{{{
     24# reboot now
     25}}}
    2326
    2427=== Step 3: Starting your services (optional) ===
     
    4346# service perfsonar-lsregistrationdaemon start
    4447}}}
     48
     49=== Step 4 :Configuring the Toolkit for the First Time  ===
     50After booting the system, run the following command to configure the perfSonar web users.
     51{{{
     52# sudo su
     53# /usr/lib/perfsonar/scripts/nptoolkit-configure.py
     54}}}
     55
     56This will open the ''' perfSONAR Toolkit customization script ''' with a menu as follows;
     57{{{
     58perfSONAR Toolkit customization script
     59
     601. Change Timezone
     612. Manage Web Users
     620. exit
     63
     64Make a selection:
     65
     66}}}
     67
     68Enter 2 and proceed
     69
     70{{{
     71Welcome to the perfSONAR Toolkit user administration program.
     72This program will help you administer users.
     73You may configure any of the options below with this program:
     74        1. Add a new user
     75        2. Delete a user
     76        3. Change a user's password
     77        0. exit
     78Make a selection: 1
     79
     80}}}
     81
     82Enter 1 and proceed
     83
     84Use ''' admin ''' as account name and ''' 1234 ''' as password.
     85{{{
     86Enter the user whose account you'd like to add. Just hit enter to exit: admin
     87New password:
     88Re-type new password:
     89Adding password for user admin
     90
     91}}}
     92
     93Then enter 0 and exit from the customization script.
     94
     95=== Step 5: Accessing the Web Interface ===
     96You may access the web interface by typing''' https://<hostname>/toolkit ''' in your web browser.