Ubuntu Servers :: Deploy ACL U9.10 Server?
Mar 1, 2010I would like to know how to deploy an ACL (ACCESS CONTROL LIST) on Ubuntu 9.10 server, because "apt-get install acl" is not responding.
View 2 RepliesI would like to know how to deploy an ACL (ACCESS CONTROL LIST) on Ubuntu 9.10 server, because "apt-get install acl" is not responding.
View 2 RepliesWe have to install centos 5.5 in approx 60 servers and we want to have a server in which we can create an image of 1 server and deploy it on all other severs through pxe. Mainly all servers will be having raid 5 or raid 1 configured. So the utility should be having the raid support.
View 1 Replies View RelatedWe are going to deploy a new network with PCs and servers. until here, Windows was choosen. However, because of legacy applications, Linux is now chosen. Therefore, I am looking for something to replace Active Directory. I know there are software for eacho prupose (BIND for DNS, But I would like to have a central tool with integration between services as Active Directory can provide.
The services I need are:
- DHCP
- DNS
- Directory for central authentication (workstations are not on stand alone)
- File shares
- Binary repository for upgrade (as WSUS on Windows)
- NTP
I am looking for a server solution that would allow me to deploy Windows Desktops and software to clients on the network. Ideally I am looking for a Linux server solution but would consider a Windows Open Source alternative.
In the past I have used Symantec Altiris Deployment Server.
I wonder if there is any fast deploy kernel for multiple servers / VPSs when new kernel is available? Kernel from RHE/CentOS is always old comparing to new versions from kernel.org
View 1 Replies View Relatedi use CentOS5.4, i want to deploy VPS on my server. Which technology i can use: OpenVz or Xen?
View 2 Replies View Relatedhow I can deploy a WAR file with a Tomcat that happens to be installed on a server. I divided it to different small questions but no strait answer so far.
These are the things I've done:
created a myapps folder inside the tomcat directory, and copied the WAR file there.
These are the questions:
1. I did not touch anything inside the Tomcat folder, anything need to be changed?.
2.How to start the Tomcat so that it can deploy th e WAR file?
i installed apache 2.2.15 in my system its working properly.... but i deployed some php files in /usr/local/apache2/htdocs ... i was not able to run that php files ..... if i run that php file in browser it shows content of that file... for an example i created one test.php file(it contains <?php echo "hello world" ?>) and put it in /usr/local/apache2/htdocs... if i run in browser using this [URL] its shows in browse like this <?php echo "hello world" ?>......
View 1 Replies View RelatedI want to deploy war file on tomcat server remotly.
View 4 Replies View RelatedI need to deploy Windows Server 2008 R2 onto a server that is currently running Linux. Effectively, I want to restore a Windows disk image onto the Linux system hard disk.I don't have physical access to the machine, so I need to find a way to do everything remotely, using SSH (no KVM). And the Linux machine only has one hard disk - the one containing the OS. However, I might be able to create a partition in free space at the end of the hard disk to store the image (I might need some help with the Linux commands). Or perhaps the image file can be pulled via FTP.
I tried Acronis but was disappointed to find that it doesn't seem to allow me to overwrite the system partition (unlike the Windows version of Acronis, which is capable of doing this with a restart).
we're about to migrate a set of workstations (ubuntu 10.04 LTS) to a new kerberos/LDAP setup. Basically, this requires the installation of some required deb packages and to copy some new .conf files over the original ones.We made a deb package having these "features":requires the needed other packages as dependenciesbacks up original conf filescopies the new conf files to the right places (i.e. /etc/krb5.conf,/etc/ldap.conf)The problem is: apt-get complains because the deb is "touching" files owned by other packages (kerberos, ldap, etc.). Therefore, the only way to skip this check is either to force apt-get to proceed or using the "replaces" directive in the deb control file, specifying the clashing packages. omething like this:
Code:
Package: <package-name>
Version: 0.9.9
[code]....
Will there be any issues installing and then subsequently running a Microsoft Windows Server 2008 R2 installation on a VirtualBox VM on a Linux host (Ubuntu 11.04 64-bit)? I require Windows Server 2008 R2 for a course I'm taking, and I dont have any systems to install/deploy it onto.
Host Machine Specs:
Ubuntu 11.04 64-bit
4GB RAM
350GB Disk Space
Nvidia Quadro system
I have a warfile at /home/myusername/webapps/website.war and the following on /etc/tomcat6/Catalina/localhost:
Code: <Context path="/ROOT" docBase="/home/myusername/webapps/website.war" /> It's not deploying, why?
I work for an independent school where most of our computers run Windows 7 and Mac OS X. I've started installing Ubuntu (11.04) on some of our older machines, thus introducing Linux to our environment and recycling computers which would otherwise be candidates for the garbage truck. While I am familiar with imaging and deploying Windows and Mac OS, I am lost when it comes to Linux. I have set up a computer with all of the settings and applications that I would like the other computers to have. how can I image that reference machine and then transfer that image onto another PC?
View 9 Replies View RelatedI've created a live cd with wubuntu.iso on it and am having trouble getting it to deploy on another laptop. Is there another file in the remastersys folder that needs to be added so it will auto deploy? This is part of remastersys creation for cloning your system to deploy on another laptop/pc.
View 4 Replies View RelatedI have ubuntu 10.04LTS server. Open jdk and tomcat6 installed from synaptic package manager. I run different war files on tomcat6. I downloaded apache-continuum-1.3.7.war. I followed the instructions on apache continuum web site. [URL]
[Code]...
how to deploy fedora in wds..it for my last final project..
View 8 Replies View Relatedhow would you automate install/upgrade to a package to 200 servers. and obviously not by going to each system physically.
Answer: NFS share , using perl script and rpm utility. But i have not done such kind of install/upgrade so my knowledge is limited.
but i want to know how would i do that on Redhat Enterprise or CentOS.
I have a Dual Boot system set up that i need to be able to deploy to a dozen identical computers in a lab envrionment. from a linux server. In order to do this i will need to be able to clone the MBR, Partition Table, and all the data.
View 1 Replies View Relatedi wanted to deploy a firewall for my wireless network. low power footprint & small device that can be installed with linux to create a small firewall appliance.i might try configuring shorewall on it.
View 1 Replies View RelatedI am trying to deploy servlet into Jboss and while starting jboss server it showing some messages which says something like this Packages waiting for deployer and complete server start-up information.
View 4 Replies View RelatedI thought of a command that would make my life easier, though I do not know how to deploy it with bash script. The idea- A simple script that would check in a the current directory for *.bz2 or *.gz files,and when finds one of those,or both - execute a tar -xvf *.bz2/*.gz following the files that have been found there. It should be very simple,as I am very new to bash,I can`t figure that out. I wrote :
[Code]....
The idea ls command that would find *.gz files in the current dir,then it outputs the errors to ./tmp.txt, if there were no errors = a tar.gz archive found,tmp.txt will be blank,hence the cat command that checks the file. The wrong - I couldn`t succeed with the "cat 'tmp.txt' == '' ;" ,as cat command searches == as a file and it fails.
Does Linux have any patch management software/solution which can distribute the patches to linux and windows clients
OR
is it possible that we can deploy the patches from Linux to windows machines
Does linux have any patch managment software/solution which can distribute the patches to linux and windows clients OR is it possible that we can deploy the patches from linux to windows machines
View 1 Replies View RelatedIs there any one know how to deploy a remote OS installation for a host with public network address? In a LAN with private network, we can use PXE, kickstart... but what we could do with the hosts have only public ip address?
View 2 Replies View RelatedI am trying to deploy a helloworld application of grails in war format which exists.To geronimo web server while deploying it failed and gives following error the username and passwords are the default that come with geromino is it the right way to use or I should do some thing more.GUI based deployement is not possible for me.It is an SSH server where Geromino is running.
System configuration is
[Code]....
i found this video, and i really want to do the same. *newbie needs to learn [URL]...my question is, what need to be installed and how?
is there any specific configuration to make it works?
and will it work if i want to connect from Ubuntu to Fedora ?
I'm curious if anybody can shed some light for me in this department. We're in a large environment with a Windows DHCP Server. We have been tinkering with LTSP on Edubuntu as thin and fat clients. It works great, but right now we just have 1 server handling the lab, which works fine unless we want to expand, which may be very possible.
These are the instructions I received:
Login to your windows server and load the DHCP configuration screen
Create a DHCP reservation for the MAC address you obtained
Add the configuration options below to enable the machine to boot from the LTSP server
017 Root Path: /opt/ltsp/i386
066 Boot Server Host Name: <ip address>
067 Bootfile Name: ltsp/arch/pxelinux.0 # Specify CPU architecture in place of 'arch', for instance 'i386'
From: [url]
I'm curious, what if I want to have multiple Ubuntu servers on the network that I want to have bootable? For example, let's say I have 3 labs, and 3 servers. Server A to Lab A, Server B to Lab B, and Server C to Lab C. I want all C's computers to boot to C, and B to B, A to A, etc.
1 - How would I add multiple entries on the Windows DHCP Server to allow all 3 (A B C) servers to boot?
2 - How would I be able to isolate the clients so ONLY Lab A clients boot to Server A, etc?
I own a rather large website/forum devoted to Scuba utilizing vBulletin. The problem is that its become INCREDIBLY slow as of late. I have three Ubuntu web servers under a single Ubuntu load balancer and they draw from a CentOS 5 DB server running MYSQL. Here are my concerns:
-I am thinking that they are all 32 bit rather than 64 bit.
-I am thinking that the problem is an IO issue.
Last weekend i've set up my first headless ubuntu home file server and torrent downloader with ubuntu 9.10.Very cool but CPU is way too fast for a home server: P4 HT 2.8Ghz, unfortunatly it has only 256Mb of ram, so no X server and no VNC (old HP office pc) At the moment memory usage is only 40Mb without X server. Besides SSH works just fine Few questions i can't seem to find answers to on google:What is a good CL network monitoring program?mething similar to htopUbuntu 9.10 has a lot, about 20-30, console-kit deamon instanses running after boot each using some memory that i can't spare.
View 2 Replies View Related