| 597 | |
| 598 | |
| 599 | == EG-CT-6 - Administrative Tests == |
| 600 | |
| 601 | Administrator accounts on an ExoGENI rack are documented at https://wiki.exogeni.net/doku.php?id=public:operators:start, with https://wiki.exogeni.net/doku.php?id=public:operators:start#authentication_authorization proving insight into accounts creation and usage. |
| 602 | |
| 603 | With requested account accessed rack head node and verified root access and group membership: |
| 604 | {{{ |
| 605 | LNM:~$ ssh wsu-hn.exogeni.net |
| 606 | lnevers@wsu-hn.exogeni.net's password: |
| 607 | Creating home directory for lnevers. |
| 608 | |-----------------------------------------------------------------| |
| 609 | | ____ ____ ____ ____ ____ ____ ____ | |
| 610 | | ||E |||x |||o |||G |||E |||N |||I || | |
| 611 | | ||__|||__|||__|||__|||__|||__|||__|| | |
| 612 | | |/__\|/__\|/__\|/__\|/__\|/__\|/__\| | |
| 613 | | | |
| 614 | |-----------------------------------------------------------------| |
| 615 | [lnevers@wsu-hn ~]$ sudo whoami |
| 616 | |
| 617 | We trust you have received the usual lecture from the local System |
| 618 | Administrator. It usually boils down to these three things: |
| 619 | |
| 620 | #1) Respect the privacy of others. |
| 621 | #2) Think before you type. |
| 622 | #3) With great power comes great responsibility. |
| 623 | |
| 624 | [sudo] password for lnevers: |
| 625 | root |
| 626 | [lnevers@wsu-hn ~]$ id |
| 627 | uid=2107(lnevers) gid=2000(nonrenci) groups=2000(nonrenci),2502(ncsuadmins),2508(osfadmins),2509(ucdadmins),2510(sladmins),2512(ncsu2admins),2513(tamuadmins),2515(wsuadmins),9510(bbnadmins) |
| 628 | [lnevers@wsu-hn ~]$ |
| 629 | }}} |
| 630 | |
| 631 | From head node verified login and administrative access to each of the worker nodes that supply VMs. |
| 632 | {{{ |
| 633 | [lnevers@wsu-hn ~]$ for i in 1 2 3 4 5 6 7 8; do sudo ssh root@wsu-w$i "echo -n 'Executing on: ' ; hostname;whoami;uname -a"; done |
| 634 | Executing on: wsu-w1 |
| 635 | root |
| 636 | Linux wsu-w1 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 637 | Executing on: wsu-w2 |
| 638 | root |
| 639 | Linux wsu-w2 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 640 | Executing on: wsu-w3 |
| 641 | root |
| 642 | Linux wsu-w3 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 643 | Executing on: wsu-w4 |
| 644 | root |
| 645 | Linux wsu-w4 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 646 | Executing on: wsu-w5 |
| 647 | root |
| 648 | Linux wsu-w5 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 649 | Executing on: wsu-w6 |
| 650 | root |
| 651 | Linux wsu-w6 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 652 | Executing on: wsu-w7 |
| 653 | root |
| 654 | Linux wsu-w7 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 655 | Executing on: wsu-w8 |
| 656 | root |
| 657 | Linux wsu-w8 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 658 | [lnevers@wsu-hn ~]$ |
| 659 | }}} |
| 660 | |
| 661 | For each worker node execute the following: |
| 662 | {{{ |
| 663 | [lnevers@wsu-hn ~]$ for i in 9 10; do sudo ssh root@wsu-w$i "echo -n 'Executing on: ' ; hostname;whoami;uname -a"; done |
| 664 | ssh: connect to host wsu-w9 port 22: No route to host |
| 665 | Executing on: wsu-w10 |
| 666 | root |
| 667 | Linux wsu-w10 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| 668 | |
| 669 | }}} |
| 670 | |
| 671 | Connect to the management switch: |
| 672 | {{{ |
| 673 | [lnevers@wsu-hn ~]$ ssh wsu-8052.wsu.xo |
| 674 | The authenticity of host 'wsu-8052.wsu.xo (192.168.115.2)' can't be established. |
| 675 | DSA key fingerprint is f3:15:c9:97:6b:88:c4:40:eb:47:98:8b:5e:3f:7e:34. |
| 676 | Are you sure you want to continue connecting (yes/no)? yes |
| 677 | Warning: Permanently added 'wsu-8052.wsu.xo,192.168.115.2' (DSA) to the list of known hosts. |
| 678 | Enter radius password: |
| 679 | |
| 680 | IBM Networking Operating System RackSwitch G8052. |
| 681 | |
| 682 | |
| 683 | wsu-8052.wsu.xo>ena |
| 684 | |
| 685 | Enable privilege granted. |
| 686 | wsu-8052.wsu.xo# |
| 687 | wsu-8052.wsu.xo#show interface status |
| 688 | ------------------------------------------------------------------ |
| 689 | Alias Port Speed Duplex Flow Ctrl Link Name |
| 690 | ------- ---- ----- -------- --TX-----RX-- ------ ------ |
| 691 | 1 1 any any no no down 1 |
| 692 | 2 2 any any no no down 2 |
| 693 | 3 3 1000 full no no up 3 |
| 694 | 4 4 1000 full no no up 4 |
| 695 | 5 5 1000 full no no up 5 |
| 696 | 6 6 1000 full no no up 6 |
| 697 | 7 7 100 full no no up 7 |
| 698 | 8 8 1000 full no no up 8 |
| 699 | 9 9 1000 full no no up 9 |
| 700 | 10 10 1000 full no no up 10 |
| 701 | 11 11 1000 full no no up 11 |
| 702 | 12 12 1000 full no no up 12 |
| 703 | 13 13 1000 full no no up 13 |
| 704 | 14 14 1000 full no no up 14 |
| 705 | 15 15 any any no no down 15 |
| 706 | 16 16 100 full no no up 16 |
| 707 | 17 17 any any no no down 17 |
| 708 | 18 18 any any no no down 18 |
| 709 | 19 19 any any no no down 19 |
| 710 | 20 20 any any no no down 20 |
| 711 | 21 21 any any no no down 21 |
| 712 | 22 22 any any no no down 22 |
| 713 | 23 23 any any no no down 23 |
| 714 | 24 24 any any no no down 24 |
| 715 | 25 25 any any no no down 25 |
| 716 | 26 26 any any no no down 26 |
| 717 | 27 27 any any no no down 27 |
| 718 | 28 28 any any no no down 28 |
| 719 | 29 29 any any no no down 29 |
| 720 | 30 30 any any no no down 30 |
| 721 | 31 31 any any no no down 31 |
| 722 | 32 32 any any no no down 32 |
| 723 | 33 33 any any no no down 33 |
| 724 | 34 34 any any no no down 34 |
| 725 | 35 35 1000 full no no up iSCSI Appliance |
| 726 | 36 36 1000 full no no up 36 |
| 727 | 37 37 1000 full no no up 37 |
| 728 | 38 38 1000 full no no up 38 |
| 729 | 39 39 1000 full no no up 39 |
| 730 | 40 40 1000 full no no up 40 |
| 731 | 41 41 1000 full no no up 41 |
| 732 | 42 42 1000 full no no up 42 |
| 733 | 43 43 1000 full no no up 43 |
| 734 | 44 44 1000 full no no up 44 |
| 735 | 45 45 1000 full no no up 45 |
| 736 | 46 46 1000 full no no up 46 |
| 737 | 47 47 any any no no down headnode second embedded nic (em3) |
| 738 | 48 48 any any no no down 48 |
| 739 | XGE1 49 1000* full* no* no* down XGE1 |
| 740 | XGE2 50 10000 full no no up XGE2 |
| 741 | XGE3 51 10000 full yes yes up XGE3 |
| 742 | XGE4 52 10000 full no no up XGE4 |
| 743 | * = value set by configuration; not autonegotiated. |
| 744 | wsu-8052.wsu.xo#show version |
| 745 | System Information at 10:41:18 Wed Feb 11, 2015 |
| 746 | Time zone: America/US/Eastern |
| 747 | Daylight Savings Time Status: Enabled |
| 748 | |
| 749 | IBM Networking Operating System RackSwitch G8052 |
| 750 | |
| 751 | Switch has been up for 261 days, 6 hours, 56 minutes and 45 seconds. |
| 752 | Last boot: 16:23:39 Wed Mar 21, 2000 (power cycle) |
| 753 | |
| 754 | MAC address: a8:97:dc:90:ad:00 IP (If 1) address: 192.168.115.2 |
| 755 | Hardware Revision: 0 |
| 756 | Board Revision: 2 |
| 757 | Switch Serial No: Y013CM41T001 |
| 758 | Hardware Part No: BAC-00069-00 Spare Part No: BAC-00069-00 |
| 759 | Manufacturing date: 14/04 |
| 760 | |
| 761 | MTM: 7309HC1 |
| 762 | ESN: MM48327 |
| 763 | Software Version 7.2.2.0 (FLASH image1), active configuration. |
| 764 | |
| 765 | |
| 766 | Temperature Top: 31 C |
| 767 | Temperature Bottom: 36 C |
| 768 | Temperature Fan Ctrl 88: 35 C |
| 769 | Temperature Fan Ctrl 8a: 63 C |
| 770 | Temperature Fan Ctrl 8c: 46 C |
| 771 | Temperature Phy 0x01: 64 C |
| 772 | Temperature Phy 0x09: 61 C |
| 773 | Temperature Phy 0x11: 47 C |
| 774 | Temperature Phy 0x21: 48 C |
| 775 | Temperature Phy 0x29: 69 C |
| 776 | Temperature Phy 0x31: 66 C |
| 777 | |
| 778 | Warning at 55 C and Recover at 80 C |
| 779 | |
| 780 | Fan 1 in Module 1: Not Installed |
| 781 | Fan 2 in Module 1: Not Installed |
| 782 | Fan 3 in Module 2: RPM= 8108 PWM= 25 ( 9%) Back-To-Front [J] |
| 783 | Fan 4 in Module 2: RPM= 3094 PWM= 25 ( 9%) Back-To-Front [J] |
| 784 | Fan 5 in Module 3: RPM= 7190 PWM= 25 ( 9%) Back-To-Front [J] |
| 785 | Fan 6 in Module 3: RPM= 3026 PWM= 25 ( 9%) Back-To-Front [J] |
| 786 | Fan 7 in Module 4: RPM= 7681 PWM= 25 ( 9%) Back-To-Front [J] |
| 787 | Fan 8 in Module 4: RPM= 3080 PWM= 25 ( 9%) Back-To-Front [J] |
| 788 | |
| 789 | System Fan Airflow: Back-To-Front |
| 790 | |
| 791 | Power Supply 1: OK |
| 792 | Power Supply 2: OK |
| 793 | |
| 794 | Power Faults: () |
| 795 | Fan Faults: () |
| 796 | Service Faults: () |
| 797 | |
| 798 | wsu-8052.wsu.xo#show vlan |
| 799 | VLAN Name Status Ports |
| 800 | ---- -------------------------------- ------ ------------------------- |
| 801 | 1 Default VLAN ena 17-34 36-44 47 |
| 802 | 1006 ExoGENI Management ena 1-16 48-XGE4 |
| 803 | 1007 openstack workers ena 35 37-44 XGE2 XGE4 |
| 804 | 1008 baremetal workers ena 45 46 XGE2 XGE4 |
| 805 | 1011 openstack VMs ena 37-44 XGE2 XGE4 |
| 806 | wsu-8052.wsu.xo# |
| 807 | |
| 808 | }}} |
| 809 | |
| 810 | Connect to the !OpenFlow switch: |
| 811 | {{{ |
| 812 | [lnevers@wsu-hn ~]$ ssh wsu-8264.wsu.xo |
| 813 | The authenticity of host 'wsu-8264.wsu.xo (192.168.115.4)' can't be established. |
| 814 | DSA key fingerprint is fa:73:13:67:01:72:5e:6a:76:db:d7:24:77:7e:22:e1. |
| 815 | Are you sure you want to continue connecting (yes/no)? yes |
| 816 | Warning: Permanently added 'wsu-8264.wsu.xo,192.168.115.4' (DSA) to the list of known hosts. |
| 817 | Enter radius password: |
| 818 | Connection closed by 192.168.115.4 |
| 819 | [lnevers@wsu-hn ~]$ ssh wsu-8264.wsu.xo |
| 820 | Enter radius password: |
| 821 | |
| 822 | IBM Networking Operating System RackSwitch G8264. |
| 823 | |
| 824 | ------------------------------------------------------------------ |
| 825 | Note: The current running configuration includes changes |
| 826 | that have NOT been saved to FLASH. |
| 827 | ------------------------------------------------------------------ |
| 828 | |
| 829 | wsu-8264.wsu.xo>show interface status |
| 830 | ----------------------------------------------------------------------- |
| 831 | Alias Port Speed Duplex Flow Ctrl Link Description |
| 832 | ------- ---- ----- -------- --TX-----RX-- ------ ------------- |
| 833 | 1 1 40000 full no no up 1 |
| 834 | 5 5 40000 full no no up 5 |
| 835 | 9 9 40000 full no no up w9 mlnx port 1 (p2p1) |
| 836 | 13 13 40000 full no no up w10 mlnx port 1 (p2p1) |
| 837 | 17 17 10000 full no no up storage p2p1 |
| 838 | 18 18 10000 full no no up wsu-storage p5p1 |
| 839 | 19 19 10000 full no no up wsu-storage p2p2 |
| 840 | 20 20 10000 full no no up wsu-storage p5p2 |
| 841 | 21 21 10000 full no no up Headnode p5p2 |
| 842 | 22 22 10000 full no no up headnode p2p2 |
| 843 | 23 23 10000 full no no up 23 |
| 844 | 24 24 10000 full no no up 24 |
| 845 | 25 25 10000 full no no up 25 |
| 846 | 26 26 10000 full no no up 26 |
| 847 | 27 27 10000 full no no up 27 |
| 848 | 28 28 10000 full no no up 28 |
| 849 | 29 29 10000 full no no up 29 |
| 850 | 30 30 10000 full no no up 30 |
| 851 | 31 31 1G/10G full no no down 31 |
| 852 | 32 32 1G/10G full no no down 32 |
| 853 | 33 33 1G/10G full no no down 33 |
| 854 | 34 34 1G/10G full no no down 34 |
| 855 | 35 35 1G/10G full no no down 35 |
| 856 | 36 36 1G/10G full no no down 36 |
| 857 | 37 37 10000 full no no up Hybrid mode IXC port (to port 38); OpenFlow side |
| 858 | 38 38 10000 full no no up Hybrid mode IXC port (to port 37); Traditional Ethernet side |
| 859 | 39 39 1G/10G full no no down 39 |
| 860 | 40 40 1G/10G full no no down 40 |
| 861 | 41 41 10000 full no no up 41 |
| 862 | 42 42 10000 full no no up 42 |
| 863 | 43 43 10000 full no no up 43 |
| 864 | 44 44 10000 full no no up 44 |
| 865 | 45 45 10000 full no no up 45 |
| 866 | 46 46 10000 full no no up 46 |
| 867 | 47 47 10000 full no no up 47 |
| 868 | 48 48 10000 full no no up 48 |
| 869 | 49 49 1G/10G full no no down 49 |
| 870 | 50 50 1G/10G full no no down 50 |
| 871 | 51 51 1G/10G full no no down 51 |
| 872 | 52 52 1G/10G full no no down 52 |
| 873 | 53 53 1G/10G full no no down 53 |
| 874 | 54 54 1G/10G full no no down 54 |
| 875 | 55 55 1G/10G full no no down 55 |
| 876 | 56 56 1G/10G full no no down 56 |
| 877 | 57 57 1G/10G full no no down 57 |
| 878 | 58 58 1G/10G full no no down 58 |
| 879 | 59 59 1G/10G full no no down 59 |
| 880 | 60 60 1G/10G full no no down 60 |
| 881 | 61 61 1G/10G full no no down 61 |
| 882 | 62 62 1G/10G full no no down 62 |
| 883 | 63 63 10000 full no no up Mngt plane <--> port 51 (XGE3) |
| 884 | 64 64 10000 full no no up Data plane connection |
| 885 | MGT 65 any auto yes yes down MGT |
| 886 | wsu-8264.wsu.xo>show version |
| 887 | System Information at 10:43:27 Wed Feb 11, 2015 |
| 888 | Time zone: America/US/Eastern |
| 889 | Daylight Savings Time Status: Enabled |
| 890 | |
| 891 | IBM Networking Operating System RackSwitch G8264 |
| 892 | |
| 893 | Switch has been up for 130 days, 18 hours, 23 minutes and 38 seconds. |
| 894 | Last boot: 17:21:26 Fri Oct 3, 2014 (reset from Telnet/SSH) |
| 895 | |
| 896 | MAC address: a8:97:dc:4b:ca:00 IP (If 1) address: 192.168.49.50 |
| 897 | Management Port MAC Address: a8:97:dc:4b:ca:fe |
| 898 | Management Port IP Address (if 128): 0.0.0.0 |
| 899 | Hardware Revision: 0 |
| 900 | Hardware Part No: BAC-00065-02 |
| 901 | Switch Serial No: Y010CM391046 |
| 902 | Manufacturing date: 13/39 |
| 903 | |
| 904 | MTM Value: 7309-HC3 |
| 905 | ESN: 23A9380 |
| 906 | |
| 907 | Software Version 7.9.10 (FLASH image1), active configuration. |
| 908 | Boot kernel version 7.9.10 |
| 909 | |
| 910 | USB Boot: disabled |
| 911 | |
| 912 | |
| 913 | |
| 914 | Temperature Mother Top : 42 C |
| 915 | Temperature Mother Bottom : 30 C |
| 916 | Temperature Daughter Top : 39 C |
| 917 | Temperature Daughter Bottom : 27 C |
| 918 | Temperature Switch Asic Max : 51 C |
| 919 | |
| 920 | System Warning at 75 C / Shutdown at 90 C |
| 921 | |
| 922 | Fan 1 Module 1: 7573rpm 15pwm( 5% bias:0) Back-To-Front |
| 923 | Fan 2 Module 1: 3107rpm 15pwm( 5% bias:0) Back-To-Front |
| 924 | Fan 3 Module 2: 7616rpm 15pwm( 5% bias:0) Back-To-Front |
| 925 | Fan 4 Module 2: 3123rpm 15pwm( 5% bias:0) Back-To-Front |
| 926 | Fan 5 Module 3: 7377rpm 15pwm( 5% bias:0) Back-To-Front |
| 927 | Fan 6 Module 3: 3068rpm 15pwm( 5% bias:0) Back-To-Front |
| 928 | Fan 7 Module 4: 7500rpm 15pwm( 5% bias:0) Back-To-Front |
| 929 | Fan 8 Module 4: 2958rpm 15pwm( 5% bias:0) Back-To-Front |
| 930 | |
| 931 | System Fan Airflow: Back-To-Front |
| 932 | |
| 933 | Power Supply 1: Back-To-Front [DS450-3-002_REV0] |
| 934 | Power Supply 2: Back-To-Front [DS450-3-002_REV0] |
| 935 | |
| 936 | Power Faults: None |
| 937 | Fan Faults: None |
| 938 | Service Faults: None |
| 939 | |
| 940 | wsu-8264.wsu.xo>show vlan |
| 941 | VLAN Name Status Ports |
| 942 | ---- -------------------------------- ------ ------------------------- |
| 943 | 1 Default VLAN ena 1 5 9 13 23-37 39 40 51-62 |
| 944 | 2 orca_vlan_2 ena 41-48 |
| 945 | 3 orca_vlan_3 ena 41-48 |
| 946 | 4 orca_vlan_4 ena 41-48 |
| 947 | 5 orca_vlan_5 ena 41-50 |
| 948 | 6 orca_vlan_6 ena 41-50 |
| 949 | 8 orca_vlan_8 ena 41-48 |
| 950 | 9 orca_vlan_9 ena 41-48 |
| 951 | 10 orca_vlan_10 ena 41-48 |
| 952 | 11 orca_vlan_11 ena 41-48 |
| 953 | 1006 Management subnet ena 63 |
| 954 | 1009 ORCA iSCSI A ena 17 41-50 |
| 955 | 1012 Headnode iSCSI A ena 18 21 22 |
| 956 | 1013 Headnode iSCSI B ena 19 21 22 |
| 957 | 1014 ORCA iSCSI B ena 20 41-50 |
| 958 | 4000 VLAN 4000 ena 21 22 38 41-50 64 |
| 959 | 4095 Mgmt VLAN ena MGT |
| 960 | |
| 961 | Primary Secondary Type Ports vPorts |
| 962 | ------- --------- --------------- --------------------- --------------------- |
| 963 | wsu-8264.wsu.xo> |
| 964 | |
| 965 | }}} |
| 966 | |
| 967 | Verify FOAM and !FlowVisor configuration files ownership and paths: |
| 968 | {{{ |
| 969 | [lnevers@wsu-hn ~]$ ls -l /etc/foam.passwd /etc/flowvisor.passwd /etc/flowvisor/fvpasswd /opt/foam/etc/foampasswd |
| 970 | lrwxrwxrwx 1 root flowvisor 21 Aug 13 16:25 /etc/flowvisor/fvpasswd -> /etc/flowvisor.passwd |
| 971 | -r--r----- 1 flowvisor wsuadmins 25 Aug 13 16:25 /etc/flowvisor.passwd |
| 972 | -r--r-----+ 1 root wsuadmins 25 Aug 13 16:29 /etc/foam.passwd |
| 973 | lrwxrwxrwx 1 nginx nginx 16 Aug 13 16:29 /opt/foam/etc/foampasswd -> /etc/foam.passwd |
| 974 | [lnevers@wsu-hn ~]$ |
| 975 | }}} |
| 976 | |
| 977 | Check FOAM version and FOAM configuration for site.admin.email, geni.site-tag, email.from settings on the WSU head node: |
| 978 | {{{ |
| 979 | [lnevers@wsu-hn ~]$ foamctl admin:get-version --passwd-file=/etc/foam.passwd |
| 980 | { |
| 981 | "version": "0.14.0" |
| 982 | } |
| 983 | [lnevers@wsu-hn ~]$ foamctl config:get-value --key="site.admin.email" --passwd-file=/opt/foam/etc/foampasswd |
| 984 | { |
| 985 | "value": "foam-admin@gpolab.bbn.com" |
| 986 | } |
| 987 | [lnevers@wsu-hn ~]$ foamctl config:get-value --key="geni.site-tag" --passwd-file=/opt/foam/etc/foampasswd |
| 988 | { |
| 989 | "value": "wsu-hn.exogeni.net" |
| 990 | } |
| 991 | [lnevers@wsu-hn ~]$ foamctl config:get-value --key="email.from" --passwd-file=/opt/foam/etc/foampasswd |
| 992 | { |
| 993 | "value": "WSU ExoGENI Admins <exogeni@lists.wayne.edu>" |
| 994 | } |
| 995 | [lnevers@wsu-hn ~]$ foamctl config:get-value --key="geni.approval.approve-on-creation" --passwd-file=/opt/foam/etc/foampasswd |
| 996 | { |
| 997 | "value": 2 |
| 998 | } |
| 999 | [lnevers@wsu-hn ~]$ |
| 1000 | }}} |
| 1001 | |
| 1002 | Show FOAM slivers details: |
| 1003 | {{{ |
| 1004 | [lnevers@wsu-hn ~]$ foamctl geni:list-slivers --passwd-file=/opt/foam/etc/foampasswd |
| 1005 | { |
| 1006 | "slivers": [] |
| 1007 | } |
| 1008 | [lnevers@wsu-hn ~]$ |
| 1009 | }}} |
| 1010 | |
| 1011 | Check the !FlowVisor version, list of devices, get details for a device, list of active slices, and details for one of the slices on the WSU Head node: |
| 1012 | {{{ |
| 1013 | [lnevers@wsu-hn ~]$ /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd ping hello |
| 1014 | Got reply: |
| 1015 | PONG(fvadmin): FV version=flowvisor-0.8.1::hello |
| 1016 | [lnevers@wsu-hn ~]$ /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd listDevices |
| 1017 | Device 0: 00:01:a8:97:dc:4b:ca:00 |
| 1018 | [lnevers@wsu-hn ~]$ /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd getDeviceInfo |
| 1019 | command 'getDeviceInfo' takes 1 args: only 0 given |
| 1020 | getDeviceInfo <dpid> |
| 1021 | [lnevers@wsu-hn ~]$ /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd listSlices |
| 1022 | Slice 0: fvadmin |
| 1023 | [lnevers@wsu-hn ~]$ /opt/flowvisor/bin/fvctl --passwd-file=/etc/flowvisor/fvpasswd getSliceInfo fvadmin |
| 1024 | Got reply: |
| 1025 | connection_1=00:01:a8:97:dc:4b:ca:00-->/127.0.0.1:27945-->localhost/127.0.0.1:26993 |
| 1026 | contact_email=fvadmin@localhost |
| 1027 | controller_hostname=localhost |
| 1028 | controller_port=26993 |
| 1029 | creator=fvadmin |
| 1030 | [lnevers@wsu-hn ~]$ |
| 1031 | }}} |
| 1032 | |