Você está na página 1de 25

PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA

OPERACIONAL HPUX VIA REDE

ÍNDICE

1. DESCRIÇÃO.......................................................................2
2. RESPONSABILIDADES...............................................................2
3. PROCEDIMENTO....................................................................2
3.1. Procedimento de Instalação do Ignite Server 11.11 e Ignite Client...........2
3.2. Configurando o Ignite Server 11.11 para suportar backup de servidores 11.00 2
3.3. Copiar os arquivos de um servidor 11.00 conforme abaixo:....................2
3.4. Configurando o Cliente Ignite...............................................2
3.4.1. Configurar /etc/inetd.conf..............................................2
3.4.2. Configurar /etc/hosts...................................................2
3.4.3. Configurar /.rhosts.....................................................2
3.4.4. Configurar /etc/hosts.allow.............................................2
3.4.5 Configurar NFS Client...................................................2
3.4.6. Inicializar NFS Client..................................................2
3.4.7. Configurar o /etc/resolv.conf...........................................2
3.4.8. Configurar o /etc/nsswitch.conf.........................................2
3.5. Adicionando clientes no Ignite Server.......................................2
3.5.1. Configurar /etc/hosts e acrescentar o endereço IP do cliente, tanto o de
serviço como o de adm/bkp (se existir):........................................2
3.5.2. Configurando o Endereço IP para o cliente...............................2
3.5.3. Criando e Executando um “Network Recovery Archive”......................2
3.6. Executando backup direto do cliente.........................................2
3.7. Restaurando o Sistema Operacional via Rede..................................2
3.7.1. Parar o Servidor no Prompt de Firmware..................................2
3.7.2. Fazer boot via lan......................................................2
3.7.3. Selecionar opções de Recovery do Sistema Operacional....................2
4. DEFINIÇÕES......................................................................2
ANEXO I – Saída do Recovery........................................................2
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE

REVISÃO

Versão Data Comentários Responsáveis


1.0 23/09/2005 Versão inicial – criação do documento Judson Pires

1. DESCRIÇÃO
Este procedimento descreve o processo de instalação, configuração de
backup/restore de Sistema Operacional HPUX via rede, utilizando o aplicativo
Ignite Server / Client

2. RESPONSABILIDADES
A equipe Suporte UNIX BSA é responsável por instalar e configurar o Ignite para
backup dos Sistema Operacional via rede.

3. PROCEDIMENTO

3.1. Procedimento de Instalação do Ignite Server 11.11 e Ignite Client

Criar um diretório temporário no /tmp/pkgs. Copiar o Aplicativo Ignite versão


6.2.241 que encontra-se no caminho /produtos/HP do servidor csmscrm1 (IP:
10.61.18.20).

11.11 = Ignite-UX-11-00_C.6.2.241_HP-UX_B.11.00_32+64.depot

11.00 = Ignite-UX-11-11_C.6.2.241_HP-UX_B.11.00_32+64.depot

Para instalação do Aplicativo o comando deve ser:

# swinstall –s /tmp/pkgs/Ignite-UX-11-11_C.6.2.241_HP-UX_B.11.00_32+64.depot

Copiar o Patch do Aplicativo Ignite versão 6.2.241 que encontra-se no


caminho /produtos/HP do servidor csmscrm1 (IP: 10.61.18.20).

11.11 = Ignite-Patch-11-11-hpux_800_11.11_09210134.tar

11.00 = Ignite-Patch-11-00-hpux_800_11.00_09210130.tar

Caso o sistema operacional seja 11.00 o patch pedirá reboot, com isso deverá
ser agendado a GMUD para a instalação do Aplicativo.

3.2. Configurando o Ignite Server 11.11 para suportar backup de servidores 11.00

Configurar os Diretórios abaixo:

# mkdir /opt/ignite/boot/Rel_B.11.00
# chown bin:bin /opt/ignite/boot/Rel_B.11.00
# cd /opt/ignite/boot/Rel_B.11.00
# ln -s /opt/ignite/boot/Rel_B.11.11/INSTALLFS INSTALLFS
# ln -s /opt/ignite/boot/Rel_B.11.11/VINSTALL VINSTALL
# ln -s /opt/ignite/boot/Rel_B.11.11/INSTALLFS VINSTALLFS
# ln -s /opt/ignite/boot/Rel_B.11.11/WINSTALL WINSTALL
# ln -s /opt/ignite/boot/Rel_B.11.11/INSTALLFS WINSTALLFS
# vi auto_conf
label = target OS is B.11.00
image = /boot/Rel_B.11.00/INSTALL
bootcmd = boot
boot = (;0)
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
# chown -h bin:bin *

# mkdir /opt/ignite/data/Rel_B.11.00
# chown bin:bin /opt/ignite/data/Rel_B.11.00
# cd /opt/ignite/data/Rel_B.11.00
# ln -s /opt/ignite/data/Rel_B.11.11/INSTCMDS INSTCMDS
# ln -s /opt/ignite/data/Rel_B.11.11/RECCMDS RECCMDS

3.3. Copiar os arquivos de um servidor 11.00 conforme abaixo:


sftp> cd /opt/ignite/data/Rel_B.11.00
sftp> get SYSCMDS
sftp> get config
sftp> get hw_patches_cfg
sftp>

# chown -h bin:bin *

3.4. Configurando o Cliente Ignite

3.4.1. Configurar /etc/inetd.conf


shell stream tcp nowait root /usr/local/bin/tcpd /usr/lbin/remshd
remshd

3.4.2. Configurar /etc/hosts


# Ignite Server
10.61.16.193 btdf0203 btdf0203.brasiltelecom.com.br
10.61.204.161 bkp0203 bkp0203.brasiltelecom.com.br

3.4.3. Configurar /.rhosts


btdf0203 root
bkp0203 root

3.4.4. Configurar /etc/hosts.allow


remshd:btdf0203,bkp0203

3.4.5 Configurar NFS Client


vi /etc/rc.config.d/nfsconf
NFS_CLIENT=1

3.4.6. Inicializar NFS Client


/sbin/init.d/nfs.client start

3.4.7. Configurar o /etc/resolv.conf


domain brasiltelecom.com.br
nameserver 10.61.24.2
nameserver 10.61.240.21
nameserver 10.61.16.240
retrans 200
retry 2

3.4.8. Configurar o /etc/nsswitch.conf


#
# /etc/nsswitch.files:
#
# @(#)B.11.11_LR
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any name services.
#
passwd: files
group: files
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
hosts: files dns
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files

3.5. Adicionando clientes no Ignite Server

3.5.1. Configurar /etc/hosts e acrescentar o endereço IP do cliente, tanto o de


serviço como o de adm/bkp (se existir):
# Rede de Serviço
10.61.176.112 btdf0176 btdf0176.brasiltelecom.com.Br

# Rede de Adm/Bkp
10.61.208.61 bkp0176 bkp0176.brasiltelecom.com.br

Exportar o display para servidor XWindows


Executar o comando abaixo como root, no Ignite Server
# /opt/ignite/bin/ignite

Selecionar a opção Add New Client for Recovery no Menu Actions


PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Entrar com o Nome do Servidor no campo Hostname e selecionar OK

3.5.2. Configurando o Endereço IP para o cliente

Este endereço será utilizado caso ocorra a necessidade de um recovery via rede.
Selecione Server Configuration... na opção Actions
00306E0CBA07

Selecione a Opção Configure Booting IP Address...


PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Para a próxima opção você deverá verificar o endereço IP e LLA do cliente no Iginite
Server conforme exemplo abaixo:
btdf0203:/# nslookup garca
Using /etc/hosts on: btdf0203

looking up FILES
Name: garca
Address: 10.61.17.207
Aliases: garca.brasiltelecom.com.Br

btdf0203:/# ls -l /var/opt/ignite/clients/garca
lrwxr-xr-x 1 bin bin 14 Nov 18 17:22
/var/opt/ignite/clients/garca -> 0x00306E0CBA07

Inserir os endereços IP e LLA e selecionar a Opção Add e selecionar a opção OK


PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
3.5.3. Criando e Executando um “Network Recovery Archive”

Click sobre o cliente e selecione a opção Create Network Recovery Archive na opção
Atcion.

Caso o Ignite Client possua rede de backup colocar o nome bkp0203 caso não possua
colocar btdf0203 no campo Destination Host: e clique no botão Next >

Na tela seguinte será informado o espaço disponível na área definida para o


backup:

Selecione a opção In Full /dev/vg00 no quadro Status Disk/VG e clique no botão Add
selected disk/vg. O mesmo aparecerá no quadro Category Pathname.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE

Acrescente os diretórios ou file systems que não possui necessidade de backup,


caso exista no servidor:
Ex:
/tmp
/var/tmp
/var/adm/crash
/usr/local/manager
/oracle/oemagent
/emcclient

Selecione a opção exclude no campo Category e digite os diretórios/file systems


que deverão ser excluídos e clique no botão Add:
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Clique no botão Finish. Neste momento o backup será iniciado.

Clique no botão Yes.

3.6. Executando backup direto do cliente.

/opt/ignite/bin/make_net_recovery -s IgniteServer -P s -x inc_entire=vg00 x


exclude=/tmp -x exclude=/var/tmp

IgniteServer=btdf0203  Para servidores sem interface de adm/bkp


IgniteServer=bkp0203  Para servidores com interface de adm/bkp

Exemplo:
# /opt/ignite/bin/make_net_recovery -s btdf0203 -P s -x inc_entire=vg00 -x
exclude=/tmp -x exclude=/var/tmp -x exclude=/usr/local/manager -x exclude=/var/adm/sa
-x exclude=/oemagent
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
3.7. Restaurando o Sistema Operacional via Rede.

3.7.1. Parar o Servidor no Prompt de Firmware

3.7.2. Fazer boot via lan

Executar o comando:
> boot lan install

Digitar N no modo interativo:


Interact with IPL (Y, N, or Cancel)?> N <enter>
Selecione a opção 1
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE

3.7.3. Selecionar opções de Recovery do Sistema Operacional

Selecione a opção Install HP-UX

Selecione a opção Guided Installation e selecione Ok


PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE

Digite CTRL-C para cancelar a procura do DHCP

Digite o hostname o endereço IP do host, o IP do Ignite-UX Server e selecione


Ok.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Selecione a versão do Backup que será restaurado e selecione Next.

Selecione Next.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Selecione Next.

Selecione Next.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Selecione Next.

Se existir mais de um disco no vg00 digitar o número de discos na opção Number


of Disk in Root Group e selecione Next.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Selecione Next.

Selecione Next.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Selecione Next.

Selecione Yes.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
Selecione Next.

Selecione Finish.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
4. DEFINIÇÕES

Qualquer dúvida a respeito dos termos encontrados nesse documento e suas


respectivas definições, entrar em contato com os responsáveis.

RESTRITO A Brasil Telecom S.A.


ESTE DOCUMENTO POSSUI INFORMAÇÕES RESTRITAS DE PROPRIEDADE DA Brasil Telecom S.A.
PROIBIDA A CÓPIA OU DIVULGAÇÃO PARA OUTROS EXCETO COM AUTORIZAÇÃO DA Brasil Telecom
S.A.
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
ANEXO I – Saída do Recovery

* Loading configuration utility...


* Beginning installation from source: 10.61.16.193
======= 11/21/05 09:30:13 EST Starting system configuration...
* Configure_Disks: Begin
* Will install B.11.00 onto this system.
* Creating LVM physical volume "/dev/rdsk/c1t15d0" (0/0/1/1.15.0).
* Creating volume group "vg00".
* Creating logical volume "vg00/lvol1" (/stand).
* Creating logical volume "vg00/lvol2" (swap_dump).
* Creating logical volume "vg00/lvol3" (/).
* Creating logical volume "vg00/lvol4" (/home).
* Creating logical volume "vg00/lvol5" (/opt).
* Creating logical volume "vg00/lvol6" (/tmp).
* Creating logical volume "vg00/lvol7" (/usr).
* Creating logical volume "vg00/lvol8" (/var).
* Creating logical volume "vg00/sicalv" (/sica).
* Creating logical volume "vg00/oraclelv" (/oracle).
* Creating logical volume "vg00/evalv" (/eva).
* Creating logical volume "vg00/tsmclientlv" (/usr/local/tsmclient).
* Extending logical volume "vg00/lvol1" (/stand).
* Extending logical volume "vg00/lvol2" (swap_dump).
* Extending logical volume "vg00/lvol3" (/).
* Extending logical volume "vg00/lvol4" (/home).
* Extending logical volume "vg00/lvol5" (/opt).
* Extending logical volume "vg00/lvol6" (/tmp).
* Extending logical volume "vg00/lvol7" (/usr).
* Extending logical volume "vg00/lvol8" (/var).
* Extending logical volume "vg00/sicalv" (/sica).
* Extending logical volume "vg00/oraclelv" (/oracle).
* Extending logical volume "vg00/evalv" (/eva).
* Extending logical volume "vg00/tsmclientlv" (/usr/local/tsmclient).
* Making HFS filesystem for "/stand", (/dev/vg00/rlvol1).
* Making VxFS filesystem for "/", (/dev/vg00/rlvol3).
* Making VxFS filesystem for "/home", (/dev/vg00/rlvol4).
* Making VxFS filesystem for "/opt", (/dev/vg00/rlvol5).
* Making VxFS filesystem for "/tmp", (/dev/vg00/rlvol6).
* Making VxFS filesystem for "/usr", (/dev/vg00/rlvol7).
* Making VxFS filesystem for "/var", (/dev/vg00/rlvol8).
* Making VxFS filesystem for "/sica", (/dev/vg00/rsicalv).
* Making VxFS filesystem for "/oracle", (/dev/vg00/roraclelv).
* Making VxFS filesystem for "/eva", (/dev/vg00/revalv).
* Making VxFS filesystem for "/usr/local/tsmclient",
(/dev/vg00/rtsmclientlv).
* Setting rotational delay to 0 for "/stand".
* Configure_Disks: Complete
* Download_mini-system: Begin
x ./sbin/fs/hfs/mkfs, 229376 bytes, 448 tape blocks
x ./sbin/fs/hfs/newfs, 147456 bytes, 288 tape blocks
x ./sbin/fs/vxfs/mkfs, 262144 bytes, 512 tape blocks
x ./sbin/fs/vxfs/newfs, 208896 bytes, 408 tape blocks
x ./sbin/mkfs symbolic link to /sbin/fs_wrapper
x ./sbin/newfs symbolic link to /sbin/fs_wrapper
x ./sbin/lib/mfsconfig.d/hfs, 1032 bytes, 3 tape blocks
x ./sbin/lib/mfsconfig.d/vxfs, 1027 bytes, 3 tape blocks
x ./sbin/fs_wrapper, 192512 bytes, 376 tape blocks
x ./sbin/sh, 372736 bytes, 728 tape blocks
x ./usr/bin/mediainit, 65536 bytes, 128 tape blocks
x ./usr/sbin/tunefs, 24576 bytes, 48 tape blocks
x ./sbin/extendfs symbolic link to /sbin/fs_wrapper
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
x ./sbin/fs/vxfs/extendfs, 204800 bytes, 400 tape blocks
x ./sbin/fs/hfs/extendfs, 180224 bytes, 352 tape blocks
x ./sbin/lvchange, 831488 bytes, 1624 tape blocks
./sbin/lvcreate linked to ./sbin/lvchange
./sbin/lvdisplay linked to ./sbin/lvchange
./sbin/lvextend linked to ./sbin/lvchange
./sbin/lvlnboot linked to ./sbin/lvchange
./sbin/lvreduce linked to ./sbin/lvchange
./sbin/lvremove linked to ./sbin/lvchange
./sbin/lvrmboot linked to ./sbin/lvchange
./sbin/pvchange linked to ./sbin/lvchange
./sbin/pvcreate linked to ./sbin/lvchange
./sbin/pvdisplay linked to ./sbin/lvchange
./sbin/pvmove linked to ./sbin/lvchange
./sbin/sdstolvm linked to ./sbin/lvchange
./sbin/vgcfgbackup linked to ./sbin/lvchange
./sbin/vgcfgrestore linked to ./sbin/lvchange
./sbin/vgchange linked to ./sbin/lvchange
./sbin/vgcreate linked to ./sbin/lvchange
./sbin/vgdisplay linked to ./sbin/lvchange
./sbin/vgexport linked to ./sbin/lvchange
./sbin/vgextend linked to ./sbin/lvchange
./sbin/vgimport linked to ./sbin/lvchange
./sbin/vgreduce linked to ./sbin/lvchange
./sbin/vgremove linked to ./sbin/lvchange
./sbin/vgscan linked to ./sbin/lvchange
./sbin/pvck linked to ./sbin/lvchange
x ./usr/bin/lifcp, 40960 bytes, 80 tape blocks
x ./usr/bin/lifls, 24576 bytes, 48 tape blocks
x ./usr/bin/lifrm, 24576 bytes, 48 tape blocks
x ./usr/bin/basename, 16384 bytes, 32 tape blocks
x ./usr/bin/chgrp, 24576 bytes, 48 tape blocks
x ./usr/bin/cmp, 20480 bytes, 40 tape blocks
x ./usr/bin/cp, 32768 bytes, 64 tape blocks
x ./usr/bin/cut, 20480 bytes, 40 tape blocks
x ./usr/bin/dd, 24576 bytes, 48 tape blocks
x ./usr/bin/dirname, 16384 bytes, 32 tape blocks
x ./usr/bin/egrep, 28672 bytes, 56 tape blocks
x ./usr/bin/expr, 20480 bytes, 40 tape blocks
x ./usr/bin/false, 40 bytes, 1 tape blocks
./usr/bin/fgrep linked to ./usr/bin/egrep
x ./usr/bin/getopts, 166 bytes, 1 tape blocks
./usr/bin/grep linked to ./usr/bin/egrep
x ./usr/bin/hostname, 16384 bytes, 32 tape blocks
x ./usr/bin/kill, 16384 bytes, 32 tape blocks
x ./usr/bin/ln, 20480 bytes, 40 tape blocks
x ./usr/bin/model, 24576 bytes, 48 tape blocks
x ./usr/bin/ps, 36864 bytes, 72 tape blocks
x ./usr/bin/pwd, 16384 bytes, 32 tape blocks
x ./usr/bin/rm, 28672 bytes, 56 tape blocks
./usr/bin/rmdir linked to ./usr/bin/rm
x ./usr/bin/sed, 40960 bytes, 80 tape blocks
x ./usr/bin/sort, 45056 bytes, 88 tape blocks
x ./usr/bin/tar, 45056 bytes, 88 tape blocks
x ./usr/bin/touch, 20480 bytes, 40 tape blocks
x ./usr/bin/true, 37 bytes, 1 tape blocks
x ./usr/bin/uname, 20480 bytes, 40 tape blocks
x ./usr/bin/wc, 20480 bytes, 40 tape blocks
x ./usr/bin/compress, 28672 bytes, 56 tape blocks
x ./usr/bin/ed, 57344 bytes, 112 tape blocks
x ./usr/bin/find, 53248 bytes, 104 tape blocks
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
x ./usr/bin/getopt, 16384 bytes, 32 tape blocks
x ./usr/bin/id, 20480 bytes, 40 tape blocks
x ./usr/bin/more, 61440 bytes, 120 tape blocks
x ./usr/bin/tail, 24576 bytes, 48 tape blocks
./usr/bin/uncompress linked to ./usr/bin/compress
./usr/bin/zcat linked to ./usr/bin/compress
x ./usr/bin/bdf, 24576 bytes, 48 tape blocks
x ./usr/bin/diff, 40960 bytes, 80 tape blocks
x ./usr/bin/mt, 16384 bytes, 32 tape blocks
x ./usr/bin/ftp, 114688 bytes, 224 tape blocks
x ./usr/bin/rcp, 45056 bytes, 88 tape blocks
x ./usr/bin/remsh, 32768 bytes, 64 tape blocks
x ./usr/bin/ex, 233472 bytes, 456 tape blocks
./usr/bin/vi linked to ./usr/bin/ex
x ./usr/lib/uxbootlf, 707584 bytes, 1382 tape blocks
x ./usr/lib/libHcurses.sl symbolic link to /usr/lib/libcurses.1
x ./usr/lib/libM.1 symbolic link to ./libm.1
x ./usr/lib/libc.1, 1466368 bytes, 2864 tape blocks
x ./usr/lib/libc.2, 1265664 bytes, 2472 tape blocks
x ./usr/lib/libcurses.1, 143360 bytes, 280 tape blocks
x ./usr/lib/libdld.1, 12334 bytes, 25 tape blocks
x ./usr/lib/libdld.2, 16384 bytes, 32 tape blocks
x ./usr/lib/libdld.sl symbolic link to ./libdld.2
x ./usr/lib/libm.1, 98773 bytes, 193 tape blocks
x ./usr/lib/libm.2, 184320 bytes, 360 tape blocks
x ./usr/lib/libm.sl symbolic link to ./libm.2
x ./usr/lib/libnss_files.1, 36864 bytes, 72 tape blocks
x ./usr/lib/libpthread.1, 98304 bytes, 192 tape blocks
x ./usr/lib/libsec.2, 114688 bytes, 224 tape blocks
x ./usr/lib/nls/msg/C/dcerpc.cat, 13755 bytes, 27 tape blocks
x ./usr/lib/nls/msg/C/cpp.cat, 10035 bytes, 20 tape blocks
x ./usr/lib/libnsl.1, 561152 bytes, 1096 tape blocks
x ./usr/lib/libnsl.sl symbolic link to /usr/lib/libnsl.1
x ./usr/lib/libnss_dns.1, 24576 bytes, 48 tape blocks
x ./usr/lib/libxti.2, 110592 bytes, 216 tape blocks
x ./usr/lib/sw/ui/C/smc_addhost.ui, 2420 bytes, 5 tape blocks
x ./usr/lib/sw/ui/C/smc_analyze.ui, 4663 bytes, 10 tape blocks
x ./usr/lib/sw/ui/C/smc_bundles.ui, 1775 bytes, 4 tape blocks
x ./usr/lib/sw/ui/C/smc_chgloc.ui, 3484 bytes, 7 tape blocks
x ./usr/lib/sw/ui/C/smc_defs.h, 24742 bytes, 49 tape blocks
x ./usr/lib/sw/ui/C/smc_depend.ui, 2824 bytes, 6 tape blocks
x ./usr/lib/sw/ui/C/smc_details.ui, 3990 bytes, 8 tape blocks
x ./usr/lib/sw/ui/C/smc_dsa.ui, 8100 bytes, 16 tape blocks
x ./usr/lib/sw/ui/C/smc_init.ui, 708 bytes, 2 tape blocks
x ./usr/lib/sw/ui/C/smc_install.ui, 4018 bytes, 8 tape blocks
x ./usr/lib/sw/ui/C/smc_jobopts.ui, 111005 bytes, 217 tape blocks
x ./usr/lib/sw/ui/C/smc_jobs.ui, 20222 bytes, 40 tape blocks
x ./usr/lib/sw/ui/C/smc_list.ui, 1962 bytes, 4 tape blocks
x ./usr/lib/sw/ui/C/smc_menudefs.h, 1792 bytes, 4 tape blocks
x ./usr/lib/sw/ui/C/smc_options.ui, 5889 bytes, 12 tape blocks
x ./usr/lib/sw/ui/C/smc_patch.ui, 2527 bytes, 5 tape blocks
x ./usr/lib/sw/ui/C/smc_remove.ui, 3289 bytes, 7 tape blocks
x ./usr/lib/sw/ui/C/smc_rmsourc.ui, 2411 bytes, 5 tape blocks
x ./usr/lib/sw/ui/C/smc_sched.ui, 4591 bytes, 9 tape blocks
x ./usr/lib/sw/ui/C/smc_selalt.ui, 2650 bytes, 6 tape blocks
x ./usr/lib/sw/ui/C/smc_seldpt.ui, 2245 bytes, 5 tape blocks
x ./usr/lib/sw/ui/C/smc_session.ui, 2014 bytes, 4 tape blocks
x ./usr/lib/sw/ui/C/smc_softinf.ui, 5653 bytes, 12 tape blocks
x ./usr/lib/sw/ui/C/smc_softwar.ui, 18847 bytes, 37 tape blocks
x ./usr/lib/sw/ui/C/smc_source.ui, 4745 bytes, 10 tape blocks
x ./usr/lib/sw/ui/C/smc_targets.ui, 12190 bytes, 24 tape blocks
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
x ./usr/lib/sw/ui/C/smc_task.ui, 5805 bytes, 12 tape blocks
x ./usr/lib/sw/help/C/ux/sduhelp.hv, 22983 bytes, 45 tape blocks
x ./usr/lib/sw/help/C/ux/sduhelp.hvk, 3501 bytes, 7 tape blocks
x ./usr/lib/sw/help/C/ux/sduhelp00.ht, 167714 bytes, 328 tape blocks
x ./usr/lib/sw/help/C/ux/sduhelp01.ht, 14205 bytes, 28 tape blocks
x ./usr/lib/libcma.1, 458752 bytes, 896 tape blocks
x ./usr/lib/libcma.2, 458752 bytes, 896 tape blocks
x ./usr/lib/libcma.sl symbolic link to libcma.2
x ./usr/lib/libdce.1, 4206592 bytes, 8216 tape blocks
x ./usr/lib/libdce.sl symbolic link to libdce.2
x ./usr/lib/libsis.sl, 1044480 bytes, 2040 tape blocks
x ./usr/lib/dld.sl, 102400 bytes, 200 tape blocks
x ./usr/lib/libdc.sl, 45056 bytes, 88 tape blocks
x ./usr/sbin/devnm, 16384 bytes, 32 tape blocks
x ./usr/sbin/diskinfo, 28672 bytes, 56 tape blocks
x ./usr/sbin/insf symbolic link to /sbin/mksf
x ./usr/sbin/ioinit symbolic link to /sbin/ioinit
x ./usr/sbin/ioscan symbolic link to /sbin/ioscan
x ./usr/sbin/mknod symbolic link to /sbin/mknod
x ./usr/sbin/mount symbolic link to /sbin/mount
x ./usr/sbin/reboot symbolic link to /sbin/reboot
x ./usr/sbin/setboot, 20480 bytes, 40 tape blocks
x ./usr/sbin/swapon, 32768 bytes, 64 tape blocks
x ./usr/sbin/umount symbolic link to /sbin/umount
x ./usr/sbin/chroot, 16384 bytes, 32 tape blocks
x ./usr/sbin/rvxdump symbolic link to /usr/lbin/fs/vxfs/vxdump
x ./usr/sbin/rvxrestore symbolic link to /usr/lbin/fs/vxfs/vxrestore
x ./usr/sbin/vxdump symbolic link to /usr/lbin/fs/vxfs/vxdump
x ./usr/sbin/vxrestore symbolic link to /usr/lbin/fs/vxfs/vxrestore
x ./usr/sbin/mk_kernel, 27415 bytes, 54 tape blocks
x ./usr/sbin/swagentd, 528384 bytes, 1032 tape blocks
x ./usr/sbin/swinstall, 1777664 bytes, 3472 tape blocks
x ./usr/sbin/swpackage, 1032192 bytes, 2016 tape blocks
./usr/sbin/swacl linked to ./usr/sbin/swinstall
./usr/sbin/swconfig linked to ./usr/sbin/swinstall
./usr/sbin/swcopy linked to ./usr/sbin/swinstall
./usr/sbin/swlist linked to ./usr/sbin/swinstall
./usr/sbin/swremove linked to ./usr/sbin/swinstall
./usr/sbin/swverify linked to ./usr/sbin/swinstall
./usr/sbin/swreg linked to ./usr/sbin/swinstall
./usr/sbin/swmodify linked to ./usr/sbin/swpackage
x ./usr/share/lib/terminfo/h/hp, 1448 bytes, 3 tape blocks
x ./usr/share/lib/terminfo/v/vt100, 1362 bytes, 3 tape blocks
x ./usr/share/lib/terminfo/w/wy60, 1673 bytes, 4 tape blocks
x ./usr/conf/gen/templates/generic, 650 bytes, 2 tape blocks
x ./usr/ccs/lbin/cpp, 258048 bytes, 504 tape blocks
x ./usr/lbin/fs/vxfs/vxdump, 94208 bytes, 184 tape blocks
x ./usr/lbin/fs/vxfs/vxrestore, 114688 bytes, 224 tape blocks
x ./usr/lbin/sw/control_utils, 91529 bytes, 179 tape blocks
x ./usr/lbin/swagent, 1249280 bytes, 2440 tape blocks
x ./usr/lbin/sysadm/create_sysfile, 24576 bytes, 48 tape blocks
x ./usr/lbin/sysadm/system_prep, 7873 bytes, 16 tape blocks
x ./usr/obam/lbin/gethelp, 1085440 bytes, 2120 tape blocks
x ./usr/obam/lbin/ui_exec, 16384 bytes, 32 tape blocks
x ./usr/obam/lib/libIDMawrt.1, 1995529 bytes, 3898 tape blocks
x ./usr/obam/lib/libIDMawrt.sl symbolic link to ./libIDMawrt.1
x ./usr/obam/lib/libobam.1, 1085440 bytes, 2120 tape blocks
x ./usr/obam/lib/libobam.sl symbolic link to ./libobam.1
x ./usr/obam/lib/obam_aw.dmb, 149652 bytes, 293 tape blocks
x ./usr/obam/lib/help/C/ui/ui.sdl, 81091 bytes, 159 tape blocks
x ./usr/contrib/bin/gzip, 139264 bytes, 272 tape blocks
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
./usr/contrib/bin/gunzip linked to ./usr/contrib/bin/gzip
x ./sbin/awk, 372736 bytes, 728 tape blocks
x ./sbin/cat, 151552 bytes, 296 tape blocks
x ./sbin/chmod, 192512 bytes, 376 tape blocks
x ./sbin/chown, 200704 bytes, 392 tape blocks
x ./sbin/date, 208896 bytes, 408 tape blocks
x ./sbin/frecover, 364544 bytes, 712 tape blocks
x ./sbin/fs/cdfs/mount, 172032 bytes, 336 tape blocks
x ./sbin/fs/cdfs/umount symbolic link to /sbin/fs/hfs/umount
x ./sbin/fs/hfs/fsck, 282624 bytes, 552 tape blocks
x ./sbin/fs/hfs/mount, 176128 bytes, 344 tape blocks
x ./sbin/fs/hfs/umount, 135168 bytes, 264 tape blocks
x ./sbin/fs/vxfs/fsck, 491520 bytes, 960 tape blocks
x ./sbin/fs/vxfs/mount, 212992 bytes, 416 tape blocks
x ./sbin/fs/vxfs/umount symbolic link to /sbin/fs/hfs/umount
x ./sbin/fsck symbolic link to /sbin/fs_wrapper
x ./sbin/init, 262144 bytes, 512 tape blocks
x ./sbin/insf, 311296 bytes, 608 tape blocks
x ./sbin/ioinit, 163840 bytes, 320 tape blocks
x ./sbin/ioscan, 229376 bytes, 448 tape blocks
x ./sbin/ls, 262144 bytes, 512 tape blocks
x ./sbin/mkboot, 208896 bytes, 408 tape blocks
x ./sbin/mkdir, 143360 bytes, 280 tape blocks
x ./sbin/mknod, 135168 bytes, 264 tape blocks
x ./sbin/mount, 208896 bytes, 408 tape blocks
x ./sbin/mv, 188416 bytes, 368 tape blocks
x ./sbin/pax, 405504 bytes, 792 tape blocks
x ./sbin/reboot, 180224 bytes, 352 tape blocks
x ./sbin/stty, 180224 bytes, 352 tape blocks
x ./sbin/umount, 159744 bytes, 312 tape blocks
x ./sbin/restore, 225280 bytes, 440 tape blocks
x ./etc/.supported_bits, 3858 bytes, 8 tape blocks
x ./etc/group, 184 bytes, 1 tape blocks
x ./etc/passwd, 332 bytes, 1 tape blocks
x ./etc/magic, 8770 bytes, 18 tape blocks
x ./etc/hosts, 476 bytes, 1 tape blocks
x ./etc/services, 9333 bytes, 19 tape blocks
x ./etc/inetsvcs.conf, 15 bytes, 1 tape blocks
x ./etc/nsswitch.conf, 382 bytes, 1 tape blocks
x ./dev/config, 0 bytes, 0 blocks, character device
x ./dev/null, 0 bytes, 0 blocks, character device
x ./dev/console, 0 bytes, 0 blocks, character device
x ./dev/kmem, 0 bytes, 0 blocks, character device
x ./dev/mem, 0 bytes, 0 blocks, character device
x ./dev/rroot, 0 bytes, 0 blocks, character device
x ./dev/root, 0 bytes, 0 blocks, character device
x ./dev/tty, 0 bytes, 0 blocks, character device
x ./dev/syscon, 0 bytes, 0 blocks, character device
x ./dev/systty, 0 bytes, 0 blocks, character device
x ./tmp/set_locale, 3115 bytes, 7 tape blocks
x ./var/adm/sw/security/_ACL, 40 bytes, 1 tape blocks
x ./var/adm/sw/security/_OWNER, 62 bytes, 1 tape blocks
x ./var/adm/sw/security/_PROD_DFLT_ACL, 55 bytes, 1 tape blocks
x ./var/adm/sw/security/_SOC_DFLT_ACL, 55 bytes, 1 tape blocks
x ./var/adm/sw/security/secrets, 15 bytes, 1 tape blocks
x ./var/adm/sw/defaults, 1252 bytes, 3 tape blocks
x ./var/opt/ignite/local/manifest/template.def, 14257 bytes, 28 tape blocks
x ./opt/ignite/share/man/man1m.Z/print_manifest.1m, 1195 bytes, 3 tape blocks
x ./opt/ignite/binpa/print_manifest, 40960 bytes, 80 tape blocks
x ./opt/ignite/bin symbolic link to /opt/ignite/binpa
x ./configure3, 475136 bytes, 928 tape blocks
PROCEDIMENTO PARA CONFIGURAR E EXECUTAR BACKP/RECOVERY DE SISTEMA
OPERACIONAL HPUX VIA REDE
x ./monitor_bpr, 36864 bytes, 72 tape blocks
* Download_mini-system: Complete
* Loading_software: Begin
* Installing boot area on disk.
* Enabling swap areas.
* Backing up LVM configuration for "vg00".
* Processing the archive source (Recovery Archive).
* Mon Nov 21 09:30:59 EST 2005: Starting archive load of the source
(Recovery Archive).
* Processed 10% of archive
* Processed 20% of archive

Você também pode gostar