This post will help you with How to Restore from Ignite-UX Server in HP-UX.
If you are interested in learning, Request you to go through the below recommended tutorial.
DevOps Full Course Tutorial for Beginners - DevOps Free Training Online
Docker Full Course Tutorial for Beginners - Docker Free Training Online
Kubernetes Full Course Tutorial for Beginners - Kubernetes Free Training Online
Ansible Full Course Tutorial for Beginners - Ansible Free Training Online
Openstack Full Course Tutorial for Beginners - Openstack Free Training Online
We may come in a situation to restore a particular file or particular folder from Ignite-UX Server.
How to Restore from Ignite-UX Server in HP-UX
Steps Involved:
1. Login into the Ignite-UX Server
2. Go to the archives folder where ignite backup of servers will be archived.
# cd /var/opt/ignite/recovery/archives/servername
# ls
2015-07-10,5:00
Where "2015-07-10,5:00" Name of the archive we extract from.
To recover the particular file, Run the below command.
where etc/hosts is the file name to be recovered.
# gzcat ./2015-07-10,5:00 | pax -r -f - etc/hosts
To recover the particular folder, Run the below command.
where var is the folder name to be recovered.
# gzcat ./2015-07-10,5:00 | pax -r -f - var
Related Content on Linux might be useful to you to improve your Linux Skills.
How to Access Linux Server from Windows Remotely
Configure SSH Passwordless Login Authentication (SSH-keygen)
How to Create LVM Partition in Linux – LVM Tutorial
Install & Configure Samba Server on Linux (RHEL7 / CentOS7)
Support Us: Share with your friends and groups.
Stay connected with us on social networking sites, Thank you.
0 Comments