![Novell LINUX ENTERPRISE SERVER 10 - STORAGE ADMINISTRATION GUIDE 7-2007 Скачать руководство пользователя страница 108](http://html1.mh-extra.com/html/novell/linux-enterprise-server-10-storage-administration-guide-7-2007/linux-enterprise-server-10-storage-administration-guide-7-2007_administration-manual_1711843108.webp)
108
SLES 10 Storage Administration Guide
no
vd
ocx
(e
n)
6 Ap
ril 20
07
10.4 Volumes on EVMS Devices Do Not Appear
When Using iSCSI
If you have installed and configured an iSCSI SAN, and have created and configured EVMS disks
or volumes on that iSCSI SAN, your EVMS volumes might not be visible or accessible after reboot.
This problem is caused by EVMS starting before the iSCSI service. iSCSI must be started and
running before any disks or volumes on the iSCSI SAN can be accessed.
To resolve this problem, use the
chkconfig
command at the Linux server console of every server
that is part of your iSCSI SAN to correct the order that iSCSI and EVMS are started.
1
At a terminal console prompt, enter
chkconfig boot.evms on
This ensures that EVMS and iSCSI start in the proper order each time your servers reboot.
10.5 Device Nodes Are Not Automatically Re-
Created on Restart
Effective in SUSE
®
Linux Enterprise 10, the
/dev
directory is on
tmpfs
and the device nodes are
automatically re-created on boot. It is no longer necessary to modify the
/etc/init.d/
boot.evms
script to delete the device nodes on system reboot as was required for previous
versions of SUSE Linux.
The following procedure is provided for users who might encounter this issue for SUSE Linux
Enterprise Server 9 and earlier:
1
Open the
/etc/init.d/boot.evms
script in a text editor.
2
Add the following lines to the Stop section:
mount -n -o remount,rw /
echo -en "\nDeleting devices nodes"
rm -rf /dev/evms
mount -n -o remount,ro /
For example, the Stop section looks like this after the edit:
stop)
echo -n "Stopping EVMS"
mount -n -o remount,rw /
echo -en "\nDeleting devices nodes"
rm -rf /dev/evms
mount -n -o remount,ro /
rc_status -v
;;
3
Save the file.
4
Continue with
“Restart the Server” on page 22
.
Содержание LINUX ENTERPRISE SERVER 10 - STORAGE ADMINISTRATION GUIDE 7-2007
Страница 4: ...novdocx en 6 April 2007...
Страница 30: ...30 SLES 10 Storage Administration Guide novdocx en 6 April 2007...
Страница 42: ...42 SLES 10 Storage Administration Guide novdocx en 6 April 2007...
Страница 58: ...58 SLES 10 Storage Administration Guide novdocx en 6 April 2007...
Страница 90: ...90 SLES 10 Storage Administration Guide novdocx en 6 April 2007...
Страница 100: ...100 SLES 10 Storage Administration Guide novdocx en 6 April 2007...
Страница 106: ...106 SLES 10 Storage Administration Guide novdocx en 6 April 2007...