Author name: admin

How To: Hide title bar or URL usingJavascript

Here’s the test page, testframe.html:<html><head><meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″><title>Test page</title><script language=”JavaScript”><!–function openWindowNew( windowURL, windowName) {        var windowFeatures=’width=518,height=500,toolbar=0,location=0,scrollBars’  return window.open( windowURL, windowName, windowFeatures ) ;}//—></script></head><body> <a href=”#” onClick=”newWindow = openWindowNew(‘frameset.html?’+escape(‘http://www.myserver.com’), ‘Mywindowname’); newWindow.focus(); return false”>Here’s the link to myserver</a>></html> Here’s the frame page, frameset.html:<html><head><meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″><title>frame page</title></head><body><frameset onLoad=”top.content.location=location.search.substring(1)” rows=”100%”><frame name=”content” src=”about:blank”></frameset></body></html> Original post blogged on …

How To: Hide title bar or URL usingJavascript Read More »

Cognos: ReportNet Installation Procedure

Pre Installation Requirements The following Software’s must be installed and running before installing and configuring Cognos ReportNet Database (Oracle/DB2/SQL Server) for Content Store Web Server (IIS/Apache) Note: This document will focus on Oracle Database and Internet Information Services (IIS) Web Server only. Oracle For creation of Content store, the database must support Unicode Character set. …

Cognos: ReportNet Installation Procedure Read More »

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 systemninfolognexit”|cstm|grep “System Serial” # SERIAL_NUMBER=$(echo “sc product system;info;wait;il” | cstm | grep -i “system serial” | awk -F: ‘{print $2}’) # echo $SERIAL_NUMBER # getconf …

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

Solaris: How to Enable Native MPxIO fo EMC / HP / IBM / NETAPP

To enable MPxIO for storage devices, the appropriate information for device-type-scsioptions-list need to be added in the /kernel/drv/scsi_vhci.conf file. 1. Use a text editor to change the configuration file. For example: # vi /kernel/drv/scsi_vhci.conf 2. For Solaris 8 and 9 perform the following steps: a. Change the mpxio-disable parameter to the following: mpxio-disable=”no”; b. Verify …

Solaris: How to Enable Native MPxIO fo EMC / HP / IBM / NETAPP Read More »

Zoning via CLI on Brocade switch

Step by Step Procedure of Zoning via Cli. 1.Create a Zone Alias using “AliCreate” SW0:admin> alicreate “SUNX4150_HBA0″ 2.Add member to Alias using “Aliadd” SW0:admin> aliadd “SUNX4150_HBA0″,”21:00:00:1b:32:13:a8:9f” 3.Create a Zone using “ZoneCreate” SW0:admin> zonecreate “CX_424_SPB4_SUNX4150_HBA0″ 4. Add membet to Zone using “ZoneAdd” SW0:admin> zoneadd “CX_424_SPB4_SUNX4150_HBA0″,”CX_424_SPB4″ 5.Add a Zone to Zone configuration “CfgAdd”. SW0:admin> cfgadd “SAN_U2_SW0_Config”,”CX_424_SPB4_SUNX4150_HBA0″ 6.Save …

Zoning via CLI on Brocade switch Read More »

Scroll to Top