- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with update
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 02:01 AM
02-28-2002 02:01 AM
Problem with update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 02:17 AM
02-28-2002 02:17 AM
Re: Problem with update
Start swagentd process by: /usr/sbin/swagentd
Also you may want to use option -x agent_auto_exit=false when installing
Hope it helps. Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 10:44 AM
02-28-2002 10:44 AM
Re: Problem with update
I khow it's not mandatory, but I always cold install when going from 10.2 to 11/11i.
Takes a little planning up ahead & some post-install steps, but the execution phase is much quicker.
I've rarely had problems w/installs - but have always had problems of some sort with upgrades.
Plus you get the added benefit of a good `, "clean", system afterwards.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 04:54 PM
02-28-2002 04:54 PM
Re: Problem with update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:10 PM
02-28-2002 05:10 PM
Re: Problem with update
With an upgrade your are likely to run into problems.
First do an ignite tape of your system.
Your best bet is to unmount your non system vols - fresh install - then mount vols.
On your old system do this:
vgexport -m mapfile.name -s -p /dev/vg??
Note: The -p option is for preview. If you want to generate the map file but not wipe out the VG on the old machine, use that. The '-s' option is the magic one here. It will write a VGID (a string of letters and numbers) to the map file. This string allows you to vgimport using the map file, and vgimport will look for ALL drives on the system that have that VGID string.
On your new system do:
mkdir /dev/vg??
mknod c 64 0x0?0000 /dev/vg??/group
vgimport -s -m mapfile.name /dev/vg??
You now have your volume group on your new machine. Mount you lvols and you are ready to go.
Also search the forums on fresh install of HP-UX.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:20 PM
02-28-2002 05:20 PM
Re: Problem with update
Here's a good thread w/good links:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x096b1012aa92d5118ff10090279cd0f9,00.html
Also backup your vg00 (TWICE!) as well as other VGs - on separate tape(s). ONLY vg00 is going to be overwritten & all important OS files (passwd, group, *tab, etc) will be on it to retrieve. You can also print a lot of good config info out of SAM.
Good luck & don't rush thru the planning stage - it'll pay off in the post-install steps.
HTH,
Jeff