On Wed, 4 Jul 2007 13:25:04 -0400
Alain St-Denis <[EMAIL PROTECTED]> wrote:
> --- 60,66 ----
> reset_ok = None
> except KeyError:
> reset_ok = None
> ! login = [ '<RIBCL VERSION="2.0">',
> '<LOGIN USER_LOGIN="Administrator" PASSWORD="'
> + password + '">' ]
Yes, I did that change.
> ***************
> *** 148,153 ****
> --- 148,155 ----
> c=HTTPSConnection(rihost)
> c.send('<?xml version="1.0"?>\r\n')
> c.sock.recv(1024)
> + c.send('<LOCFG VERSION="2.22"\r\n>')
> + c.sock.recv(1024)
As I understand HP documentation, this LOCFG thing also needs to be closed at
the end. Not sure if it matters though.
--
Jure Pečar
http://jure.pecar.org
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems