a person responsible for maintaining the running health of a system (usually an electronic computer).
0
votes
1answer
12 views
Backup Exec freezing on inventory and clean jobs
Overall, I need to be able to run backup jobs which are already in place, but are failing whenever run, see my last thread: ...
0
votes
0answers
10 views
monitor process CPU and memory usage using perf monitor
How do I setup perf monitor on a WinXP machine to monitor CPU and Memory usage of a particular process?
I got down to adding counters on performance monitor but can't figure out the counter name from ...
0
votes
1answer
24 views
Any way to run the latest version of phpThumb with escapeshellarg disabled?
My web hosting account recently got hacked through a phpThumb exploit so I had to upgrade it to the last version.
Unfortunatelly I can't run this last version because my web hosting doesn't have ...
-1
votes
1answer
45 views
centos mysql log file date format [closed]
i'm sure the answer is obvious but i cannot for the life of me find it. I need to know at what date a specific configuration item changed for my mysqld. This config change is noted in the mysqld.log ...
0
votes
1answer
290 views
Powershell Send-MailMessage cmdlet - Subject parameter won't let me pass a number
So as part of a larger script I'm working on I have to send an email with results
Whenever I use a number in the Subject field not only is the number not send BUT the mailmessage is never sent and no ...
0
votes
1answer
69 views
Monitoring concurrent user in Zabbix
Say I want to monitor number of concurrent user at this moment in our production server using Zabbix http://www.zabbix.com/. Can anyone let me know how can I do that? The servers are written in java.
0
votes
0answers
29 views
Best way to complete a queue with Cron Jobs and PHP [closed]
I have a lot of items in a queue, and I need to process each one of them every 30 minutes to check if the API we're waiting on has accepted the information we submitted to it. (we're working with a ...
1
vote
1answer
68 views
How to make find return the target of a symbolic link in hpux?
I want to execute the find command but I want it to return the target instead of the symbolic link itselft.
Is that possible to do in HP-UX?
For example, with:
security -> ...
0
votes
1answer
52 views
Apache Rewrite Rule including dynamic directories
I'm trying to create a rule in .htaccess using the following conditions:
RewriteEngine On
RewriteCond %{QUERY_STRING} ^year=2013$
RewriteRule ^/media/news/info.php$ ...
0
votes
0answers
129 views
Tacacs+ scenario: can i permit user to configure only for one interface and deny other
I'm currently deploying tacacs+ with cisco device, i use tacacs server from here http://www.shrubbery.net/tac_plus/
my scenario is: i want to permit user to configure my router but only for specific ...
0
votes
0answers
19 views
NOC email manager
I have an inbox that gets all the automated notifications from my servers.
It includes the system errors, and applications errors, mainly java errors.
I need to organize this, by having some kind of ...
0
votes
1answer
61 views
Multiple VirtualHosts files for subdomains in apache2 [closed]
I'm new with apache2 and virtualHosts and all these things, I'm trying to set multiple subdomains, each in one file.
For example, I'll have
quentin-dommerc.com file in site-available :
...
1
vote
0answers
22 views
How to add system hook to gunicorn with sysadmin's config?
I trying to add system hook by:
def when_ready(server):
server.log.info('WHEN_READY')
CONFIG = {
'mode': 'django',
'when_ready': when_ready,
'args': (
...
2
votes
0answers
117 views
Give users who don't have sysadmin role the ability to use SSMS (or similar) to attach / detach databases from external source
I've searched high and low for how to do this. Let me give some background so we can avoid repeating the same old stuff.
At my company we sometimes receive hundreds of databases a month from external ...
1
vote
0answers
28 views
CDC not enabled when using login account with sysadmin roles
I get an error when trying to enable CDC on one of our SQL2012 instances, when using a login account that is a member of the sysadmin fixed server role.
Procedure sp_cdc_enable_db_internal,
...
0
votes
2answers
33 views
Multiple applications using copies of a directory on a SAN
I have an application (Endeca) that is a file-based search engine. A customer has Linux 100 servers, all attached to the same SAN (very fast, fiber-channel). Currently, each of those 100 servers ...
1
vote
1answer
221 views
process memory size solaris
Running perl script in solaris 10 machine. Know the RAM Size is 25 GB. Have two queries.
Normally How much RAM memory a solaris process is allocated. Is it a default value assigned to any script ...
0
votes
1answer
164 views
Can't save old netsh http urlacl reservation
I was experimenting with the settings on a server, and it gave this information from netsh http show urlacl:
Reserved URL : http://+:47001/wsman/
User: NT SERVICE\WinRM
Listen: ...
1
vote
1answer
109 views
Appropriate file permissions for websites using Git and FTP
What are the appropriate file permissions for a website which can be updated by either Git (e.g. core app files), FTP (e.g. plugins) or upload forms (e.g. images)?
Users involved:
root
apache
...
2
votes
2answers
219 views
How to create a capistrano task to download latest database_backup.tgz and import locally?
I'm trying to do something with a Capistrano task that is similar to the heroku db:pull functionality if you are familiar with it.
I have a remote server. On that server I have a bunch of backups in ...
0
votes
1answer
147 views
How to start Thin server automatically when System Re boots
How to start thin Server automatically when Server Reboots.
I have a Rails 3 project which uses Thin Server.I can manually control the thin Server from terminal.Is it possible to start thin server as ...
0
votes
1answer
346 views
linux alternatives command database (find a name)
I'm using a system that has various java versions installed and uses the "alternatives" command to switch between them. I know that I can change the Java version using this command:
alternatives ...
1
vote
3answers
1k views
How to edit my php.ini file in linux [closed]
I have a issue with my php webserver. I have done extensive research and found out that I need to remove a line from my php.ini file
The line is
safe_mode = "On/Off" ...see ...
2
votes
1answer
176 views
How can I fix this failing Python extension build due to not finding a suitable Fortan compiler in Cygwin?
I'm attempting to install a Python extension (hydroclimpy.sourceforge.net) which apparently needs to compile some Fortran into itself before it's installed. When I run the build command for the ...
0
votes
1answer
222 views
What does lvcreate on physical volumes? Will it removed the data?
Base on http://www.centos.org/docs/5/html/5.2/Cluster_Logical_Volume_Manager/create_linear_volumes.html
"When you create a logical volume, the logical volume is carved from a volume group using the ...
0
votes
2answers
38 views
Will the data on my physical volume NOT deleted when creating a new Volume Group and Logical Volume?
Basically my problem is mounting a logical volume which I posted on another question How to mount logical volume.
The problem mainly lies on unrecognized volume group.
When running fdisk -l, one of ...
0
votes
1answer
1k views
How to mount logical volume [closed]
I have this problem on mounting a logical volume. I have done some research and still have not found solution. I have read this http://superuser.com/questions/116617/how-to-mount-lvm-volume also but I ...
1
vote
2answers
175 views
How can I populate HTML table numbered rows based on whether they match row number?
So, I asked this question earlier this week, and @newfurniturey helped me out, but now I have a new problem: I'd like to be able to put devices in that span more than one U (hence, the usize column in ...
2
votes
1answer
312 views
PHP MYSQL - Populate HTML table numbered rows based on whether they match row number
So, basically I'm trying to make a datacenter cab diagram. We have an excel spreadsheet, but this is not easy to update, nor easily searchable. I have three tables in a MySQL DB; the db is: racks, the ...
0
votes
1answer
154 views
Log tailing daemon with Python
We have a legacy C written program that output log to a text file and this program is able to rotate the log daily.
e.g.
app.log
app.log.2012-10-24
app.log.2012-10-23
..
Now I want to write a ...
0
votes
1answer
167 views
TFS 2012 Express permission inheritance - not all permissions inherited from group
Can anybody explain why not all of the Team Foundation Server 2012 Express permissions are inherited? Is it expected TFS behavior?
I'd expect that a user added to Project Collection Administrators ...
0
votes
0answers
308 views
inittab entry : respawn
I have made below entries in my /etc/inittab entries.
ucd:2345:respawn:/opt/EMS//SystemMonitor/scripts/hostSnmp > /dev/null
mq:4321:respawn:/LOGS/SAS/command_ac
when i execute init q these ...
1
vote
2answers
332 views
Write a bash script to restart a daemon [closed]
I thought I could just use this related question: How Do I write a bash script to restart a process if it dies. @lhunath had a great answer and told me everything I might do about it was wrong, but ...
0
votes
0answers
41 views
What are Secure Server Configurations for web apps? [closed]
Developer attempting to be a sysadmin for a cloud server.
On a Linux server (LAMP stack), what steps need to be taken at a MINIMUM to configure a secure server? Should I remove the root user? ...
1
vote
2answers
170 views
How do I deploy an entire environment (group of servers) using Chef?
I have an environment (Graphite) that looks like the following:
N worker servers
1 relay server that forwards work to these worker servers
1 web server that can query the relay server.
I would ...
0
votes
3answers
54 views
Where to store configurations
I am trying to move my configuration folder to my debian server and store it in a place which seems the most sensible and logical. I was dumping everything in home but now it looks like this:
...
0
votes
1answer
382 views
SQL Server sysadmin user server role [closed]
Is it possible to read/write into a SQL Server 2005 database, from a VB.NET application, using a user who does NOT have a sysadmin server role?
2
votes
2answers
71 views
install R on a server which cannot get access to internet
I need to install R on a windows server which does not allow me to get access outside network, i.e., internet. Can I install that as follows: I install the R as well as needed package on another ...
0
votes
1answer
176 views
shell script to only keep the latest two tar files, but delete all other tar files? [duplicate]
Possible Duplicate:
Delete all but the most recent X files in bash
The scenerio is as follows:
Two tar files will be created in one directory per day, but I need only the latest two files, ...
0
votes
2answers
578 views
Shell script to run task and shutdown after task is done
I want to run a shell script that runs a python program and shutdowns after the program is done. Here is what I wrote
#!/bin/bash
python program
sudo shutdown -h now
This just shutdowns the system ...
0
votes
0answers
88 views
How to trace user activity in a Amazon RDS instance
We would like to trace the following for audit purposes, since many users use our Amazon RDS instance.
List of all IP(s) which accessed our RDS instance.
The connection credentials used by them as ...
1
vote
1answer
387 views
PCI-DSS 1.3.3/1.3.5, restricting outbound access from DMZ to Internet
we are in the process of obtaining for a PCI Level 1 and I'd really appreciate if anyone can help shed some light on the PCI-DSS 1.3.3 & 1.3.5 requirements which states:
1.3.3 - "Do not allow any ...
0
votes
2answers
724 views
Cannot connect to PgSQL via Laravel SQLSTATE[08006] [7] FATAL
I'm trying to connect to pgsql via laravel and finally got everything setup (pgsql server running, pdo installed, all libs installed). I'm running on a VPS (CentOS) managed via CPanel/WHM.
Here's ...
1
vote
0answers
83 views
how to enable IPv6 on rshd server [closed]
I need to connect other linux host using rsh + ipv6. Can you please tell me how to enable ipv6
on rshd.
[root@v]# cat /etc/xinetd.d/rsh
service shell
{
socket_type = stream
...
0
votes
1answer
426 views
Mount Network Drive with WMI
Trying to write a WMI class function to mount a network drive on any computer (remote or local) using the credentials of the logged in computer.
This is a class for a larger project that I wrote for ...
0
votes
1answer
32 views
displaying SOA environment versions and dependencies
In our SOA environment, we have a variety of environment such as dev, test, qa, uat, etc. In each one of these environments we have various web and REST apps.
I'm looking for some kind of ...
0
votes
0answers
82 views
How to authenticate CVS from LDAP user?
How to authenticate CVS from LDAP user?
i am using cvs pserver protocol
0
votes
1answer
34 views
How to access system [closed]
I have a linux system in which telnetd and ssh server are not running. How can I access the system from some remote machine ?
0
votes
1answer
1k views
How do I fix high memcached wasted space?
We're using a fairly large (20GB), very active (>92% hit rate) Memcache cluster and seeing more than 10% wasted space.
The eviction rate is extremely low (0.1/sec), and the reclaimed rate is flat - ...
0
votes
1answer
368 views
Cloudera CDH3 installation failure, how to get around this?
I am attempting to install CHD3 onto a 3 node cluster. I launch the installations via the Cloudera Manager. All three installations fail.
I see this error after the Cloudera installation fails in ...