28.2 Cannot Create an NSS Pool or Volume

If you cannot create an NSS pool or volume, consider these possible causes:

Linux

If you cannot create a pool on a device you can see in NSSMU, NSS might not own the free space you want to use for a storage pool. If the device you want to use is managed by LVM instead of EVMs, NSS does not recognize the device as being available and does not create the pool.

SLES 9 uses LVM, but NSS requires EVMS. The Linux 2.6 kernel prevents multiple volume managers from managing the same device. As a result, EVMS might display free space that it cannot actually manage.

To prevent display of space that is unavailable to EVMS, edit the /etc/evms.conf file to add the device to the exclude list of the sysfs_devices section.

For example, if your hda device is your boot device and contains the root volume, it cannot be used to create pools on. Edit the /etc/evms.conf file as follows:

sysfs_devices {
...
exclude = [hda]
}

To make a device that is being managed by another device manager available to EVMS, you can use one of the following options:

NetWare

If you cannot create an NSS volume on your NetWare® server, you might not be able to create and mount an NSS volume if you exceed the maximum number of 256 volumes mounted at a time on the server.