After you create a logical volume, you populate it with the expected directory structure and assign the ownership and group associations required by CA User Activity Reporting Module. You use vi to modify the fstab file to point to the logical volume you created and then you mount the new data directory.
To prepare the logical volume for CA User Activity Reporting Module
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
device name |
mount point |
fs-type |
options |
dump-freq pass-num |
---|---|---|---|---|
none |
/dev/VolGroup00/LogVol00/ |
ext3 |
defaults |
1 1 |
none |
/dev/VolGroup01/LogVol00/data |
ext3 |
defaults |
1 2 |
LABEL=/boot |
/boot |
ext3 |
defaults |
1 2 |
tmpfs |
/dev/shm |
tmpfs |
defaults |
0 0 |
devpts |
/dev/pts |
devpts |
gid=5,mode=620 |
0 0 |
sysfs |
/sys |
sysfs |
defaults |
0 0 |
proc |
/proc |
proc |
defaults |
0 0 |
none |
/dev/VolGroup00/LogVol01 |
swap |
defaults |
0 0 |
mount -a
mount
Copyright © 2013 CA.
All rights reserved.
|
|