prompt> sh
#
#cd /
#iflash
May 29 15:54:18 grf16 kernel: wd2: no disk label
# mountf
Device /dev/wd3a mounted on /mnt
#mkdir /mnt/crash
#mkdir /mnt/portcards
#cd /var
#mv crash crash.orig
#mv portcards portcards.orig
#ln
#ln
#grsite
Device /dev/wd0a mounted on /flash. Device /dev/wd0a unmounted.
#
#cd /var/log
#pax
/mnt/./cron
/mnt/./daemon.log
/mnt/./lastlog
/mnt/./maillog
/mnt/./messages
/mnt/./secure
/mnt/./wtmp
/mnt/./grclean.log
/mnt/./mibmgrd.log
/mnt/./cli.log
#umountf
Device /dev/wd3a unmounted.
#
3.Edit the file /etc/rc.boot and see if the line mount /dev/wd3a /var/log is present; if not, add this line at the end of the file.
4.Edit the file /etc/fstab and add this line as shown in the following excerpt:
/dev/wd3a /var/log ufs rw 0 2 # PCMCIA slot A
##Each line is of the form:
##device mount_point type flags dump fsck_pass
/dev/rd0a/ ufs rw 0 0
/dev/wd3a /var/log ufs rw 0 2 # PCMCIA slot A
Installation and Configuration | 77 |