Sponsored Content
Full Discussion: AIX physical DVD/CD drive
Operating Systems AIX AIX physical DVD/CD drive Post 303036113 by RecoveryOne on Friday 14th of June 2019 08:44:10 AM
Old 06-14-2019
Ok so from the LPAR you are trying to find the CDROM run a
lsdev -Cl cd0 -F parent


On one of my S824-42A's this is the path to the CD drive:
Code:
# lscfg -vpl cd0
  cd0              U78C9.001.WZS01PX-P2-D27  SATA DVD-RAM Drive

        Manufacturer................IBM.
        Machine Type and Model......RMBO0140512
        ROS Level and ID............RA65
        Device Specific.(Z0)........058002028F000030
        Part Number.................74Y7346
        EC Level....................N23938
        FRU Number..................74Y7341
        Hardware Location Code......U78C9.001.WZS01PX-P2-D27


  PLATFORM SPECIFIC

  Name:  disk
    Node:  disk
    Device Type:  block
# lsdev -Cl cd0 -F parent
sata0

# lscfg -vpl sata0
  sata0            U78C9.001.WZS01PX-P1-C14-T1  Controller SATA Protocol

  PLATFORM SPECIFIC

  Name:  sata
    Node:  sata
    Device Type:  sata_ioa

So, when you look at the HMC, the optical drive is hanging off P1-C14-T1.


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.

Last edited by RecoveryOne; 06-14-2019 at 10:11 AM..
 

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
CDCONTROL(1)						    BSD General Commands Manual 					      CDCONTROL(1)

NAME
cdcontrol -- compact disc control utility SYNOPSIS
cdcontrol [-sv] [-f device] [command ...] DESCRIPTION
The cdcontrol utility is a program to control audio features of a CD drive. The device is a name such as cd0 or acd0. If no command is given, then cdcontrol enters an interactive mode, reading commands from the standard input. The following options are available: -s Silent mode. Do not print table headers and human readable comments. -v Verbose mode. Print as much information as possible. -f device Specify a device, such as /dev/cd0 or acd0. Both absolute path and relative to /dev filename are possible. The -f option overrides CDROM. If neither CDROM nor the -f option is specified, cdcontrol tries opening first /dev/cdrom, then /dev/cd0, and finally /dev/acd0. The available commands are listed below. Only as many characters as are required to uniquely identify a command need be specified. The word play can be omitted or the characters + and - can be used in the place of next and prev. play first_track [last_track] Play from track first_track to track last_track. The first track has number 1. Can be omitted in all cases. play start_m:start_s.start_f [end_m:end_s.end_f] Play from the absolute address (MSF) defined by start_m in minutes, start_s, in seconds and start_f (frame number) to the absolute address defined by end_m in minutes, end_s, in seconds and end_f (frame number). Minutes are in the range 0-99. Seconds are in the range 0-59. Frame numbers are in the range 0-74. play [#start_block [length]] Play starting from the logical block start_block using length logical blocks. next [tracks] Skip forward a number of tracks (default 1). prev [tracks] Skip backward a number of tracks (default 1). pause Stop playing. Do not stop the disc. resume Resume playing. Used after the pause command. stop Stop the disc. eject Eject the disc. close Inject the disc. volume Same as status volume command. volume level Set the volume of both channels to level. Allowed values are in the range 0-255. volume left_channel right_channel Set the volume of left channel to left_channel and the volume of right channel to right_channel. Allowed values are in the range 0-255. volume mute Turn the sound off. volume mono Set the mono mode. volume stereo Set the stereo mode. volume left Play the left subtrack on both left and right channels. volume right Play the right subtrack on both left and right channels. info Print the table of contents. status [audio | media | volume] Print the information about the disc: audio the current playing status and position media the current media catalog status volume the current values of the volume for left and right channels. cdid Display the serial number of the CD using the method used by the CDDB project (http://www.cddb.org/). help Print the list of available commands. debug on Enable the debugging mode of the CD device driver. debug off Disable the driver debugging mode. reset Perform the hardware reset of the device. set msf Set minute-second-frame ioctl mode (default). set lba Set LBA ioctl mode. speed s Set the highest speed that the drive should use for reading data. The units are multiples of a single speed CDROM (150 KB/s). Spec- ify ``max'' to use the drive's fastest speed. quit Quit the program. ENVIRONMENT
The following environment variables affect the execution of cdcontrol: CDROM The CD device to use, if one is not specified with the -f option. CDPLAY, CD_DRIVE, DISC, MUSIC_CD These variables have been deprecated in favour of CDROM. FILES
/dev/cd0 /dev/mcd0 /dev/acd0 HISTORY
The cdcontrol command appeared in FreeBSD 2.1. AUTHORS
Jean-Marc Zucconi Andrey A. Chernov Serge V. Vakulenko BSD
June 27, 2008 BSD
All times are GMT -4. The time now is 06:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy