www.amctechcorp.com 81
Filesystem Configuration Flow Chart
At Command Prompt Modifications to ‘rc’ file
Copy filesystem
cd /opt/
cp –Rpdx newfs sysfs
cp –Rpdx newfs perfs
System Slot NETdimm Configuration
cd /opt/sysfs/romdisk/etc/
vi rc
comment out ‘dhcp’ client line (if applicable)
add static ip code for eth0 and pci0
save changes & exit
Generate new system slot image:
cd /opt/sysfs/
make clean
make
Run loader on the NETdimm
using the new image
Peripheral Slot dimmPCI module Configuration
comment out ‘dhcp’ client line (if applicable)
add static ip code for pci0
save changes & exit
Generate new peripheral slot image:
cd /opt/perfs/
make clean
make
Run loader on the dimmPCI module
using the new image
cd /opt/perfs/romdisk/etc/
vi rc