Sles 10 Iso



SLES 10, which Novell began shipping this summer, continues in this vein. Specifying a folder in which to place the install source-and providing pointers to the distribution's installation ISO. The ISO images are found in the SLES 10 virtual machine host opt/novell/vm-driver-pack/xen directory. Right-click the virtual CD-ROM you just added, then click Autoplay. If you see a security alert that indicates the Bus driver has not been properly signed, click Yes to install the Bus driver software.

  1. Contact system or network administrator to obtain the SLES and SLES SDK ISO image files. Request the same version of the SLES as the one running on the queen node. Alternatively, download the SUSE Linux Enterprise Server (SLE-12-SP2-Server-DVD-x8664-GM-DVD1.iso) and SUSE Linux Enterprise Software Development Kit (SLE.
  2. It is first necessary to download CD1 or a mini.iso of SLES 10. The proceedure can then be completed in either Windows or Linux. Creating a bootable USB device from Windows Extract the contents of the.iso file to a temporary directory like C: isotemp (A utility such as WinRAR can be used for this).
HomeSwitchboardUnix AdministrationRed HatTCP/IP NetworksNeoliberalismToxic Managers
May the source be with you, but remember the KISS principle ;-)
Skepticism and critical thinking is not panacea, but can help to understand the world better
Recommended LinksSetting up the Installation ServerautoyastSuSE install from USB drive
YaSTSLES RegistrationPackages Installation of Red Hat from a USB driveHumorEtc
Sles

You can point installer with GRUB option install=target to use image different from which you booted. This is a very convenient option for remote install.

When the boot screen appears you need to specify on the GRUB command line the target. Target can be local or remote (on the network)

Local image targets

You can use USB drive or can partition your local drive with some bootable CD distribution like Knoppix or OpenSuse bootable CD and then copy ISO image in one of the partitions. This partition should not be used during install (but you can add it to fstab later, for example home partition can be created this way).

After that boot from installation CD/DVD (which can be an older version) and specify where the iso image is located:

If you don't know the local device, you could type this:

In this case, the installer scans all of the local devices looking for the specified file.

Remote image targets

When you boot from SLES CD/DVD, you will presented with the list of options. Select Installation.

By default, installer minimal OS Network configuration is done via DHCP. If you do not have DHCP on the segment your server reside you need to do manual network configuration. In this case press [F4] and select Network Config (OpenSuse) or specify the necessary parameters on the command line (SLES). In OpenSuse you can set the following options:

  • Host IP: This is your own unique network adress.
  • Netmask: For example 255.255.255.0
  • Gateway: Gateway for the network segment you are installing the server
  • Nameserver: Optional, as you can specify IP address of the installation server
  • Domain name: Optional. If your network is in a domain, this option can be used. In most cases this option can be left blank.

Note:

You can also change screen resolution, language and keyboard layout on the installation screen:

  • Press [F2] to choose the language and your keyboard layout.
  • Press [F3] to choose the screen resolution.

Target can be either ISO image or directory with the content of the ISO. In the later case you need to setup installation server. Typically installation server is accessed via HTTP protocol but ftp and NFS are also available.

Note:

Iso

You need either have DHCP available on the segment. If DHCP can't be obtained (you can see it from the installer mini-OS loading -- just press ESC to see them). If obtaining network parameters via DHCP fails or there no DHCP on the segment you need to specify three network parameters (IP address, netmask and default gateway) via F4 option (openSuse only) or in grub command line. The syntax for GRUB command line is:

In case of directory the URL should point to the place where files from the first DVD reside. If your network parameters were specified correctly and the files are reachable via protocol you have chosen the install should start using the image.

In case of remote image location you have two options for providing the installation media:

  • ISO image, for example:
    • network=1 install=nfs://192.168.1.100/install/openSUSE_10.2/CD1/SLES-11-SP2-DVD-x86_64-GM-DVD1.iso
  • 'installation server' that contain ISO image. If HTTP is used this option also helps to configure Apache to make the image accessible. Here are examples of install statement for Grub
    IMPORTANT: In case of directory the URL should point to the place where files from the first DVD reside (CD1 directory)

See Setting up the Suse Installation Server

Also you can automate your installation using autoyast (see autoyast ).

NEWS CONTENTS

  • 20120327 : Media free network installation on existing system ( Media free network installation on existing system, Mar 27, 2012 )
  • 20120327 : Install openSUSE without burning CDs ( openSUSE Lizards )
  • 20111118 : Cool Solutions Setting Up a SUSE PXE Installation Server in an Existing NetWare Environment ( Aug 30, 2006 )
  • 20111118 : C H A P T E R 4 - Installing SUSE Linux Enterprise Server 10 ( C H A P T E R 4 - Installing SUSE Linux Enterprise Server 10, )

Old News ;-)

Top Visited
Switchboard
Latest
Past week
Past month

[Mar 27, 2012] Media free network installation on existing system

Any old version of linux installed on the computer can be used

No reliable CD/DVD writer around? Out of CDs or just too lazy to download and burn the whole installation image? There is a quicker way.

The idea is to boot the system using kernel and initd images published on the Internet or in your network repository. Below is example with 12.1 repositories of openSUSE.

  • First get the kernel and initrd images (as root):

No need to replace $(arch) as command shell will replace it with your current architecture, which is either i586 or x86_64.

  • Then edit /boot/grub/menu.lst:

This, however, requires some knowledge of GRUB configuration file /boot/grub/menu.lst format. If not sure, just add this at the end, so it will appear as the last item on the GRUB boot screen.

Change (hdX,X) to whatever your setup requires, e.g. to what is used in the previous entries.

  • Start installation:

There are two simple ways:

1) Reboot computer and choose 'install' option on the grub boot screen,

or

2) Use the kernel's bootloader emulation 'kexec' and skip the hardware reboot. Make sure that kexec-tools is installed. Then:

By now you will be seeing the boot message of the new kernel.

[Mar 27, 2012] Install openSUSE without burning CDs

openSUSE Lizards

You run Linux already but want to install 11.0? DVD image takes too long to download? Don't want to waste a CD for the mini iso? A router connects you to the internet?

Check out setupgrubfornfsinstall. It's a dialog based shell script to prepare remote network installations. It was primarily made for use in LANs but now also supports direct installation from opensuse.org. Just run the script, select 11.0 and it will download the kernel and initrd used for installation. After that it adds an entry to your boot loaders' config file with proper parameters. Reboot, select the new entry and the installation starts.

[Nov 18, 2011] Cool Solutions Setting Up a SUSE PXE Installation Server in an Existing NetWare Environment

Aug 30, 2006

I have a 'NetWare shop' with no existing PXE boot services (read: ZENworks PXE enabled). I'm starting down the road of OES Linux, SLES, and SLED, and wanted to set up an installation server so that I can easily install machines without media. Though there are a number of good docs helping you set up an Installation server, it was difficult to determine how to get PXE boot to work with my existing NetWare 6 DHCP services. Documents refer to configuring the SLES server as a DHCP server, but I didn't want to do that, and potentially interfere with my existing, working-just-find DHCP services on NetWare. To follow is a recipe that will provide you the specific steps for getting a working PXE-based Installation server for your SUSE deployments in your existing NetWare environment. The example I use here will be for a SLED 10 installation source, though it would be pretty much the same for OES or SLES 10.

SLES CONFIGURATION

On your installation server (SLES):

- go to Yast, and search for tftp, nfs, and syslinux and install these packages if they aren't already installed.

- configure the TFTP server
Yast > Network Services > TFTP
Select Enable
select a path for your tftp directory (eg: /tftpboot)
select Finish

- configure PXE boot files
copy the pxelinux.0 file to the tftpboot directory:

cp /usr/share/syslinux/pxelinux.0 /tftpboot

- copy the kernel and initrd files from your first SLED installation CD to the tftp directory:

cp /(path to media)/boot/i386/loader/linux /tftpboot/sled10.krnl
cp /(path to media)/boot/i386/loader/initrd /tftpboot/sled10.ird
(I choose to copy these files to a renamed destination filename that references what they are. This way, I can also copy additional kernel and initrd files as additional installation choices in my PXE boot menu)

- create a pxelinux.cfg subdirectory under the tftp directory:

mkdir /tftpboot/pxelinux.cfg
- copy the isolinux.cfg file from the first SLED installation CD to this subdirectory renaming it to default:

edit the default file to point to your SLES installation server and replace this:

# install
label linux
kernel linux
append initrd=initrd splash=silent showopts

with this:

# SLED 10
label SLED10
kernel sled10.krnl
append initrd=sled10.ird ramdisk_size=65536 install=nfs://172.16.0.99/sources/SLED10 splash=silent showopts

(items in bold reference your specific details)

copy the message file from the first installation CD to the pxelinux.cfg directory:

cp /(path to media)/boot/i386/loader/message /tftpboot/pxelinux.cfg

edit the linux menu item in the message file (the 'PXE menu') for the SLED10 entry you added in the default file above:Sles 10 Iso
change: linux - Installation
to: SLED10 - SLED 10 Installation

(NOTE: when typing this boot option at the PXE boot menu, it *IS* case sensitive, so you'll need to type SLED10 in uppercase in this example)

- copy the contents of your installation DVD to a directory on your SLES server (eg: /sources/SLED10)

mkdir -p /sources/SLED10
cp -R /(path to media)/*.* /sources/SLED10
If you have CD sources (as opposed to a DVD source), refer to this article for copying the CD contents into an installation source directory.

- configure your NFS to export the directory containing your installation files:
Yast > Network Services > NFS Server
check to Start the NFS server, and open port in firewall (if firewall is enabled), then select Next
click the Add Directory button, and select the directory containing your installation sources (eg: /sources), click Finish

- restart the xinetd service

rcxinetd restart

So now your SLES server is ready to go, acting as a PXE server and providing the Installation source media.

BADA BING, BADA BOOM

Boot up your PXE machine, you should get the default PXE menu!

Sles 10 Iso File

Now with PXE working, this PXE menu can be much more than just an menu for installing a new OS. You can add additional options to load up a number of 'support disks' for diagnostics, wiping the disk, or getting to your DOS based imaging solution you have. You know, all those great support floppies you thought you had to get rid of because the computers you buy now no longer have floppy drives in them <grin>.

But, that'll be another article...

Sles 10 Sp3 Iso Download

C H A P T E R 4 - Installing SUSE Linux Enterprise Server 10

http://opseast.wordpress.com/2007/10/02/configuring-a-tftppxe-server/

Sles-10-sp1-i386-dvd1.iso

Installation Task (Goal)

Relevant Procedure(s) or Source(s)

Run the Sun Installation Assistant.

How to Use the Sun Installation Assistant.

Install SLES 10 from local or remote CD/DVD drive.

Installing SLES 10 From Distribution Media.

Install SLES 10 from local or remote CD/DVD drive or PXE server.

SUSE Linux Enterprise Server 10 Installation Manual

Install SLES 10 from an image stored on a networked system.

Creating a SLES 10 PXE Install Image on the PXE Server.

Install SLES 10 from a PXE server.

Update SLE10 software.

Sles 10 sp4 download iso

Recommended Links

Google matched content

Softpanorama Recommended

Top articles

Sites


Etc

Society

Groupthink :Two Party System as Polyarchy : Corruption of Regulators :Bureaucracies :Understanding Micromanagers and Control Freaks : Toxic Managers : Harvard Mafia :Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience :Who Rules America :Neoliberalism : The Iron Law of Oligarchy : Libertarian Philosophy

Quotes

War and Peace: Skeptical Finance : John Kenneth Galbraith :Talleyrand :Oscar Wilde :Otto Von Bismarck :Keynes :George Carlin :Skeptics :Propaganda : SE quotes : Language Design and Programming Quotes :Random IT-related quotes : Somerset Maugham :Marcus Aurelius :Kurt Vonnegut :Eric Hoffer :Winston Churchill :Napoleon Bonaparte :Ambrose Bierce : Bernard Shaw : Mark Twain Quotes

Bulletin:

Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis :Political Skeptic Bulletin, 2013 :Unemployment Bulletin, 2010 : Vol 23, No.10 (October, 2011) An observation about corporate security departments :Slightly Skeptical Euromaydan Chronicles, June 2014 :Greenspan legacy bulletin, 2008 :Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) :Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 :Inequality Bulletin, 2009 :Financial Humor Bulletin, 2008 :Copyleft Problems Bulletin, 2004 :Financial Humor Bulletin, 2011 :Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult :Political Skeptic Bulletin, 2011 :Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law

Sles 10 sp3 iso download

History:

Fifty glorious years (1950-2000): the triumph of the US computer engineering :Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds :Larry Wall :John K. Ousterhout : CTSS : Multix OSUnix History : Unix shell history :VI editor :History of pipes concept :Solaris : MS DOS : Programming Languages History :PL/1 : Simula 67 :C :History of GCC development : Scripting Languages :Perl history :OS History : Mail :DNS : SSH : CPU Instruction Sets :SPARC systems 1987-2006 :Norton Commander :Norton Utilities :Norton Ghost :Frontpage history :Malware Defense History :GNU Screen : OSS early history

Classic books:

The Peter Principle : Parkinson Law : 1984 :The Mythical Man-Month : How to Solve It by George Polya :The Art of Computer Programming :The Elements of Programming Style :The Unix Hater’s Handbook :The Jargon file :The True Believer :Programming Pearls :The Good Soldier Svejk : The Power Elite

Most popular humor pages:

Manifest of the Softpanorama IT Slacker Society :Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story :The Cuckoo's Egg :IT Slang : C++ Humor : ARE YOU A BBS ADDICT? :The Perl Purity Test :Object oriented programmers of all nations : Financial Humor :Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor :Goldman Sachs related humor :Greenspan humor : C Humor :Scripting Humor :Real Programmers Humor :Web Humor : GPL-related Humor : OFM Humor :Politically Incorrect Humor :IDS Humor : 'Linux Sucks' Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor :Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor :Networking Humor :Shell Humor :Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 :Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor :Education Humor : IBM Humor : Assembler-related Humor :VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor

The Last but not LeastTechnology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D

Sles 10 Iso Download

Copyright © 1996-2020 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) in the author free time and without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

FAIR USE NOTICEThis site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.

This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...

You can use PayPal to make a contribution, supporting development of this site and speed up access. In case softpanorama.org is down you can use the at softpanorama.info

Disclaimer:

The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the author present and former employers, SDNP or any other organization the author may be associated with.We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.

Last modified:March 12, 2019

in SLES Install-Boot
Hi, I'm trying to find SLES 10 but haven't been able to track it down anywhere. If someone could post a link to a download site for SLES 10 it would be much appreciated.
Cheers
Sean

Comments

  • Hi, I'm trying to find SLES 10 but haven't been able to track it down anywhere. If someone could post a link to a download site for SLES 10 it would be much appreciated.
    Cheers
    Sean

    Found SLES10SP2 but maybe you need SLES10 without any SP? https://download.novell.com/Download?buildid=xWohTS2zkSs~
    Thomas
  • Found SLES10SP2 but maybe you need SLES10 without any SP? https://download.novell.com/Download?buildid=xWohTS2zkSs~
    Thomas

    Looks like I have SLES-10-AMD64-EM64T-DVD1.iso available, is that the one you need, can I upload it somewhere to you?
    Thomas
  • On 11/02/2016 00:24, sevans wrote:

    > Hi, I'm trying to find SLES 10 but haven't been able to track it down
    > anywhere. If someone could post a link to a download site for SLES 10 it
    > would be much appreciated.

    For which architecture and SP level? Once we know that we can post the
    appropriate download link(s).
    HTH.
    --
    Simon
    SUSE Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.
  • Found SLES10SP2 but maybe you need SLES10 without any SP? https://download.novell.com/Download?buildid=xWohTS2zkSs~
    Thomas

    Thanks very much Thomas. To be honest, I'm not sure what SP level I need. We have lost the install disks for some of our old servers, and I didn't originally build them so I'm not sure what was used. Is there a way to tell? Here is our release and kernel info, but I'm not sure if that equates to a particular SP.
    smspapp3:/hta/log 1008 $ cat /etc/SuSE-release
    SUSE Linux Enterprise Server 10 (x86_64)
    VERSION = 10
    PATCHLEVEL = 3
    smspapp3:/hta/log 1009 $ uname -a
    Linux smspapp3 2.6.16.60-0.54.5-smp #1 SMP Fri Sep 4 01:28:03 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
    Cheers
    Sean
  • On Fri, 12 Feb 2016 00:04:01 +0000, sevans wrote:

    > SUSE Linux Enterprise Server 10 (x86_64)
    > VERSION = 10 PATCHLEVEL = 3

    SLES 10 SP3 is what that means.
    Jim
    --
    Jim Henderson, CNA6, CDE, CNI, LPIC-1, CLA10, CLP10
    Novell/SUSE/NetIQ Knowledge Partner
  • SLES 10 SP3 is what that means.

    Thanks Jim.
    Anyone know if there's an SP3 download available?
    Cheers
    Sean
  • Thanks Jim.
    Anyone know if there's an SP3 download available?
    Cheers
    Sean
    Hi
    Here you go;
    https://download.suse.com/Download?buildid=Z4ysu62Q4gw~
  • On 12/02/2016 00:07, Jim Henderson wrote:

    > On Fri, 12 Feb 2016 00:04:01 +0000, sevans wrote:


    >> SUSE Linux Enterprise Server 10 (x86_64)
    >> VERSION = 10 PATCHLEVEL = 3

    >
    > SLES 10 SP3 is what that means.

    Specifically 64-bit SLES10 SP3 - the x86_64 is also important when it
    comes to media.
    HTH.
    --
    Simon
    SUSE Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.
  • Hi
    Here you go;
    https://download.suse.com/Download?buildid=Z4ysu62Q4gw~

    Hi,
    Sorry to resurrect old post.
    But I need a link to download SUSE Linux Enterprise Server 10 SP4 for x86, AMD64, Intel64, can someone provide me the link please?
    Thanks
    Yudi
  • Hi,
    Sorry to resurrect old post.
    But I need a link to download SUSE Linux Enterprise Server 10 SP4 for x86, AMD64, Intel64, can someone provide me the link please?
    Thanks
    Yudi

    Try this one: https://download.novell.com/Download?buildid=vU8lidWAgvY~ you will find SLES-10-SP4-DVD-x86_64-GM-DVD1.iso there.
    Thomas




Comments are closed.