General :: Scheduling Product That Is Available To Handle The Production Code?

Oct 12, 2010

I am proposing moving from the mainframe to Linux. Problem is that I am not aware of a scheduling product that is available to handle the production code. Currently using CA7. Is there anything out there that accomplishes the same thing? As you can tell, I am NEW to Linux!

View 1 Replies


ADVERTISEMENT

Networking :: PQWFQ Scheduling Scheme Code In NS2

Nov 21, 2010

I am doing a simulation on ns2 for diffserv. I am planning to use PQWFQ scheduling scheme for it. Where to find code for PQWFQ?

View 2 Replies View Related

Software :: Program Which Can Handle QR-Code

Jan 20, 2011

I'm searching for a Linuxprogram which can decode QR-Code. For Windows there is "bctester", but for Linux I only found a Python-module.

QR-Code is kind of a barcode in two dimensions.

View 2 Replies View Related

Hardware :: Kernel Contains Source Code To Handle AMD Southbridge Initialization ?

Jan 27, 2010

I need to understand southbridge related code in linux source code.

For that I have downloaded Linux source code version:2.6.28 .

I have seen the code but didn't find code specific to southbridge handling.

Is Linux source code contains southbridge specific code?If so where can I find the code?

View 7 Replies View Related

General :: Get Main Board Product Name Without Sudo?

May 10, 2011

I have found two ways to get the main board product name: [sudo lshw][sudo dmidecode] Is it the nature of this info that's making it protected or is it the source code of these tools?Is there any way to get main board product name without sudo? Shall I dig inside the source code of these tools?

View 2 Replies View Related

General :: Get Main Board Product Name Without Sudo

May 10, 2011

I have found two ways to get the main board product name:sudo lshw sudo dmidecode Is it the nature of this info that's making it protected or is it the source code of these tools? Is there any way to get main board product name without sudo?

View 5 Replies View Related

General :: Setting Up Production Web Server?

Jan 7, 2011

This is my first time to set up a production web server and I got some few questions on our migrations:

1. Our website from the Web Hosting company already gaining 5000000 hits/month and 35000 unique visitors/month, problem is we only have 2x4mb dedicated line here in the office and one IBM x3650 m3 for our LAMP, you think guys its enough to handle that kind of traffic if we start moving our web server here in the office?

2. If I register www.example.com to GoDaddy for example, do I still need to setup a DNS (BIND) server on our side?

3. This is my current Apache config:
Apache/2.2.3 (CentOS) DAV/2 mod_fcgid/2.3.6 mod_auth_kerb/5.1 PHP/5.1.6 mod_python/3.2.8 Python/2.4.3 mod_ssl/2.2.3 OpenSSL/0.9.8e-fips-rhel5 mod_perl/2.0.4 Perl/v5.8.8 with PHP eAccelerator.

Anything to share to increase the performance of the web server?

View 2 Replies View Related

General :: Data Card - No Default Vendor / Product Found

Nov 17, 2010

I used usb_modeswitch but the result was "No default vendor/product found." But usbmod_switch.conf file has all the vendor & product id contained in it. And modeprobe is also not effective. Even Sakis3g script fails to switch my datacard into modem. How to use BSNL Data Card in Fedora 13?

View 1 Replies View Related

General :: Upgrading A Kernel In A Production Environment?

Jun 21, 2010

What are the precautions and procedure do i need to follow while upgrading the Kernel?

Please let me know the complete details of a procedure of upgrading a kernel in a production environment?

View 1 Replies View Related

General :: Writing Udev Rules On Ubuntu 9.10 For Two Ports With The Same Product And Vendor IDs

Aug 3, 2010

I have been trying to figure this out for a long time now and can't seem to get it to work. I have three serial ports I need to communicate with. The first one works, but the other two, which have identical product and vendor IDs, do not. This is what I have so far under /etc/udev/rules.d/10-local.rules/

[Code]....

View 14 Replies View Related

General :: What Types Of Request For Samba & NFS Comes In Production Support

Sep 17, 2010

What types of request for Samba & NFS comes in production support?

View 4 Replies View Related

General :: Cron Job Not Scheduling?

Jan 9, 2011

I have a cron job to schedule the task on the third sunday of the month.I saw the previous threads but didn't find any solution.

How the cron syntax can be written.

View 14 Replies View Related

General :: Earliest Deadline First Scheduling?

May 28, 2009

kindly give me example of earliest deadline first scheduling?

View 5 Replies View Related

General :: Do Scheduling Using /etc/crontab File?

Feb 11, 2011

i want to do scheduling using /etc/crontab file instead of using crontab -e that is crontab command on the terminal.i am appending to the crontab file in the /etc directory but the scheduling is not happening

View 7 Replies View Related

General :: Kernel Scheduling Algorithm

Sep 8, 2010

is linux kernel is priority preemptive kernel?if it is. where it is using round robin scheduling algorithm?when processes are scheduled for the processor process will be allocated as which sechudling alogorithm?

View 1 Replies View Related

General :: Scheduling Script Using /etc/cron.d?

Mar 10, 2011

iam try to schedule my job in a file made in /etc/cron.d file as follows* * * * * tomcat6 /home/etika/Desktop/eka.sh /home/etika/Desktop/ea/etika.txt abc@gmail.comwhere eka.sh belongs to etika which is the root and etika.txt belong to tomcat6 this command is not running iam confused about the name of the owner written after the *'s please tell me whose name is written after the *'s(the schedule of the script) the owner of the script or the owner of the file which iam passing as an argument to the shell script

View 2 Replies View Related

General :: CGROUPs And Fair Group Scheduling?

Apr 23, 2010

I have played around a little bit with CGROUPS and the fair group scheduler ( using kernel version 2.6.31). When you have CGROUPS in a flat structure, with only one layer from the root-cgroup, everything works as you might expect when setting the cpu.shares parameter, i.e. a fraction of the total. But when I experimented with having deeper levels of CGROUPs it did'nt make any sense sometimes. For example, I had one CGROUP with the maximum number of shares (260000 something) , and two childgroups with quite little shares, 5000. Then I created some cpuhogging processes ( while(1); ) and put most of them in childgroups and one in the parentgroup. The logical thing would be if the parentgroups single process took almost all CPU-time, as it had the maximum number of shares, but instead the processes in the childgroups got the most CPU-time.

I have tried to figure out how it works by looking at the source code, but I can't really understand it. How does the hierarchical structure of the cgroup-tree interact with the flat aspect of it, i.e. siblings? Or do I misunderstand the whole concept?

View 1 Replies View Related

General :: Modify Kernel With Non-Preemptive Scheduling

May 1, 2010

How to modify kernel to non-preemptive process scheduling only. Suggest any site that provides this kind of source code.

View 1 Replies View Related

General :: Write A Scheduling Script In Java?

Mar 2, 2011

am newbie and i have problem to write a scheduling script in java, this script should do something in certain time interval... Could anybody help me, maybe give some example or source that maybe useful

View 3 Replies View Related

General :: Kernel With Non-preemptive Process Scheduling?

May 1, 2010

how to modify kernel source to make its process scheduling to non-preemptive and FCFS ?

View 2 Replies View Related

General :: Scheduling Shutdown After Download Completion?

May 20, 2010

Is there any way to schedule shutdown, from terminal,right after some currently running download in mozilla completes??

View 6 Replies View Related

General :: What Is Production IP Address And Management IP Address In Servers

Jul 20, 2011

what is Production IP address and Management IP address in Linux servers? What is the significance of these two? When to use what?

View 3 Replies View Related

General :: Handle Bindkey In Zsh?

Apr 8, 2011

There is not a lot of info on that command, I didn't find a manpage nor a info and not more than examples on the web. Is there any tutorial or info on internet?

View 2 Replies View Related

General :: How To Handle Warnings

Oct 15, 2010

I've been trying to understand issues that occur during a uClinux distribution build (so I can include such issues in a module I'm writing for students). My process has been to work through errors that occur due to missing packages, then remove the distribution and build it again to uncover what happens.One thing I notice is different sets of warnings within each iteration of making a new build. From the document here (URl...it states, "A typical warning involves a variable being used before its value has been set."

So my question: is there a way to verify that the issue throwing the warning has been resolved by the end of the make build?And, is running make build again an option or could this cause problems within the build directories or image?

View 6 Replies View Related

General :: Best Way To Handle Cluster Failover

Sep 30, 2010

We have setup a High Available Cluster on two RHEL 5.4 machines with Redhat Cluster Suite (RHCS) having following configuration.

1. Both machines have Mysql server, Apache web server and Zabbix server.
2. Mysql database and web pages reside in SAN.
3. Active machine holds virtual IP and mounted shared disk.
4. We have also included a script in RHCS which takes care of starting Mysql, Apache and zabbix server on the machine which turns active when cluster switches over.

The above configuration holds good if Active machine goes down as a result of hardware failure or Reboot. What if, If any one service say Apache/Mysql/zabbix running on active hangs or become unresponsive.How can we handle this scenario ? Please advice.

View 3 Replies View Related

General :: Get A Plugin To Handle *.zip Files?

Jan 18, 2011

Where to get a plugin to handle *.zip files

View 2 Replies View Related

General :: Handle Non-determinant Harddrive Assignments?

Dec 22, 2010

I recently installed another harddrive into my Arch Linux computer. The first time I booted up all worked fine. The next time I restarted my computer though I was greeted with a /dev/sda2 not found error.

See, basically sometimes my boot harddrive is sda and sometimes it's sdb. It appears to be completely random and I don't see any options for making it non-random in the BIOS. How do I fix this?

View 2 Replies View Related

General :: Cwrsync - How To Handle %userprofile% Variables

Jun 7, 2010

cwrsync is a great tool for synching "My Documents" to a network drive in Windows. However it uses a portion of cygwin to do this which uses forward slashes instead of back slashes. So, a manually typed command like the following works great: rsync -r --delete --exclude "My Pictures" "/cygdrive/c/Documents and Settings/demo/My Documents/" /cygdrive/j

However, you cannot put a variable like %userprofile% in this as it comes out like this (and is unrecognized): rsync: change_dir "/cygdrive/C:Documents and Settingsdemo/My Documents" failed: No such file or directory (2)

View 1 Replies View Related

General :: How To Handle Character In Bash Shell

Apr 30, 2011

i have a script where i need to pass an argument "1234:-)"if i run this as ./shell.sh 1234:-)it wont work because invalid character. i need to handle this with expect utility so if i pass it as ./shell.sh "1234:-)"no issue in bash but expect does not recognize this.

View 7 Replies View Related

General :: Nautilus Cannot Handle Computer Locations

Mar 15, 2011

I am experiencing weird problem with Gnome 2.30.2 on my Debian installation. I can't open "Computer" from places, also, partitions which are not explicitly defined in fstab are not mounted automatically.

View 2 Replies View Related







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