<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://systems.nic.uoregon.edu/internal-wiki/index.php?action=history&amp;feed=atom&amp;title=Procedure%3ANew_host_filesystems</id>
	<title>Procedure:New host filesystems - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?action=history&amp;feed=atom&amp;title=Procedure%3ANew_host_filesystems"/>
	<link rel="alternate" type="text/html" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:New_host_filesystems&amp;action=history"/>
	<updated>2026-08-19T09:24:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:New_host_filesystems&amp;diff=3017&amp;oldid=prev</id>
		<title>Nic-systems: Created page with &quot;== Prerequisites ==  Make sure the following requirements are met on the new system:  * Packages ** autofs ** pam_ldap ** nss_ldap ** authconfig ** openldap-clients  (this sho...&quot;</title>
		<link rel="alternate" type="text/html" href="https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Procedure:New_host_filesystems&amp;diff=3017&amp;oldid=prev"/>
		<updated>2020-02-04T02:05:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Prerequisites ==  Make sure the following requirements are met on the new system:  * Packages ** autofs ** pam_ldap ** nss_ldap ** authconfig ** openldap-clients  (this sho...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Make sure the following requirements are met on the new system:&lt;br /&gt;
&lt;br /&gt;
* Packages&lt;br /&gt;
** autofs&lt;br /&gt;
** pam_ldap&lt;br /&gt;
** nss_ldap&lt;br /&gt;
** authconfig&lt;br /&gt;
** openldap-clients&lt;br /&gt;
&lt;br /&gt;
(this should be the case if LDAP has been setup first)&lt;br /&gt;
&lt;br /&gt;
* Network&lt;br /&gt;
** On Storage Network (172.17.x.x IP address)&lt;br /&gt;
** 9000 byte MTU Jumbo frames (for best performance; [[Procedures:New_LDAP_Client#Create_Netapp_AutoFS_map_file|see note below]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Create Storage.local AutoFS map file ==&lt;br /&gt;
''' Note:''' If your host does not support jumbo frames, replace 'udp' in these lines with 'tcp', or filesystem operations on NFS paths may fail.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOF &amp;gt;/etc/auto.storage&lt;br /&gt;
users       -fstype=nfs,hard,intr,async,rsize=32768,wsize=32768,nfsvers=3,udp    172.17.202.254:/vol/users&lt;br /&gt;
packages   -fstype=nfs,hard,intr,async,rsize=32768,wsize=32768,nfsvers=3,udp     172.17.202.254:/vol/packages/ARCH&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
ARCH is one of: AIX-5.2  AIX-5.3  AIX-6  arm64  fedora20  i386  ia64  ppc64  ppc64-970  ppc64le  x86_64.rh5  x86_64.rh6  x86_64.rh6-nic  x86_64.rh7&lt;br /&gt;
&lt;br /&gt;
Nearly all hosts are currently either x86_64* or ppc64le (Greek god machines, Power8 &amp;amp; 9)&lt;br /&gt;
&lt;br /&gt;
== Append Netapp maps to AutoFS master map ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOF &amp;gt;&amp;gt;/etc/auto.master&lt;br /&gt;
/storage     /etc/auto.storage        --timeout=600 --ghost&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enable storage mounts and add path links ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /storage&lt;br /&gt;
service autofs reload&lt;br /&gt;
ln -sf /storage/packages/ /usr/local/packages&lt;br /&gt;
ln -sf /storage/users/ /home/users&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Procedure]]&lt;/div&gt;</summary>
		<author><name>Nic-systems</name></author>
	</entry>
</feed>