| 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 | Thread Tools |
|
#1
| ||||
| ||||
| Hello All, Here are some experiences --add if you have anything from your side The "very very" important backups for p5 environments are the VIO server backups and the HMC critical data backups. And these two happen to be the most neglected and sometimes not even present inthe Disaster Recovery Plan. The backup of VIO server is pretty straight forward as it is mentioned inthe redbook(advanced power virtualization) 1)Export a directory from a NIM / NFS server where you want to save the vio-bkp 2)On vio server, mount the exported filesystem onto a local directory 3)issue a backupios command ( you have 2 options here ) a)backupios -file "/the directory name" --this creates a nim_resources.tar file which contains the mksysb and the spot , b)backupios -file "/the directory name" -mksysb ---this creates only the mksysb file. --------------- The above can be done fairly easily manually and can be incorporated into a script to be run in cron on VIO server to automate the process ....BUT this method is not supported by IBM...and I dont know why !!! ...maybe this will be incorporated inthe next versions of the VIO --------------- The supported method is 1)setup ssh between a nfs/nim server and the HMC to operate without password. This way, from a AIX command line you can run VIO commands. 2)Here is a example hmc2clx is the HMC console nim1crs is the NIM/nfs server server-** is the p5 server/managed system agp001-I/O Server -- is the VIO server from the nim server ,which is a 5.3 tl4 box, i issue the following commands # ssh hmc2clx -l hscroot 'viosvrcmd -m Server-** -p agp001-I/O Server -c "mount nim1crs:/rmt_mksysb /home/padmin/backup_loc"' # ssh hmc2clx -l hscroot 'viosvrcmd -m Server-** -p agp001-I/O Server -c "backupios -file /home/padmin/backup_loc/agp001"' This is put it in a cron onthe NIM server, and it takes care of the VIO backups every friday. I have 5 VIO servers in my environment Let me know how you guys are doing this... Thankyou Kumar |
|
#2
| ||||
| ||||
IBM definitely needs to work on the administrative functions of VIO and its user friendliness. What I'd really like to see is two hidden VIO partitions - like the hypervisor partition - that can be managed via the HMC GUI.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Fred Sherman IBM pSeries and Storage Architect |
|
#3
| ||||
| ||||
| Hi there, If the method of mounting a filesystem on a NIM server isn't supported. Why is it documented in the IBM VIO Server manual ? Steve
__________________ Take your time and think things through !! To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to add a virtual disk to a lpar? | Melih | IBM PowerVM Editions | 6 | May 24th, 2007 09:16 |
| Boot for two VIO servers impossible with only one SCSI Controller | alecks84 | IBM PowerVM Editions | 7 | March 31st, 2007 09:48 |
| Vio Client san disk allocation | datamax | IBM PowerVM Editions | 2 | February 21st, 2007 03:43 |
| Backing UP Your Hardware Management Console | FASherman | Tutorials | 9 | October 23rd, 2006 15:01 |
| VIO Backup Strategy | steevojb | AIX for POWER Systems | 1 | August 30th, 2006 10:38 |