Changes between Initial Version and Version 2 of Ticket #303


Ignore:
Timestamp:
Jun 15, 2009, 9:16:40 PM (15 years ago)
Author:
Bruno Cornec
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #303

    • Property Milestone 2.2.82.2.10
    • Property Status newassigned
  • Ticket #303 – Description

    initial v2  
    33Here would be the automount file for application installed locally:
    44
     5{{{
    56# more /etc/auto_apps
    67TRPperf         -rw     localhost:/export/appl/pkgs/&
     
    89java            -rw     localhost:/export/appl/pkgs/&
    910AppManager      -rw     localhost:/export/appl/pkgs/AppManager/v8
    10 
     11}}}
    1112Here is the master automount file which points to some NIS maps:
    12 
     13{{{
    1314# more /etc/auto_master
    1415/trprmt/logs    yp:auto.trprmt
    1516/nfs            yp:auto.nfs
    1617/apps           /etc/auto_apps
    17 
     18}}}
    1819And here is the NIS entry for the mondoarchive shares:
    19 
     20{{{
    2021# ypcat auto.nfs|grep Linux
    2122-soft,bg,rw             pishr:/images_Linux/trp
    2223-soft,bg,rw             pishr11:/images_Linux/trp
    23 
     24}}}
    2425Here is the share mounted:
     26{{{
    2527# pwd
    2628/root
     
    3436(piadm41)# mount|grep Linux
    3537pishr:/images_Linux/trp on /nfs/LinuxImages type nfs (rw,soft,addr=10.22.214.26)
    36 
     38}}}
    3739Thanks again.
    3840