![]() |
![]() |
Subject: | Unable to Remodel any of my devices in Zenoss |
Author: | [Not Specified] |
Posted: | 2014-07-24 03:16 |
Hi,
I have added 28 devices to Zenoss. Now i am unable to remodel any of my devices now.I tried to remodel both in command line and GUI but no luck.
$zenmodeler run -path=devices.
2014-07-24 01:12:11,856 INFO zen.ZenModeler: Connecting to localhost:8789
2014-07-24 01:12:11,861 INFO zen.ZenModeler: Connected to ZenHub
The crusor is stopping it that state. can any one help to resolve the issue.
I am unable to delete r add new devices in zenoss also.
when i try to delete the device the following error is occured
"Failed to remove devices:Serviceresponceerror:org.Zenoss.Zep.ZepException.
Subject: | seems to be an issue zep |
Author: | [Not Specified] |
Posted: | 2014-07-24 04:05 |
seems to be an issue zep related. Please check:
- if your server has enough space on /opt/zenoss FS (check all FS )
- if you are able to access to zendmd prompt
- if all zenoss daemons are running properly ( if dont restart it )
have you tried a complete restart of zenoss
please run as zenoss user "zenoss stop" check if all process are down ( if dont kill it )
then run "zenoss start "
hope this help
Subject: | mmmm... |
Author: | [Not Specified] |
Posted: | 2014-07-24 08:57 |
mmmm...
check if 8789 port is on listening
check configuration on /opt/zenoss/etc/global.conf
check if you have a special configuration on zeneventserver.conf or zenhub.conf
From log issue is related to sending credential phase.
Subject: | Please see the logs. I am new starter to zenoss. |
Author: | [Not Specified] |
Posted: | 2014-07-24 23:40 |
Thanks for the reply.
I have diabled the firewall completly.
The below log is for Configuration of Global.conf
zodb-db-type mysql
zodb-host localhost
zodb-port 3306
zodb-db zodb
zodb-user zenoss
zodb-password tc9JSivVYSsUOf6zSd1u
zodb-admin-user root
zodb-admin-password
zodb-cacheservers 127.0.0.1:11211
zodb-cachesize 1000
amqphost localhost
amqpport 5672
amqpvhost /zenoss
amqpuser zenoss
amqppassword tc9JSivVYSsUOf6zSd1u
amqpusessl 0
amqpadminport 55672
amqpadminusessl 0
zep-db-type mysql
zep-host localhost
zep-port 3306
"global.conf" 30L, 591C
THe below log is ZenHUB.conf
#
# Configuration file for zenhub
#
# To enable a particular option, uncomment the desired entry.
#
# Parameter Setting
# --------- -------
#
# Logging severity threshold, default: 20
#logseverity 20
#
# Override the default logging path
#logpath None
#
# Max size of log file in KB; default
# 10240, default: 10240
#maxlogsize 10240
#
# Max number of back up log files; default
# 3, default: 3
#maxbackuplogs 3
#
# Use an alternate configuration file
"zenhub.conf" 136L, 2994C
THe below log is configuration of Zenmodeler.
Configuration file for zenmodeler
#
# To enable a particular option, uncomment the desired entry.
#
# Parameter Setting
# --------- -------
#
# Host of zenhub daemon. Default is localhost.,
# default: localhost
#hubhost localhost
#
# Port zenhub listens on.Default is 8789.,
# default: 8789
#hubport 8789
#
# Username for zenhub login. Default is
# admin., default: admin
#hubusername admin
#
# Password for zenhub login. Default is
# zenoss., default: zenoss
#hubpassword zenoss
"zenmodeler.conf" 226L, 4710C
The interesting thing is i did not find any files r logs is eventserver.conf.
Subject: | All my services are running |
Author: | [Not Specified] |
Posted: | 2014-07-25 00:08 |
All my services are running good with out any errors.
Daemon: zeneventserver program running; pid=2569
Daemon: zopectl program running; pid=2673
Daemon: zenrrdcached program running; pid=2678
Daemon: zenhub program running; pid=2735
Daemon: zenjobs program running; pid=2773
Daemon: zeneventd program running; pid=2817
Daemon: zenping program running; pid=2882
Daemon: zensyslog program running; pid=3343
Daemon: zenstatus program running; pid=3074
Daemon: zenactiond program running; pid=3131
Daemon: zentrap program running; pid=3400
Daemon: zenmodeler program running; pid=3273
Daemon: zenperfsnmp program running; pid=3380
Daemon: zencommand program running; pid=3430
Daemon: zenprocess program running; pid=3552
Daemon: zredis program running; pid=3555
Daemon: zenjmx program running; pid=3609
Daemon: zenwin program running; pid=3722
Daemon: zeneventlog program running; pid=3787
Daemon: zenwinperf program running; pid=3854
Daemon: zenpython program running; pid=3923
Subject: | this may be a rabbit issue. |
Author: | Andrew Kirch |
Posted: | 2014-07-28 16:47 |
this may be a rabbit issue. Please consult: http://wiki.zenoss.org/Working_with_Queues to see if you have a queue backup. Running the first command all values should be 0, or close to it.
Andrew Kirch
akirch@gvit.com
Need Zenoss support, consulting or custom development Look no further. Email or PM me!
Ready for Distributed Topology (collectors) for Zenoss 5 Coming May 1st from GoVanguard
Subject: | You need to recreate your |
Author: | Jane Curry |
Posted: | 2014-07-29 11:06 |
You need to recreate your rabbit queues - see section 14.7 in the Core admin guide.
Cheers,
Jane
Email: jane.curry@skills-1st.co.uk Web: https://www.skills-1st.co.uk
Subject: | HI jury thanks for the reply. |
Author: | [Not Specified] |
Posted: | 2014-07-30 02:05 |
i have recreated the rabbit queues. But still i am unable to remodel my device. i am unable to delete r add the devices too.
Please see the log file of recreating rabbit queues
[root@AIOZMonitor ~]# export VHOST="/zenoss"
[root@AIOZMonitor ~]# export VHOST="/zenoss"
[root@AIOZMonitor ~]# export USER="zenoss"
[root@AIOZMonitor ~]# export PASS="p@ssw0rd"
[root@AIOZMonitor ~]# rabbitmqctl stop_app
rabbitmqctl reset
rabbitmqctl start_app
rabbitmqctl add_vhost "$VHOST"
rabbitmqctl add_user "$USER" "$PASS"
rabbitmqctl set_permissions -p "$VHOST" "$USER" '.*' '.*' '.*'Stopping node rabb it@AIOZMonitor ...
...done.
[root@AIOZMonitor ~]# rabbitmqctl reset
Resetting node rabbit@AIOZMonitor ...
...done.
[root@AIOZMonitor ~]# rabbitmqctl start_app
Starting node rabbit@AIOZMonitor ...
...done.
[root@AIOZMonitor ~]# rabbitmqctl add_vhost "$VHOST"
Creating vhost "/zenoss" ...
...done.
[root@AIOZMonitor ~]# rabbitmqctl add_user "$USER" "$PASS"
Creating user "zenoss" ...
...done.
[root@AIOZMonitor ~]# rabbitmqctl set_permissions -p "$VHOST" "$USER" '.*' '.*' '.*'
Setting permissions for user "zenoss" in vhost "/zenoss" ...
...done.
Please help me to resolve the issue.
< |
Previous Getting BadTalesExpresssion when using Command as notification |
Next Zenoss 4.2.5 Dashboard Priority |
> |