Jump to content

How to start PW using Centos 7 with Nginx


gigaboy

Recommended Posts

Hi,

I previously had PW running on a virtualized instance of Centos 7 using Nginx.  For some reason communication was suspended with PW about 25 days ago.  Did a chkconfig --list and showed that the agent was installed.

 

pulseway        0:off   1:off   2:off   3:on    4:off   5:on    6:off

 

So, I decided to uninstall and reinstall (64 bit).  Reverified that I had the customized XML file inside of /etc/pulseway directory (same one I used before).

 

But I can't figure out how to start PW.  Here what I've done:

 

[root@twilight ~]# rpm -ivh http://www.pulseway.com/download/pulseway_x64.rpm
Retrieving http://www.pulseway.com/download/pulseway_x64.rpm
Preparing...                          ################################# [100%]
Stopping pulseway service
done
Updating / installing...
   1:pulseway-4.7.2-1                 ################################# [100%]
service pulseway does not support chkconfig
service pulseway does not support chkconfig
service pulseway does not support chkconfig


[root@twilight ~]# systemctl start pulseway.service

Warning: Unit file of pulseway.service changed on disk, 'systemctl daemon-reload' recommended.

[root@twilight ~]# chkconfig --list

Note: This output shows SysV services only and does not include native
      systemd services. SysV configuration data might be overridden by native
      systemd configuration.

      If you want to list systemd services use 'systemctl list-unit-files'.
      To see services enabled on particular target use
      'systemctl list-dependencies [target]'.

netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
pure-ftpd       0:off   1:off   2:on    3:on    4:on    5:on    6:off
railo_ctl       0:off   1:off   2:on    3:on    4:on    5:on    6:off

[root@twilight ~]# /etc/init.d/pulseway start
Starting pulseway (via systemctl):  Warning: Unit file of pulseway.service changed on disk, 'systemctl daemon-reload' recommended.

 

It's got to be something simple, any ideas?

 

TIA, Mark

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...