bonjour,

j'ai un souci avec la génération d'une bande bootable de restauration
je lance
Code : Sélectionner tout - Visualiser dans une fenêtre à part
mksysb -i -m ${lecteur}
pour la créer.
bien sur le système remonte cette erreur et c'est ça mon problème :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
bosboot: Boot image is 27693 512 byte blocks.
 
The boot image you just created might fail to boot because
the size exceeds the system limit.  For information about
Fixes or workarounds, see /usr/lpp/bos.sysmgt/README.
Donc on ne pourra plus restaurer en cas de besoin.
le fameux read me donne ça :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
As more and more devices become supported on AIX, the boot image continues to
grow in size until it reaches a pre-existing limit at which point it is not
possible to boot directly from the tape media containing an over-the-limit boot
image.  This condition is only known to occur on CHRP systems with AIX 5.1 or
5.2 installed.
 
To determine your system type, run the following command:
 
  # bootinfo -a
 
A 3 means CHRP.
On est justement dans le cas CHRP.
et donc notre bande ne sera pas bootable.

pourtant à y regarder de près les fichier générés semble très petits :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Qualif_1:root #ll /image.data
-rw-r--r--   1 root     system        13271 27 aoû 07:30 /image.data
Qualif_1:root #ll /bosinst*
-rw-r--r--   1 root     system         9265 27 aoû 07:30 /bosinst.data
Qualif_1:root #cd tmp/vgdata/rootvg/
ksh: tmp/vgdata/rootvg/:  introuvable.
Qualif_1:root #cd /tmp/vgdata/rootvg/
Qualif_1:root #ll
512 total
-rw-r--r--   1 root     system       196016 27 aoû 07:30 backup.data
-rw-r--r--   1 root     system          288 27 aoû 07:30 hd10opt.map
-rw-r--r--   1 root     system           48 27 aoû 07:30 hd1.map
-rw-r--r--   1 root     system         1536 27 aoû 07:30 hd2.map
-rw-r--r--   1 root     system          288 27 aoû 07:30 hd3.map
-rw-r--r--   1 root     system          240 27 aoû 07:30 hd4.map
-rw-r--r--   1 root     system           24 27 aoû 07:30 hd5.map
-rw-r--r--   1 root     system         1536 27 aoû 07:30 hd6.map
-rw-r--r--   1 root     system           24 27 aoû 07:30 hd8.map
-rw-r--r--   1 root     system          768 27 aoû 07:30 hd9var.map
-rw-r--r--   1 root     system          204 27 aoû 07:30 lg2_dumplv.map
-rw-r--r--   1 root     system          204 27 aoû 07:30 lg_dumplv.map
-rw-r--r--   1 root     system         1152 27 aoû 07:30 oradoclv.map
-rw-r--r--   1 root     system         1152 27 aoû 07:30 oragtlv.map
-rw-r--r--   1 root     system         1152 27 aoû 07:30 oraloglv.map
-rw-r--r--   1 root     system         1152 27 aoû 07:30 oram14lv.map
-rw-r--r--   1 root     system         1128 27 aoû 07:30 S1ora817.map
Qualif_1:root #
Comment peut on corriger ce problème ?

merci