Download List

Projeto Descrição

mapscsi is a Linux SCSI device mapping tool which solves the problem of SCSI device names being allocated in the order of probing. The problem is that when an additional device is added and has a lower host, channel, or ID than existing devices, the other devices will all be shuffled along on the next reboot (i.e. /dev/sdb becomes /dev/sdc, etc.). mapscsi solves this by creating symbolic links to Linux SCSI devices after scanning all SCSI devices, using information probed from the devices and a set of mapping rules containing device templates to dynamically create link names. mapscsi can fetch Fibre Channel world wide names and loop IDs when using Qlogic HBAs with the qla2x00 driver. mapscsi is a simple alternative to devfs, and provides the added ability of including drive information such as vendor/product/Fibre channel address details, PCI location, and serial numbers in device link names. mapscsi is particularily useful in Fibre Channel SAN environments.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-04-17 15:02
0.0.11

Movido funções genéricas SCSI em um arquivo separado para fazer a partilha de código com saftemon mais fácil, e fixa um erro tipográfico com dispositivos de fita. O programa deve agora verificar os dispositivos de fita por formar adequadamente os nomes de dispositivos numéricos, como / dev/st0.
Tags: Development, Major bugfixes
Moved generic SCSI functions into a separate file to make code sharing with saftemon easier, and fixed a typo bug with tape devices. The program should now scan tape devices by properly forming numeric device names such as /dev/st0.

2001-12-18 16:18
0.0.9

A referência com ponteiro NULL que ocorreu, se não todos os dispositivos sg poderia ser mapeada foi corrigido.
Tags: Development, Major bugfixes
A NULL pointer dereference that occured if not all sg devices could be mapped was fixed.

2001-12-18 08:48
0.0.8

Coleta de WWPN, wwnn, laço de identificação, e porta identificação de dispositivos com o Fibre Channel Qlogic qla2x00 4.46.5 motorista, substituição de novos códigos e variáveis regra para Fibre Channel atributos, o espaço de extracção e de caráter não-alfanuméricos stripping, no momento da tomada de links (regras com os nomes dos dispositivos que haviam espaços ou caracteres especiais terá de ser mudado), uma nova opção para desativar o estado de poupança para / var / Estado / mapscsi devmap /, uma nova opção para desativar o link de remoção anterior, o modo de fundo não dependem estado de poupança para o disco, e Misc. correções.
Tags: Development, Major feature enhancements
Fetching of WWPN, WWNN, loop ID, and port ID from Fibre Channel devices with the Qlogic qla2x00 4.46.5 driver, new substitution codes and rule variables for Fibre Channel attributes, space-stripping and non-alphanumeric character stripping at the time of making links (rules with device names that had spaces or special characters will need to be changed), a new option to disable saving state to /var/state/mapscsi/devmap, a new option to disable previous link removal, background mode doesn't depend on saving state to disk, and misc. bugfixes.

2001-12-13 14:46
0.0.6

A Overun buffer potencial get_scsi_dev_info era fixo, e uma correção foi feita para os cabeçalhos do kernel que não definem SCSI_IOCTL_GET_PCI.
Tags: Development, Major bugfixes
A potential buffer overun in get_scsi_dev_info was fixed, and a fix was made for kernel headers that don't define SCSI_IOCTL_GET_PCI.

2001-12-13 09:08
0.0.5

PCI dev: informações slot.function agora é obtido em 2.4.4 + kernels. A utilização das informações PCI permite que você corrija o registro de dispositivo para o slot a placa está, portanto, a ordem em que os adaptadores os drivers são carregados de acolhimento não é mais um problema. Um bug que surgiu de alterações para alocação dinâmica de memória foi corrigido.
Tags: Development, Minor feature enhancements
PCI dev:slot.function information is now fetched on 2.4.4+ kernels. The use of PCI information lets you fix the device registration to the slot the adapter card is in, so the order in which the host adapters drivers are loaded is no longer an issue. A bug that arose from changes to dynamic memory allocation was fixed.

Project Resources