/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Systems/ufo_servers/ipmi.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-08 01:07:23 UTC
  • Revision ID: csa@dside.dyndns.org-20131108010723-gfaem1vwkt6262m1
virtualization mainly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Configuring
2
 
===========
3
 
    ipmitool lan set 1 ipsrc static
4
 
    ipmitool lan set 1 ipaddr 192.168.26.151
5
 
    ipmitool lan set 1 netmask 255.255.255.0
6
 
    ipmitool lan set 1 access on
7
 
    ipmitool lan print 1
8
 
 
9
 
    ipmitool user list 1
10
 
    ipmitool user set password 2
11
 
 
12
 
    ssh ADMIN@192.168.26.151
13
 
    (using password 2)
14
 
 
15
 
Using 
16
 
-----
17
 
    1. Web GUI
18
 
    2. IPMIView (problematic)
19
 
        - using root account run
20
 
            PATH=/opt/sun-jre-bin-1.6.0.33/bin/:$PATH ./IPMIView20-Linux_v2.9.8_Build120525.bin -is:javahome /opt/sun-jre-bin-1.6.0.33/
21
 
        - chmod -R +x /opt/IPMIView/_jvm 
22
 
 
23
 
 
24
 
Configuring SOL console
25
 
=======================
26
 
    1. Check SOL configuration
27
 
        ipmitool -I lanplus -U ADMIN -P ipepdv -H 141.52.111.203 sol info
28
 
    2. Setup console-on-serial-port (grub, inittab, securetty),  baud rate 115200
29
 
    3. Connect SOL console from the client (freeipmi package)
30
 
        ipmiconsole -h 141.52.111.203 -u ADMIN -p ipepdv
31
 
 
32
 
Problems
33
 
--------
34
 
    1. With UFO server located at ANKA IPMI is not visible unless you first 
35
 
    connect network cable to the PC and, then, to IPMI. Connection is lost
36
 
    after IPMI restart.
37
 
    2. Sometimes IPMI stops to deliver sensors reading (timeouts). It is 
38
 
    solved by turning off/on the server (not IPMI!). However, I have reseted
39
 
    IPMI before (actually got into the firmware upgrade mode and canceled). 
40
 
    Could be it is also required.