-
Recent Posts
Recent Comments
Archives
Categories
Meta
Daily Archives: July 28, 2009
HP-UX: How to take Ignite Backup
# make_tape_recovery -AvI -a /dev/rmt/0mn -x inc_entire=vg00 \ -x exclude=/oradata -x exclude=/oradb Original post blogged on b2evolution. Incoming search terms:how to take ignite backup in hp-uxhoe to take ignite backup in hp-uxhoe to takeignite backup in hp-uxhow to take ignite … Continue reading
Posted in Uncategorized
Leave a comment
HP-UX: How can I retrieve the system serial number
cstm is installed with the OnlineDiagnostics / Support Tools Bundle on HP-UX 9000 systems: # echo “sc product system;info;wait;il” | cstm | grep -i “system serial” # echo “sel path system\ninfolog\nexit”|cstm|grep “System Serial” # SERIAL_NUMBER=$(echo “sc product system;info;wait;il” | cstm … Continue reading
Posted in Uncategorized
Leave a comment
Linux: iSCSI Initiator installation & configration
Installation Instructions: Red Hat Supplied iSCSI Initiator: Find the RPM on the Red Hat Media, then install it using the rpm –ivh command as follows: # rpm –ivh iscsi-initiator-utils-6.2.0.742-0.5.el5 NOTE: This is the version for Enterprise Linux AS 5. Your … Continue reading
Posted in Uncategorized
Leave a comment
Aix: How to assign a specific PVID
1) BACKUP old disk critical data. # dd if=/dev/hdisk9 of=/tmp/hdisk9.save bs=4k count=1 If something were to go wrong and the head information got damaged use the following to RECOVER the origional PVID and head information TO RECOVER origional PVID: # … Continue reading
Posted in Uncategorized
Leave a comment