问题标签 [system-administration]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1709 浏览

sql-server-2005 - Sql Server 2005 服务的最低权限集是多少?

最佳实践建议不要安装 Sql Server 以作为 SYSTEM 运行。您需要为其创建的用户帐户提供的最低限度是多少?

0 投票
5 回答
288 浏览

system-administration - 当站点进入社交书签/共享站点时,系统/网络管理员必须考虑哪些技术问题?

我问的原因是 Stack Overflow 已经被SlashdottedRedditted

首先,这对支持网站的服务器有什么影响?其次,系统管理员可以做些什么来确保他们的站点尽可能保持正常运行?

0 投票
8 回答
364 浏览

windows - 用于将 Windows XP + 标准化应用程序推广到小型计算机实验室的简单免费或廉价工具?

我管理着一个拥有约 40 台机器的高中计算机实验室,拥有配备不同硬件的旧 PC。我需要为新机器推出 Windows XP + 一套标准的应用程序和设置,并重新格式化旧机器。

有什么工具可以帮助解决这个问题?它不一定是完美的,但如果它能最大限度地减少我在机器前安装程序和调整设置的时间,那就是一场胜利。

0 投票
6 回答
2839 浏览

desktop - 哪个桌面虚拟化软件运行最流畅?

背景: 我在周末做一份全职工作和一份兼职工作,我的两个雇主都为我提供了一台笔记本电脑供我使用。当然,我在家里也有我强大的工作站可以工作,有时当我在办公室工作时(在另一个城市),我会在另一个工作站工作。

问题: 这使得我维护的完整的 4 台 PC(软件版本、许可证和设置)只是为了完成我的工作,相信我,我的首选软件列表太大了。

我想在我的 VMware 服务器上设置一个虚拟桌面,这样无论我在哪台 PC 上工作,我都可以从相同的安装和相同的会话中工作。

现在我没有时间和金钱对每个设置进行全面测试,所以我想听听您在这个主题上的经验。

问题: 我应该使用带有一些远程登录软件(如realVNC teamviewer logmein等)的 VMware 虚拟工作站还是应该投资像SunVMware提供的完整 VDI 系统?

编辑: 我在 Windows XP 上的 Adob​​e Dreamweaver 中编程 - 但我在 Debian 上运行我的服务器,有时也在 VIM 中进行快速编辑。首先,我打算用基本安装虚拟化一个 WinXP,看看它是如何运行的。

0 投票
4 回答
3132 浏览

monitoring - 是否有像 xentop 这样的监控工具可以跟踪历史数据?

我想查看访客 cpu/内存/IO 使用的历史数据,而不仅仅是当前使用情况。

0 投票
2 回答
1776 浏览

windows - 管理多个 Windows 系统的补丁级别

在具有多个 Windows 服务器的环境中,确保所有系统的补丁合规性的最佳方法是什么?

是否有一个简单的工具(某种客户端/服务器应用程序?)允许生成报告以显示所有系统的状态,以便可以修复任何没有自动修补自身的问题,而无需每次审核时手动检查每个系统需要吗?

0 投票
3 回答
1220 浏览

performance - Server virtualization: how to avoid, locate and fix bottlenecks?

Server virtualization is a big thing these days, so I'm tasked at work to install some of our software on a virtualized server and see what happens. Long story short: a rsync transfer promptly brings the virtualized server to its knees. The virtualization host is a beefy machine with no other load; I don't think this should be happening. Top shows high load averages, and cpu iowait near 100%. There's a huge bottleneck somewhere.

I'm more a programmer than a sysadmin, I lack the knowledge on how to go about fixing this outside of random Googling. I suspect I'm not alone in this.

What I'd like to see here is general advice on virtualization, and pointers to good articles and other resources, which I and others could use to educate ourselves.

  • What tools (even standard unix tools) can be used to pinpoint bottlenecks?
  • What metrics should be followed to ensure things run smoothly?
  • What kind of things can be efficiently virtualized?
  • What kind of setups are doomed to fail?

I apologize the broadness of the question. I just don't have the knowledge to ask useful specific questions about this.

Edit: More on my specific problem:

  • XAN paravirtualization, 3 x guest CentOS
  • All guests on local SCSI disks, there is a fully hardware raid controller
  • rsyncd running on 1 guest os, transfer initiated from a remote non virtualized server through 100mbps LAN

Like I said before, I really can't provide a ton of useful data. I'm not really expecting to get a direct solution to this problem, I'd be happy with pointers on where to start building the skillset required to better understand these kinds of problems.

0 投票
4 回答
1554 浏览

ubuntu - 如何在 Ubuntu 服务器上继承权限?

对于第二个新手问题,我很抱歉,我是开发人员而不是系统管理员,所以这对我来说都是全新的。我希望我能清楚地解释自己!开始。

这是我所做的:

  • 登录到 root 帐户

  • 创建帐户“richard”和“austin”

  • 创建了“开发者”组,并在其中添加了“理查德”和“奥斯汀”

  • 创建目录/server,并使用“chown richard:developers /server”更改所有者

  • 将 /server 的权限更改为 drwxrwxr-x(以便组可以写入)

  • 退出 root 帐户,并进入“richard”帐户

  • 创建目录 /server/production 和 /server/staging

  • 在 /server 中使用“ls -l”列出内容,并找到 drwxr-xr-x 的权限以及 /server/production 和 /server/staging 的“richard:richard”所有权。因此,“austin”可以在 /server 目录内进行编辑,但不能在“richard”创建的目录内进行编辑。

我究竟做错了什么?我想确保在 /server 目录中创建的任何文件或文件夹都具有组写入权限并且属于开发人员组。我该怎么做?

谢谢你的帮助!

0 投票
2 回答
1023 浏览

sql-server - 将 Reporting Services 2005SP2 连接到 SQL Server 2008

我正在尝试在另一台托管 ReportServer DB 的机器上使用 SQL 2008 配置 Reporting Services 2005SP2。

当我创建 ReportServerDB 时,数据库被创建为版本 C.0.9.45:

之后,当我尝试初始化 Reporting Services 时,我收到有关版本号不正确的错误消息。Reporting Services 创建了 ReportServer DB 版本 C.0.9.45,但现在需要版本 C.0.8.54。

更改数据库的兼容性设置没有效果。并且更改数据库中的版本号 sproc 以返回 Reporting Services 想要听到的内容,只会延迟崩溃,直到初始化开始。

有任何想法吗?

0 投票
8 回答
7357 浏览

python - 你会为 Linux 系统管理员推荐哪本书?

用于 Unix 和 Linux 系统管理的 Python是针对系统管理员的。除此以外的任何其他收藏夹。