General :: Deploy A Package On Many Systems?
Feb 23, 2010
how 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.
View 3 Replies
ADVERTISEMENT
Jan 26, 2011
how to deploy fedora in wds..it for my last final project..
View 8 Replies
View Related
Sep 29, 2009
I 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 Related
Aug 20, 2010
I want to deploy war file on tomcat server remotly.
View 4 Replies
View Related
Jun 4, 2011
using squeeze and trying to install asterisk on it. after entering the ./configure command this error appears configure: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing) i've tried to find the soultion in google, but i couldn't.
View 1 Replies
View Related
Jul 30, 2010
I 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).
View 1 Replies
View Related
Jul 27, 2011
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
View 2 Replies
View Related
Jul 4, 2010
So over the years I have tried a number of different linuxes, and I am always trying to install some software not available through the systems package manager. However after typing ./compile
I try to type make and it never works on any system ever. I am confused as it is never mentioned as an issue, and I figure with a simple install of (at least one of the many) linux systems I have tried, one would be able to compile these programs. currently I am using mint, this is the error I get when trying to install fox-toolkit
[Code]....
View 14 Replies
View Related
Oct 3, 2010
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?
View 1 Replies
View Related
Jul 1, 2011
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 Related
Nov 24, 2009
i use CentOS5.4, i want to deploy VPS on my server. Which technology i can use: OpenVz or Xen?
View 2 Replies
View Related
Mar 1, 2010
I 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 Replies
View Related
Jan 30, 2011
We 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
View 11 Replies
View Related
Aug 26, 2010
how 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?
View 3 Replies
View Related
Apr 26, 2011
I'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 Related
May 3, 2011
I 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]...
View 1 Replies
View Related
Jun 18, 2011
i 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 Related
Jul 2, 2010
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 Related
Apr 5, 2010
I 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.
View 5 Replies
View Related
Oct 13, 2010
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.
View 1 Replies
View Related
Apr 14, 2011
We 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 Related
Dec 22, 2009
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 Related
Jan 26, 2010
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
View 1 Replies
View Related
Apr 21, 2010
I've somehow got it into my head that it's possible to share CPU cycles, though I've no idea where from.So basically that's what I'm asking - is it actually possible to tell one system to 'donate' it's unused CPU time, cycles, whatever they are, for another's use?
View 4 Replies
View Related
Jan 24, 2010
I have winxp and win 7.I want to install fedora core 12.I tried but I could not install.How can I install fedora core 12 with winxp and win 7.
View 3 Replies
View Related
Apr 5, 2011
Is there anyway to show package size that comes up in the search so you don't have to apt-get install package individually and wait for the installation initiation and then reject to install after it gives u the [y/N] confirmation thing?
View 2 Replies
View Related
Mar 31, 2010
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 Related
Jan 26, 2010
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 Related
Apr 28, 2011
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]....
View 6 Replies
View Related
Jan 26, 2010
I am trying to use GKrellM [URL].. to monitor my system's fans/temperatures (I am trying to undervolt the fans a bit to make the systems quieter), but there don't seem to be any sensors available. I have lm_sensors installed.
View 2 Replies
View Related