Questions tagged [administration]

Refers to a wide range of system administration tasks. Please consider using more specific tags.

What to tag?

You should probably use one of the more specific administration tags, or the tag for your specific system instead, such as:

  • database-administration
  • windows-administration
  • jboss6.x

Meaning

performing operational activities on a system. these operations may require elevated permissions, special knowledge, or a limited user base.

649 questions
11
votes
3 answers

Is there an easy way to generate a graph of Ansible role dependencies?

Since version 1.3, Ansible has supported role dependencies to encourage reuse of role definitions. To audit and maintain larger orchestrations, it would be nice to have some way to easily generate a dependency graph of which roles depend on which…
Martin Thorsen Ranang
  • 2,394
  • 1
  • 28
  • 43
11
votes
2 answers

How to open Neo4J Webadmin to remote control?

I have installed a Neo4J instance on my server on port 7474. My domain is also using that server and I want webadmin to be used remotely with a username and a password like this: example.com:7474 Is there a way to do that? I could not find any…
gzg
  • 1,469
  • 6
  • 23
  • 39
11
votes
2 answers

Memory utilization in redis for each database

Redis allows storing data in 16 different 'databases' (0 to 15). Is there a way to get utilized memory & disk space per database. INFO command only lists number of keys per database.
appanponn
  • 465
  • 4
  • 9
10
votes
5 answers

How can I remotely execute a script in Windows?

I would like to have a Windows 2003 server fire a script to fire another script in a separate Windows Server 2008 computer. I have been told that Powershell can do that, and that's fine, but I need more specific details. Does anyone have any tips…
Frew Schmidt
  • 9,364
  • 16
  • 64
  • 86
10
votes
3 answers

How can i check if ini_set will work on the server?

How can i check if server configuration allows me to set an option like: ini_set('upload_max_filesize', '8M'); in a PHP script? Here is a list of php.ini directives but i can't really figure out how to make a check before tring to change that…
user1098965
10
votes
2 answers

IIS7 Profiling

Is there a way to profile IIS7? (freeware?) Number of connections Bandwidth usage Errors (Event Viewer?) -... thx, Lieven Cardoen ps: Something similar to mssqlserver profiling
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
10
votes
1 answer

Is there any free GUI for administering AD LDS (ADAM)?

I am researching if ADLDS or ADAM is suitable for handling the users of a company product. Currently we are using AD, but we are planning to scale to more customers without needing to buy CALs. I got how to use ADSI Edit to add User & Groups, but I…
Gerardo Grignoli
  • 14,058
  • 7
  • 57
  • 68
10
votes
3 answers

Rails application settings?

I am working on a Rails application that has user authentication which provides an administrators account. Within the administrators account I have made a page for sitewide settings. I was wondering what the norm is for creating these settings. Say…
dannymcc
  • 3,744
  • 12
  • 52
  • 85
10
votes
3 answers

Is there such thing as a client-side administration panel framework for RESTful resources?

I've worked with Rails in the past, and I used ActiveAdmin to make administration panels. I'm moving to Node and I'll be using Sails as a framework for a one-page app, and probably AngularJS on the client side, but there is still the issue of the…
Zequez
  • 3,399
  • 2
  • 31
  • 42
9
votes
2 answers

How to create an alias path on local IIS?

Unfortunately searching the web didn't make me any smarter. I have a web application running under my local IIS 7.5: http://localhost/myWebpage/ Now I'd like to create an alias path pointing to the same application, something like…
sl3dg3
  • 5,026
  • 12
  • 50
  • 74
9
votes
2 answers

Tomcat 6.x Administration

With the Administration tool was not ported from Tomcat 5.x to Tomcat 6.x, how do people manage Tomcat configuration? Are there other 3rd party Admin applications available? Or is all configuration done through editing xml files. Thanks
Mark Sailes
  • 1,224
  • 15
  • 17
9
votes
4 answers

Is it possible to configure VS2010 to always run as Administrator?

Does anyone know if you can do this by default rather than having to use context menu?
abarr
  • 1,140
  • 3
  • 13
  • 28
9
votes
2 answers

The best way to separate admin functionality from a public site?

I'm working on a site that's grown both in terms of user-base and functionality to the point where it's becoming evident that some of the admin tasks should be separate from the public website. I was wondering what the best way to do this would…
AndrewO
  • 1,590
  • 1
  • 17
  • 24
9
votes
3 answers

Best practice for creating administrator interface in Laravel 4

I would like to create an administrator interface for my Laravel project, which is completely separated from the user side. For example, in Yii framework I can make a module and this will ensure full separation from the user side. Inside a module I…
Nagy Ervin
  • 701
  • 2
  • 11
  • 21
9
votes
5 answers

Cannot Add a Sql Server Login

When I try to create a SQL Server Login by saying CREATE LOGIN [ourdomain\SQLAccessGroup] FROM WINDOWS; I get this error The server principal 'ourdomain\SQLAccessGroup' already exists. However, when I try this code DROP LOGIN…
Pete
  • 3,991
  • 3
  • 31
  • 30
1 2
3
43 44