Can DELL PoewrEdge 2950 Install x86 Unix OS


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Can DELL PoewrEdge 2950 Install x86 Unix OS
# 1  
Old 02-08-2007
Can DELL PoewrEdge 2950 Install x86 Unix OS

As titled.

Thanks! Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Solaris Live Media x86 Install

Unix Buddies Burned download to DVD-R. Booted it. It dropped me at a command line. Is it working properly? Thanks! (7 Replies)
Discussion started by: Solaris User
7 Replies

2. Solaris

Install using a ZFS FLAR on x86

Hi, Been rattling my brain on this one, trying to install multiple systems using the FLASH method from a cdrom booted image s10u10, with flar image hosted on a FTP server.. System installs fine with traditional install, and can use the flash procedure using ufs image but not zfs filesystem.... (4 Replies)
Discussion started by: gt71027
4 Replies

3. Solaris

Couldn't upgrade Solaris 10 x86 from Sun Fire x2200 to Dell Precision Wrkst

:)Dear Solaris Experts, I need to clone a Solaris 10 x86 system using a ufsdump backup from the following source & target servers: Sun Fire x2200 M2 with Quad Core Processor # /usr/platform/`uname -i`/sbin/prtdiag System Configuration: Sun Microsystems Sun Fire X2200 M2 with Quad Core... (8 Replies)
Discussion started by: gjackson123
8 Replies

4. Solaris

How can i install oracle 10g on x86

Please guide me to install oracle 10g in x86 machine running solaris10. I tried the method that is distributed with the Oracle cd, but i finds it to be too complicated for me to complete. Please help. (2 Replies)
Discussion started by: Sesha
2 Replies

5. Solaris

Apache Install error on Solaris 10 x86

I am trying to install apache on a sun server (Solaris 10 x86) but when I execute the compile i have the following error; configure failed for srclib/apr Can anybody help with this. Thanks for the usual help oh-daa (2 Replies)
Discussion started by: oh-daa
2 Replies

6. Linux

Looking for Red Hat ES4, Dell 2950, MD3000 Expert

We have a Dell 2950 attached to a MD3000 Disk Array and it is running Red Hat ES4. The system was running flawlessly for a year and then this month we started getting filesystem errors and the filesystem is setting itself to read-only, even after running fsck NUMEROUS times and having it tell us... (3 Replies)
Discussion started by: jdpepper
3 Replies

7. Solaris

Problem after Install SUN solaris x86

after install solaris x86 on my computer success, but it can't boot. When the machine start, and i choose option 1 - default, it shows "W" on screen and system restart . Anyone can help me. My computer : dual core - 1gb ram - x86 (7 Replies)
Discussion started by: quan0509
7 Replies

8. UNIX for Dummies Questions & Answers

Install drivers Solaris 10 x86

I am trying to figure out a way to install drivers for a network card. I have a 3C905C-TXM 3Com card that appeared to check out on Solaris's Web Site. I found what I thought was a driver, although that may not be the case, because the instructions asked me to copy-and-paste the contents into a... (1 Reply)
Discussion started by: Jody
1 Replies

9. Solaris

How to install Solaris 9 on X86

HI All, I have three solaris disks: disk 1 & 2 and "image" disk. However, no instructions for installation on x86 came with them. (I downloaded from SUN.) I've searched far and wide on the net trying to find instructions for installing Solaris on my PII 500 mhz intel machine, but have... (7 Replies)
Discussion started by: JaredsNew
7 Replies
Login or Register to Ask a Question
Module::Install::DOAPChangeSets(3pm)			User Contributed Perl Documentation		      Module::Install::DOAPChangeSets(3pm)

NAME
Module::Install::DOAPChangeSets - write your distribution change log in RDF DESCRIPTION
This package allows you to write your Changes file in Turtle or RDF/XML and autogenerate a human-readable text file. To do this, create an RDF file called "meta/changes.ttl" (or something like that) and describe your distribution's changes in RDF using the Dublin Core, DOAP, and DOAP Change Sets vocabularies. Then in your Makefile.PL, include: write_doap_changes "meta/changes.ttl", "Changes", "turtle"; This line will read your data from the file named as the first argument, parse it using either Turtle or RDFXML parsers (the third argument), and output a human-readable changelog to the file named as the second argument. The defaults are "meta/changes.ttl", "Changes", "turtle", so if you name the files like that, then you can exclude all the arguments and just include this in your Makefile.PL: write_doap_changes; There's also a line you can use to output a Changes.xml file: write_doap_changes_xml "meta/changes.ttl", "Changes.xml", "turtle"; Integration with Module::Install::RDF Module::Install::RDF reads all the RDF it can find in 'meta'. If you invoke Module::Install::RDF before invoking Module::Install::DOAPChangeSets, then this module will use Module::Install::RDF's copy of the data. WHY
? Why not? BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
Module::Install, Module::Install::DOAPChangeSets::Format , Module::Install::RDF. <http://www.perlrdf.org/>. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT AND LICENSE
Copyright (C) 2010-2011 by Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-01-18 Module::Install::DOAPChangeSets(3pm)