- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RAID4Si on HP-UX system
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
06-01-2005 08:44 PM
06-01-2005 08:44 PM
Currently I got an CardRAID4Si on rp5470 (HP-UX OS) to controll Disk Storage 2405.
The question is that how I can copy CardRAID configure to HDD for backup.
Thanks and appreciate all your help,
Regards,
Veron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 10:05 PM
06-01-2005 10:05 PM
SolutionYou can redirect the output of "irdiag" command to a file:
# irdiag -v > raid4si.bkp
It is recommended to keep a hard copy of this output.
To find more details about this card, visit http://docs.hp.com/en/J6173-90007/ch03.html
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 01:16 PM
06-02-2005 01:16 PM
Re: RAID4Si on HP-UX system
Thanks for your very good info.
Pls also help to provide the command how to restore RAID Config from backup file.
Thank you very much,
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 07:02 PM
06-02-2005 07:02 PM
Re: RAID4Si on HP-UX system
This is perhaps a hard copy of your layouts showing how allocation is done (Which Raid levels of which disks). Restoration of this is not required. Even if you need to change controller it reads the config having scan the devices as discussed in cahpter 5 of the same book under title replacing a controller.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 10:00 PM
06-05-2005 10:00 PM
Re: RAID4Si on HP-UX system
You means there are no way to restore hard copy of RAID configuration, is it right?
If that, We dont need to backup config file.
Regards,
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 12:06 AM
06-06-2005 12:06 AM
Re: RAID4Si on HP-UX system
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 02:29 PM
06-06-2005 02:29 PM
Re: RAID4Si on HP-UX system
So What is the hard-copy of config for? If we can not use it to restore our RAID config in case it has been lost.
Regards,
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 03:42 PM
06-06-2005 03:42 PM
Re: RAID4Si on HP-UX system
HP recommends to keep the hard-copy of the config - if you have to restore the configuration for some reason, the hardcopy contains all of the information you will need.
Collect the configuration information by issuing this command and sending its output to either a printer or a file (to be printed later):
irdiag -v
Hope this clarifies.
Regards