Virtual optical drive
 
*
Welcome, Guest. Please login or register. January 09, 2009, 01:37:26 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Virtual optical drive  (Read 3061 times)
0 Members and 1 Guest are viewing this topic.
flok
Jr. Member
**
Posts: 12

www.vanheusden.com


WWW
« Reply #6 on: September 10, 2008, 02:16:47 PM »

At least aix 6 installs fine from a virtual optical drive. Linux in all its forms too but for debian you need to have the latest version of the nightly build.

I wrote a simple howto here: http://vanheusden.com/aix/vcd.php (http://vanheusden.com/aix/vcd.php)
Logged
demon
Jr. Member
**
Posts: 5


« Reply #5 on: January 15, 2008, 12:53:09 PM »

Hi i found this on de internet .

First Create a filesystem with crfs command:
#/usr/sbin/crfs -v jfs -g rootvg -a size=800 -m/cd1iso -Ano -pro -tno -a frag=4096 -a nbpi=4096 -a ag=8
This command creates the /cd1iso file system on the rootvg volume group.

Now dd the “iso” image into rlv00
# dd if=image.iso of=/dev/rlv00 bs=10M
Use chfs to change the attributes of a file system:
# chfs -a vfs=cdrom cd1iso
# mount /cd1iso
# cd /cd1iso
When done, remove the filesystem/unmount, enter:
# rmfs /cd1iso
This removes the /cd1iso file system, its entry in the /etc/filesystems (created using chfs command) file, and the underlying logical volume.


Very usefull information, thx.
But need correction

#/usr/sbin/crfs -v jfs -g rootvg -a size=800 -m/cd1iso -Ano -pro -tno -a frag=4096 -a nbpi=4096 -a ag=8
# dd if=image.iso of=/dev/lv00 bs=10M
#chfs -a vfs=cdrom /cd1iso
# mount /cd1iso
Logged
megabear
New Member
*
Posts: 2


« Reply #4 on: November 01, 2007, 09:35:22 PM »

Hi i found this on de internet .

First Create a filesystem with crfs command:
#/usr/sbin/crfs -v jfs -g rootvg -a size=800 -m/cd1iso -Ano -pro -tno -a frag=4096 -a nbpi=4096 -a ag=8
This command creates the /cd1iso file system on the rootvg volume group.

Now dd the “iso” image into rlv00
# dd if=image.iso of=/dev/rlv00 bs=10M
Use chfs to change the attributes of a file system:
# chfs -a vfs=cdrom cd1iso
# mount /cd1iso
# cd /cd1iso
When done, remove the filesystem/unmount, enter:
# rmfs /cd1iso
This removes the /cd1iso file system, its entry in the /etc/filesystems (created using chfs command) file, and the underlying logical volume.

« Last Edit: November 06, 2007, 10:14:57 PM by Michael » Logged
Michael
Administrator
Hero Member
*****
Posts: 539


« Reply #3 on: August 07, 2007, 05:14:43 PM »

If you have downloaded an ISO image you will need to burn it to DVD or CD.

With the DVD drive either attached physically to VIOS partition and then as virtual CD Drive (which is what I first assumed you meant), or directly attach the IDE (Other Storage) to the partitioin.

AFAIK (as far as I know) AIX does not support mounting of an ISO image. Neither do I know of it as a supported target storage.

In other words, I dont think it is possible to install from an ISO image without first burning it to media.
Logged
demon
Jr. Member
**
Posts: 5


« Reply #2 on: August 07, 2007, 01:46:00 PM »

I mean how to install OS(AIX) on LPAR from ISO image?
Logged
Michael
Administrator
Hero Member
*****
Posts: 539


« Reply #1 on: July 26, 2007, 10:58:53 AM »

Assuming you are using an HMC you will first need to create the virtual scsi server and client adapters and specify their connection.

If the VIOS partition is already running you will need to reboot it, or you can create to VSCSI Server adapter using DLPAR and update the profile with the same information so it will be there after a reboot.

Assuming a reboot, on the VIOS partition login as padmin.

assuming this is your first virtual scsi client the command will be:

mkvdev -vdev /dev/cd0 -vadapter vhost0

Note: this is the same command you would use to create a virtual scsi disk.

To verify your result - use: lsmap -vadapter vhost0, or lsmap -all

to remove the virtual link:

rmvdev -vtd vtscsiX (where X is the value returned when you created it).
« Last Edit: November 06, 2007, 10:14:38 PM by Michael » Logged
demon
Jr. Member
**
Posts: 5


« on: July 05, 2007, 09:34:16 AM »

How to create it ? I want to install some OS(Linux or *BSD) on logical partition without use psysical CD\DVD, e.g. from ISO image. On analogy with VMware. It's possible?
« Last Edit: November 06, 2007, 10:14:24 PM by Michael » Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 1.352 seconds with 19 queries.




eXTReMe Tracker

Terms of Use and Privacy and Security Policies
Copyright 2001-2008 Michael Felt and ROOTVG.NET