Operating System - HP-UX
1833883 Members
1739 Online
110063 Solutions
New Discussion

Re: Check list beforme do some System Tasks

 
uadm26
Super Advisor

Check list beforme do some System Tasks

Hi,
I need to do some tasks in a Ittanium server whith hp-ux 11.2.3, like install a patch bundle, and mirror the bootdisk. Now I need to make a checl list in the system before do the tasks. Like see how disks are claimed, see list of patchs are instaled. Do you more things that i need to put in my check list?
Thanks.
3 REPLIES 3
G. Vrijhoeven
Honored Contributor

Re: Check list beforme do some System Tasks

Hi,

I would start by creating an ignite image.
You could do a print_manifest ( After installation), this is a script that obtains system configuration information.
I thought this was a part of the ignite-ux software.


Regards,

Gideon
Simon Hargrave
Honored Contributor

Re: Check list beforme do some System Tasks

yes, definately take an ignite backup, and a print_manifest.

check your software packages are all "configured" with: -

swlist â l fileset â a state

Check your mirror boot configuration: -

lvlnboot â v

and check the boot lifs AUTO files on all mirrored disks: -

lifcp /dev/dsk/cNtNdN:AUTO â

finally check your offline diags are configure on all mirror lifs (confirm they are the same): -

lifls â l /dev/dsk/cNtNdN

Perform the same checks after patching, and also check dmesg, /etc/rc.log and /var/adm/syslog/syslog.log for any errors afte
Ivajlo Yanakiev
Respected Contributor

Re: Check list beforme do some System Tasks

It's good idea to have
#ioscan -nf > /tmp/ioscan.log
and
#vgdisplay -v >/tmp/vg.log