In Linux-based UCM5.X /6.x, any command could verify DVD-ROM working ?

Hello all,
I gonna replace DVD-ROM on UCM5.X server.
Is any "show" "list" etc command that could be run to verify if replacment DVD-ROM is working not?
Or do you have other way to check ?
Thanks,
Ethan

thanks for your reply,GONZALO.
From" show tech system", I could see information below regarding DVDROM.
(I haven't replace the DVDROM yet)
cdrom 32896 0 [ide-cd]
class: CDROM
bus: IDE
detached: 0
device: hda
driver: ignore
desc: "HL-DT-STDVD-ROM GDR-D10N"
My question is:
1. Do you see anything suspected? Is this DVD really defective?
2. If I will test it with " firmware upgrade use os" DVD, do you mean that I need to click " upgrade ..." through UCM admin webpage? any detailed steps?
Thanks again,
Ethan

Similar Messages

  • Any way to add DVD-ROM content to a disc image?

    Hi Folks,
    I've got a completed DVD that someone would like to add a few pdf files to. No one has any of the original project assets. Is there any way to take the VIDEO_TS folder and somehow re-author with a DVD-ROM folder added?
    Thanks,
    Chris

    It's possible, but tricky--you can use software to deconstruct the existing disc into all the VOB and IFO files, etc, which maintains the navigation structure. The ROM information goes in a different place on the disc, so you don't have to disturb those.
    I have very bad luck adding ROM data to the DVD because the end users have such a hard time figuring out what to do with it, how to get it off the disc.

  • HP a6452f after 30-45 minutes the computer won't execute any command

    My PC boots up fine and I can run all programs, but if i leave it alone for 30-45 minutes then i can't get the computer to respond to any commands.  My mouse still works and I can navigate around but not run anything??

    Hi,
    Please post the HP product number for your PC. How to Find the HP Model Number and the HP Product Number or let HP automatically find your PC model number and HP network attached printers. This will allow others to review your issue, make suggestions and review your responses. This is usually the best way to get assistance.
    If you search the Internet you will find numerous posts and suggestions that describe your situation with many, many different suggestions and possible solutions.  You will find pages and pages of suggestions that may or may not solve your problem. There isn't any one time cure all suggestion based on your symptom description.   You might want to try a few suggestions and see if you get lucky.
    You may need to separate the "wheat from the chaff"  (hardware issues from software issues) or you might be chasing the issue for many, many hours.
    I have seen hardware failures produce similar issues.  You might try running diagnostics for 1-2 hours and see if the diagnostics will detect an issue.  Even hardware diagnostics are not a cure all solution for possible hardware issues.
    If you can roll your PC back to a known good Windows restore point before the issue started then give that a try.  Otherwise back up your data to external media and use the external HP recovery media to bring your PC back to a factory day one condition. Then without loading a lot of software add ons, try some multiple browsing for the time period that the issue typically occurs.
    Post your results.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • Is there any difference in the prompts of UCCX 7 (Windows based) and UCCX 9 (Linux based) ?

    Are the prompts for UCCX 7 (windows based) and UCCX 9 (Linux Based) are different ?
    There are no default prompts available in the script editor folder of UCCX 9.
    I have downloaded some prompts from the internet with .wav format, but those prompts are not working.
    Can someone tell me if the prompts are different and if they are really different, where to get those prompts then ?
    I have also attached the prompts i have downloaded from the internet.

    Nope, there's no difference.  UCCX uses either G711 or G729 encoded files.  You have to encode them first before you upload them.  UCCX will not encode them like CUCM does for MOH files.  In fact, you can use CUCM's MOH file encoding to encode your files for use within UCCX.
    Also, you will not see the system prompts on your workstation where you installed the script editor.
    What is it that you are trying to do?
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Transition from Windows-based network to Linux-based

    I am looking to make the switch from a Windows based network to a Linux based one. Currently the network includes a Windows 2003 server which acts as a domain controller and file server, a network shared printer (Canon 2300N) and 7 clients running Windows. Several other Windows-based clients connect remotely via RDP.
    I would like to setup a server to act as a domain controller, file server, and (if possible) terminal server. The clients should be authenticated via the server and have access to the files stored on it (via ssh?).
    Here are several points that I was wondering about:
    All the clients use Outlook, some of the clients run Quickbooks Pro and another program called Tentant File Pro. I was thinking about replacing Outlook with Thunderbird (I contact, calendar, and tasks) and I know that Wine can't run Quickbooks and Tenant File Pro so I may have to use VirtualBox/VMWare because these applications can't be replaced by native Linux versions.
    I need an adequate backup solution for the files on the server running as a daily backup.
    Should I use webmin to administer the server?
    What antivirus / firewall solution should I use for the server and the clients?
    How can I allow remote clients the login to the server to be able to run applications (Outlook, Browser, Tenant File Pro, etc.) remotely on the server?
    What is the best solution for this? And what would be the least painful way of making the transition for the users?
    I know this is a lot, but any feedback would be appreciated.
    Thanks.

    larynx wrote:What is the best solution for this? And what would be the least painful way of making the transition for the users?
    Probably not Arch if you just want to dump all these questions on the community rather than research it all individually yourself.
    Perhaps Turnkey Linux would be suitable to get you up and running:
    http://www.turnkeylinux.org/
    (NB: Arch is the COMPLETE opposite of Turnkey Linux)

  • How to Use JNI for linux based C programs

    Hi all,
    I am doing my project in JAVA for my Institute. There is a Central server. All the API's have written in C. The C APIs are Linux based.
    The problem is getting records from the database through API.
    I tried the Java Native Methods. I am able to do that in console with out problem. Since my project is web based I want to fetch the records through the C APIs in JSP. Is it possible? How to do that?
    Please Help me.
    -Prathap

    Why can't you use JDBC?
    I tried the Java Native Methods. I am able to do that in console with out problem. Since my project is web based I want to fetch the records through the C APIs in JSP. Is it possible? How to do that?JSP runs in a server. Which is just a big console application. Same as any other.
    Basic process.
    1. Write the JNI
    2. Insure the JNI is in the servers shared library path. This can depend on the user that the server runs under (unlikely to be you.)
    3. Add the java code into the server.

  • Trying to view a linux based dvr system on my mac

    Im trying to remote view a linux based dvr system on my mac, I can log into the system, and use the controls, however I cannot view the video on any of the cameras, in windows it requires an active x control installed anyone know what the mac equivalent is?
    Thanks

    ...it requires an active x control installed...
    Simple answer: no.  ActiveX plug-ins are usually Internet Explorer only.  Thus you would not be able to view this on OSX.  You could install Windows on your Mac using Boot Camp or a virtual machine, but that's still viewing using Windows.

  • Linux Based FMB on Windows or vise versa

    Hi all,
    If i design any fmb(using Oracle fusion middleware R1 forms) on Linux based machine/virtual machine, Can i open it with windows 7(using Oracle fusion middleware R1 forms).
    or do i need to perform any conversion for that?

    Hello,
    The sources files (.FMB, .MMB, .PLL) are cross platform (same major version). You just need to compile them on the target runtime platform to get the executables.
    Francois

  • Migrating from Linux based Tacacs+ server to Cisco ACS 1113 appliance

    I'm trying to migrate my configuration from a Linux based Tacacs+ server to the Cisco ACS 1113 appliance. Does anyone have any recommendations.
    Thanks.

    Hi
    We (extraxi) offer migration and general consultancy for ACS if you need professional help.
    www.extraxi.com/contact.htm

  • Using MS FileSharingTestSuite for TESTING a LINUX Based SMB/CIFS implementation.

    Hi,
    I was trying to setup the MS File Sharing test suite for testing the below implementation.
    Could please let me know if this use-case is supported. If not could please point me to
    resources [Microsoft] which could help achieve this purpose effectively.
    I want to test CIFS File server implementation running on Linux [SUSE Linux - Open Enterprise Server]
    The client accessing the file services from above
    CIFS server implementation is vastly
    Windows clients.
    Though would like to know ways of testing if the client is a Linux based desktop or a Mac based client as well in future.
    For the above setup details I would like to know if and how we could create a "Driver
    Computer" setup mainly. So we could use the File Sharing test suite to test against this Linux based CIFS server implementation.
    And also the details on setting up the  'System Under Test (SUT)' , if any changes required[from what is documented in the "FileSharing_ServerUserGuide]" to
    achieve the above.
    Could kindly point me in the right direction to help achieve the above testing purpose.
    Please let me know in case any details are required to help resolve the query.
    Thanks for your time and help.
    Regards,
    Kavitha A

    Hi,
    Thanks for your time.
    I am actually talking about using file sharing test suite provided My microsoft for testing a Linux Based CIFS/SMB implementation.
    I have got my query answered via Mail from Microsoft dochelp team. hence marking this as resolved.
    Posting the response /resolution from DOcHelp team on this thread for benefit of anyone looking for similar information/understanding:
    If you are testing in a Workgroup scenario you need a Driver Computer and the System Under Test (SUT) computer.
    In a domain-joined scenario, you need a DC somewhere in your environment to join the machines.
    The guide document that comes with the test suite package provides guidance on what needs to be configured in each scenario.
    The Driver Computer is the Windows machine where the synthetic test suite runs and simulates a client by emitting the protocol packets. The client sends packets to the file server
    (the SUT) to test the server implementation of the protocol.
    The SUT implements the server side of the protocol and the SUT can be running on any operating system.
    For your convenience, you can setup a Windows SUT just for the purpose of understanding the test configuration on the driver client.
    The document has instructions for Windows SUT and guidelines for non-Windows SUT as well. In your case, it’s a non-Windows SUT. You need to configure your server where your file
    server implementation is running and setup the Driver computer to test your SUT.
    I understand that your ultimate goal is to setup your own SUT on the SUSE Linux server.
    Many customers have setup SUTs on CentOS, Ubuntu, etc. The flavor of the operating system is not relevant as such. The client simulator talks the SUT by following the protocol
    packets.
    Please go through the document step-by-step and I am sure it will come together.
    Let’s me know whether you have any further questions.
    I am not looking at CIFS share access from a Linux system. Otherwise would have posted in relevant Linux forums If looking for the same information. Thanks again for taking time to help though.

  • LINUX Based Dispatchers

    Hi Experts,
    Having an issue with IDM 7.2 running a dispatcher on CentOS 5.7. I created the dispatcher and got it up and running in CentOS just fine, however it's not running any of the jobs that I have assigned to it.
    Here's the big question.  Do I have to select the jobs then generate the dispatcher, copy it over to the LINUX box and then customize and start it?  This seems to be a bit of a process.
    Can anyone point me in the right direction here?
    Thanks,
    Matt

    Hi Matt,
    We have Linux based dispatchers and the problems we came across were making sure you are running java jobs on a java runtime, and that the comms are in place so the dispatcher can see the database. From memory you can run the dispatcher in test mode and see it connecting and picking up jobs.
    Hope that helps,
    Ian

  • Using Oracle driver in JDBC for Unix and Linux based servers

    Please, let me know how to mention the Oracle driver within the forName.class(" "); statement in the Jdbc-Servlet for Unix and Linux based servers.
    I'm using Windows-OS for Java programming. Should I have to use the same environment(Unix/Linux with Oracle) for compiling or just compiling, mentioning the driver in the java program would suffice?
    Please, Help me.
    Thank You.
    from,
    Silas eschole.
    email: [email protected]
    [email protected]

    I've used Oracle's thin driver like this:
    Class.forName ( "oracle.jdbc.driver.OracleDriver" );
    Connection DBConnection = DriverManager.getConnection("jdbc:oracle:thin:USER/PASSWD@database" );
    You need Oracles client classes ( e.g. classes111.zip ) at run time, not during compilation.
    Thin client connects directly to the Oracle DB, so the database description is like PORT:MACHINE:SID
    Connection is made through Oracle's listener even when your DB is in the same machine that your program is running. Port number is propably 1521 or 1526, depending on your listener.ora definitions and used Oracle SQL*Net version.

  • IP Pool doesn't apply the DNS configuration to Linux based vm

    Hi,
    Under scvmm 2012r2, I created a IP Pool in my virtual switch as follow :
    IP subnet : 192.168.1.0/24 (192.168.1.100 to 192.168.1.200)
    Gateway : 192.168.1.1
    DNS : 192.168.1.2, 192.168.1.3
    Then I created some templates using the IP Pool. From these templates, when I created a Windows vm, all is OK. When i created a Linux based vm like RHEL6, only the IP address and gateway were applied. The DNS setting was missing in the new created
    vm.
    Thanks for your help !
    zt

    Hello,
    Here is the output of resolv.conf :
    # Generated by NetworkManager
    # No nameservers found; try putting DNS servers into your
    # ifcfg files in /etc/sysconfig/network-scripts like so:
    # DNS1=xxx.xxx.xxx.xxx
    # DNS2=xxx.xxx.xxx.xxx
    # DOMAIN=lab.foo.com bar.foo.com
    Output of the log :
    2014-04-09T08:25:31,619Z Trace      [scx.vmmguestagent.osspecializationreader:427:1589:140519122646816] DNS Search Suffix read as: test.com
    2014-04-09T08:26:34,209Z Trace      [scx.vmmguestagent.osspecializationreader:427:1623:139799840220960] DNS Search Suffix read as: test.com
    2014-04-09T08:26:38,234Z Info       [scx.vmmguestagent.osconfigurator.networkconfigurator:235:1623:139799840220960] Shell Command:/opt/microsoft/scvmmguestagent/bin/cfgnetadapter  macaddress=00:1D:D8:B7:1C:20 ipv4addresstype=static
    ipv4address=192.168.1.133/24 ipv6addresstype=dhcp gateways=192.168.1.1, nameservers=192.168.1.2,192.168.1.3, dnssearchsuffix=test.com,
    Thanks
    zt

  • Oracle RAC with Oracle Linux Based RAC Applications

    What are the advantages of using Oracle Linux Based RAC applications (also known as Linux Oracle Projects) with Oracle Database RAC 10g ?

    Personally, I find RAC to be about 1000% easier to manage on Linux...than on what? And why?
    Beacause personally I can't see difference in RAC management between Linux and Solaris (i.e.).

  • Arch Linux based live gaming distro 'lg-live 0.9.5' released

    Hey all,
    first of all, sorry if this is the wrong subforum to post this in but this one seemed most appropriate.
    I would like to announce the release of live.linuX-gamers 0.9.5, an Arch Linux based live gaming distro. It was made using Archiso and of course a big investment of time. It is going to be officially released on LinuxTag 2009 in Berlin (in three days) but I thought I'd give it to you guys now.
    It is a very specialized distro: It contains lots of popular games, installs proprietary graphics card drivers out-of-the-box and provides you with a nice, clean interface for launching games and a few basic applications.
    I don't want to over-advertise this so I'll just say: Please go ahead and test it if you feel like it, maybe mirror it or seed the torrents a bit, post feedback or thoughts, insult me or threaten me, etc.
    If you want to give it a spin or see which games are on it, go over to http://live.linux-gamers.net and grab yourself an ISO/USB image.
    Thank you, Arch Linux, for making this possible.

    karol wrote:
    capoeira wrote:is there a way to install other games when using a USB-Device?
    This thread is rather old, but yeah, it's possible to remaster this "meta-distro" and add/remove games you like: http://github.com/svenstaro/lglive
    BTW, there's a new release http://live.linux-gamers.net/
    Ohh what a positive surprise to have a girl here,
    yea, i downloaded the DVD this week. I'm no gamer, I gamed in the 90ies on a Amiga 500 last time. But sometimes I get a wich to play a bit, so I found this DVD (I don't want to instal games to my production-distro and don't want to instal Catalyst either for my card)
    I want to play 3d first-person games but those ego-shooters i don't enjoy. Its running around shooting on everything and diying a hundred times. I want something more realistic, so I found penumbra and amnesia and would like to install it with this DVD. (if anyone has tips for realistic 3d-games, action-adventures, etc. I would apreciate tips)
    I will have a look at your link, thanks a lot

Maybe you are looking for

  • Cables for Iomega External Hard Drive

    Lost cables! Which cables do I need in order to connect my Iomega Ego Rphd-c external hard drive to my MacBook Pro from ~2010? The external has a Firewire, small USB, and a hole that says DC 5V under it. When I search online I see all these differenc

  • Default cache size reduced to 350 MB (from 1024 MB)

    Why was the default size of the automatic cache management reduced from 1024 MB to 350 MB ? How does that improve Firefox ?

  • Write in file in insert mode

    Hi! I have a text file. Let' file have next contents: "aaaa bbbb cccc dddd eeee...." I want to insert string (e.g. "test") in this text. The result must be: "aaaa btestbbb cccc dddd eeee...." What can I do for this goal? Before I use method writeByte

  • [SOLVED] KDE fonts unreadably small

    I've just installed Arch following the instructions in the wiki and everything has gone smoothly so far. But I now have a problem with KDE (kde-meta) - all the text on screen is unreadable, resembling squares. I thought it might be something to do wi

  • Upgrade 3110c failed

    Hello I am trying to upgrade from firmware v04.91 to v5.50. Each time the NSU begin the upgrade, the phone screen go blank and is completely lock. The nsu lose the connection . I must remove the batteries to be able to switch on again the phone. Any