Set-Up Local data Library
Assigning ip address and cache clearing Log in as jdcorral Open a terminal window Type 'ifconfig' to get ip address 'sudo hostname xxx.xxx.x.xx' (where xxx....is the ip address ) change the hostname in /etc/hosts from localhost.localdomain to ip address) 'sudo /etc/init.d/ingrid stop' (to shutdown ingrid) 'sudo /usr/local/squid/sbin/squid -k reconfigure' (to flush squid cache) 'sudo /etc/init.d/ingrid start' (to start up ingrid) 'ps ef| grep ingrid' (should show one ingridd process, if not, repeat ingrid start, it may take 2 or 3 times) Processes that are necessary for Ingrid to work ingrid (‘ps –ef | grep ingrid) squid (‘ps –ef | grep squid) postgresql (ps –ef | grep post) If you change the ip address or hostname , Changing IP Address Use the System Administration tool, ‘Network Devices’. To change the existing NMA local area network ip address, click on the auto-eth1 device. Then change the ip address from...
Comments
Post a Comment