- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Making an ignite plan & decommissioning a server.
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-14-2006 03:06 AM
тАО03-14-2006 03:06 AM
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
tape 0 1/0/2/1/0.2.0 stape CLAIMED DEVICE HP C5683A
/dev/rmt/0m /dev/rmt/c4t2d0BESTn
/dev/rmt/0mb /dev/rmt/c4t2d0BESTnb
/dev/rmt/0mn /dev/rmt/c4t2d0DDS
/dev/rmt/0mnb /dev/rmt/c4t2d0DDSb
/dev/rmt/c4t2d0BEST /dev/rmt/c4t2d0DDSn
/dev/rmt/c4t2d0BESTb /dev/rmt/c4t2d0DDSnb
tape 1 1/0/2/1/1.1.0 stape CLAIMED DEVICE HP Ultrium 2-SCSI
/dev/rmt/1m /dev/rmt/c5t1d0BEST
/dev/rmt/1mb /dev/rmt/c5t1d0BESTb
/dev/rmt/1mn /dev/rmt/c5t1d0BESTn
/dev/rmt/1mnb /dev/rmt/c5t1d0BESTnb
And i want to use the dlt tape. So, now i just run the make_tape_recovery -x incl_entire=vg00
and then check it using tar -tvf. But then again which format should i use./dev/rmt/0m or /dev/rmt/0mn.
Thanks.
The other question is how do u decomission a server. I mean erase every thing on the server and format the disks. Any commands????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 03:10 AM
тАО03-14-2006 03:10 AM
Re: Making an ignite plan & decommissioning a server.
The standard decommissioningrecommendation is to use dd:
dd if=/dev/random of=/dev/rdsk/c?t?d? bs=1024k
You could also use mediainit or simply run pvcreate -f, depending on your requirements for security.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 03:20 AM
тАО03-14-2006 03:20 AM
Re: Making an ignite plan & decommissioning a server.
"Standards" differ depending upon the sensitivity of your data and what reasonable precautions your organization needs to take to protect its assets, as well as the assets (data) of its customers.
Suffice to say, that it is possible to recover data from disks that have been overwritten *many* times (with zeros or random patterns) given the proper equipment, dedication and desire.
An acid bath, and a metal shredder may be necessary in some environments.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 03:26 AM
тАО03-14-2006 03:26 AM
Re: Making an ignite plan & decommissioning a server.
see also:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=13542
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 05:41 AM
тАО03-14-2006 05:41 AM
Re: Making an ignite plan & decommissioning a server.
# make_tape_recovery -x inc_entire=vg00 /dev/rmt/0mn
now, i guess i havnt started in an interactive mode thats y i cant see whats going on. When i used the command.
tar -tvf /dev/rmt/0mn after telnetting the system again. I got the error that tar: cannot open /dev/rmt/0mn. Now, what i can i use to see the interactive mode of the ignite happening on the server. And how long does it usually take to make it happen. Now, after i am done, what command should i use to see whats on the tape.????
I wonder y tar tar -tvf didnt work .............
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 05:57 AM
тАО03-14-2006 05:57 AM
SolutionHad you added '-v' to your 'make_tape_recovery' you would have received verbose messages of the progress of the sesssion.
In my opinion, you should have added '-I' to the command too, in order to cause the system recovery process to be interactive when ooting from the tape. Otherwise, you will have 10-seconds to interrupt the process to engage an interactive recovery session.
To see the contents of the tape once it is made, do:
# mt -f /dev/rmt/0mn fsf 1
# tar -tvf /dev/rmt/0m
If your server is an Itanium running 11.23, use:
# mt -f /dev/rmt/0mn fsf 22
# tar -tvf /dev/rmt/0m
...instead.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 06:10 AM
тАО03-14-2006 06:10 AM
Re: Making an ignite plan & decommissioning a server.
I used both approaches and it is giving me an error and no output from the tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 06:14 AM
тАО03-14-2006 06:14 AM
Re: Making an ignite plan & decommissioning a server.
1 Ignite image per tape. Need a second tape to hold the second image.
Refer back to Pete's norewind statment.
System decommission. We send the disks out for physical destruction. That is the only way to be sure.
At my prior job, I did a full OS install including all disks and this was considered good enough for organizational standards.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com