Bryan Manzeck wrote:
> Thanks,
> something not right, please see my command line results below:
> xennodeb:/usr/lib/heartbeat # stonith -v -t external/riloe hostname=xennodeb 
> ilo_hostname=iloxennodeb ilo_user=Administrator ilo_password=password 
> ilo_can_reset=1 ilo_protocol=2.0 ilo_powerdown_method=button -S xennodeb
> stonith: external/riloe device not accessible.
> 
> ** (process:21057): CRITICAL **: external_reset_req: 'riloe reset' for host 
> xennodeb failed with rc 256

Hi Bryan,

The riloe pluging uses port 443, so here are some basic checks:

In the example below my server is julia, it's ilo port is julia.ilo


Here's the settings of this particular ilo,
notice the SSL config line:
    oemhp_sslport=443

[EMAIL PROTECTED]:~$ ssh [EMAIL PROTECTED]
Enter passphrase for key '/home/jhoeke/.ssh/id_ilo':
User:Administrator logged-in to ILOGB8735SJXP.uvt.nl(137.56.126.156)
iLO Advanced 1.35 at 12:09:25 Jul 16 2007
Server Name: GB8735SJXP00
Server Power: On

</>hpiLO-> show /map1/config1
status=0
status_tag=COMMAND COMPLETED


/map1/config1
  Targets
  Properties
    oemhp_mapenable=yes
    oemhp_timeout=120 minutes
    oemhp_passthrough=disabled
    oemhp_rbsuenable=yes
    oemhp_rbsulogin=no
    oemhp_rbsushowip=yes
    oemhp_telnetenable=no
    oemhp_httpport=80
    oemhp_sslport=443
    oemhp_rcport=23
    oemhp_vmport=17988
    oemhp_tsport=3389
    oemhp_sshport=22
    oemhp_sshstatus=yes
    oemhp_serialclistatus=no
    oemhp_serialcliauth=yes
    oemhp_serialclispeed=9600 bits/sec
    oemhp_minpwdlen=8
    oemhp_hotkey_t=NONE
    oemhp_hotkey_u=NONE
    oemhp_hotkey_v=NONE
    oemhp_hotkey_w=NONE
    oemhp_hotkey_x=NONE
    oemhp_hotkey_y=NONE
    oemhp_high_perf_mouse=automatic
    oemhp_enforce_aes=no
    oemhp_authfailurelogging=3
    oemhp_computer_lock=disabled
    oemhp_console_capture_port=17990
    oemhp_console_capture_enable=no
    oemhp_interactive_console_replay_enable=no
    oemhp_capture_auto_export_enable=no

oemhp_capture_auto_export_location=http://192.168.1.1/folder/capture%t.ilo
    oemhp_capture_auto_export_username=0
    oemhp_capture_auto_export_password=0
    oemhp_console_capture_boot_buffer_enable=no
    oemhp_console_capture_fault_buffer_enable=no
    oemhp_shared_console_enable=yes
    oemhp_shared_console_port=0
    oemhp_key_up_key_down_enable=yes
  Verbs
    cd version exit show set


from my desktop:
[EMAIL PROTECTED]:~$ sudo nmap -p 443 julia.ilo
[sudo] password for jhoeke:

Starting Nmap 4.20 ( http://insecure.org ) at 2008-01-28 07:56 CET
Interesting ports on julia.ilo (XXX.XXX.XXX.XXX):
PORT    STATE SERVICE
443/tcp open  https
MAC Address: 00:1C:C4:42:42:08 (Unknown)

from the other cluster node:

[EMAIL PROTECTED] ~]# tracepath julia.ilo/443
 1:  koch.uvt.nl (137.56.247.150)                    0.114ms pmtu 1500
 1:  137.56.247.2 (137.56.247.2)                     0.436ms
 2:  julia.ilo (137.56.126.156)                      0.917ms reached
     Resume: pmtu 1500 hops 2 back 2

[EMAIL PROTECTED] ~]# telnet julia.ilo 443
Trying 137.56.126.156...
Connected to julia.ilo.
Escape character is '^]'.

{so it's connecting, that's good enough for now}

and the final check:

[EMAIL PROTECTED] ~]# stonith -v -t external/riloe hostlist=julia.uvt.nl
ilo_hostname=julia.ilo.uvt.nl ilo_user=Administrator
ilo_password=password ilo_can_reset=1 ilo_protocol=2.0
ilo_powerdown_method=button -S
stonith: external/riloe device OK.

{ didn't past the actual password here, for obvious reasons }

regards,

Johan






Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to