1756873 Members
3315 Online
108855 Solutions
New Discussion юеВ

Offline diagnostics

 
SOLVED
Go to solution
KAT_5
Advisor

Offline diagnostics

I have unix 11.0 on my d-class machine. I want to install ODE ( off line diagnostic ). Which Cd have this diagnotic software and how can I install this ?
7 REPLIES 7
Stefan Farrelly
Honored Contributor

Re: Offline diagnostics

You can download them online from here;

http://www.software.hp.com/SUPPORT_PLUS/index.html

Click on the diagnostics link on the left to download.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Steven E. Protter
Exalted Contributor

Re: Offline diagnostics

swinstall -x autoreboot=true -x reinstall=false -s /cdrom/name_of depot \*

That will install it. If it requires a reboot the -x commands will reboot. If none is required it will just run the install.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
KAT_5
Advisor

Re: Offline diagnostics

Thanks for reply.
I have SUPPORT PLUS 11.0 , which bundle i need to install.
Stefan Farrelly
Honored Contributor
Solution

Re: Offline diagnostics

the bundle called DIAGNOSTICS
Im from Palmerston North, New Zealand, but somehow ended up in London...
Bill Hassell
Honored Contributor

Re: Offline diagnostics

Just a note about the DIAGNOSTICS directory on the SupportPlus CD: the actual package is B.11.00-800 or something similar (it is the largest file) and it is not depot file, it is a tape file. This means that it must designated as a tape device (means tape format, even though it is a file) when running swinstall.


Bill Hassell, sysadmin
Jeff Schussele
Honored Contributor

Re: Offline diagnostics

Hi,

Once you get this properly installed then you'll want to install the ODE LIF files onto your boot disk.

To check the contents of LIF & to see what existing LIF files to preserve run

lifls /dev/rdsk/cXtYdZ

Note the raw disk device is required.

To actually install the ODE LIF files run

mkboot -b /usr/sbin/diag/lif/updatediaglif -P ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/cXtYdZ

Any other preexisting LIF files will need to be preserved and if this was a 64-bit OS change updatediaglif to updatediaglif2
If you're not sure whether OS is 32 or 64-bit run getconf KERNEL_BITS.

HTH,
Jeff

PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: Offline diagnostics

Oh & if you have a mirrored root/boot pair, you'll want to do this to both disks.

Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!