Table 36. Print options passed to InfoPrint MVS Download shell script (continued)
Print Option Passed to
Shell Script
InfoPrint Attribute and Value for
Download for z/OS
InfoPrint Attribute and Value for AFP
Download Plus
-opagecount=
nnnnnnnnn
“job-page-count=
nnnnnnnnn
”
“job-page-count=
nnnnnnnnn
”
-opagedef=P1
pagedef
"page-definition=
P1pagedef
"
None (discarded)
-opr=
programmer_name
"programmer-text=
programmer_name
"
"programmer-text=
programmer_name
"
-oprmode=SOSI1
-oprmode=SOSI2
"shift-out-shift-in=one"
"shift-out-shift-in=two"
None (discarded)
-ore=P240
-ore=P300
"font-resolution=240"
"font-resolution=300"
"font-resolution=240"
"font-resolution=300"
-oro=
room
"room-text=
room
"
"room-text=
room
"
-osheetcount=nnnnnnnnn
None (discarded)
None (discarded)
-oti=
title
"title-text=
title
"
"title-text=
title
"
-otrc=no
-otrc=yes
"table-reference-characters=false"
"table-reference-characters=true"
None (discarded)
-ous=
userid
"user-id-text=
userid
"
"user-id-text=
userid
"
Using the mvsprsd command to start the daemon
To start the
mvsprsd
daemon whenever the InfoPrint system starts, you can
include the
mvsprsd
command in either the
/etc/rc
or the
/etc/inittab
file. Both files
execute when the AIX operating system is initialized. The
/etc/inittab
file has an
entry for another file called
/etc/rc
. This shell script (
/etc/rc
) performs normal
startup initialization for the system; its contents are installation-specific. Because
this file is not usually replaced when a new release of the operating system is
installed (unlike
/etc/inittab
), you can use it to start the
mvsprsd
daemon. One can
edit the
/etc/rc
to call and execute another shell script called
/etc/rc.local
if it exists.
Use this procedure to start the
mvsprsd
daemon through the
/etc/rc
and the
/etc/rc.local
files:
1.
Using your AIX editor of choice, edit the
/etc/rc
file and find these lines:
# Manufacturing post install process
# This must be at the end of this file, /etc/rc.
if [ -x /etc/mfg/rc.preload ]
then
/etc/mfg/rc.preload
fi
2.
Insert these lines just before the code example provided in the preceding step:
if [ -s /etc/rc.local ]
then
sh /etc/rc.local
fi
3.
Save and close the
/etc/rc
file.
4.
Using your AIX editor of choice, edit the
/etc/rc.local
file. If this file does not
exist on your AIX system, you must create it as
root
.
5.
Add lines similar to these to this file:
294
InfoPrint Manager for AIX: Procedures
Содержание InfoPrint Manager for AIX
Страница 1: ...InfoPrint Manager for AIX Procedures Version 4 Release 3 G550 1066 04 ...
Страница 2: ......
Страница 3: ...InfoPrint Manager for AIX Procedures Version 4 Release 3 G550 1066 04 ...
Страница 6: ...iv InfoPrint Manager for AIX Procedures ...
Страница 8: ...vi InfoPrint Manager for AIX Procedures ...
Страница 16: ...2 InfoPrint Manager for AIX Procedures ...
Страница 20: ...6 InfoPrint Manager for AIX Procedures ...
Страница 58: ...44 InfoPrint Manager for AIX Procedures ...
Страница 62: ...48 InfoPrint Manager for AIX Procedures ...
Страница 70: ...56 InfoPrint Manager for AIX Procedures ...
Страница 96: ...82 InfoPrint Manager for AIX Procedures ...
Страница 110: ...96 InfoPrint Manager for AIX Procedures ...
Страница 156: ...142 InfoPrint Manager for AIX Procedures ...
Страница 169: ...Part 2 Administrative procedures Customizing for special jobs Copyright InfoPrint Solutions Company 1998 2010 155 ...
Страница 170: ...156 InfoPrint Manager for AIX Procedures ...
Страница 234: ...220 InfoPrint Manager for AIX Procedures ...
Страница 236: ...222 InfoPrint Manager for AIX Procedures ...
Страница 256: ...242 InfoPrint Manager for AIX Procedures ...
Страница 326: ...312 InfoPrint Manager for AIX Procedures ...
Страница 330: ...316 InfoPrint Manager for AIX Procedures ...
Страница 331: ...Part 3 Operator and user procedures Copyright InfoPrint Solutions Company 1998 2010 317 ...
Страница 332: ...318 InfoPrint Manager for AIX Procedures ...
Страница 348: ...334 InfoPrint Manager for AIX Procedures ...
Страница 365: ...Part 4 Appendixes Copyright InfoPrint Solutions Company 1998 2010 351 ...
Страница 366: ...352 InfoPrint Manager for AIX Procedures ...
Страница 370: ...356 InfoPrint Manager for AIX Procedures ...
Страница 378: ...364 InfoPrint Manager for AIX Procedures ...
Страница 382: ...368 InfoPrint Manager for AIX Procedures ...
Страница 406: ...392 InfoPrint Manager for AIX Procedures ...
Страница 416: ...402 InfoPrint Manager for AIX Procedures ...
Страница 417: ......
Страница 418: ...Program Number 5648 F35 Printed in USA G550 1066 04 ...