- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Support Plus install - depots
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
08-16-2002 11:06 AM
08-16-2002 11:06 AM
I'm planning to install HWEnable11i and GOLDQPK11i from the June 2002 Support Plus Cd this weekend. Usually I use sam for something like this. But I want to do it via the command line since I'll be connected remotely via a VPN connection. If I mount the CD at /cdrom, would the following commands be appropriate?
nohup swinstall -x autoreboot=true -x patch_match_target=true -s /cdrom/HWEnable11i > mylog1 2>&1 &
nohup swinstall -x autoreboot=true -x patch_match_target=true -s /cdrom/GOLDQPK11i > mylog2 2>&1 &
Do I need to register the depots first?
TIA,
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 11:16 AM
08-16-2002 11:16 AM
SolutionMy only concern would be identifying the depots properly. You can do an interactive install with
"swinstall -s /cdrom/HWEnable11i"
(and the other, of course) and cancel after the analysis phase. I don't believe you have to register first.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 11:20 AM
08-16-2002 11:20 AM
Re: Support Plus install - depots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 11:32 AM
08-16-2002 11:32 AM
Re: Support Plus install - depots
Your commands are correct. You do not have to register the depot provided that the /cdrom is mounted localy to the box you log on remotely. I prefer to change the order of the two commands since HWEnable11i should be the last to apply. To test out your commands now, you can include "-p" without quote which will run the commands in preview mode only.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 11:34 AM
08-16-2002 11:34 AM
Re: Support Plus install - depots
Thanks. I notice that the common thread in both your answers is that you both usually do an interactive install.
I was wanting to "start it and forget it" only because my VPN has a tendency to time out. Thus killing my telnet session and any processes associated with it.
Would you recommend against the non-interactive install? This is a test/development server.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 12:27 PM
08-16-2002 12:27 PM
Re: Support Plus install - depots
If you want to use nohup in this case, you may not want to start the commands in the root dir. Since the file nohup.out will be created in a directory where nohup is run. Just to avoid this file from getting so big that it may fill up the root filesystem.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 12:43 PM
08-16-2002 12:43 PM
Re: Support Plus install - depots
I have had several upgrades that resulted in an unbootable system. Hard to deal with that remotely.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 12:52 PM
08-16-2002 12:52 PM
Re: Support Plus install - depots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 04:40 AM
08-19-2002 04:40 AM
Re: Support Plus install - depots
Thanks! Since it wasn't a production machine, I decided to live dangerously. But the GOLDQPK11i install didn't like me being remote. It generated the following error:
ERROR: This Agent session lost the RPC connection to the Controller
or Target Agent that initiated the session. Agent detected
lost connection. The session is being shut down. (pid=4128)
However, the HWEnable11i install seemed to go okay being remote. But our hardware is so old ( D330's ) that we may not have actually done any updates.
Thanks to all!
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 01:18 PM
08-19-2002 01:18 PM
Re: Support Plus install - depots
swinstall -x patch_match_target=true -x enforce_dependencies=true -x mount_all_filesystems=false -x reinstall=false -x autoreboot=true -s
Or you can schedule from the gui to install later. To enable remote support touch /var/adm/sw/.sdkey before going into swinstall