ControlTier 3.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ControlTier 3.2 (Default branch)
# 1  
Old 05-07-2008
ControlTier 3.2 (Default branch)

ImageControlTier is a complete system for automatingthe build, release, deployment, and configurationof multi-tier application services. It enables youto specify a configuration and procedural modelfor an integrated application stack (e.g. a LAMPstack), and then use that model to build, package,deploy, configure, and control that stack as onelogical entity into any environment. It includesremote execution and logical command dispatching,automation, versioning and full rollbackcapabilities, logging and reporting, fine grainedaccess controls, change detection andconfiguration validation, application statusdiscovery, log monitors to catch startupexceptions, and GUI and command line tools.License: Open Software LicenseChanges:
This release features new tools: CTL, a controldispatching framework for scripting distributedautomation; JobCenter, a Web-based commandexecution with a built-in scheduler; andReportCenter, a tool for tracking operationalactivity as it happens and generating historicalreports. Various automation libraries were alsoupdated.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
netservices(1M) 					  System Administration Commands					   netservices(1M)

NAME
netservices - enable or disable network services SYNOPSIS
netservices open netservices limited DESCRIPTION
The netservices command uses the Solaris service management facility, smf(5), to control services that accept over the network from remote clients. When netservices is invoked with the limited command-line argument, all network services except the secure shell daemon, sshd(1M), are either disabled or constrained to respond to local requests only. Invoking netservices with the open command-line argument enables a large set of network services, as in previous releases of Solaris. To customize the configuration set enabled by netservices, use svcadm(1M) to enable or disable individual services. Use svccfg(1M) to set properties that determine whether a service accepts input from remote clients. See the man pages for individual services for the names of service instances and their properties. Note that the netservices command has an interface stability of Obsolete. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
svcadm(1M), svccfg(1M), sshd(1M), attributes(5), smf(5) SunOS 5.11 31 Aug 2006 netservices(1M)