Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

PARA TODAS AS MEDIAS

# /opt/ignite/bin/make_depots -s /dev/dsk/c1t2d0 \
-d /var/opt/ignite/depots/Rel_B.11.23/core_media

# /opt/ignite/bin/make_config -s /var/opt/ignite/depots/Rel_B.11.23/core_media \
-c /var/opt/ignite/data/Rel_B.11.23/core_media_cfg

# /opt/ignite/lbin/setup_server -n

a. Edit the /etc/inetd.conf file:


# vi /etc/inetd.conf
b. Remove the comment character (#) from the bootpd line:
bootps dgram udp wait root /usr/lbin/bootpd bootpd
c. Save the /etc/inetd.conf file and exit vi:
:wq
d. Make the inetd daemon reread the /etc/inetd.conf file:
# inetd -c

PROCEDIMENTO PARA ITANIUM


2. Edit the /etc/bootptab file (don't worry that it appears to be [Read-only]):
# vi /etc/bootptab
3. Add an entry for your client.Atypical bootptab file has a generic, default cl
ient specification defined, identified
by tc=. In this example, ignite-defaults is that entry. If your bootptab has a d
ifferent default specification,
substitute it for ignite-defaults. TheMAC address should be in hexadecimal, but
without the leading 0x .
The following is an example bootptab entry. For information on what each entry m
eans, see bootpd(1M).
ignite-defaults:\
ht=ethernet:\
hn:\
dn=domain_name.com:\
gw=10.1.1.1:\
sm=255.0.0.0:\
ds=10.1.1.2 10.1.1.3:\
vm=rfc1048:\
bf=/opt/ignite/boot/nbp.efi:
iuxclient1:\
tc=ignite-defaults:\
ha=0018FE2F01B3:\
ip=10.1.2.87:
4. Save the /etc/bootptab file and exit vi:
:wq!
Procedure for PA-RISC
1. Edit the /etc/opt/ignite/instl_boottab file (don't worry that it appears to b
e [Read-only]):
# vi /etc/opt/ignite/instl_boottab
2. Add an entry for your client. If a network entry already exists for your clie
nt, you may edit it so it looks like the
entry below. The client's MAC address should be in hexadecimal, with a leading 0x .
client_IP_address
3. Save the /etc/opt/ignite/instl_boottab file and exit vi:
:wq!

You might also like