I believe screen is no longer the system to manage services in DevStack, but systemd is now:
https://docs.openstack.org/devstack/latest/systemd.html You should just use systemctl to bring up all OpenStack services. HTH 2017-07-11 11:40 GMT+02:00 zhi <[email protected]>: > Hi, Abhishek. > > I have a question about devstack. The file "stack-screenrc" doesn't exist > when I installed devstack successfully, why? I find all over the devstack > directory but I can not find it. Could you give me some advice? > > > Thanks > Zhi Chang > > 2016-08-22 16:42 GMT+08:00 wk <[email protected]>: > >> my scripts, runs ok: >> >> /usr/bin/python /usr/bin/glance-registry >> --config-file=/etc/glance/glance-registry.conf >> &> glance-registry.log & >> /usr/bin/python /usr//bin/glance-api >> --config-file=/etc/glance/glance-api.conf >> &> glance-api.log & >> /usr/bin/python /usr/bin/nova-conductor &> nova-conductor.log & >> sg libvirtd /usr/bin/nova-compute --config-file /etc/nova/nova.conf &> >> nova-compute.log & >> /usr/bin/python /usr/bin/nova-compute --config-file /etc/nova/nova.conf >> &> nova-compute.log & >> /usr/bin/python /usr/bin/nova-cert &> nova-cert.log & >> /usr/bin/python /usr/bin/nova-network --config-file /etc/nova/nova.conf >> &> nova-network.log & >> /usr/bin/python /usr/bin/nova-scheduler --config-file /etc/nova/nova.conf >> &> nova-scheduler.log & >> /usr/bin/python /usr/bin/nova-novncproxy --config-file >> /etc/nova/nova.conf --web /opt/stack/noVNC &> nova-novncproxy.log & >> /usr/bin/python /usr/bin/nova-xvpvncproxy --config-file >> /etc/nova/nova.conf &> nova-xvpvncproxy.log & >> /usr/bin/python /usr/bin/nova-consoleauth &> nova-consoleauth.log & >> /usr/bin/python /usr/bin/nova-objectstore &> nova-objectstore.log & >> /usr/bin/python /usr/bin/cinder-api --config-file /etc/cinder/cinder.conf >> &> cinder-api.log & >> /usr/bin/python /usr/bin/cinder-scheduler --config-file >> /etc/cinder/cinder.conf &> cinder-scheduler.log & >> /usr/bin/python /usr/bin/cinder-volume --config-file >> /etc/cinder/cinder.conf &> cinder-volume.log & >> /usr/bin/python /usr/bin/nova-api &> nova-api.log & >> /usr/bin/python /opt/stack/keystone/bin/keystone-all --config-file >> /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d >> --debug &> keystone-all.log & >> /usr/sbin/httpd -D FOREGROUND &> httpd.log & >> /bin/sh /usr/bin/mysqld_safe --basedir=/usr &> mysqld_safe.log & >> /usr/sbin/rabbitmq-server &> rabbitmq-server.log & >> >> /usr/bin/python /usr/bin/ceilometer &> ceilometer.log & >> #start dashboard >> systemctl start httpd >> >> >> ------------------ 原始邮件 ------------------ >> *发件人:* "zhi";<[email protected]>; >> *发送时间:* 2016年8月18日(星期四) 下午5:33 >> *收件人:* "OpenStack Development Mailing List (not for usage questions)"< >> [email protected]>; >> *主题:* [openstack-dev] [devstack] How to start all OpenStack >> servicesafter restarting system? >> >> hi, all. >> >> Currently, there is no "rejoin-stack.sh" script in devstack. >> >> It will clear all resources and create all resources if I rerun >> "./stack.sh" after restarting system. >> >> So, how to start all OpenStack services after restarting system >> quickly? >> >> >> Thanks >> Zhi Chang >> >> ____________________________________________________________ >> ______________ >> OpenStack Development Mailing List (not for usage questions) >> Unsubscribe: [email protected]?subject:unsubscrib >> e >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> >> > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
