Software :: Possibilities Regarding Deployment Of RedHat Server

Aug 10, 2010

We have a customer that wants to look at other possibilities regarding deployment of redhat server. They are now using Altiris. Do you have any other good software, free or not free.

View 1 Replies


ADVERTISEMENT

Fedora Security :: Securing A Server For Deployment In Untrusted Zone?

Apr 1, 2010

I have to deploy a server to some customers that should not be given access to the server itself. I know that nothing is 100% secure but I've searched without finding a decent answer (maybe I googled for the wrong terms ?)I need some advice about encrypted filesystem. * The server must boot without asking for a passphrase (the server will be in a restricted access area so typing a password could take a while). I can't store the password for luks in an unencrypted file so it seems a loop to me. The only way out I can see is to store the passphrase in the boot binaries (better than nothing...) but this results in more work for me.* possibly the customer should not be able to move the hard disks to another pc, i.e. reading the passphrase from some unique hardware ID. This is risky but I could add a master passphrase to be used in case of hardware replacement

View 3 Replies View Related

General :: Svn User With Very Restricted Possibilities?

Mar 15, 2010

I would like an svn user which is able to check in/out to/from my svn repository by using vn+ssh://svn@blah... but without being able to just log in using ssh or use scp or anything else.s that possible?If I understand, system user accounts have no way to log in (even if we set a home folder, a shell and a password for them ?). But then I did not manage to set things up so that it can use my repositories.

View 2 Replies View Related

Server :: Minimum Partition Size Required In Redhat Linux Server For DNS Server Configuration?

May 5, 2011

Right now i have a HP DL 180 Server with 130 Gb Hard Disk & 8 Gb ram after Raiding0+1. i want to configure Domain Controller Server for my office for 200 to 300 Users. what should the partition size must be mentioned in my 130 Gb Hard Disk, is that going to be Sufficient for ME ?

i am bit confused about /Usr /Var /Boot partitions, as i need to manage perfectly in 130 GB

if i go with 4 Gb swap and remaining for " / " is that will be fine ? should i need to specify partition sizes separately for / tmp /var / usr ..

View 3 Replies View Related

Server :: Configure Redhat Enterprise Server 4 As Router And Proxy Server

May 18, 2010

Im new in linux i want to configure my redhat machine as both router and transparent proxy!

View 1 Replies View Related

Red Hat / Fedora :: Samba3 3.3.14 On CentOS 5 Deployment

Nov 16, 2010

Anyone done a deployment of Samba3 > 3.3.4. Had to install this version as I am preparing a domain for Windows 7 computers. My installation on CentOS went well. smbd and nmbd are running OK. I am able to test user accounts with the

smbclient -U usertest \hostusertest

However, I cannot seem to be able to add a computer, even a Win XP workstation to the domain. I used smb.conf files from a previous Samba 3.0.28 with minimal modifications. Kindly forward your smb.conf file, here is mine:

[global]
workgroup = DOMAIN
netbios name = DOMAIN_SERVER
server string = Samba Server Version %v
passdb backend = tdbsam
log file = /var/log/samba/%m.log
max log size = 40 .....

View 5 Replies View Related

General :: Difference Between Installation And Deployment

Apr 24, 2011

Anyone explain me the difference between installation and deployment?

View 4 Replies View Related

Red Hat / Fedora :: Automatic OS Image Mass Deployment

Dec 21, 2010

I have a Linux OS, and I want to make it as an image so that I can install 20 servers with that image as baseline OS.How to do that? As I know:
1. kickstart == is only for new OS instalation, it needs a Linux CD source
2. systemimage == is for clone the partition (not massive deployment)
3. kiwi == only for SUSE

View 2 Replies View Related

Server :: Rsync Files And Directories From A RedHat Host To A Windows Server 2003R2?

Jun 9, 2011

I'm trying to rsync files and directories from a RedHat linux host(v 4.5 & 4.7) to a Windows server 2003R2 Standard Edition with cygwin running. I'm executing the rsync command from the cygwin shell. The transfer involves rsync'ing approximately 1 TB of data from the linux server to the windows server. After about 280+GB of data transfer, the transfer just dies.

There seems to be no particular file or directory that the transfer stops at. I'm able to rsync GB's of data from other linux hosts to this cygwin server with no problem. Files and directories rsync fine.The network infrastructure is essentially the same regardless of the server being rsync'ed in that it is GB Ethernet running through Cisco GB switches. There appear to be no glitches or hiccups across the network path.

I've asked the folks at rsync.samba.org if they know of any problems or issues. Their response has been neutral in that if the version of rsync that cygwin has ported is within standards then there is no rsync reason this problem should happen.I've asked the cygwin support site if they know of any issues and they have yet to reply. So, my question is whether the version of rsync that is ported to cygwin is standard. If so, is there any reason cygwin & rsync keep failing like this?

I've asked the local rsync on linux guru's and they can't see any reason this should fail from a linux perspective. Apparently I am our company cygwin knowledge base by default.

View 3 Replies View Related

Ubuntu Servers :: BEST 10.04lts Desktop Automated Deployment

Aug 25, 2010

vote on the best automated deployment for 10.04 lts desktop! have 50units identical pc's, one pdc (openldap, bind, dhcp) and one fs (nfs server). thinking of installing just one pc with all the updates, program addons and stuff, then thinking of: disk image the disk and copy to the rest of the 49units and just edit the host name and activate the etho by sudo mv /etc/udev/rules.d/70-persistent-net.rules /etc/udev/rules.d/70-persistent-net.rules.old would this be ok? i mean there will be no problem if users authenticate an stuff?

View 7 Replies View Related

General :: Kickstart Versus Windows Deployment Service

Mar 15, 2010

Need comparison of features and performance of Kickstart to Windows Deployment Service? (What do they have in common).

View 4 Replies View Related

General :: Multiple System Deployment (95 Percent Debian)

Jun 17, 2011

The last days I try to find a good and easy solution to keep new installed Servers with same basic configuration. For example every new Installed Server should have:

- phpmyadmin installed and configured
- munin installed and configured
- mysql server with some predefined users and passwords
- same users created with existing ssh keys. also ~/.ssh/authorized_keys file with pub key inside

At the moment I use some bash script to create the users and sync the keys. Basically I need to install predefined packages and remove some other packages configure some config files (or copy working configs). I have looked at cfengine and puppet Server. And I am asking my self if this tools are overkill for this task.

View 2 Replies View Related

General :: Python Package Deployment Tool (Executable)

Jul 6, 2010

I am writing a python package deployment tool for linux based platforms. I have tried various existing tool sets but none of them is up to the mark and they have their own issues. Initially I'll start with simple approach.
1. Find all the modules/packages and copy to "lib" directory.
2. Find python's *.so dependencies (system libs) and copy them to "syslib"
3. Copy python (executable) and libpython2.6.so.1.0 into "dist" directory.
4. Set up temp environment
5. Run main script using "python <main script>.py"

The idea is to produce a cleaner directory structure. Neither I am creating a boot loader nor I am converting main script file into executable. It's plain vanilla stuff. Using above steps I have pulled down a package using wxPython's demo example "pySketch.py". You can download the archive from here: [URL]. After extracting the contents, run the executable file using "./run". This file sets temporary environment variables and execute "pySketch.py". This is eventually not working. I think I am not able to set up temporary environment properly or may be missing some other stuff.

View 1 Replies View Related

Server :: Configure RedHat As A Time Of Day Server For A Docsis Modem System

May 13, 2011

I have been able to find enough information that I need to enable 'time-udp' in /etc/xinetd.d/ But there isn't an entry for time-udp. How do I enable time-udp (Time of Day server) on a Red Hat system? It's RHEL 5.6 64bit.

View 1 Replies View Related

Server :: Icons Not Showing In GNOME Desktop At REDHAT ES Server

May 4, 2011

Icons Not Showing in GNOME desktop at REDHAT ES Server.Also no right click on desktop .No Action.

View 3 Replies View Related

Server :: Unable To Load Redhat 9 Server After Disk Recovered?

Mar 13, 2011

I got this type of messages:k journald starting. commit interval 5 seconds.EXT3.fs:mounted file system with ordered data modefreeing unused kernel memory : 212 k freed.Warning:unable to open an initial consoleAfter this Server is not hang state but stay at same Anybody can help me how to resloved this type of issue.

View 1 Replies View Related

Server :: Redhat Version 5 Server Use As BTSN Exchange?

Mar 6, 2011

i had redhat version 5 server , i want use it as BTSN exchange can i used for this, and how

View 1 Replies View Related

General :: Scalable Test Platform And Patch Lifecycle Manager Deployment

Oct 21, 2010

I am regularly keeping watch on kernel releases like 2.6.36-rcX and compiling the upcoming kernel releases on Fedora 13.I came across STP [URL] and PLM testing and seems like it is relevant tool for compiling, testing the kernel components in very precise way. I am unable to find the documents which can help in how to implement or run the tool. I have just downloaded the Test-suit tar and dont see any README or steps to test or run the tool.

View 1 Replies View Related

Ubuntu Installation :: Windows Deployment Services - PXE Boot Aborted (Grub Rescue)

Dec 23, 2010

I previously had a machine that dual booted Windows 7 and Ubuntu 10.10 32 bit. I recently attempted to wipe out the 32 bit Ubuntu and install 64 bit Ubuntu.

Here what I did:
- I booted from the LiveCD, and had no problems
- I formatted /sda3 using gparted. I checked that Ubuntu resided on /sda3 via the command "sudo fdisk -l". This worked fine.
- I then clicked the "install ubuntu" option on the desktop, and chose the largest chunk of free space.
- About 15% through the install, I was told the CD could not be read from due to a potential scratch or issue. I then tried to revert back to the Os running from the LiveCD, and things went crazy. I had trouble shutting down the machine and did a hard reset.

Now, whenever I boot I am greeted with the following message:
Windows Deployment Services: PXE boot aborted
error: no such partition
grub rescue>
At the grub rescue prompt when I ls, I see:
(hd0) (hd0,4) (hd0,2) (hd0,1)

I can still boot the LiveCD. I tried that again and tried to again format sda3 using gparted but had no luck fixing the issue. When booting from the LiveCD I am also told by gparted that "sda1 does not coincide with a cylinder boundary" or something of that nature.

View 9 Replies View Related

Server :: How To Install Bind Server On RedHat 5

Apr 26, 2010

How to install step by step to install bind server on RHEL 5.

View 3 Replies View Related

CentOS 5 Server :: Difference Between NIS And Redhat Dir Server?

Apr 6, 2009

It seems that NIS/NIS+ and Redhat Dir Server/CentOS Dir Server have similar functions.

What are important differences between them?

View 3 Replies View Related

Red Hat :: Redhat 5 Windows XP Dual Boot Boots Only Into Redhat?

Jan 11, 2011

I had Windows XP working. I then put in a new hard disk and installed Redhat 5 on it. rom then i could only boot into Redhat. Further, everyting is very slow. Anothe rproblem is that Redhat does not see my netwrok so I cannot get onto the Internet. I need to have the choice of booting into XP or Redhat.

View 2 Replies View Related

Server :: How To Install Ns2 In Redhat 5?

Nov 10, 2010

what are necessary requirements to install ns2.can i install ns2 in redhat5v

View 1 Replies View Related

Server :: How To Load Tun In RedHat

May 9, 2010

how to load tun in RedHat

Code:
uname -a

Linux server 2.6.18-028stab067.4 #1 SMP Thu Jan 14 17:06:11 MSK 2010 x86_64 x86_64 x86_64 GNU/Linux

View 10 Replies View Related

Red Hat / Fedora :: Redhat 5 Server Is Slow?

Oct 13, 2010

My Redhat 5 Linux system is "SLOW". . . .My system is 250 GB hard disk, 4 GB RAM and Xeon Processor.Its really getting late to start all the services in the boot it self....Then it takes more than 5 mins to get my Username and Passwd screen....After i entered in to GNU mode its getting even more slower. . .it takes minimum 5 minutes to enter in to OpenTerminal. . . I tried top it is not useful. . .I didn't install any s/w recently

View 6 Replies View Related

Server :: Can't Ping To Other Network On Redhat 6

Jun 10, 2011

Why my redhat can;t ping to other network( if ping to gateway is ok) and than i can use internet and resolve to dns. selinux status is disable and iptables is flush

View 2 Replies View Related

Server :: Compiling Rsyslog 4.x Or 5.x On Redhat 5.5?

Apr 9, 2010

We want to begin centralizing our system logs to a dedicated server, using a daemon that is flexible and offers more features. After some research, I decided to give rsyslog a whirl (versus syslog-ng).roblem has come down to compilation errors which, unfortunately, I've not been able to resolve otherwise (rsyslog forums) and it appears this is a larger problem with the product. So before I begin making another decision, I wanted to get some input from others here.Here is a snippet of the errors:

Code:
/usr/local/src/rsyslog/rsyslog-5.4.0/runtime/queue.c:1291: undefined reference to `ATOMIC_SUB'

[code]...

View 3 Replies View Related

Server :: CVS Configuration On Redhat Enterprise ?

May 11, 2009

Installation of CVS on Redhat linux

Installing CVS on Redhat Linux Redhat Enterprise 4.0

The following steps give simple steps to install CVS software on Redhat Enterprise Linux 4.0.

1) Download the tarball cvs-1.11.1p1.tar.gz
2) Run "gunzip cvs-1.11.1p1.tar". You will get file called cvs-1.11.1p1.tar.
3) Then extract this file using command
"tar -xvf cvs-1.11.1p1.tar".
4) Then go to directory cvs-1.11.1p1.
5) There you will find a file called INSTALL. Read it once carefully.
6) Now run the command "./configure."
7) Build it using the command "make".
8) Install binaries/documentation using command "make install".
9) Now open file called /etc/services and add the following lines.
Cvspserver 2401/tcp # CVS client/server operations
cvspserver 2401/udp # CVS client/server operations
10) Open file called /etc/xinetd.conf and add the following lines to that file.
service cvspserver
{
Port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv =
server = /opt/bin/cvs
server_args = --allow-root=/home/cvs -f pserver
env = HOME=/home/cvs
log = /var/log/cvslog
}
11) Space on both sides of = in the above file is a must.
12) Restart xinetd services by running command " services xinted restart "
13) Check whether CVS is running on the port 2401 by using the following command "nmap IP |grep 2401". If the CVS server is running correctly it will give output as "2401/tcp open cvspserver ".

It doesn't output like "2401/tcp open cvspserver"

View 1 Replies View Related

Server :: Find Version Of Redhat?

Jun 12, 2011

I have redhat cd's(total 5 cd's). I want to install RHEL4. My problem is that I am not sure that cd's are RHEL4 version. How can check the version of rhel using cd's?

View 5 Replies View Related

Server :: Config The Redhat Add To AD (server2003)?

Apr 7, 2010

there is an active directory in our company , the AD's system is server2003 , now i wanna to make the redhat5 system to add AD.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved