Search Results

Search: Posts Made By: Duffs22
Forum: Red Hat 10-23-2013
1,932
Posted By verdepollo
The answer really depends on the features your...
The answer really depends on the features your current environment is using.

Some third-party applications (e.g. Oracle, Teradata, Siebel, PeopleSoft, etc) are "certified" to run on RHEL 5.x but...
Forum: Red Hat 09-17-2013
1,836
Posted By Scott
Yes, it seems perfectly fine. named is running in...
Yes, it seems perfectly fine. named is running in the chroot environment.


[root@ns1 named]# pwd
/var/named
[root@ns1 named]# ll chroot/var/named
total 0
[root@ns1 named]# service named start...
Forum: Red Hat 07-06-2012
2,683
Posted By zer0sig
If you're running Oracle, that company is...
If you're running Oracle, that company is notorious for wanting things done a certain way. I'd go to their site and see what I could dig up. Never tried to back those up manually, but if you can take...
Forum: Red Hat 06-25-2012
1,532
Posted By methyl
Please post what Operating System and version you...
Please post what Operating System and version you are using.

I think you should be using the -x parameter to du (to confine it to the current filesystem).
du -shx .
Forum: Red Hat 05-23-2012
4,153
Posted By admin_xor
A better output can be obtained using the "last"...
A better output can be obtained using the "last" command which uses the same /var/log/wtmp command but shows date/time in a better way.


root pts/0 hub1-gw.XXXX Tue Aug 2 16:40 -...
Forum: Red Hat 05-02-2012
5,213
Posted By mark54g
You would work against the dm device like you...
You would work against the dm device like you would /dev/sdb, et al.

You can fdisk it (unless it is too large, then you may need to use parted)

Then you can use mkfs on it to create a file...
Forum: Red Hat 04-29-2012
1,521
Posted By admin_xor
It's time you drop 32 bit RHEL and go for 64 bit...
It's time you drop 32 bit RHEL and go for 64 bit one. There's no two way about it!
RE: [rhelv5-list] PAE Kernel 32 bit RHEL 5.2 64GB RAM...
Forum: Red Hat 04-27-2012
5,213
Posted By mark54g
You need to find out what the multipath device...
You need to find out what the multipath device name is.

Depending on what multipathing software you are using, it could be something like /dev/emcpower<letter>

or /dev/mapper/dm-0,1,2,3 etc
...
Forum: Red Hat 04-23-2012
13,397
Posted By neutronscott
As a workaround for now you could use public DNS...
As a workaround for now you could use public DNS servers in /etc/resolv.conf
8.8.8.8 and 8.8.4.4 are google's anycasted DNS servers.

Also you could paste your options {} section of named.conf as...
Forum: Red Hat 04-11-2012
1,572
Posted By mark54g
Any penalty usually associated with having more...
Any penalty usually associated with having more memory is offset by having... more memory. Memory is faster than disk. This saves swapping operations.

The things to look out for are not as much...
Forum: Red Hat 04-11-2012
1,572
Posted By sds9985
An active RHEL system should be using almost all...
An active RHEL system should be using almost all of the free physical memory for cache and buffers. Once you start doing application I/O, you'll see the memory get "used" by the OS quickly. Remember,...
Forum: Red Hat 03-15-2012
4,086
Posted By mark54g
You can modify the reserved blocks, but they are...
You can modify the reserved blocks, but they are often used by root to fix problems like this. I tend to reduce the 5% overhead when I am dealing with disks of over 100GB. 5GB is a large amount to...
Forum: Red Hat 03-15-2012
4,086
Posted By Scott
Reserved blocks? tune2fs -l...
Reserved blocks?


tune2fs -l /dev/mapper/vg01-lvol0 | grep "Reserved block"
Forum: Red Hat 02-03-2012
7,531
Posted By mark54g
Also, what you may want to do is this: ...
Also, what you may want to do is this:


cat /proc/cpuinfo | egrep 'core id|cpu cores|physical id'


The reason for this is that while the CPU may have hyperthreading on it, you can always...
Forum: Red Hat 02-02-2012
7,531
Posted By Corona688
flags : fpu vme de pse tsc msr pae mce...
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl...
Forum: Red Hat 02-02-2012
7,531
Posted By Peasant
hpasmcli (and other cli commands) should be...
hpasmcli (and other cli commands) should be considered relevant to detail HW configuration using Proliant support pack on that HW.

So that's one CPU with 4 cores, 8 threads.

Regards
Peasant.
965
Posted By itkamaraj
nawk '{print substr($0,8,8)}' filename >...
nawk '{print substr($0,8,8)}' filename > outputfile
Forum: Red Hat 07-13-2011
3,405
Posted By cjcox
I believe the command merely outputs html... you...
I believe the command merely outputs html... you will likely need to setup a web server (e.g. apache) and place the html output into a managed htdocs areas it serves so that you can reach it from a...
Showing results 1 to 18 of 18

 
All times are GMT -4. The time now is 10:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy