Sponsored Content
Full Discussion: installation CDs
Operating Systems AIX installation CDs Post 302109416 by dukessd on Monday 5th of March 2007 08:14:16 PM
Old 03-05-2007
Not possible.
If you need the install filesets (or CDs) you will have to call your sales person or business partner.
Even IBM AIX support cannot provide install media or filesets because they are licenced.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mounting cds?

is this right? mount /dev/acd0c /mnt/cdrom i get this: invalid superblock or bad superblock or soemthing like that. o/s is freebsd thanx (ps does it with all cds) (3 Replies)
Discussion started by: matt2kjones
3 Replies

2. AIX

Where to Order 5.1L Cds

Anyone know where you can purchase a 5.1 cd set? IBM no longer ships this out and do not have a set. I have a burned copy, but would be nice to have the originals. I'd like to send my copies offsite for DR once i get an original set. Thanks! (2 Replies)
Discussion started by: slacker
2 Replies

3. Solaris

Problem in locale installation through solaris 10 cds

Dear All I am in a problem where i have to install en_us locale through solaris 10 05/08 which is in 5 cds as I download from internet. when I use the following command after putting disk 1 of solaris 10 loceladm -a en_us -d /cdrom/cdrom0/s0/Solaris_10/Product It install few packages but... (3 Replies)
Discussion started by: girish.batra
3 Replies

4. Solaris

Solaris 8 02/04 CDs

Hi I have misplaced my Solaris 8 02/04 CDs - is there any way to get a copy? I have to re-install a server and it needs to be this version. Mick (2 Replies)
Discussion started by: mickg007
2 Replies

5. AIX

Integrate ML with AIX Installation CDs

In windows, there is a software that can help integrate some fixes or files into installtion media ( I think the software is called nLight or something). For example, if you want to include some SATA drivers into the installation CD of Windows XP you would: 1)get the Windows XP installation CDs. 2)... (1 Reply)
Discussion started by: Dardeer
1 Replies

6. Solaris

Burning Solaris 9 Installation ISOs to bootable CDs

Hi everyone, Im new to Solaris and am just about to install Solaris 9 on an old Sparc based machine with Solaris 8. My friend gave me the ISOs for V9, and now, i have them sitting on my Vista, and i have to start writing bootable CDs of the same. But Im not quite sure how to go about doing... (4 Replies)
Discussion started by: agummad
4 Replies

7. Solaris

How to find Solaris 2.6 installation cds?

Hello Forum! I need to install Solaris 2.6, but it seems difficult to find that old version...any ideas where to find / buy the installation cd's? Best regards, /roinepe (2 Replies)
Discussion started by: roinepe
2 Replies

8. Solaris

Solaris 7 CDs 3/99

We have an Ultra 5 running Avaya's CMS (Call Management Software) and it crashed. I have a new Ultra 5 replacement that I need to reload Solaris 7 3/99 on it then I can run CPIO to pull all the CMS backup files off our tape backup. It has been years since we first setup this CMS server and... (0 Replies)
Discussion started by: drewmich
0 Replies
X-CD-ROAST(1)						      General Commands Manual						     X-CD-ROAST(1)

NAME
xcdroast - graphical frontend to create or copy CDs. SYNOPSIS
xcdroast [-d <debug-level>] [-c <config-directory>] [-l <lib-directory>] [-o] [-n] [-i] [-w] [-a] [-f "<list of scsi-devices>"] [--display <display>] [--no-xshm] DESCRIPTION
xcdroast is a program-package dedicated to easy CD creation. It combines command line tools like cdrecord, cdda2wav, readcd and mkisofs into a graphical user interface. With a few simple mouse-clicks you can copy or create your own CDs, without long study of any command line parameters. OPTIONS -d <debug-level> Run X-CD-Roast in debug mode, which causes a lot of text to be output on the console. Set the debug-level to 10 and reproduce the problem to generate a useable bug-report. -c <config-directory> Sets the directory where X-CD-Roast should look for the config files. By default this is set to $HOME/.xcdroast. -l <lib-directory> Sets the directory where X-CD-Roast should look for its library files (like icons, translations and sounds). By default this is /usr/lib/xcdroast-0.98 or /usr/local/lib/xcdroast-0.98 (depends on your installation). -o This disables multibyte font support. This might be handy when you have problems to display some special characters in the on-screen texts. (e.g. german umlauts) -n Disables the cdrtools version check and allows X-CD-Roast to start when even wrong versions of cdrecord, mkisofs, readcd or cdda2wav are installed. Use at own risk! This also overrides the forced exit when you don't meet the 800x600 minimal resolution requirement. -i Ignore the result of the SCSI-scan. Allows to start X-CD-Roast even when no devices (CD-Reader or Writer) could be found. This way you can use X-CD-Roast still for mastering images. -w Don't use cdrecord-ProDVD, even when it is installed. Sometimes it may be desireable to use only the free version of cdrecord. In this case you can disable ProDVD support here without needing to deinstall the ProDVD-binary. -a Disable additional scans for CD-Writers or CD-Readers. In addition to the usual SCSI transport support (generic scsi), X-CD-Roast also supports the experimental ATA-transport of the latest linux kernels. If you set this option then this extra support will be disabled. -f "<list of scsi-devices>" Will not scan for devices, but force X-CD-Roast to use the given ones (semicolon seperated list). Most useful on AIX or OpenBSD sys- tem where scanning fails. Can be also used to use remote-SCSI devices. --display <display> Use the designated X display. --no-xshm Do not use the X Shared Memory extension. If X-CD-Roast is being displayed on a remote X server, this probably needs to be enabled. Also useful for any X server that doesn't properly support the X shared memory extension. This will result in slower performance than with X shared memory enabled. Multiple concurrent instances It is possible to start X-CD-Roast more than once at the same time. This way you can write to several CD-Writers if your system can handle the load. You have to start each instance of X-CD-Roast with the -f 'devicelist' option where you tell it which device should be used. Without that option X-CD-Roast would scan automatically for devices, which could interrupt the other X-CD-Roast process. Be sure to give each instance of X-CD-Roast own devices. Also note that writing two CDs at the same time requires that the writers are at a own IDE bus each. (Real SCSI devices should be fine.) Example: Start the first instance 'xcdroast -f "0,0,0"' and the second with 'xcdroast -f "0,1,0;0,2,0"'. This way the first instance would use the device named 0,0,0 and ignore the others, and the second instance would only use 0,1,0 and 0,2,0. See the X-CD-Roast Setup-Menu about the device numbers. BUGS
This 'man' page is to short. Really useable information can be found in the extra documenation included with X-CD-Roast and in the FAQ on http://www.xcdroast.org AUTHOR
Thomas Niederreiter <tn@xcdroast.org> Homepage of X-CD-Roast: http://www.xcdroast.org SEE ALSO
cdrecord(1), cdda2wav(1), readcd(1), mkisofs(8). Version 0.98alpha13 01 Jan 2003 X-CD-ROAST(1)
All times are GMT -4. The time now is 06:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy