From 3a51648fb500680934498730f3ed9b2bbd24b745 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. Reviewed-on: http://gerrit.openafs.org/8143 Reviewed-by: Ken Dreyer Tested-by: BuildBot Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear (cherry picked from commit 5ef5cf48f3d2ba52cf5ed428728215b5b5f8d0b2) Change-Id: I7bec3361b5f9e47c8b3cfbfbe27e012288ec9780 Reviewed-on: http://gerrit.openafs.org/9565 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- 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 a56caeb8a..59765c14f 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -2141,6 +2141,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 f0acdecfd..a1154160f 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -1381,6 +1381,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 df8352d47..82cdb9db7 100644 --- a/doc/xml/QuickStartUnix/auqbg007.xml +++ b/doc/xml/QuickStartUnix/auqbg007.xml @@ -1222,6 +1222,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