58
Novell ZENworks 7.2 Linux Management Installation Guide
no
vd
ocx
(e
n)
13
Ma
y 20
09
8
Click
Next
to display the Script page.
9
Fill in the fields:
Pre-change action:
Specify the actions to perform before modifying the text files:
Executable type:
Select
Script
from the drop-down list.
Script to run:
Select
Define Your Own Script
from the drop-down list.
Define your own script:
Type the following in the box:
#!/bin/bash
INSTALLFILE=/opt/novell/oes_install/selections/novell-base.sel
if [ -f $INSTALLFILE ]; then
chmod +w $INSTALLFILE
fi
Action when the execution fails:
Select an action you want the system to perform when
an execution fails. You can continue modifying the file by selecting
Continue modifying
the text file
or you can stop the modifications in the file by selecting
Do not modify the text
file
.
NOTE:
The backup of the text file is taken after the pre-change action completes the
execution and before the text file modification starts.
Post-change action:
Specify the actions to perform after the actual changes are done in the
file.
Executable type:
Select
Script
from the drop-down list.
Script to run:
Select
Define Your Own Script
from the drop-down list.
Define your own script:
Type the following in the box:
#!/bin/bash
INSTALLFILE=/opt/novell/oes_install/selections/novell-base.sel
if [ -f $INSTALLFILE ]; then
chmod -w $INSTALLFILE
fi
10
Click
Next
to display the Summary page.
11
Click
Finish
to create the policy as configured according to the settings on the Summary page.
The policy is created but not assigned to any devices.
12
In the Policies page, click the newly created policy.
13
Click the
Details
tab to add two new changes to
/opt/novell/oes_install/selections/
novell-base.sel
, one for removing rcd and the other for removing red-carpet from the file.
13a
Select
/opt/novell/oes_install/selections/novell-base.sel
.
13b
Click
New
, then click
Change
to display the Add New Change to File dialog box.
13c
Configure the following options:
Change Name:
Specify
rcd
as the change name.
Change Mode:
Select
Search file
from the drop-down list.
Search String:
Specify
rcd
as the search string.
Содержание ZENWORKS LINUX MANAGEMENT 7.2 IR2 - 07-20-2009
Страница 4: ...4 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 10: ...10 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 12: ...12 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 14: ...14 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 22: ...22 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 24: ...24 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 32: ...32 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 38: ...38 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 46: ...46 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 62: ...62 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 64: ...64 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 66: ...66 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 72: ...72 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 92: ...92 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 114: ...114 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 116: ...116 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...
Страница 122: ...122 Novell ZENworks 7 2 Linux Management Installation Guide novdocx en 13 May 2009 ...