[xcat-user] conserver troubles

Lissa Valletta lissav at us.ibm.com
Wed Mar 11 10:54:40 MDT 2009


I just ran a simular command in 2.2 and did not get the error in the 
generated config file.   I don't know how the closing bracket got loss and 
the 2.1 code looks the same. 

Lissa K. Valletta
414/3-8
Poughkeepsie, NY 12601
(tie 293) 433-3102





Ling Gao/Poughkeepsie/IBM at IBMUS 
Sent by: xcat-user-bounces at lists.xcat.org
03/11/2009 12:20 PM
Please respond to
xCAT Users Mailing list <xcat-user at lists.xcat.org>


To
xCAT Users Mailing list <xcat-user at lists.xcat.org>
cc

Subject
Re: [xcat-user] conserver troubles






The closing curly brace is missing before default.

config * {
 sslrequired yes;
 sslauthority /etc/xcat/cert/ca.pem;
 sslcredentials /etc/xcat/cert/server-cred.pem;
}  <----this is missing in your conserver.cf file
default mrv { type host; portbase 2000; portinc 100; }

Ling Gao
Poughkeepsie Unix Development Lab
IBM Systems and Technology Group
Internal: T/L 293-5692 
External: linggao at us.ibm.com, 845-433-5692

"I never worry about the future. It comes soon enough." --- Albert 
Einstein 


---------------Andrey Brindeyev <abr at altlinux.ru> 
---------------------------

Hi!

How can I troubleshoot conserver problems?
I can't access blade's console on fresh installation of latest xCAT 2.2 
snapshot.

# rcons qs
localhost: qs: permission denied

[root at hs20-8843-kktwv6z ~]# lsdef qs

Object name: qs
   arch=ppc64
   cons=blade
   currchain=netboot
   currstate=iscsiboot
   groups=all,blade
   id=9
   initrd=xcat/qs/initrd-2.6.18-128.el5.img
   ip=10.222.18.45
   iscsiserver=10.222.18.44
   iscsitarget=iqn.2009-2.site:qs
   kcmdline=console=ttyS0,19200n8r root=LABEL=/
   kernel=xcat/qs/vmlinuz-2.6.18-128.el5
   mac=00:1a:64:b8:06:7f
   mgt=blade
   mpa=amm
   netboot=yaboot
   nfsserver=10.222.18.44
   os=rhels5.3
   primarynic=eth1
   profile=iscsi
   serialflow=hard
   serialspeed=19200
   status=powering-off

[root at hs20-8843-kktwv6z ~]# makeconservercf qs
[root at hs20-8843-kktwv6z ~]# cat /etc/conserver.cf |egrep -v '^#'
config * {
 sslrequired yes;
 sslauthority /etc/xcat/cert/ca.pem;
 sslcredentials /etc/xcat/cert/server-cred.pem;
default mrv { type host; portbase 2000; portinc 100; }
access * {
 trusted 127.0.0.1;
}
default * {
 logfile /var/log/consoles/&;
 timestamp 1hab;
 include full;
 master localhost;
}
console qs {
 type exec;
 exec /opt/xcat/share/xcat/cons/blade qs;
}

/var/log/conserver :
[Wed Mar 11 21:36:23 2009] conserver (3172): processing SIGHUP
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid keyword 
'default' [/etc/conserver.cf:97]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid keyword 
'mrv' [/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid token '{' 
[/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid keyword 
'type' [/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid keyword 
'host' [/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: premature token ';' 
[/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid keyword 
'portbase' [/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid keyword 
'2000' [/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: premature token ';' 
[/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid keyword 
'portinc' [/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid keyword 
'100' [/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: premature token ';' 
[/etc/conserver.cf:98]
[Wed Mar 11 21:36:23 2009] conserver (3172): ERROR: invalid default name 
`full' [/etc/conserver.cf:105]

# rpmquery -i conserver
Name        : conserver                    Relocations: /usr
Version     : 8.1.16                            Vendor: (none)
Release     : 7                             Build Date: Thu 26 Jun 2008 
11:10:03 PM MSD
Install Date: Wed 11 Mar 2009 12:18:59 AM MSK      Build Host: mgt.cluster
Group       : System Environment/Daemons    Source RPM: 
conserver-8.1.16-7.src.rpm
Size        : 469103                           License: BSD
URL         : http://www.conserver.com/
Summary     : Serial console server daemon/client
Description :
Conserver is an application that allows multiple users to watch a
serial console at the same time.  It can log the data, allows users to
take write-access of a console (one at a time), and has a variety of
bells and whistles to accentuate that basic functionality.
_______________________________________________
xcat-user mailing list
xcat-user at lists.xcat.org
http://www.xcat.org/mailman/listinfo/xcat-user
_______________________________________________
xcat-user mailing list
xcat-user at lists.xcat.org
http://www.xcat.org/mailman/listinfo/xcat-user

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.xcat.org/pipermail/xcat-user/attachments/20090311/bb8d9fa1/attachment-0001.htm


More information about the xcat-user mailing list