Questions tagged [server-administration]

139 questions
1
vote
1 answer

Set Password of Local User Administrator for Client pc via GPO

In my environment, I am trying to create two different local users for my all client pc; built-in-administrator as a backup account, and custom local admin for implementing LAPS. I am creating a backup account for any trust relationship break issue…
1
vote
0 answers

Windows Server 2019 MYSQL Connection Slow with intermittent problems

I have a very basic Python script running on a Windows VPS. This script is connecting to a Linux private server. This script is for testing purposes: import mysql.connector mydb = mysql.connector.connect( host="***", user="***", …
1
vote
1 answer

Validation URL information with nginx

We have API application, which uses many customers. Every customer have API token, which he passed in GET request. Example from access log: GET /api/token=FhrHd25Sk6REmwqn32Ssdf/bla?/bla/bla We want to create whitelist for tokens and limit the…
nik
  • 23
  • 3
1
vote
0 answers

Hyper-V: Delete Saved State

In Hyper-V what happens when I "delete saved state" of one Remote PC; Would I lose the data in that Remote PC? Because I have tried to increase the Ram but it didn't work.
1
vote
1 answer

Where is the best place to learn server administration for a CentOS WHM/cPanel sever?

I'd like to be able to manage my dedicated server properly. It's running WHM 11.28.87 and CENTOS 5.5 x86_64. I can find my way around WHM and cPanel easy enough. I would really like to know the command line stuff/Common tasks/Best practices…
firefusion
  • 1,087
  • 2
  • 14
  • 26
1
vote
1 answer

Moving Vobs between Win and AIX

Prior to upgrading UCM from 7.1.2.6 to 8.x we need to amalgamate the vobs on a windows server to a common vob sever on aix. However it appears we have a bit of a Siamese twin set up that from the Windows Region I can already see both sets of VOBS.…
D Beange
  • 159
  • 7
1
vote
1 answer

Migrating UCM Clearcase to new Server

As part of an infrastructure upgrade we are Upgrading our instance of UCM clearcase and moving to new servers. We currently have an Admin PVOB and all the project PVOBS are linked to the Admin Pvob and the Vobs linked to their PVOB. When moving to…
D Beange
  • 159
  • 7
1
vote
1 answer

Prevent Work Item from being deleted in TFS 2015-2017

I am administering a TFS 2015 server, soon to be upgraded to 2017. Is it possible to prevent a work item from being deleted? Early versions of TFS did not allow deletion - So is there any config or extensions that prevent it. How will this…
1
vote
0 answers

Remove Jsessionid from url with liferay 6

I am having problems with the ;jsessionid=xxx in the URLs coming from Liferay. I want to use only cookies. I finde this parametar (session.enable.url.with.session.id=false) but also i don t know where put this parametar I am using Liferay 6.0.12…
MaxY
  • 13
  • 1
  • 4
1
vote
0 answers

Getting already removed applications in site application list

I am getting the list of both removed and present sites under IIS default site. Below is my code. ServerManager server = new ServerManager(); SiteCollection sites = server.Sites; foreach (var site in sites) { …
Prashant Mohite
  • 758
  • 2
  • 7
  • 19
1
vote
0 answers

Apache mod_wl2.4 plugin error parseJVMID

I have some issues with setting an clustered environment for weblogic and Apache. The structure is like this: 1 webserver that proxies requests to a clustered environment of 3 weblogic servers. Everytime i send the request to the apache server , the…
1
vote
0 answers

How to return the same content for any path base on User Agent?

I run a server with the URL pattern http://*.self/. Based on the client's User Agent string i need to return the same content whatever their path may be. In example: http://example.self/foo http://example.self/bar http://example.self/asdf Will…
A. K. Tolentino
  • 2,112
  • 3
  • 25
  • 33
1
vote
4 answers

Is it possible to run multiple command with remote command option in putty?

I want to run multiple commands automatically like sudo bash, ssh server01, ls , cd /tmp etc at server login.. I am using Remote command option under SSH in putty. I tried multiple commands with delimiter && but not working.
Aman Aggarwal
  • 17,619
  • 9
  • 53
  • 81
1
vote
0 answers

getting secutiry permission on hostgator

We had developed an application in ASP.NET MVC 4,framework 4.0 with database as MY SQL Version of dlls we had used: MySQl.data.dll : 6.8.3 Nhibernate : 3.3.3 Newtonsoft.json : 4.5.11.15520 Fluent Nhibernate : 1.4.0.0 It's working perfectly fine on…
anagha
  • 63
  • 4
1
vote
0 answers

Distribute Oracle Update ISO to Remote Servers

I need to get this oracle update installed on 30 remote servers running suse enterprise 11. I do not work with scripting much but have a general understanding. The distributer of the program running on the servers just sent me an iso and said I…
1 2
3
9 10