- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to take the os backup in HPUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2010 11:11 PM
тАО04-12-2010 11:11 PM
i have the hp-ux B.11.31. i am using mksysb to take the os backup of aix machine. kindly help me to take the backup of os in hp-unix server.
Thanks,
Hari
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2010 11:17 PM
тАО04-12-2010 11:17 PM
SolutionYou should use Ignite.
Check this link:
http://h71028.www7.hp.com/enterprise/w1/en/os/hpux11i-system-management-ignite-ux.html?jumpid=ex_r1533_us/en/large/tsg/go_ignite-ux
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2010 11:19 PM
тАО04-12-2010 11:19 PM
Re: How to take the os backup in HPUX
you can take ignite on a tape as well as on a server like NIM server.
In HPUX its called Ignite server.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2010 11:38 PM
тАО04-12-2010 11:38 PM
Re: How to take the os backup in HPUX
thanks for you reply,
Can you give the syntax to take the backup ignite command and it will restore in single user mode or boot from this backup.
Thanks,
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2010 11:41 PM
тАО04-12-2010 11:41 PM
Re: How to take the os backup in HPUX
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c01942660/c01942660.pdf
Best regards from Romania,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 12:32 AM
тАО04-13-2010 12:32 AM
Re: How to take the os backup in HPUX
/opt/ignite/bin/make_net_recovery -s
for tape....
/opt/ignite/bin/make_tape_recovery -x exclude_filesystem -x inc_entire=vg00 -I -Av -a
/dev/rmt/
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1291629
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 05:40 AM
тАО04-13-2010 05:40 AM
Re: How to take the os backup in HPUX
>>>and it will restore in single user mode or boot from this backup.
<<<
You can boot from the backup tape
at the EFI BootManager prompt>
Select the Tape Drive entry
(or if the entry isnt there
you can "Add Boot.." entry/ Boot from file option )
Dont interrupt when the 10s message comes after the entry selection..
The Rest would be quite clear ...Oh yes, You need the select the "Install HPUX..." when the options are displayed...
HTH
SNS
And Hari, possibly assign points and make Us all Happier To Help:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 07:48 AM
тАО04-13-2010 07:48 AM
Re: How to take the os backup in HPUX
This command
/opt/ignite/bin/make_net_recovery -s maa2tamhux4 -a maa2tamhux4:/var/opt/ignite/recovery/archives/mrktst0u -x inc_entire=vg00
is created one file named
/var/opt/ignite/recovery/arch_mnt/2010-04-13,21:02
i want know this the os backup of maa2tamhux4 unix server. if yes how can i use the command from other hp-ux server to take the os backup to this server.
Thanks,
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 08:13 AM
тАО04-13-2010 08:13 AM
Re: How to take the os backup in HPUX
/opt/ignite/bin/make_net_recovery -s maa2tamhux4 -a maa2tamhux4:/var/opt/ignite/recovery/archives/mrktst0u -x inc_entire=vg00
is created one file named
/var/opt/ignite/recovery/arch_mnt/2010-04-13,21:02
>>
It would appear you are trying to write the backup to local disk. This is not a good recovery strategy, but should work.
The path: /var/opt/ignite/recovery/archives/mrktst0u must exist on the target server and be owned bin:bin
The last part of the path is the hostname of the system being backed up. Normally.
<<
i want know this the os backup of maa2tamhux4 unix server. if yes how can i use the command from other hp-ux server to take the os backup to this server.
>>
If you set up an NFS share on any type of Unix or Linux server, share it with read-write capability, it can be used as a repository for Ignite backups. The last word in the path must be owned bin:bin root:bin will not work.
Posted earlier is a complete Ignite setup guide.
I suggest you read it. It has answers to many of your subsequent questions.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2010 09:17 PM
тАО04-14-2010 09:17 PM
Re: How to take the os backup in HPUX
i am taken the make_net_recovery for 3 server named maa2tamhux2,maa2tamhux3,maa2tamhux4 using below commands. I think i need use the Storage repository location inside of maa2tamhux4:/var/opt/ignite/recovery/archives is it. Kindly suggest me friends.
/opt/ignite/bin/make_net_recovery -s maa2tamhux4 -a maa2tamhux4:/var/opt/ignite/recovery/archives/maa2tamhux2 -x inc_entire=vg00
Thanks,
Hari
/opt/ignite/bin/make_net_recovery -s maa2tamhux4 -a maa2tamhux4:/var/opt/ignite/recovery/archives/maa2tamhux3 -x inc_entire=vg00
/opt/ignite/bin/make_net_recovery -s maa2tamhux4 -a maa2tamhux4:/var/opt/ignite/recovery/archives/maa2tamhux4 -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2010 09:33 PM
тАО04-14-2010 09:33 PM
Re: How to take the os backup in HPUX
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1271309516008+28353475&threadId=1288879
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2010 01:01 PM
тАО04-15-2010 01:01 PM
Re: How to take the os backup in HPUX
I think i need use the Storage repository location inside of maa2tamhux4:/var/opt/ignite/recovery/archives is it. Kindly suggest me friends.
Yes this is a good idea.
Ignite is configured to use /var/opt/ignite/recovery/archives for storing images.
cd /var/opt/ignite/recovery/archives
mkdir
chown bin:bin
Replace
Storing images in /var is bad systems administration practice.
nfs.core
nfs.server
Must be running on the Ignite server.
These shares must be configured in /etc/dfs/dfstab, which replaces /etc/exports
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com