Virtual CDROM refuses to quit


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Virtual CDROM refuses to quit
# 1  
Old 02-18-2011
Virtual CDROM refuses to quit

Good day.

I have a Sun Netra X4200 M2 server with AMI BIOS. When I performed a iostat -En, I noticed that the AMI Virtual CDROM had taken device id c0t0d0, however, I need c0t0d0 for the real CD/DVD device.

So, I disabled the Virtual CDROM in the BIOS and rebooted. Lo and behold, the virtual CDROM is back. I then touched /reconfigure and rebooted again, to no avail, the Virtual CDROM keeps coming back. Smilie

How can I REALLY disable this Virtual CDROM?

Regards,
Bjoern
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Providing virtual machine priority in kvm based virtual machines

Hi All, Is there any way I can prioritize my VMs when there is resource crunch in host machine so that some VMs will be allocated more vcpu, more memory than other VMs in kvm/qemu hypervisor based virtual machines? Lets say in my cloud environment my Ubuntu 16 compute hosts are running some... (0 Replies)
Discussion started by: SanjayK
0 Replies

2. UNIX for Beginners Questions & Answers

A function that refuses to run anywhere else but main()

Hi. I have some code, that for some reason, I could not post it here in this post. Here's the address for it: #if 0 shc Version 4.0.1, Generic Shell Script Compiler GNU GPL Version 3 Md - Pastebin.com First off, I used "shc" to convert the code from shell script to C. And The... (6 Replies)
Discussion started by: ignatius
6 Replies

3. UNIX for Dummies Questions & Answers

I have firewall rules to open ports, why telnet refuses connection?

Alright... this question comes from the fact that I'm trying to setup postfix to relay messages to Office 365 SMTP but its giving me connection refused... I read that if you have doubts if your port is open or not you should telnet to them so thats what I did. This is a Red Hat 6.3 box. My... (4 Replies)
Discussion started by: RedSpyder
4 Replies

4. Solaris

Sendmail refuses to send via relay

Hi I have two realtively identical Solaris zones. They both appear to have the same config in relation to sendmail. But, when I send a test email using mailx the first one sends via a mail relay and the other sends via localhost. I need them both to use the relay but can't figure out what is... (0 Replies)
Discussion started by: gregb
0 Replies

5. Debian

Postfix refuses POP clients after mysqlizing back end

Hello, I have attempted to mysqlize the backend of my postfix config. Since doing that I have not been able to connect to my server via pop clients. I am using courier as my pop server. I am suffering authentication failures even though the correct username and password are supplied. ... (0 Replies)
Discussion started by: bluethundr
0 Replies

6. Shell Programming and Scripting

sed script to generate hyperlinks refuses to work

Hi All, I'm new to the forum and not a programmer, but I'm writing a bash script to preprocess definitions of technical terms by inserting hyperlinks pointing to other pages in the glossary before the pages are posted to our server, using a standard naming convention for the pages. The... (3 Replies)
Discussion started by: markfgilliland
3 Replies

7. UNIX for Dummies Questions & Answers

Crontab refuses to save changes!

I'm trying to create a new crontab entry for a user on a debian box but whenever I do a crontab -e or crontab -u username -e then edit the crontab (with vim as my default editor) and :wq. I get the error message: no crontab for username - using an empty one crontab: no changes made to crontab... (18 Replies)
Discussion started by: fire>ant>
18 Replies

8. UNIX for Dummies Questions & Answers

.netrc refuses password

Hi trying to ftp a printer to collect info but the ftp file shows that when it gets to password the mode is incorrect both the login and the password are not compulsory (e.g. if the user hits the enter button twice the ftp session is initiated) any ideas :confused: (6 Replies)
Discussion started by: w33man
6 Replies
Login or Register to Ask a Question
ONEVNET(1)					     onevnet(1) -- manages OpenNebula networks						ONEVNET(1)

NAME
onevnet SYNOPSIS
onevnet command [args] [options] OPTIONS
-c, --cluster id|name Selects the cluster -l, --list x,y,z Selects columns to display with list command -d, --delay x Sets the delay in seconds for top command -x, --xml Show the resource in xml format -n, --numeric Do not translate user and group IDs -k, --kilobytes Show units in kilobytes -v, --verbose Verbose mode -h, --help Show this message -V, --version Show version and copyright information COMMANDS
o create file Creates a new Virtual Network from the given template file valid options: cluster o delete range|vnetid_list Deletes the given Virtual Network o addleases vnetid ip [mac] Adds a lease to the Virtual Network o rmleases vnetid ip Removes a lease from the Virtual Network o hold vnetid ip Holds a Virtual Network lease, marking it as used o release vnetid ip Releases a Virtual Network lease on hold o publish range|vnetid_list DEPRECATED, use chmod instead. Publishes the given Virtual Network. A public Virtual Network can be seen and used by other users in the Virtual Network's group. o unpublish range|vnetid_list DEPRECATED, use chmod instead. Unpublishes the given Virtual Network. A private Virtual Network can't be used by any other user. o chgrp range|vnetid_list groupid Changes the Virtual Network group o chown range|vnetid_list userid [groupid] Changes the Virtual Network owner and group o chmod range|vnetid_list octet Changes the Virtual Network permissions o list [filterflag] Lists Virtual Networks in the pool valid options: list, delay, xml, numeric, kilobytes o show vnetid Shows information for the given Virtual Network valid options: xml o update vnetid Launches the system editor to modify and update the template contents ARGUMENT FORMATS
o file Path to a file o range List of id's in the form 1,8..15 o text String o groupid OpenNebula GROUP name or id o userid OpenNebula USER name or id o vnetid OpenNebula VNET name or id o vnetid_list Comma-separated list of OpenNebula VNET names or ids o filterflag a, all all the known VNETs m, mine the VNET belonging to the user in ONE_AUTH g, group 'mine' plus the VNET belonging to the groups the user is member of uid VNET of the user identified by this uid user VNET of the user identified by the username LICENSE
OpenNebula 3.4.1 Copyright 2002-2012, OpenNebula Project Leads (OpenNebula.org) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 April 2012 ONEVNET(1)