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-01-2001 01:17 PM
05-01-2001 01:17 PM
i want to do a backup of the vg00 of all our servers and at the same time do a make_recovery tape. is it advisable to do both backup and make_recovery or one will one do?
i've downloaded the latest ignite from the web but having difficulty installing it, i get "can't establish lock on this target"
i downloaded it, tar -xvf<>. I put it in the /var/spool/sw, should it be in another directory? i use swinstall and swinstall -s.i get the same error.
the tapes that i'm using do they need to be brand new, if not new, do i need to initialize it.
thanks for all your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 01:41 PM
05-01-2001 01:41 PM
Re: backup
very advisable to do both, however it all depends on the intended use of each. first if for no other reason, two backups are better than one (especially if that one fails). Second although you can retrieve specific files from each an fbackup is a whole lot easier to retrieve files from (frecover will save you alot of time, rather than trying to fsf the tape and find what your looking for. Our disaster recovery, we make two make_recovery and two fbackups of vg00, just incase of tape failure (sometimes they go bad) As for the question about using new or old tapes usually the newer the better due to tape fatigue and stretching, but you can sometimes get away with used tapes this should be based on how critical the sever is and how used the tapes are (new tapes sometimes go bad too).
The install issue, if you are sure you have a good download of the product, and are having problems with the install from the command line reguardless of where you have located the product (assumeing the mount point has enough room for the extracting of the file), try installing it by running the gui for swinstall and pointing the location to the file its self, and installing it that way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 04:21 PM
05-01-2001 04:21 PM
Re: backup
HP-UX 700 that's what i'm going to be using for my ignite ux and backup server with tape drive attach to the 700.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 06:24 PM
05-01-2001 06:24 PM
Re: backup
if you see the man page on this, you can run swagentd -r from the command line and it will stop and restart the swagentd daemon. Then try this again. If you continue to have problems but are convienced that you have a good copy, do a search on swinstall problems. hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 02:09 AM
05-02-2001 02:09 AM
Re: backup
You should do both backups. Backups are always welcome.
To install your latest ignite you shouldn't untar it! Install it as you download it.
other thing is, you should run "make_tape_recovery".
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 03:59 AM
05-02-2001 03:59 AM
SolutionAs far as the backups go, the advice above is what I would have said.
I suspect your download is OK. The depot is a tar file itself so doing the tar xvf <..> will ruin the depot! you need to install from the tar file!!
e.g.
ftp the file ignite-ux.tar to /var/tmp/.
Do s preview non-interactive swinstall
# swinstall -s /var/tmp/ignite-ux.tar -p \*
if all is well, do a non-interactive swinstall.
# swinstall -s /var/tmp/ignite-ux.tar \*
If you prefere the interactive version of swinstall drop the "\*".