Tags: how

HP-UX: How to extend root - live!

HP-UX Send feedback »
No outage required , if you have online jfs. If you do not have online jfs , do all the following in LVM maintenance mode.Note: this will only work if SWAP is NOT the next lvol after / a. Login as root.b. Find out a free disk / un mirror the rootvg a… more »

How To Encrypt your passwords in Oracle Application Server

Technology, Oracle Send feedback »
Add the following entry to data-sources.xml <data-source class="com.evermind.sql.DriverManagerDataSource" name="jdbc/Oracle" location="jdbc/OracleCoreDS" xa-location="jdbc/xa/OracleXADS" ejb-location="jdbc/OracleDS" connection-driver="oracle.jdbc.dr… more »

How To: Remove or hide Acrobat toolbars from an external Acrobat window

Welcome Send feedback »
In order to open a PDF file in a web browser, without the Acrobat or Acrobat Reader toolbar, you would need to link to the PDF with the following HTML code, where #toolbar=0 follows the .pdf filename: <P><a href=http://www.server-name.com/… more »

HP-UX: How to take Ignite Backup

Technology, HP-UX Send feedback »
# make_tape_recovery -AvI -a /dev/rmt/0mn -x inc_entire=vg00 \ -x exclude=/oradata -x exclude=/oradb more »

HP-UX: How can I retrieve the system serial number

Technology, HP-UX Send feedback »
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" # SER… more »