GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UBIC(1) User Contributed Perl Documentation UBIC(1)

ubic - command-line frontend to ubic services

version 1.58

 ubic [-f] COMMAND [SERVICE]...

 Supported commands:
    status
    start
    stop
    restart
    reload
    force-reload
    cached-status
    try-restart
    ...and any service-specific commands

This program can start, stop and display status of any services. It is a main tool for system administrator who wants to operate ubic services.

ubic conforms to LSB interface for init scripts (<http://refspecs.freestandards.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html>) with obvious exception that it is invoked as "ubic COMMAND SERVICE" instead of "/etc/init.d/SERVICE COMMAND".

It also can operate several services at once:

  • if invoked as "ubic start service1 service2", it will try to start both services;
  • if invoked as "ubic start multiservice", it will start all subservices of given multiservice;
  • if invoked as "ubic start", it will start all existing services.

When operating multiservices, flag -f can be used to force operations on "protected" multiservices. For example, you can't restart all services on host using "ubic restart", you have to say "ubic restart -f".

When managing one service, exit status conforms to LSB specification when it makes sense.

When managing several services, exit code is non-zero if any service fails, and zero if all operations succeeded.

LSB - Init Script Actions <http://refspecs.freestandards.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html>

Vyacheslav Matyukhin <mmcleric@yandex-team.ru>

This software is copyright (c) 2015 by Yandex LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2015-01-27 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.