| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack (2) | Tutorial Tools |
| ||||||||||
| ||||||||||
| | ||||||||||
|
#1
By
sha012
on
July 5th, 2006
|
| Hi, I scheduled this backup to happen every friday. My question is when me automate "where is this copy of backup sitting?" If I were to do this manually, I would have to mention the location for the backup DVD/NFS mount pt etc.. Thankyou Shiva |
|
#5
By
kongyw
on
September 16th, 2006
|
| Re: Backing UP Your Hardware Management Console This tutorial is great. Wish I had read this earlier. That would have made my life much easier. It is a bit puzzling though that the Upgrade Data backup onto DVD-RAM needs hscpe user. I have made such a backup as hscroot myself. In fact, it saved me from having to rebuild the HMC from scratch due to a defect in HMC 5.1.0 where the Critical Console Data backup restore corrupts the bootloader - I had numerous problem when upgrading from 5.1.0 to 5.2.1. Apparently, that is a fairly common problem - refer to the HMC 5.2.x cummulative fix MH00822 webpage. (Sorry, URL not allowed yet due to less than 5 posts). In fact, I think backing up the Upgrade Data onto DVD-RAM should be part of best practice. Selecting DVD-RAM will actually backup the Upgrade Data to both the hard disk and DVD-RAM. Thanks. Yun-Wai Kong |
|
#6
By
kah00na
on
October 20th, 2006
|
| Re: Backing UP Your Hardware Management Console I want to automate my HMC Critical Console Data backups to FTP to my NIM server so they will get backed up to our TSM server. How can I automate this? I have been backing up weekly to DVDs but I don't know how to tell if they were actually sucessful or not. |
|
#7
By
alanmoon
on
October 20th, 2006
|
| Re: Backing UP Your Hardware Management Console Kah00na, I just wrote a shell script that opens an ssh to the hmc, issues the bkconsdata command and passes the variables of the NFS host and mount point to put it on. /usr/bin/ssh hscroot@hmc1 bkconsdata -r nfs -h $HOST -l $NFSDIR I have multiple HMCs so I put them in an array and sequentially increment through them. I had to be careful of the naming of the file as well. Each file shows up with a unique date time stamp name and I never know what it is until it lands. I just clean up the directory before the first file lands and then rename the file after it has comlpleted. After all that is done I issue a dsmc inc $filename command to back it up. I added it to cron and it runs once a week. I hope that helps |
|
Last edited by alanmoon; October 23rd, 2006 at 10:59.
|
|
#8
By
kah00na
on
October 23rd, 2006
|
| Re: Backing UP Your Hardware Management Console Thanks alanmoon!! That is EXACTLY what I needed. Instead of choosing "-r nfs", I changed it to "-r ftp" and added "-u $USER" and "-passwd $PASS" and now I'm in business again. Finally, no more DVD 1.5 hour DVD backups! Here's my entire command to do a ftp backup: /usr/hmcrbin/bkconsdata -r ftp -h $HOST -u $USER -passwd $PASS Thanks again alanmoon!! |
![]() |
| Bookmarks |
LinkBacks (?)
LinkBack to this Thread: http://www.pseriestech.org/forum/tutorials/backing-up-your-hardware-management-console-74.html | ||||
| Posted By | For | Type | Date | |
| nichogl's Bookmarks on Delicious | This thread | Refback | 2 Weeks Ago 10:41 | |
| nichogl's Bookmarks on Delicious | This thread | Refback | 2 Weeks Ago 17:39 | |
| Currently Active Users Viewing This Tutorial: 1 (0 members and 1 guests) | |
| Tutorial Tools | |
| |
Similar Threads | ||||
| Tutorial | Tutorial Starter | Category | Comments | Last Post |
| Backing up your HMC | FASherman | Hardware Management Console | 10 | March 19th, 2008 17:59 |
| How to Use the Advanced System Management Interface for Troubleshooting and Recovery | FASherman | Tutorials | 4 | March 4th, 2008 12:23 |
| Console issues (p5 9116 model 561) | SunGuy | Hardware Management Console | 5 | July 9th, 2007 14:45 |
| Trouble getting serial console | tb0ne | AIX for POWER Systems | 3 | April 18th, 2007 19:02 |
| IBM's Open Source Muse | alexisl | Articles | 0 | July 20th, 2006 11:20 |