URL: https://linuxfr.org/users/oaudry/journaux/aix-mais-quel-avenir Title: AIX - Mais quel avenir ? Authors: oau Date: 2008年03月06日T11:32:10+01:00 Tags: aix, support et humour_geek Score: 0 C'est mon premier journal et je n'ai pas grand chose à dire. Mais depuis 1 an que je travaille sur AIX j'hallucine tout les jours. Et là je viens de tomber sur LE pompon. LE truc qui me ferait arrêter l'informatique et commencer une carrière dans la pêche à la ligne. La question est : comment peut on monter une iso pour installer Latex sur un AIX ? La réponse de l'infocenter IBM : > Mounting ISO images on AIX There is a known problem with mounting ISO images on the AIX platform. To workaround the problem, complete the following instructions: 1. Obtain the size of the image. For example: £spaces£ £/spaces£# ls -al £spaces£ £/spaces£total 731594 £spaces£ £/spaces£drwxr-xr-x 2 root system 512 Aug 18 11:33 . £spaces£ £/spaces£drwxr-xr-x 6 root system 512 Aug 18 11:32 .. £spaces£ £/spaces£-rw-r--r-- 1 root system 374575104 Apr 29 02:59 £spaces£ £/spaces£fim_console_rios_aix_5.iso 2. Identify the nearest multiple of 128 MB that will provide enough space for the image. In the above example, the image is approximately 374 MB, so use 384 MB as an image size. Make a logical volume of this size. Ensure that there is enough space on the physical volume. For example, hdisk0. £spaces£ £/spaces£# mklv -y cdlv -s n -L /dev/cdlv rootvg 384M hdisk0 If the command fails, increase the volume size by a multiple of 128. 3. Use thedd command to create a pseudo-device. Ensure that the partition has enough space for the pseudo-device. In the following example command, the pseudo-device is /dev/cdlv. £spaces£ £/spaces£# dd if=/opt/software/iso/fim_console_rios_aix_5.iso of=/dev/cdlv Note that this command may take a long time and will create two dd processes. 4. Mount the device like a CD-ROM in AIX. Ensure that the mount point exists. £spaces£ £/spaces£# mount -v cdrfs -o ro /dev/cdlv /mnt/iso > / si c'est pas du foutage de gueule ....