Questions tagged [server-administration]
139 questions
1
vote
1 answer
How to keep Supervisord running unconditionally?
In the Supervisord conf files you can specify to autorestart a certain program with:
autorestart=true
But is there an equivalent for [Supervisord] itself?
What is the recommended method of making sure Supervisord continues running unconditionally,…

chinnychinchin
- 5,564
- 2
- 21
- 18
1
vote
1 answer
Domino agent - Remote server is not a known TCP/IP host
I have a Domino development server I can't get web-based emails to send from. The error I'm getting is "The remote server is not a known TCP/IP host". The server works fine for Notes based emails, but I'm generating emails from LotusScript in an…

Beau Schless
- 11
- 1
- 1
- 2
1
vote
0 answers
Weblogic Performance Tunning
We have a problem with Weblogic 10.3.2. We install a standard domain with default parameters. In this domain we only have a managed server and only running a web application on this managed server.
After installation we face performance problems.…

icakirlar
- 15
- 5
1
vote
1 answer
How do I track what file php is parsing on linux?
We've been having load issues at the company I work for. Certain scripts have been taking long execution times, and we have not been able to track which ones. We use a LAMP stack. My question is, is there a way to view what files are currently being…

kokorohakai
- 215
- 2
- 7
1
vote
1 answer
heap memory allocation and performance
An application is running in a high end Linux server with 16 GB RAM and 100 GB Hard Disk. We have following command to run the program.
nohup java -server -Xmn512m -Xms1024m -Xmx1024m -Xss256k -verbose:gc
-Xloggc:/logs/gc_log.txt MyClass >>…

learner
- 625
- 2
- 11
- 25
1
vote
0 answers
Is there the way to programmatically change Windows Server password ignoring Local Password Policy using Admin account?
I have Admin account and want to change password for a specific user on a local Windows Server 2008 machine. Is there possibility to programmatically change the password ignoring Local Password Policy (complexity, history, minimum password age)?
I…

ohavryl
- 397
- 1
- 5
- 17
0
votes
1 answer
MySQL - Changing FT_MIN_WORD_LEN
I've recently asked my server administrator, for my Windows dedicated server, to change the MySQL configuration file (my.cnf) to allow search words of 2 characters or more, from the default of 4.
They said the changed it, restarted MySQL and…

TheCarver
- 19,391
- 25
- 99
- 149
0
votes
3 answers
Transferring MySQL data to another server
I have a central server and several (around 50) remote servers. I want to transfer some log data from each of the servers to the central server every night. They all run Linux, and the logs are stored in MySQL. I have a ssh access to all…

mustafa
- 3,605
- 7
- 34
- 56
0
votes
0 answers
Disable SharePoint Site Managment log-in prompt
I've set up two sites using SharePoint. However, certian pages that require Administration privileges, when visited by end-users trigger a log in prompt.
Can I disable it completely, and make administration only possible on local enviroment?
enter…
0
votes
0 answers
NodeJS / NPM not found via SSH although installed in WHM
first time poster -- searched but couldn't find anyone with quite this issue.
Running EC2 instance with current WHM. Trying to get npm to work, but for some reason simply cannot. First was finding that NodeJS was not installed on the server. I…
0
votes
1 answer
Sending email via curl in Linux
i am using command below for sending emails via curl in a linux docker container.
curl ${REPORT_SMTP_SERVER} --mail-from ${REPORT_MAIL_FROM} --mail-rcpt ${REPORT_MAIL_TO} --upload-file error.txt
This command works pretty well and emails are sent.I…

olti
- 91
- 1
- 10
0
votes
1 answer
How to activate IPv6 on dedicated Ubuntu 18.04 server?
everyone!
I am not an expert, but part-time admin; please excuse if the question is too simple:
How can I enable IPv6 on my dedicated Ubuntu 18.04 LTS server?
The problem: Both the file "/etc/netplan/config.yaml" and "/etc/network/interfaces" are…

PieterCoder4
- 11
- 1
0
votes
0 answers
Postman proxy - "stop capturing" what does it mean?
I am using Postman proxy for "capturing request and cookies"
Do I understand it correctly:
Pressing "Capture requests" starts the proxy service.
Pressing "Stop capturing requests" stops the service or ... only unchains the intercepting/logging hook…

Talavera316
- 69
- 4
0
votes
1 answer
DCPROMO fails with error "Access is denied" if the user does the promotion isn't granted the "trusted for delegation" user right
I need to transfer FSMO roles from Windows Server 2012 R2 to Windows Server 2019. It works well with clean Datacenter editions of both systems but not with existing Windows Server 2012 R2 Essentials.
There are existing Windows Server 2012 R2…

Ivo Kubita
- 1
- 1
0
votes
2 answers
Is virtual SSD IOPS parameter comparable to physical one?
I have to take some decisions about migrating from dedicated servers to the cloud.
Everything is fine except I don't quite understand how to compare physical SSD to the cloud because depending on the numbers it seems like virtual SSDs are just less…

uneven
- 341
- 2
- 13