Nachdem Sie ein logisches Volume erstellt haben, übernehmen Sie die erwartete Verzeichnisstruktur und weisen Sie die von CA User Activity Reporting Module benötigten Besitzrechte und Gruppenvereinigungen zu. Verwenden Sie den vi-Texteditor, um die Datei "fstab" zu ändern, damit sie auf das von Ihnen erstellte logische Volume gerichtet ist. Anschließend laden Sie das neue Datenverzeichnis.
So bereiten Sie logische Volumes für CA User Activity Reporting Module vor
mkdir /data1 chown caelmservice /data1 chgrp caelmservice /data1
/opt/CA/SharedComponents/iTechnology/S99igateway stop
cd /opt/CA/ELMAgent/bin/ ./caelmagent -s ps -ef | grep /opt/CA
mount -t ext3 /dev/VolGroup01/LogVol00 /data1 cp -pR /data/* /data1 diff -qr /data /data1
umount /data umount /data1
rm -rf /data mv /data1 data
|
Gerätename |
Bereitstellungspunkt |
Typ des Dateisystems |
Optionen |
Speicherfreq. / Durchlaufnr. |
|---|---|---|---|---|
|
Keine |
/dev/VolGroup00/LogVol00/ |
ext3 |
Standard |
1 1 |
|
Keine |
/dev/VolGroup01/LogVol00/data |
ext3 |
Standard |
2 1 |
|
LABEL=/boot |
/boot |
ext3 |
Standard |
2 1 |
|
tmpfs |
/dev/shm |
tmpfs |
Standard |
0 0 |
|
devpts |
/dev/pts |
devpts |
gid=5,mode=620 |
0 0 |
|
sysfs |
/sys |
sysfs |
Standard |
0 0 |
|
proc |
/proc |
proc |
Standard |
0 0 |
|
Keine |
/dev/VolGroup00/LogVol01 |
swap |
Standard |
0 0 |
mount -a
mount
| Copyright © 2011 CA. Alle Rechte vorbehalten. | Senden Sie CA Technologies eine E-Mail zu diesem Thema. |