- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OS backup of rp3440 HP UX
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
Forums
Discussions
Discussions
Discussions
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
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
05-09-2008 03:11 AM
05-09-2008 03:11 AM
we have a rp3440 HP server which doesn't have a tape drive as well as storage disk and ignite server.
I have juz installed ignite ux 7.5 in one of the available server which has a tape drive to take make_net_recovery.Has done things as below,
1.Installed ignite-ux 7.5 in server A
2.mkdir -p /var/opt/ignite/recovery/archives/serverB
3.chown bin:bin /var/opt/ignite/recovery/archives/serverB
4.exportfs -av
In serverB
1. umask 022
2. make_net_recovery -s serverA -x inc_entire=vg00
it throwed space error.
I made a soft link as follows,
In serverA
# ln -s /var/opt/ignite/recovery/archives/serverB /FS/server B
#chown bin:bin /FS/serverB
#exportfs -av
Tried the same in server B.
but again got space error.
ERROR: Not enough space for archive.
/var/opt/ignite/recovery/arch_mnt on local needs 5660625 kbytes free.
There are 255696 kbytes free.
ERROR: Not enough space for archive.
/var/opt/ignite/recovery/arch_mnt on local needs 5660625 kbytes free.
There are 255696 kbytes free.
client status
Prepare_Client Active
Prepare_Client Complete
Save_System_Configuration Active
Save_System_Configuration Warning
Prepare_Archive_Configs Active
Prepare_Archive_Configs Complete
Build_Archive Active
Build_Archive Error
i have no space in vg00 to increase. Please guide me what i have to do take OS back up of this server.
#is there any setup to try it again and take backup else
#have to set a new ignite server with huge vg00 space else
#new tape drive/is it available for rp3440 server else
#it has only a dvd drive.so is that possible.
any other gud option??!. Please let me know i'm working out on this for the past two dayz but havent found the solution yet.
Thanks in advance i was lookin up for a quick response as this is critical for me now to do patch upgradaton on ServerB whose OS backup is not happening.. :(
Thanks
Ganzsp
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 04:44 AM
05-09-2008 04:44 AM
SolutionCreate a new lvol and mount it, let's say to
/var/opt/ignite/recovery/archives
This will give you enough space to store the archives.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 05:14 AM
05-09-2008 05:14 AM
Re: OS backup of rp3440 HP UX
You will have to nfs mount the remote directory to be able continue with your backup.
Make sure that this link does not affect your production data just in case you have significant activities at the time of backup.
Good luck!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2008 09:36 PM
05-11-2008 09:36 PM
Re: OS backup of rp3440 HP UX
i tried but gzip:file too large made it fail..
anyway to gzip files >2GB to complete this successfully.
Thanks
Ganzsp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 04:08 AM
05-12-2008 04:08 AM
Re: OS backup of rp3440 HP UX
>make_net_recovery -s serverA -x inc_entire=vg00
You could try without using the option [-x inc_entire=vg00]. It would only copy the minimal OS.
or
use make_net_recovery -i (interactive mode so that you can choose the ones you need to copy)
or
as a temporary solution use fbackup, because in anyway at least you need a backup!!
If you go for fbackup do as below:
Make temporary trust (.rhosts) with the other server.
cd /
fbackup -vf remote-server:/dev/rmt/0m -i .
If you can unmount other VGs, it would be easy with the above command. Otherwise, use a graph file (man fbackup) with only vg00 so that it will only copy the files in vg00.
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 04:47 AM
05-12-2008 04:47 AM
Re: OS backup of rp3440 HP UX
All ignite clients build temporary files in the /var/filesystem.
/var/opt/ignite/recovery/arch_mnt on local needs 5660625 kbytes free.
There are 255696 kbytes free.
ERROR: Not enough space for archive.
There needs to be sufficient space for that on the /var filesystem
The archives themselves should not be created in the volume group being backed up. In that case Ignite tries to backup the backup, that is a circular situation that can not complete.
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
05-12-2008 05:02 AM
05-12-2008 05:02 AM
Re: OS backup of rp3440 HP UX
I have made space change and only file too large error is the obstacle.
gzip: stdout: File too large
ERROR: The gzip command failed (exit status 1).
ERROR: The gzip command failed (exit status 1).
ERROR: The make_sys_image command failed. The system recovery archive will
not be created.
======= 05/12/08 06:47:26 EDT make_net_recovery completed unsuccessfully
I have gzip version 1.3.5 in both the servers.Please let me know how to resolve it.
Is fbackup is ok with remote server?! through NFS?? I guess OS backup is for disaster recovery and ignite backup is often suggessted.Please advise on the same.
The FS /var/opt/recovery/archives/arc_mnt in Server A is set to largefiles in /etc/fstab and umounted and mounted again.
still facing same error. :(
Thanks
Ganzsp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 05:10 AM
05-12-2008 05:10 AM
Re: OS backup of rp3440 HP UX
Regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 05:31 AM
05-12-2008 05:31 AM
Re: OS backup of rp3440 HP UX
which gzip
gzip -v
May be you can move the >2GB files to another vg and try make_net_recovery again.
The ignite is always better for DR and the OS recovery.
fbackup is an alternate temporary solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 08:33 PM
05-12-2008 08:33 PM
Re: OS backup of rp3440 HP UX
Thanks for your valuable informations.I have done with backup and patch upgrade. but when the system is up one of our FS is not mounted.It is available in /etc/fstab
but when i try to mount i get as below
# mount -F vxfs /dev/vg01/lv_ins1 /ins1
vxfs mount: /dev/vg01/lv_ins1 is already mounted, /ins1 is busy,
or allowable number of mount points exceeded
I was not able to mount and it is not present when i use BDF command.
Can any one get me what went wrong and how to overcome this.
Thanks
Ganzsp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 08:36 PM
05-12-2008 08:36 PM
Re: OS backup of rp3440 HP UX
Check the output of fuser -u /ins1 command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 09:03 PM
05-12-2008 09:03 PM
Re: OS backup of rp3440 HP UX
it is used by few applications that are automated.
Thanks :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 09:48 PM
05-12-2008 09:48 PM