You are on page 1of 28

http://www.aixchina.

com AIX

AIX
1. .............................................................................................................. 2
2. BOS ............................................................................................................... 2
3. .............................................................................................................. 6
3.1.
Installation Assistant ................................................. 6
3.2.
SMIT ...................................................................... 7
3.2.1.
.............................................................. 7
3.2.2.
.............................................................................. 10
3.2.3.
IO............................................................... 11
3.2.4.
ROOT .......................................................................... 11
3.2.5.
.......................................................................... 12
3.2.6.
.......................................................................... 13
3.2.7.
IP .................................................................. 14
3.2.8.
PAGING SPACEhd6 ...................... 16
4. ............................................................................................... 18
5. MAN ................................................................................................ 19
6. .......................................................................................................... 21
6.1.
update CD ........................................................................... 21
6.2.
PTF ............................................................................. 22
7. C ........................................................................................... 23
7.1.
C ............................................................................. 23
7.2. C License..................................................................... 24
7.3.
C .................................................................................... 27

http://www.aixchina.com AIX

1.
(1)
(2)
(3)

2. BOS
1 <F5>RS/6000
2
Please define the system console
Type a 1 and press enter to use this terminal as the system console.
Type een 1 en druk op enter om deze terminal als de systeemconsole to gebruiken.
Skrive tallet 1 og trykk paa enter for aa bruke denne terminalen som systemkonsoll.
Pour definir ce terminal comme console systeme, appuyez sur 1puis sur entree.
Taste 1 and ansch1iessend die eingabetaste druecken,um
diese datenstation als systemkonsole zu verwenden.
Prenier I1 tasto 1 ed invio per usare questo terminal como consolo.
Escriba 1 y pulse intro para utilizer esta terminal como
consola del sistema.
a)Tryck paa 1 och sedan paa enter om dy vill att haer terminalen ska vara systemkonsol

[ 1 ]1
3

http://www.aixchina.com AIX

http://www.aixchina.com AIX

WARNING:Base Operating system installation will


destro or impair recovery of ALL data on the
destination disk hdisk0.

New and complete overwrite

http://www.aixchina.com AIX

[ 1 ] New and complete overwrite

[ 1 ] hdisk0
hdisk0 >>>
[ 0 ]

9 0

http://www.aixchina.com AIX

BOS ,.

3.
BOSInstallation AssistantSMIT

3.1. Installation Assistant


Installation Assistant

http://www.aixchina.com AIX

Installation Assistant #install_assist

SMIT
F3 F10

3.2. SMIT
ROOT

3.2.1.
#smitty chtz (#smit chtz )

2 NO

http://www.aixchina.com AIX

Taiwan(TAIST-8)

http://www.aixchina.com AIX

ESC+0

http://www.aixchina.com AIX

3.2.2.
#smitty date(#smit date )

ESC+0

10

http://www.aixchina.com AIX

3.2.3. IO
#smitty chgaio(#smit chgaio )

STATE to be configured at system restart F4 available

ESC+0

3.2.4. ROOT
ROOT #passwd

11

http://www.aixchina.com AIX

new passwd:

root

re-enter new paswd:

root

3.2.5.
#smitty chgsys(#smit chgsys )

256
Maximum number of PROCESSES allowed per user[256]

12

http://www.aixchina.com AIX

ESC+0

3.2.6.
#smitty chlicense(#smit chlicense )

99
Maximum number of FIXED licenses[99] ESC+0

13

http://www.aixchina.com AIX

3.2.7. IP
#smitty mktcpip(#smit mktcpip )

en0

()

#lscfg vl ent0 en0


#lscfg vl ent0
Device Specific.(YL)..P2-I3 E1

14

http://www.aixchina.com AIX

ESC+0

15

http://www.aixchina.com AIX

3.2.8. PAGING SPACEhd6


1 rootvg PP
#lsvg rootvg PP 32M

2 hd6

size hd6


3 hd6
#smitty chps (#smit chps )

hd6

16

http://www.aixchina.com AIX

Number of additional logic al partitions LP


LP
(2048-size)/PP
2048-512/32=48
Number of additional logical partitions 48

ESC+0

17

http://www.aixchina.com AIX

AIX #smitty install_all

INPUT device / directory for sofltware F4 /dev/cd0

18

http://www.aixchina.com AIX

SOFTWARE to install F4 / find


F7

bos.adt
bos.dlc
bos.mh
bos.sysmgt
ifor_ls.msg.en_US
ifor_ls.html.en_US

bos.compat
bos.dosutil
bos.net
ipfx.rte
ifor_ls.compat
bos.loc.iso.en_US

bos.data
bos.lrn
bos.perf
ifor_ls.base
ifor_ls.ipf.en_US
X11.compat.adt.Motif12

AIX4.3.3
OK
F10

5. MAN
base documentation #smitty install_latest

19

http://www.aixchina.com AIX

INPUT device / directory for software F4 /dev/cd0

SOFTWARE to install F4 / find


bos.html.en_US.cmds F7
ESC+0

20

http://www.aixchina.com AIX

6.
6.1. update CD
update CD smitty update_all

INPUT device / directory for sofltware F4 /dev/cd0

ESC+10

21

http://www.aixchina.com AIX

6.2. PTF
PTF smitty update_all

INPUT device / directory for sofltware F4 /dev/cd0

ESC+10

22

http://www.aixchina.com AIX

.toc / PTF

7. C
7.1. C
ROOT C compiler # smitty
install_latest

23

http://www.aixchina.com AIX

INPUT device / directory for sofltware F4 /dev/cd0

SOFTWARE to install F4 F7 for AIX 4.1 4.2


OK ESC+0

7.2. C License
#find / -name replaceCSET replaceCSET

24

http://www.aixchina.com AIX

C /usr/bin
# /usr/vac/bin/replaceCSET
License
# /var/ifor/i4config

n.

25

http://www.aixchina.com AIX

26

http://www.aixchina.com AIX

#find / -name *.lic License

License
# /var/ifor/i4blt -a -f /usr/vacpp/vacpp_t.lic -R root -T 10

# /var/ifor/i4blt -a -f /usr/vac/cforaix_t.lic -R root -T 10

7.3. C
/tmp C C
# cd /tmp
# vi test.c
main()
{
printf(C Language test OK!\n);
}
test.c
# cc test.c -o test
test
test
# ./test

27

http://www.aixchina.com AIX

C language test OK!


C

28

You might also like