HP-UX HB v13.00 Ch-06 - Ignite-UX

HP-UX Handbook Rev 13.00 Page 32 (of 58)
Chapter 06 Ignite-UX
October 29, 2013
In case of conflicting entries in the selections, Exclusions take precedence over
inclusions.
Exporting the archive directory
The default archive location on the Ignite-UX server is
/var/opt/ignite/recovery/archives/<hostname>. The hostname is the name of the system
being archived. If the recovery archive creation is initiated from the Ignite-UX GUI on the
Ignite-UX server and the archive is saved on the Ignite-UX server, the /etc/exports file will be
edited automatically. If the archive is placed in another location or archive server, the directory
used to store the archives must be NFS exported from the archive server to each client.
1. On the archive server, create a directory for each client to hold the archive of the
client's files. It is best to use the default path but you can also state other paths.
# /usr/bin/mkdir -p
/var/opt/ignite/recovery/archives/<client_hostname>
2. Change the owner and group to bin
# /usr/bin/chown bin:bin
/var/opt/ignite/recovery/archives/<client_hostname>
3. Edit /etc/exports on the archive server to add an entry for each client.
# /usr/bin/vi
/var/opt/ignite/recovery/archives/<client_hostname> \
-anon=2,access=<client_hostname>
4. Run the exportfs command to have the edits to the exports file take effect:
# /usr/sbin/exportfs a
Creating a make_net_recovery Archive - Ignite-UX Server GUI
On your host system, allow the Ignite-UX server to access the display with:
# xhost +<Ignite_server_name>
for example
# xhost +host1
Export the display if necessary:
# export DISPLAY=<hostname>:0