Sponsored Content
Operating Systems Solaris Anyone has problems with new Blade 2500???? Post 94329 by networkfre@k on Thursday 29th of December 2005 10:35:49 AM
Old 12-29-2005
I´ve searched the SUN support site (sunsolve) with my SUN partner account (I "see" almost everything even internal documents) and there is no entry about the blade 2500 to have any problems right now...

I think its save to buy a Blade 2500.

Blade 1000/2000:

If you want to sign a support contract with SUN to support the workstations , I wouldnt buy the blade 1000/2000 since the contract is really expensive.
I think the blade 1000/2000 ist the "more advanced" workstation (SUN Fire 280R in a workstation case) in comparison with the blade 2500.

The Blade 1000/2000 has UltraSPARC III CPUs up to 2x1,2Ghz with 8MB Cache and the Blade 2500 has UltraSPARC IIIi with up to 2x1,6Ghz with 1MB Cache.
Blade 1000/2000 has space for two internal Fibre Channel Drives (FC-AL) in a 1Gbit/s FC-AL Disk Subsystem powered by an onboard Qlogic FC Controller while the 2500 has an Ultra160 SCSI backplane for two U320 disks.
You will get the same performance on the internal disks I think.
Supported are 72GB FC-AL disks in the 1000/2000 and 146GB SCSI disks in the 2500, but also 2x300GB FC-AL works fine in the blade 1000/2000 and
2x300GB SCSI works in the 2500.

When you not gonna sign a contract I would buy the Blade 1000/2000 with two CPUs and 2-4GB of RAM. With the 1000/2000 you have an SF280R under your desk. (BTW: I own a blade 1000 with 2x750Mhz,4GB RAM,2x72GB disks and I´m really happy with this workstation ! It runs just fine and realtively fast)

The other side of the knife with 1000/2000 is the expensive spare part list.
When a CPU breaks you have to investigate around 4000-5500 $ to get a new one from SUN, or you pay around 500-1000$ to get one off ebay.
Same with the FC-AL Disks , one 72GB has a list price of around 2.500$ !!


greets
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

SB2000, 2500 server client convert

Hi, Sir, I have a customer who use a SB2000 as server and just upgraded three client machine with SB2500. The system is used for planning and all boxes likely share the same source on server, so pretty slow when all machines are in operation. The customer wish to do a server-to-client and... (0 Replies)
Discussion started by: howhowzz
0 Replies

2. Solaris

Sun Blade 100 cdrom problems...

FYI noob to here and sun blades... I have a sun blade 100 and I can't get the cdrom to work. if i try using vold that doesn't seem to work either...maybe i'm not using it correctly. Upon boot you can open/close the cdrom and it runs but after i'm logged in it won't open and i can't access it... (2 Replies)
Discussion started by: shaun138
2 Replies

3. Solaris

Memory problems in Blade 6340

We have a 6000 chassis with three blades in it. Two of the blades have "Oracle/Sun" memory in them with no complaints. The third blade is populated with Dataram dimms. That 3rd blade continues to flag a slot bad. Oracle has said they would not support the blade with Dataram memory it it. I didn't... (1 Reply)
Discussion started by: brownwrap
1 Replies

4. What is on Your Mind?

Now Over 2500 FB Fans for Our New Timeline

Progress! 25% there on our way 10,000 FB fans on the new timeline: https://www.unix.com/members/neo-albums-forum-pics-picture503-facebook-timeline-now-over-2-500-fans.png (0 Replies)
Discussion started by: Neo
0 Replies

5. Hardware

StorageTek 2500

Hi, I recently got StoragaTek 2500 and I would like to connect it to my solaris machine, since I don't have much experience with storages, could someone point me how to do so, how can i present disks from storage on my solaris os? (everything is already connected) thanks in advance (1 Reply)
Discussion started by: sprehodec
1 Replies

6. BSD

Installing OpenBSD for Xorg on Sunblade 2500

Hello All, I am new to the forum so forgive me for any mistakes. I have a question. I have been doing alot of reading about how to get a supportable operating system on my sunblade 2500. I also want to use it for Xorg. I have been having trouble getting the sun XVR drivers working... (2 Replies)
Discussion started by: harqobi22
2 Replies

7. Red Hat

How to know full width blade or half width blade?

HI, How do we figure out if the server is half blade server or full blade server? Anything we need to look at to know on this? thanks in advance (9 Replies)
Discussion started by: snchaudhari2
9 Replies

8. Solaris

Execution problems with sun blade 150

hello i have a forte gamma camera Philips device . and its a medical device. this medical device is came with sun blade 150 pc and pegasys is printed on the sun blade pc .the problem is when i switched the power on , the sun blade runs and a white screen appear with the information about the... (6 Replies)
Discussion started by: moh_abaloo
6 Replies

9. Solaris

Cloning a Sunblade 2500

Good Morning, I took a mirror drive from one Solaris 9 machine and used it to set up another. After syncing another mirror on the second machine I restarted but I don't get a login screen. I see a message:The X-server cannot be started on display :0 Also during startup I see:... (8 Replies)
Discussion started by: Stellaman1977
8 Replies

10. UNIX for Beginners Questions & Answers

Ufsrestore on SunBlade 2500

Good Afternoon, I'm setting up a SunBlade 2500 using ufsrestoreand have gotten to the point where I have restored the root and usr partitions. However, the machine keeps rebooting, never really coming up. Looking at vfstab, it looks pretty empty- shouldn't I see entries like... (22 Replies)
Discussion started by: Stellaman1977
22 Replies
wsreg_set_vendor(3WSREG)			    Product Install Registry Library Functions				  wsreg_set_vendor(3WSREG)

NAME
wsreg_set_vendor, wsreg_get_vendor - set or get the vendor of a componentt SYNOPSIS
cc [flag ...] file ...-lwsreg [library ...] #include <wsreg.h> int wsreg_set_vendor(Wsreg_component *comp, const char *vendor); char *wsreg_get_vendor(const Wsreg_component *comp); DESCRIPTION
The wsreg_set_vendor() function sets the vendor specified by vendor in the component specified by comp. The vendor argument is a string that identifies the vendor of the component. If a vendor has already been set in the specified component, the resources associated with the previously set vendor are released. The wsreg_get_vendor() function gets the vendor string from the component specified by comp. The resulting string must be released by the caller. RETURN VALUES
The wsreg_set_vendor() function returns a non-zero value if the vendor was set correctly; otherwise it returns 0. The wsreg_get_vendor() function returns a copy of the vendor from the specified component. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
wsreg_initialize(3WSREG), attributes(5) SunOS 5.10 22 Sep 2000 wsreg_set_vendor(3WSREG)
All times are GMT -4. The time now is 11:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy