From 5ef5cf48f3d2ba52cf5ed428728215b5b5f8d0b2 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Fri, 21 Sep 2012 15:58:29 -0400 Subject: [PATCH] doc: solaris x86 kernel module path Add instructions for solaris x86 kernel module installation. Change-Id: Ib6756f609c21867f964a4ab03af322ee4eb1526d Reviewed-on: http://gerrit.openafs.org/8143 Reviewed-by: Ken Dreyer Tested-by: BuildBot Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear --- doc/xml/QuickStartUnix/auqbg005.xml | 6 ++++++ doc/xml/QuickStartUnix/auqbg006.xml | 6 ++++++ doc/xml/QuickStartUnix/auqbg007.xml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index 6a942ccff..9c7a404b7 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -2139,6 +2139,12 @@ auth required pam_unix.so try_first_pass Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. + If the machine is running Solaris 10 or 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/fs/amd64/afs + + If the machine is running Solaris 2.6 or the 32-bit version of Solaris 7, its kernel supports NFS server functionality, and the nfsd process is running: diff --git a/doc/xml/QuickStartUnix/auqbg006.xml b/doc/xml/QuickStartUnix/auqbg006.xml index 93a63380c..3c38c641b 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -1383,6 +1383,12 @@ Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. + If the machine is running Solaris 10 or 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/fs/amd64/afs + + If the machine is running Solaris 2.6 or the 32-bit version of Solaris 7, its kernel supports NFS server functionality, and the nfsd process is running: diff --git a/doc/xml/QuickStartUnix/auqbg007.xml b/doc/xml/QuickStartUnix/auqbg007.xml index c78eb959a..af56cab9e 100644 --- a/doc/xml/QuickStartUnix/auqbg007.xml +++ b/doc/xml/QuickStartUnix/auqbg007.xml @@ -1223,6 +1223,12 @@ Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. + If the machine is running Solaris 10 or 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/fs/amd64/afs + + If the machine is running Solaris 2.6 or the 32-bit version of Solaris 7, its kernel supports NFS server functionality, and the nfsd process is running: -- 2.39.5