Changes between Initial Version and Version 1 of GENIRacksHome/OpenGENIRacks/AcceptanceTestStatusDec2013/OG-ADM-2


Ignore:
Timestamp:
05/23/14 11:34:18 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/AcceptanceTestStatusDec2013/OG-ADM-2

    v1 v1  
     1= GR-ADM-2: Rack Administrator Access Test =
     2
     3This page captures status for the test case GR-ADM-2. For additional information see the [wiki:GENIRacksHome/GRAMRacks/AcceptanceTestStatusDec2013 Acceptance Test Status - December 2013] page overall status, or the [wiki:GENIRacksHome/AcceptanceTests/GRAMAcceptanceTestsPlan GRAM Acceptance Test Plan] for details about the planned evaluation.
     4
     5
     6''Last Update: 2013/12/13"
     7
     8|| '''Step''' || '''State'''                                  ||''' Notes '''            || '''Tickets'''  ||
     9|| Step 1     ||[[span(Pass: most criteria, style=background-color: #98FB98)]]||Administrative account instructions not complete||#95                ||
     10|| Step 2     ||[[span(Pass, style=background-color: green )]]  ||                ||
     11|| Step 3     ||[[span(Pass: most criteria, style=background-color: #98FB98)]] || Remote access not fully validated||#65      ||
     12               
     13
     14[[BR]]
     15|| '''State Legend'''                                   || '''Description'''                                                    ||
     16||[[span(Pass, style=background-color: green )]]        || Test completed and met all criteria                                  ||
     17||[[span(Pass: most criteria, style=background-color: #98FB98)]]|| Test completed and met most criteria. Exceptions documented  ||
     18||[[span(Fail, style=background-color: red)]]           || Test completed and failed to meet criteria.                          ||
     19||[[span(Complete, style=background-color: yellow)]]    || Test completed but will require re-execution due to expected changes ||
     20||[[span(Blocked, style=background-color: orange)]]     || Blocked by ticketed issue(s).                                        ||
     21||[[span(In Progress, style=background-color: #63B8FF)]]|| Currently under test.                                                ||
     22||[[span(Not Planned)]]                                 || This area is not part of initial evaluation                          ||
     23
     24= Test Plan Steps =
     25
     26== Step 1: For each type of rack infrastructure node verify features ==
     27
     28For each type of rack infrastructure node, including VM server hosts and any VMs running infrastructure support services, use a site administrator account to test:
     29        * Login to the node using public-key SSH.
     30        * Verify that you cannot login to the node using password-based SSH, nor via any unencrypted login protocol.
     31        * When logged in, run a command via sudo to verify root privileges.
     32
     33=== Control Node ===
     34
     35Requested Administrative account and provided SSH Public keys. Once the account was created, logged in to verify sudo access on Control Node:
     36{{{
     37LNM:~$ ssh -Y 128.89.72.112 -l lnevers
     38Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.5.0-43-generic x86_64)
     39
     40 * Documentation:  https://help.ubuntu.com/
     41
     42  System information as of Tue Dec 10 10:02:56 EST 2013
     43
     44  System load:  1.54               Users logged in:      0
     45  Usage of /:   2.4% of 296.80GB   IP address for eth2:  10.10.5.100
     46  Memory usage: 2%                 IP address for eth3:  10.10.8.100
     47  Swap usage:   0%                 IP address for eth1:  10.10.6.100
     48  Processes:    313                IP address for br-ex: 128.89.72.112
     49
     50  Graph this data and manage this system at https://landscape.canonical.com/
     51
     5221 packages can be updated.
     5311 updates are security updates.
     54
     55Last login: Tue Dec 10 09:14:16 2013 from dhcp89-073-116.bbn.com
     56lnevers@bbn-cam-ctrl-1:~$ sudo whoami
     57[sudo] password for lnevers:
     58root
     59lnevers@bbn-cam-ctrl-1:~$ uname -a
     60Linux bbn-cam-ctrl-1.bbn.com 3.5.0-43-generic #66~precise1-Ubuntu SMP Thu Oct 24 14:52:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
     61lnevers@bbn-cam-ctrl-1:~$
     62lnevers@bbn-cam-ctrl-1:~$ ssh  bbn-cam-cmpe-1
     63Permission denied (publickey).
     64lnevers@bbn-cam-ctrl-1:~$ ssh  bbn-cam-cmpe-2
     65Permission denied (publickey).
     66}}}
     67
     68
     69=== Compute Nodes VM servers ===
     70
     71Logged in to each of the 2 VM servers and verified access. Compute Node 1:
     72
     73{{{
     74LNM:~$ ssh -Y 128.89.72.113 -l lnevers
     75Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.5.0-43-generic x86_64)
     76
     77 * Documentation:  https://help.ubuntu.com/
     78
     79  System information as of Tue Dec 10 10:04:45 EST 2013
     80
     81  System load:  0.0                Users logged in:      0
     82  Usage of /:   2.8% of 422.79GB   IP address for eth2:  10.10.5.101
     83  Memory usage: 3%                 IP address for eth3:  10.10.8.101
     84  Swap usage:   0%                 IP address for eth1:  10.10.6.101
     85  Processes:    317                IP address for br-ex: 128.89.72.113
     86
     87  Graph this data and manage this system at https://landscape.canonical.com/
     88
     8948 packages can be updated.
     9016 updates are security updates.
     91
     92Last login: Tue Dec 10 09:04:54 2013 from dhcp89-073-116.bbn.com
     93lnevers@bbn-cam-cmpe-1:~$ sudo whoami
     94[sudo] password for lnevers:
     95root
     96lnevers@bbn-cam-cmpe-1:~$ uname -a
     97Linux bbn-cam-cmpe-1 3.5.0-43-generic #66~precise1-Ubuntu SMP Thu Oct 24 14:52:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
     98lnevers@bbn-cam-cmpe-1:~$
     99}}}
     100
     101Compute Node 2:
     102{{{
     103LNM:~$ ssh -Y 128.89.72.114 -l lnevers
     104Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.5.0-43-generic x86_64)
     105
     106 * Documentation:  https://help.ubuntu.com/
     107
     108  System information as of Tue Dec 10 10:05:22 EST 2013
     109
     110  System load:  0.01               Users logged in:      0
     111  Usage of /:   2.2% of 422.79GB   IP address for eth2:  10.10.5.102
     112  Memory usage: 2%                 IP address for eth3:  10.10.8.102
     113  Swap usage:   0%                 IP address for eth1:  10.10.6.102
     114  Processes:    281                IP address for br-ex: 128.89.72.114
     115
     116  Graph this data and manage this system at https://landscape.canonical.com/
     117
     11823 packages can be updated.
     11911 updates are security updates.
     120
     121Last login: Tue Dec 10 09:08:33 2013 from dhcp89-073-116.bbn.com
     122lnevers@bbn-cam-cmpe-2:~$ sudo whoami
     123[sudo] password for lnevers:
     124root
     125lnevers@bbn-cam-cmpe-2:~$ uname -a
     126Linux bbn-cam-cmpe-2 3.5.0-43-generic #66~precise1-Ubuntu SMP Thu Oct 24 14:52:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
     127lnevers@bbn-cam-cmpe-2:~$
     128}}}
     129
     130== Step 2: For each rack infrastructure device verify features ==
     131
     132For each rack infrastructure device  (switches, remote PDUs if any), use a site administrator account to test:
     133        * Login via SSH.
     134        * Login via a serial console (if the device has one).
     135        * Verify that you cannot login to the device via an unencrypted login protocol.
     136        * Use the "enable" command or equivalent to verify privileged access.
     137
     138First connected to Force10 !OpenFlow Switch which is 10.10.8.200 according to [https://superior.bbn.com/trac/bbn-rack/wiki/DellRackDetails Dell Rack Details] page:
     139{{{
     140lnevers@bbn-cam-ctrl-1:~$ ssh admin@10.10.8.200
     141admin@10.10.8.200's password:
     142FTOS>show version
     143Dell Force10 Real Time Operating System Software
     144Dell Force10 Operating System Version: 2.0
     145Dell Force10 Application Software Version: 9.1(0.0)
     146Copyright (c) 1999-2012 by Dell Inc. All Rights Reserved.
     147Build Time: Tue Feb 26 20:02:06 2013
     148Build Path: /sites/sjc/work/build/toolSpaces/tools03/E9-1-0/SW/SRC
     149FTOS uptime is 1 week(s), 1 day(s), 0 hour(s), 47 minute(s)
     150
     151System image file is "system://A"
     152
     153System Type: S4810
     154Control Processor: Freescale QorIQ P2020 with 2147483648 bytes of memory.
     155
     156128M bytes of boot flash memory.
     157
     158  1 52-port GE/TE/FG (SE)
     159 48 Ten GigabitEthernet/IEEE 802.3 interface(s)
     160  4 Forty GigabitEthernet/IEEE 802.3 interface(s)
     161FTOS>
     162
     163FTOS>ena
     164Password:
     165
     166FTOS#show running-config
     167Current Configuration ...
     168! Version 9.1(0.0)
     169! Last configuration change at Mon Dec  2 15:15:15 2013 by admin
     170!
     171boot system stack-unit 0 primary system: A:
     172boot system stack-unit 0 secondary system: B:
     173boot system stack-unit 0 default system: A:
     174boot system gateway 128.89.72.1
     175!
     176redundancy auto-synchronize full
     177!
     178hardware watchdog
     179!
     180service timestamps log datetime localtime show-timezone
     181!
     182hostname FTOS
     183!
     184cam-acl l2acl 2 ipv4acl 0 ipv6acl 0 ipv4qos 2 l2qos 1 l2pt 0 ipmacacl 0 vman-qos 0 ecfmacl 0 openflow 8 fcoeacl 0 iscsioptacl 0
     185!
     186cam-acl-vlan vlanopenflow 1 vlaniscsi 1
     187!
     188enable password 7 xxx
     189!
     190username admin password 7 xx
     191!
     192enable restricted 7 xx
     193!
     194stack-unit 0 provision S4810
     195!
     196interface TenGigabitEthernet 0/0
     197 no ip address
     198 portmode hybrid
     199 switchport
     200 flowcontrol rx on tx off
     201 no shutdown
     202!
     203interface TenGigabitEthernet 0/1
     204 no ip address
     205 portmode hybrid
     206 switchport
     207 flowcontrol rx on tx off
     208 no shutdown
     209!
     210interface TenGigabitEthernet 0/2
     211 no ip address
     212 portmode hybrid
     213 switchport
     214 flowcontrol rx on tx off
     215 no shutdown
     216!
     217interface TenGigabitEthernet 0/3
     218 no ip address
     219 portmode hybrid
     220 switchport
     221 flowcontrol rx on tx off
     222 no shutdown
     223!
     224interface TenGigabitEthernet 0/4
     225 no ip address
     226 flowcontrol rx on tx off
     227 no shutdown
     228!
     229interface TenGigabitEthernet 0/5
     230 no ip address
     231 flowcontrol rx on tx off
     232 no shutdown
     233!
     234interface TenGigabitEthernet 0/6
     235 no ip address
     236 flowcontrol rx on tx off
     237 no shutdown
     238!
     239interface TenGigabitEthernet 0/7
     240 no ip address
     241 flowcontrol rx on tx off
     242 no shutdown
     243!
     244interface TenGigabitEthernet 0/8
     245 no ip address
     246 flowcontrol rx on tx off
     247 no shutdown
     248!
     249interface TenGigabitEthernet 0/9
     250 no ip address
     251 flowcontrol rx on tx off
     252 no shutdown
     253!
     254interface TenGigabitEthernet 0/10
     255 no ip address
     256 flowcontrol rx on tx off
     257 no shutdown
     258!
     259interface TenGigabitEthernet 0/11
     260 no ip address
     261 flowcontrol rx on tx off
     262 no shutdown
     263!
     264interface TenGigabitEthernet 0/12
     265 no ip address
     266 flowcontrol rx on tx off
     267 no shutdown
     268!
     269interface TenGigabitEthernet 0/13
     270 no ip address
     271 flowcontrol rx on tx off
     272 no shutdown
     273!
     274interface TenGigabitEthernet 0/14
     275 no ip address
     276 flowcontrol rx on tx off
     277 no shutdown
     278!
     279interface TenGigabitEthernet 0/15
     280 no ip address
     281 flowcontrol rx on tx off
     282 no shutdown
     283!
     284interface TenGigabitEthernet 0/16
     285 no ip address
     286 flowcontrol rx on tx off
     287 no shutdown
     288!
     289interface TenGigabitEthernet 0/17
     290 no ip address
     291 flowcontrol rx on tx off
     292 no shutdown
     293!
     294interface TenGigabitEthernet 0/18
     295 no ip address
     296 flowcontrol rx on tx off
     297 no shutdown
     298!
     299interface TenGigabitEthernet 0/19
     300 no ip address
     301 flowcontrol rx on tx off
     302 no shutdown
     303!
     304interface TenGigabitEthernet 0/20
     305 no ip address
     306 flowcontrol rx on tx off
     307 no shutdown
     308!
     309interface TenGigabitEthernet 0/21
     310 no ip address
     311 flowcontrol rx on tx off
     312 no shutdown
     313!
     314interface TenGigabitEthernet 0/22
     315 no ip address
     316 flowcontrol rx on tx off
     317 no shutdown
     318!
     319interface TenGigabitEthernet 0/23
     320 no ip address
     321 flowcontrol rx on tx off
     322 no shutdown
     323!
     324interface TenGigabitEthernet 0/24
     325 no ip address
     326 flowcontrol rx on tx off
     327 no shutdown
     328!       
     329interface TenGigabitEthernet 0/25
     330 no ip address
     331 flowcontrol rx on tx off
     332 no shutdown
     333!
     334interface TenGigabitEthernet 0/26
     335 no ip address
     336 flowcontrol rx on tx off
     337 no shutdown
     338!
     339interface TenGigabitEthernet 0/27
     340 no ip address
     341 flowcontrol rx on tx off
     342 no shutdown
     343!
     344interface TenGigabitEthernet 0/28
     345 no ip address
     346 flowcontrol rx on tx off
     347 no shutdown
     348!
     349interface TenGigabitEthernet 0/29
     350 no ip address
     351 flowcontrol rx on tx off
     352 no shutdown
     353!
     354interface TenGigabitEthernet 0/30
     355 no ip address
     356 flowcontrol rx on tx off
     357 no shutdown
     358!
     359interface TenGigabitEthernet 0/31
     360 no ip address
     361 flowcontrol rx on tx off
     362 no shutdown
     363!
     364interface TenGigabitEthernet 0/32
     365 no ip address
     366 flowcontrol rx on tx off
     367 no shutdown
     368!
     369interface TenGigabitEthernet 0/33
     370 no ip address
     371 flowcontrol rx on tx off
     372 no shutdown
     373!
     374interface TenGigabitEthernet 0/34
     375 no ip address
     376 flowcontrol rx on tx off
     377 no shutdown
     378!
     379interface TenGigabitEthernet 0/35
     380 no ip address
     381 flowcontrol rx on tx off
     382 no shutdown
     383!
     384interface TenGigabitEthernet 0/36
     385 no ip address
     386 flowcontrol rx on tx off
     387 no shutdown
     388!
     389interface TenGigabitEthernet 0/37
     390 no ip address
     391 flowcontrol rx on tx off
     392 no shutdown
     393!
     394interface TenGigabitEthernet 0/38
     395 no ip address
     396 flowcontrol rx on tx off
     397 no shutdown
     398!
     399interface TenGigabitEthernet 0/39
     400 no ip address
     401 flowcontrol rx on tx off
     402 no shutdown
     403!
     404interface TenGigabitEthernet 0/40
     405 no ip address
     406 flowcontrol rx on tx off
     407 no shutdown
     408!
     409interface TenGigabitEthernet 0/41
     410 no ip address
     411 flowcontrol rx on tx off
     412 no shutdown
     413!
     414interface TenGigabitEthernet 0/42
     415 no ip address
     416 flowcontrol rx on tx off
     417 no shutdown
     418!
     419interface TenGigabitEthernet 0/43
     420 no ip address
     421 flowcontrol rx on tx off
     422 no shutdown
     423!
     424interface TenGigabitEthernet 0/44
     425 no ip address
     426 flowcontrol rx on tx off
     427 no shutdown
     428!
     429interface TenGigabitEthernet 0/45
     430 no ip address
     431 flowcontrol rx on tx off
     432 no shutdown
     433!
     434interface TenGigabitEthernet 0/46
     435 no ip address
     436 flowcontrol rx on tx off
     437 no shutdown
     438!
     439interface TenGigabitEthernet 0/47
     440 no ip address
     441 flowcontrol rx on tx off
     442 no shutdown
     443!       
     444interface fortyGigE 0/48
     445 no ip address
     446 flowcontrol rx on tx off
     447 no shutdown
     448!
     449interface fortyGigE 0/52
     450 no ip address
     451 flowcontrol rx on tx off
     452 no shutdown
     453!
     454interface fortyGigE 0/56
     455 no ip address
     456 flowcontrol rx on tx off
     457 no shutdown
     458!
     459interface fortyGigE 0/60
     460 no ip address
     461 flowcontrol rx on tx off
     462 no shutdown
     463!
     464interface ManagementEthernet 0/0
     465 ip address 10.10.8.200/24
     466 no shutdown
     467!
     468interface ManagementEthernet 1/0
     469 no shutdown
     470!
     471interface ManagementEthernet 2/0
     472 no shutdown
     473!
     474interface ManagementEthernet 3/0
     475 no shutdown
     476!
     477interface ManagementEthernet 4/0
     478 no shutdown
     479!
     480interface ManagementEthernet 5/0
     481 no shutdown
     482!
     483interface ManagementEthernet 6/0
     484 no shutdown
     485!
     486interface ManagementEthernet 7/0
     487 no shutdown
     488!
     489interface ManagementEthernet 8/0
     490 no shutdown
     491!
     492interface ManagementEthernet 9/0
     493 no shutdown
     494!
     495interface ManagementEthernet 10/0
     496 no shutdown
     497!
     498interface ManagementEthernet 11/0
     499 no shutdown
     500!
     501interface Vlan 1
     502!untagged TenGigabitEthernet 0/0-3
     503!
     504interface Vlan 1000 of-instance 1
     505 no ip address
     506 tagged TenGigabitEthernet 0/0-2
     507 no shutdown
     508
     509<... VLAN 1001 through 2098 not shown here...>
     510interface Vlan 2099 of-instance 1
     511 no ip address
     512 tagged TenGigabitEthernet 0/0-3
     513 no shutdown
     514!
     515openflow of-instance 1
     516 controller 1 10.10.8.100  tcp
     517 flow-map l2 enable
     518 flow-map l3 enable
     519 interface-type vlan
     520 multiple-fwd-table enable
     521 no shutdown
     522!
     523clock timezone PST -8
     524!
     525ip ssh server enable
     526!
     527protocol lldp
     528!
     529line console 0
     530 exec-timeout 35751 0
     531line vty 0
     532line vty 1
     533line vty 2
     534line vty 3
     535line vty 4
     536line vty 5
     537line vty 6
     538line vty 7
     539line vty 8
     540line vty 9
     541!
     542reload-type normal-reload
     543!
     544end
     545FTOS#
     546}}}
     547
     548''Note'': A total of 1100 VLAN were in the run-config, only subset was capture above.
     549
     550Then connected to !PowerConnect 7048 switch which is 10.10.8.201 according to [https://superior.bbn.com/trac/bbn-rack/wiki/DellRackDetails Dell Rack Details] page:
     551{{{
     552lnevers@bbn-cam-ctrl-1:~$ ssh admin@10.10.8.201
     553admin@10.10.8.201's password:
     554
     555console>ena
     556
     557console#show version
     558
     559Image Descriptions
     560
     561 image1 : default image
     562 image2 : 
     563
     564 Images currently available on Flash
     565
     566unit  image1       image2       current-active     next-active       
     567----- ------------ ------------ ----------------- -----------------
     568
     5691     4.2.2.3      4.2.2.3      image1             image1           
     570
     571console#show running-config
     572
     573!Current Configuration:
     574!System Description "PowerConnect 7048, 4.2.2.3, VxWorks 6.6"
     575!System Software Version 4.2.2.3
     576!System Operational Mode "Normal"
     577!
     578configure
     579vlan database
     580vlan 100,200,300,2500
     581vlan routing 1 1
     582exit
     583vlan 100
     584name "Management"
     585exit
     586vlan 200
     587name "Control"
     588exit
     589vlan 300
     590name "External"
     591exit
     592ip telnet server disable
     593slot 1/0 5    ! PowerConnect 7048
     594stack
     595member 1 5    ! PCT7048
     596exit
     597interface out-of-band
     598ip address 10.10.8.201 255.255.255.0 0.0.0.0
     599exit
     600interface vlan 1
     601exit
     602username "xx" password xx privilege 15 encrypted
     603username "xx" password xx privilege 15 encrypted
     604crypto key pubkey-chain ssh
     605user-key "gram" rsa
     606key-string row  xx
     607exit
     608exit
     609line ssh
     610enable authentication xxx
     611exit
     612ip ssh server
     613ip ssh pubkey-auth
     614!
     615interface Gi1/0/1
     616switchport mode trunk
     617switchport trunk allowed vlan 2500
     618exit
     619!
     620interface Gi1/0/2
     621switchport mode trunk
     622switchport trunk allowed vlan 2500
     623exit
     624!
     625interface Gi1/0/3
     626switchport mode trunk
     627switchport trunk allowed vlan 2500
     628exit
     629!
     630interface Gi1/0/13
     631switchport access vlan 200
     632exit
     633!
     634interface Gi1/0/14
     635switchport access vlan 200
     636exit
     637!
     638interface Gi1/0/15
     639switchport access vlan 200
     640exit
     641!
     642interface Gi1/0/16
     643switchport access vlan 200
     644exit
     645!
     646interface Gi1/0/17
     647switchport access vlan 200
     648exit
     649!
     650interface Gi1/0/18
     651switchport access vlan 200
     652exit
     653!
     654interface Gi1/0/19
     655switchport access vlan 200
     656exit
     657!
     658interface Gi1/0/20
     659switchport access vlan 200
     660exit
     661!
     662interface Gi1/0/25
     663switchport access vlan 300
     664exit
     665!
     666interface Gi1/0/26
     667switchport access vlan 300
     668exit
     669!
     670interface Gi1/0/27
     671switchport access vlan 300
     672exit
     673!
     674interface Gi1/0/29
     675switchport access vlan 300
     676exit
     677!             
     678interface Gi1/0/37
     679switchport access vlan 300
     680exit
     681!
     682interface Gi1/0/48
     683switchport access vlan 300
     684exit
     685exit
     686
     687console#show vlan
     688
     689VLAN   Name                             Ports          Type         
     690-----  ---------------                  -------------  --------------
     6911      default                          Po1-128,       Default               
     692                                        Gi1/0/4-12,
     693                                        Gi1/0/21-24,
     694                                        Gi1/0/28,
     695                                        Gi1/0/30-36,
     696                                        Gi1/0/38-47
     697100    Management                                      Static                 
     698200    Control                          Gi1/0/13-20    Static                 
     699300    External                         Gi1/0/25-27,   Static                 
     700                                        Gi1/0/29,
     701                                        Gi1/0/37,
     702                                        Gi1/0/48
     7032500   VLAN2500                         Gi1/0/1-3      Static     
     704}}}
     705
     706== Step 3. Verify GRAM remote console solution ==
     707
     708Verify the GRAM remote console solution for rack hosts can be used to access the consoles all server hosts and experimental hosts:
     709        * Login via SSH or other encrypted protocol.
     710        * Verify that you cannot login via an unencrypted login protocol.
     711
     712Access to an integrated Dell Remote Access Controller (iDRAC) server is available via SSH from the controller node:
     713{{{
     714gram@bbn-cam-ctrl-1:~$  ssh -i ~/.ssh/id_dsa gram@10.10.8.10
     715/admin1-> help
     716[Usage]
     717    show   [<options>] [<target>] [<properties>]
     718           [<propertyname>== <propertyvalue>]
     719    set    [<options>] [<target>] <propertyname>=<value>
     720    cd     [<options>] [<target>]
     721    create [<options>] <target> [<property of new target>=<value>]
     722           [<property of new target>=<value>]
     723    delete [<options>] <target>
     724    exit   [<options>]
     725    reset  [<options>] [<target>]
     726    start  [<options>] [<target>]
     727    stop   [<options>] [<target>]
     728    version [<options>]
     729    help   [<options>] [<help topics>]
     730    load -source <URI> [<options>] [<target>]
     731    dump -destination <URI> [<options>] [<target>]
     732
     733/admin1->
     734/admin1-> racadm
     735racadm>> serveraction powerstatus
     736Server power status: ON
     737racadm>> quit
     738
     739/admin1-> exit
     740CLP Session terminated
     741Connection to 10.10.8.10 closed.
     742gram@bbn-cam-ctrl-1:~$
     743}}}
     744
     745Remote access is available via integrated Dell Remote Access Controller (iDRAC) Configuration, which allows Web access. With the current network topology, this could be tested without a Windows System. I has however been tried by others.