Sponsored Content
Full Discussion: AIX physical DVD/CD drive
Operating Systems AIX AIX physical DVD/CD drive Post 303036153 by Phat on Monday 17th of June 2019 12:46:37 AM
Old 06-17-2019
Quote:
This is why bakunin was saying VIO's make this easier. You could virtualize the optical drive and dynamically add it to any lpar. The above example I gave was from a box with no VIO. 100% of resources of the frame given to the lpar.
Yes I know. I just take over the system from previous vendor. I don't know why they don't install the VIOS.
 

10 More Discussions You Might Find Interesting

1. Solaris

DVD drive problem after upgrade to Solaris 10

After upgrading to solaris 10 (from sol 8) on a SUN Blade 1500, it seems that the dvd/cd-rom does not accept dvds nor cds in the dvd drive. After I insert a dvd/cd in the drive, the disk is simply ejected (!) Is it possible that the upgrade made the system not being able to recognize these... (2 Replies)
Discussion started by: miket
2 Replies

2. AIX

Check for media in DVD drive

I would like to check for the existance of media in a DVD drive prior to running a mkcd. Is this possible? I have accomplished this in the past with tctl, but that was with a tape drive. Any help is appreciated. Thanks (0 Replies)
Discussion started by: dmjoen
0 Replies

3. Solaris

external DVD-ROM drive for our datacentre

Hi there In our Data centre we have a mixture of SPARCS running from v100 and ultra10's to v800 and v1250 boxes we also have a large amount of x86 X2100 and X4100 boxes I am looking to purchase an external DVD-ROM drive that we can plug into the back of any of the boxes if we need to (I... (2 Replies)
Discussion started by: hcclnoodles
2 Replies

4. UNIX for Dummies Questions & Answers

dvd in drive how to check

is there some tools(not graphical) command to reconnoiter what kind of cd/dvd is on drive (dvd+rw/dvd-rw/etc)? (1 Reply)
Discussion started by: vikus
1 Replies

5. AIX

dvd media in drive

Hello, It's some tool in AIX to check what kind of media (DVD+RW DVD-RW DVD-RAM) is inserted in drive? In linux there is very nice tool called dvd+rw-mediainfo. (0 Replies)
Discussion started by: vikus
0 Replies

6. AIX

AIX 5.3 on p275 - DVD-ROM drive not recognized

I was having problems with the DVD-ROM drive not being recognized. I thought it was a configuration issue, but it appears to be a hardware problem. Now the system hangs at boot. This last time I tried it, it said: At which point, it hangs. (1 Reply)
Discussion started by: smithfarm
1 Replies

7. Solaris

#1 added to directory on rmount DVD drive

Currently have an issue were we use a script to load a security .dat key. The script was failing to load stating "Unable to open directory". I ssh'd into the server and performed an ls -la on the /cdrom directory. I show the usual cdrom0 but the directory on the cd should be key but is showing... (0 Replies)
Discussion started by: hypp1e
0 Replies

8. HP-UX

LV and/or physical drive problems HP9000

I'm a technician who has been called upon to troubleshoot an ancient HP9000 K260, running HP UX 11.11. After a power sag/crash/restart FSCK gave multiple error/warning messages about logical volumes and groups. I have some modest experience with Unix servers, but not on such an old and... (2 Replies)
Discussion started by: patrick.scalia
2 Replies

9. Solaris

Solaris 10 install with no DVD drive

Hi Guys, I think i probably know the answer to this question, but ill put it out there. I have access to one, and only one SunFire v240 with no DVD drive. I have been tasked with installing Solaris 10 on there (Solaris 8 is on at the moment). The obvious thing was to try a USB DVD... (4 Replies)
Discussion started by: Sol-nova
4 Replies

10. UNIX for Dummies Questions & Answers

Mount the cd/dvd drive

· Next, you will need to install the software package that provides DHCP services (a.k.a. the DHCP daemon software). It is located on the installation DVD ISO image for the CentOS Linux Distribution. Associate the (Disc 1 of 2) DVD ISO with the virtual machine's CD/DVD optical drive, create a... (1 Reply)
Discussion started by: beerpong1
1 Replies
APTDCON(1)							    User manual 							APTDCON(1)

NAME
aptdcon - command line client for aptdaemon SYNOPSIS
aptdcon [OPTIONS] DESCRIPTION
aptdcon allows to perform package management tasks, e.g. installing or removing software, using aptdaemon. There isn't any need to be root to run this programme. OPTIONS
-v, --version Show the version number of the aptdcon. -h, --help Show information about the usage of the command. -d, --debug Show additional information on the command line. -i, --install PACKAGES Install the list of PACKAGES. If you want to install more than one package you have to put the package names into quotation marks. --reinstall PACKAGES Reinstall the list of PACKAGES. If you want to reinstall more than one package you have to put the package names into quotation marks. -r, --remove PACKAGES Remove the list of PACKAGES. If you want to remove more than one package you have to put the package names into quotation marks. -p, --purge PACKAGES Purge the list of PACKAGES. If you want to purge more than one package you have to put the package names into quotation marks. -u, --upgrade PACKAGES Upgrade the list of PACKAGES. If you want to upgrade more than one package you have to put the package names into quotation marks. --upgrade-system Upgrade the whole system. --fix-install Try to complete a previously cancelled installation by calling "dpkg --configure -a". --fix-depends Try to resolve unsatisified dependencies. Attention: Currently you don't get a confirmation of the changes, which makes this method quite dangerous since it could remove a lot of packages. --add-vendor-key PUBLIC_KEY_FILE Install the PUBLIC_KEY_FILE to authenticate and trust packages singed by the vendor. --add-vendor-key-from-keyserver PUBLIC_KEY_ID Download and install the PUBLIC_KEY_ID to authenticate and trust packages singed by the vendor. Requires the --keyserver to be set. --key-server KEYSERVER Download vendor keys from the given KEYSERVER. --remove-vendor-key FINGERPRINT Remove the vendor key of the given FINGERPRINT to no longer trust packages from this vendor. --add-repository 'DEB_LINE' Allow to install software from the repository specified by the given DEB_LINE. You have to put quotation marks around the DEB_LINE since it normally contains spaces: 'deb http://ftp.de.debian.org/debian unstable main' --sources-file SOURCES_FILE Specify an alternative sources file to which the new repository should be written. SOURCES_FILE should be only the basename: back- ports.list --list-trusted-vendors Show all trusted software vendors and theirs keys. --hide-terminal Do not attach to the interactive terminal of the underlying dpkg call. --allow-unauthenticated Allow to install packages which are not from a trusted vendor. EXAMPLES
The following command will install the package xterm and remove the package eterm in the same run: $ aptdcon --install "xterm" --remove "eterm" To handle more than one package the names have to be put into quotation marks. The following command will install xterm and eterm: $ aptdcon --install "xterm eterm" The following command will add the backport repository to the sources.list in a separate file /etc/apt/sources.list.d/backports.list : $ aptdcon --sources-file backports.list --add-repostiry "deb http://archive.backports.org/debian stable main" DIAGNOSTICS
By default aptdaemon logs to the syslog facility AptDaemon. Furthermore you can use the -d option to get additional information on the com- mand line. HOMEPAGE
https://launchpad.net/aptdaemon BUGS
You can report bugs at the Launchpad site of aptdaemon: https://bugs.launchpad.net/aptdaemon/+filebug AUTHOR
Sebastian Heinlein <devel at glatzor dot de> SEE ALSO
aptd(1), org.debian.apt(7), org.debian.apt.transaction(7) aptdaemon December 2009 APTDCON(1)
All times are GMT -4. The time now is 02:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy