RHAS and RHES difference

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat RHAS and RHES difference
# 1  
Old 10-10-2005
Java RHAS and RHES difference

Hello All,

Could someone tell me what's the difference between RedHat Advanced Server and RedHat Enterprise Server?

Which is better covered in support from Red Hat?

I've an existing RHEL with the development rpm's selected at install time.
If I've to setup the entire Development rpm's from the RH install media from RHAS, will they work with some minor tweaking? Does any one see a compatability problem with RHEL -> RHAS and RHAS -> RHEL?

Thanks in advance.
Dhansih
# 2  
Old 10-22-2005
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk to calculate difference of split and sum the difference

In the awk I am trying to subtract the difference $3-$2 of each matching $4 before the first _ (underscore) and print that value in $13. I think the awk will do that, but added comments. What I am not sure off is how to add a line or lines that will add sum each matching $13 value and put it in... (2 Replies)
Discussion started by: cmccabe
2 Replies

2. Shell Programming and Scripting

Get difference

Hi .. I am trying to create one function. It will have two arguments. Argument1: a,b,d,f,g Argument2:21212,sfsd,4546,67867,a,asda,b So the output will be Argument1 - Argument2 which is d,f,g Can anyone help with this one? (4 Replies)
Discussion started by: Anupam_Halder
4 Replies

3. Programming

what is the main difference between difference between using nonatomic lseek and O_APPEND

I think both write at the end of the file ...... but is there a sharp difference between those 2 instruction ..... thank you this is my 3rd question today forgive me :D (1 Reply)
Discussion started by: fwrlfo
1 Replies

4. Shell Programming and Scripting

What's the difference between $* and $@ ?

What's the difference between $* and $@? And I read that the $* has security problems, why? (6 Replies)
Discussion started by: Henryyy
6 Replies

5. UNIX for Dummies Questions & Answers

the difference is?

scp 123.txt user1@computer1.com:..//john_x1/lab scp 123.txt user1@computer1.com:../john_x1/lab What is the difference between single and slash here and in general? How to copy if we have a unique directory somewhere? Is some of above ways more prefered or... better solutions exists??? ... (8 Replies)
Discussion started by: c_lady
8 Replies

6. Shell Programming and Scripting

difference between > and 2>

Hi could you please tell me, what is the difference between this two urgently (2 Replies)
Discussion started by: lnviyyapu
2 Replies

7. Shell Programming and Scripting

Difference between 1,$ and /g

just wondering what the difference is between 1,$ and /g when doing a substitution in vi. doesn't seem to be much difference from what i can see. (2 Replies)
Discussion started by: bigubosu
2 Replies

8. Shell Programming and Scripting

does someone see the difference

this works (session is set in -x) @@ecar0o:/html/dbs/public/cgi-bin> ssh ecar0o.bc -l oracle ssh cas_a "find /casa/dbcrea/`echo casa | cut -c 1-3`/rel55595 -type f ! -name '*.dbf' -exec ls -l {} \\\\\;" + cut -c 1-3 + echo casa + ssh ecar0o.bc -l oracle ssh cas_a find... (1 Reply)
Discussion started by: plelie2
1 Replies

9. Linux

RHAS command mode ?

I have installed RHAS 4.0 on a dell PE-2800 servers. When server bootup, it directly go to gui mode. How can I configure server, that on bootup it will go to command mode ? If gui required, I must be able to switch to gui mode. Thank you. Aqeel (1 Reply)
Discussion started by: aqeelcu@hotmail
1 Replies

10. Linux

what is the difference between -h and -H ?

samba:/home/backup # df -h /home/ Filesystem Size Used Avail Use% Mounted on /dev/sdb2 34G 8.6G 26G 26% /home samba:/home/backup # df -H /home/ Filesystem Size Used Avail Use% Mounted on /dev/sdb2 37GB 9.2GB 28GB 26% /home what... (2 Replies)
Discussion started by: cw1972
2 Replies
Login or Register to Ask a Question